(0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (1.0ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) begin transaction SQL (2.0ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 02:54:48.372209"], ["updated_at", "2017-05-26 02:54:48.372209"]]  (0.9ms) commit transaction Started GET "/users/80/send_instructions" for 127.0.0.1 at 2017-05-25 19:54:48 -0700 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"80"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 80], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (10.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/mailers/notifier.rb:8:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:609:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:608:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:24:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (1.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:830:in `mail'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/mailers/notifier.rb:11:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:609:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:608:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:24:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Notifier#instructions: processed outbound mail in 177.1ms Sent mail to elmer@fudd.com (13.4ms) Date: Thu, 25 May 2017 19:54:48 -0700 From: noreply@company.com To: elmer@fudd.com Message-ID: <592798f893c3c_43283ff2d103f9f4116b6@Faramir.local.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_592798f891e0d_43283ff2d103f9f41159b"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_592798f891e0d_43283ff2d103f9f41159b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_592798f891e0d_43283ff2d103f9f41159b Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_80.csv Content-ID: <592798f894ac5_43283ff2d103f9f411752@Faramir.local.mail> UEsDBBQAAAAIAACAn+tjOGvU2QAAAEECAAALAAAAX3JlbHMvLnJlbHOtksFO wzAMhu88ReT7mm5ICKFluyCk3RAqD2ASt43axJEToLw9gQNiaAgOO1r2//3f wdv9Emb1QpI9RwPrpgVF0bLzcTDw2N2trmG/2z7QjKVe5NGnrGokZgNjKelG 62xHCpgbThTrpmcJWOoog05oJxxIb9r2Sst3BhwzVYcyUDGwzPqVZXpinpoK A9W9JfpPFfe9t3TL9jlQLCcaf1yAOjgDcnBr0L+4OLb3wjVpWejcNoEKOiz4 CV+l2kNSPOUvr83fXpjSubVoKRQduVNGlx9G+ugVdhfvUEsDBBQAAAAIAACA n+vvyqPEyAEAAAkFAAANAAAAeGwvc3R5bGVzLnhtbKVU22rcMBB971cIfUBl bZpAF8tQAoZCEwrJQ1+1a3lt0MVIcrDz9RlJri1DQ5bUD6vR2XPOjEZjl87P Ujx1Qng0Kakdw533w5EQd+6E4u6rGYSGf1pjFfewtRfiBit444JISXIoijui eK9xVepR1co7dDaj9gwfVgil5WfDMC0KjJLdvWkEwzM8RCnSNBiRfwroewLU dUeljs5FJVnSV2Vr9FYFxQkAa64EeuGS4R+25xKDxr0mgNKwa7nq5bwgASBJ GJfg20u5O10AqnLg3gura9igJX6eB6hUGy2ARTJCMIvLB9KL5TM93L6njgtU dDK2EXZXU4IQcFKUIVK0HsUrZ9h38crORhqL7OXEcF0X8UnNDNyqtP2lu1oS yVXpzXCtAqihPO+NulaS2NnplgCacRZSPgWXP+3u9qcWJU4YJ7DZZiuOol5D 6OkSgu3Uwk9umRJk3jef857afZKdBf1/i10V9NuHHnwY5Pw4qpOwdXzNYhV5 B9bDx1bseruiKLxdDD8GB5m5k7yLYNNMWwOLMN4BgKHhJ/gQJftGtHyU/nmF GN7iB9H0o/qO/7J+9y/GL6wt/hVGkd7hLVM4UJYEdtu3r/ryBlBLAwQUAAAA CAAAgJ/rMduj6w8BAADmAQAAEQAAAGRvY1Byb3BzL2NvcmUueG1sbZFNT4Qw EIbv/grSO7Swi64NsAfNnjQxEaPx1pSRbaQfaeuC/17o7iKb7HHmfebpNFNs B9lFB7BOaFWiNCEoAsV1I1Rbord6F2/Qtiq4oVxbeLHagPUCXDSOKUe5KdHe e0MxdnwPkrlkJNQYfmkrmR9L22LD+DdrAWeE3GIJnjXMMzwJYzMb0UnZ8Flp fmwXBA3H0IEE5R1OkxT/s1L4XwNXJ87hgvZgpbsKh2QmBydmqu/7pF8Fbtw/ xR/PT6/hq7FQzjPFAVVFwym3wLy2FRs6NxR40SlODx8b0ESjnh7XPifvq4fH eoeqjKR3McnjLK/Te5qv6XrzObku5sM5LBzEdLOKFHhZhuryVtXNH1BLAwQU AAAACAAAgJ/r0L5Pp44AAADiAAAAEAAAAGRvY1Byb3BzL2FwcC54bWydjrEK wjAURXe/omRvEx1ESpsuxdmhupfktQ2Y90LyLPXvjQi6O17O5XCabvP3YoWY HGEr9pUSBaAh63BuxXU4lyfR6eYSKUBkB6nIf0ytWJhDLWUyC/gxVRljJhNF P3KecZY0Tc5AT+bhAVkelDpK2BjQgi3DVyg+xnrlf6WWzLsv3YZnyD7dyF+u 3r0AUEsDBBQAAAAIAACAn+v4HK0lugAAAJcBAAAaAAAAeGwvX3JlbHMvd29y a2Jvb2sueG1sLnJlbHOtkE0LwjAMhu/+ipK7yxQVEasXEXaV+QNKl33g1pam fuzfWxVEQcGDpxCSPM9LlutL14oTeW6skTBKUhBktC0aU0nY59vhHNar5Y5a FeIG141jEU8MS6hDcAtE1jV1ihPryMRJaX2nQmx9hU7pg6oIx2k6Q//KgHem yJWvKEg4W3/gmigw3ssoiUgQee/oF6Ety0bTxupjRyZ88OJTACIrJPismAB+ CcOhb4n/neBBfeqnNz2+PXg1uAJQSwMEFAAAAAgAAICf6zHPqGYjAQAAhQMA ABMAAABbQ29udGVudF9UeXBlc10ueG1srZO/TsMwEMZ3niLyimK3DAihph0K jNChPICxL4lV/5PPLenbc0koQ5emotPpfPf9vs+WvFh1zhYHSGiCr9icz1gB XgVtfFOxz+1b+cRWy8X2GAELWvVYsTbn+CwEqhacRB4ieJrUITmZqU2NiFLt ZAPiYTZ7FCr4DD6XuWew5eIFarm3uViP5z26YjJGa5TMlEIcvD6Dlr9AnsAO O9iaiPe0wIrXjihjepoiExMczoV9T7oPeodkNBQbmfK7dKQSOqhNChEF6fmg uyZ3qGujgBh7RxIOvaUGXUZCQsoGxktc8lYhwfXmp0fr1RMdOyswHy3gv6+K MYHU2AJkZ/kIveD8HdLuK4Tdrb37yp00foL/sIxiKPMbB/njn3KI4Vst734A UEsDBBQAAAAIAACAn+trkj3+xgAAAC8BAAAPAAAAeGwvd29ya2Jvb2sueG1s jY/BTsMwDIbvPEXkO0uHJgRV010QUm8c4AFC4q7RGruys43HJ3RMXDnZ1u// 8+9u/5Vnc0bRxORgu2nAIAWOiQ4OPt5f759g33cXluMn89HUbVIHUylLa62G CbPXDS9IVRlZsi91lIPVRdBHnRBLnu1D0zza7BPBldDKfxg8jingC4dTRipX iODsS82qU1oU/pK9iYm+4Pa52TkY/awItu/W+/pbDfmMDgbSIqewQsCsyhDr 62CkTbWRIe5+vPZmtrcb/d03UEsDBBQAAAAIAACAn+vaKINqcwAAAIsAAAAj AAAAeGwvd29ya3NoZWV0cy9fcmVscy9zaGVldDEueG1sLnJlbHNVjEsOAiEQ BfeegvTeaZyFMQaY3RzAjAcg2AJx+IQmxuPLUpeVV6/U8km7eFPjWLKG0yRB UHblEbPXcN/W4wUWo2602z4MDrGyGJfMGkLv9YrILlCyPJVKeSzP0pLtA5vH at3LesJZyjO23wYYhX9Rc/gCUEsDBBQAAAAIAACAn+vIOPKQwQIAAJIGAAAY AAAAeGwvd29ya3NoZWV0cy9zaGVldDEueG1slVVLb5tAEL73VyDuNZg4iW1h 0sSpm0puE9VJI/W2hsGssjBodzFJfn1nF4yx5FrNxZ7nN7PzIrx6zYWzBak4 FjN3OPBdB4oYE15sZu7T4+Lz2L2Kwhrli8oAtEPmhZq5mdbl1PNUnEHO1ABL KEiTosyZJlZuPFVKYIl1yoUX+P6FlzNeuA3CVP4PBqYpj+EW4yqHQjcgEgTT lKzKeKks2lSVLIaZSwEVyC24UWjDPkgnCku2gRXop5K4lOtHfCDBzE2ZUOA6 XhR6rW0UJpyimDo4EtKZez2czgPC8jp5i/ubQ616tFPzIsH6QaKGWNs6tvCa rVcgSAhJJ1MZ1s8Z17Bqsu6J7ysteAGrt3yNQh2oFlSVSrC9UPJNRq9ZQqoP DP+ARLLSsmoFvyoB8kCA9RzFHTWHut5XfJM8WVL8TphAyiqhjZw8sEN5R8xX MROU/dCngTHTsUZ8McX4Ti/1eyYrU6Ule8PK1upQaXrxL91PMwfCynZNMkZ9 eteEhR0ZavCaKaBMn3mis5k77l5AT74DUzBKeGy7HlOB7a+TczP3rpOzV/u/ BqUXXO/eGldKY94iNqK6Yc4HwXgyHl9ejPzRaDI6m+yAG8ighQw+AHk5GJ2C PGshzz4AOQwGkyOYXlMAW75bplkUSqwdaStAEQ11TaSy9acwBS3CNhr7obc1 zq3JTd+EF3Z4tSRTTtg6+ipykKGnycMIOrf5aTcwbl/SKkkGMeaH/h6l2eUa 7HMNTiIeyeHmtMf3QlEZ7TarYy/4SLwmZ69Xa0vOmYjNUaqEMOR9sUSW7LpH LSolL/R9aVMwF1pzWos53UGQvXOSoeTvWOhjKlpxOuP7m7HZL/j+/pkD+YPJ DacostkRf3B57jrCnpaGXqOm+Wq/DxrLlkqRTp40RudNuI7xustblYZplAtr b/a5zxPbfV+iT38BUEsBAjQDFAAAAAgAAICf62M4a9TZAAAAQQIAAAsAAAAA AAAAAQAAAKSBAAAAAF9yZWxzLy5yZWxzUEsBAjQDFAAAAAgAAICf6+/Ko8TI AQAACQUAAA0AAAAAAAAAAQAAAKSBAgEAAHhsL3N0eWxlcy54bWxQSwECNAMU AAAACAAAgJ/rMduj6w8BAADmAQAAEQAAAAAAAAABAAAApIH1AgAAZG9jUHJv cHMvY29yZS54bWxQSwECNAMUAAAACAAAgJ/r0L5Pp44AAADiAAAAEAAAAAAA AAABAAAApIEzBAAAZG9jUHJvcHMvYXBwLnhtbFBLAQI0AxQAAAAIAACAn+v4 HK0lugAAAJcBAAAaAAAAAAAAAAEAAACkge8EAAB4bC9fcmVscy93b3JrYm9v ay54bWwucmVsc1BLAQI0AxQAAAAIAACAn+sxz6hmIwEAAIUDAAATAAAAAAAA AAEAAACkgeEFAABbQ29udGVudF9UeXBlc10ueG1sUEsBAjQDFAAAAAgAAICf 62uSPf7GAAAALwEAAA8AAAAAAAAAAQAAAKSBNQcAAHhsL3dvcmtib29rLnht bFBLAQI0AxQAAAAIAACAn+vaKINqcwAAAIsAAAAjAAAAAAAAAAEAAACkgSgI AAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1BLAQI0AxQA AAAIAACAn+vIOPKQwQIAAJIGAAAYAAAAAAAAAAEAAACkgdwIAAB4bC93b3Jr c2hlZXRzL3NoZWV0MS54bWxQSwUGAAAAAAkACQBOAgAA0wsAAAAA ----==_mimepart_592798f891e0d_43283ff2d103f9f41159b-- Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 208ms (Views: 7.9ms | ActiveRecord: 0.2ms) Started GET "/useheader.csv" for 127.0.0.1 at 2017-05-25 19:54:48 -0700 Processing by HomeController#useheader as csv Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (6.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (9.5ms) Completed 200 OK in 25ms (Views: 24.7ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2017-05-25 19:54:48 -0700 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (1.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (6.3ms) Completed 200 OK in 27ms (Views: 27.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2017-05-25 19:54:48 -0700 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:161:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:160:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 29ms (Views: 11.7ms | ActiveRecord: 0.0ms) User Load (0.3ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.5ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 77]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 78]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 79]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 80]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 02:54:48.835686"], ["updated_at", "2017-05-26 02:54:48.835686"]]  (0.7ms) commit transaction Started GET "/users/81.csv" for 127.0.0.1 at 2017-05-25 19:54:48 -0700 Processing by UsersController#show as csv Parameters: {"id"=>"81"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 81], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (9.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:18:in `block (2 levels) in show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:236:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:188:in `to_format'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:163:in `respond'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:156:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/respond_with.rb:211:in `respond_with'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:17:in `show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:121:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:120:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 23ms (Views: 22.2ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2017-05-25 19:54:48 -0700 Processing by HomeController#index as csv Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (7.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:17:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 18ms (Views: 15.5ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2017-05-25 19:54:48 -0700 Processing by HomeController#useheader as csv Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (17.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:38:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 26ms (Views: 24.7ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2017-05-25 19:54:48 -0700 Processing by HomeController#another as csv Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (6.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (9.6ms) Completed 200 OK in 25ms (Views: 24.5ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 81]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 02:54:48.973644"], ["updated_at", "2017-05-26 02:54:48.973644"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 82], ["created_at", "2017-05-26 02:54:49.005986"], ["updated_at", "2017-05-26 02:54:49.005986"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 82], ["created_at", "2017-05-26 02:54:49.010423"], ["updated_at", "2017-05-26 02:54:49.010423"]]  (0.9ms) commit transaction Started GET "/users/82/likes.csv" for 127.0.0.1 at 2017-05-25 19:54:49 -0700 Processing by LikesController#index as csv Parameters: {"user_id"=>"82"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 82], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.3ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 82]] Rendered likes/index.csv.csvrb (10.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:88:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 22ms (Views: 18.7ms | ActiveRecord: 0.4ms) User Load (0.2ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 82]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 02:54:49.051980"], ["updated_at", "2017-05-26 02:54:49.051980"]]  (0.6ms) commit transaction Started GET "/users/83/render_elsewhere.csv" for 127.0.0.1 at 2017-05-25 19:54:49 -0700 Processing by LikesController#render_elsewhere as csv Parameters: {"user_id"=>"83"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 83], ["LIMIT", 1]] Rendering users/index.csv.csvrb User Load (0.3ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (11.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.csv (6.3ms) Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.4ms) Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2017-05-25 19:54:49 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"5"} Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (6.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.csv (9.5ms) Completed 200 OK in 23ms (Views: 23.1ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.csv?type=4" for 127.0.0.1 at 2017-05-25 19:54:49 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"4"} Rendering users/index.csv.csvrb User Load (0.3ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (11.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:32:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 20ms (Views: 19.6ms | ActiveRecord: 0.3ms) Started GET "/home/render_elsewhere.csv?type=3" for 127.0.0.1 at 2017-05-25 19:54:49 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"3"} Rendering users/index.csv.csvrb User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (9.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:30:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.2ms) Started GET "/home/render_elsewhere.csv?type=1" for 127.0.0.1 at 2017-05-25 19:54:49 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"1"} Rendering users/index.csv.csvrb User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (9.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.csv (6.7ms) Completed 200 OK in 25ms (Views: 24.9ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 02:54:49.204879"], ["updated_at", "2017-05-26 02:54:49.204879"]]  (0.8ms) commit transaction Started GET "/" for 127.0.0.1 at 2017-05-25 19:54:49 -0700 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (1.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:12:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users"  (0.4ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 83]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 84]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 02:54:49.227502"], ["updated_at", "2017-05-26 02:54:49.227502"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 02:54:49.229943"], ["updated_at", "2017-05-26 02:54:49.229943"]]  (0.7ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2017-05-25 19:54:49 -0700 Processing by UsersController#index as csv Rendering users/index.csv.csvrb User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (9.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:65:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 18ms (Views: 16.9ms | ActiveRecord: 0.2ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2017-05-25 19:54:49 -0700 Processing by HomeController#withpartial as csv Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (10.7ms) [cache miss] Rendered home/withpartial.csv.csvrb (27.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:74:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 40ms (Views: 37.8ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 85]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 86]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 02:54:49.323182"], ["updated_at", "2017-05-26 02:54:49.323182"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 02:54:49.326445"], ["updated_at", "2017-05-26 02:54:49.326445"]]  (1.1ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2017-05-25 19:54:49 -0700 Processing by UsersController#noaction as csv Rendering users/noaction.csv.csvrb User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (11.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:180:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.2ms) Started GET "/another" for 127.0.0.1 at 2017-05-25 19:54:49 -0700 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (1.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (7.4ms) Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.0ms)  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 02:59:57.799564"], ["updated_at", "2017-05-26 02:59:57.799564"]]  (2.4ms) commit transaction Started GET "/users/89/send_instructions" for 127.0.0.1 at 2017-05-25 19:59:57 -0700 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"89"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 89], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (11.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/mailers/notifier.rb:8:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:609:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:608:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:24:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:830:in `mail'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/mailers/notifier.rb:11:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:609:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:608:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:24:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Notifier#instructions: processed outbound mail in 175.4ms Sent mail to elmer@fudd.com (7.7ms) Date: Thu, 25 May 2017 19:59:58 -0700 From: noreply@company.com To: elmer@fudd.com Message-ID: <59279a2e65cf_43da3fca65c3fa044379c@Faramir.local.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_59279a2e52c1_43da3fca65c3fa044367c"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_59279a2e52c1_43da3fca65c3fa044367c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_59279a2e52c1_43da3fca65c3fa044367c Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_89.csv Content-ID: <59279a2e6e4c_43da3fca65c3fa04438eb@Faramir.local.mail> UEsDBBQAAAAIAACAn+tjOGvU2QAAAEECAAALAAAAX3JlbHMvLnJlbHOtksFO wzAMhu88ReT7mm5ICKFluyCk3RAqD2ASt43axJEToLw9gQNiaAgOO1r2//3f wdv9Emb1QpI9RwPrpgVF0bLzcTDw2N2trmG/2z7QjKVe5NGnrGokZgNjKelG 62xHCpgbThTrpmcJWOoog05oJxxIb9r2Sst3BhwzVYcyUDGwzPqVZXpinpoK A9W9JfpPFfe9t3TL9jlQLCcaf1yAOjgDcnBr0L+4OLb3wjVpWejcNoEKOiz4 CV+l2kNSPOUvr83fXpjSubVoKRQduVNGlx9G+ugVdhfvUEsDBBQAAAAIAACA n+vvyqPEyAEAAAkFAAANAAAAeGwvc3R5bGVzLnhtbKVU22rcMBB971cIfUBl bZpAF8tQAoZCEwrJQ1+1a3lt0MVIcrDz9RlJri1DQ5bUD6vR2XPOjEZjl87P Ujx1Qng0Kakdw533w5EQd+6E4u6rGYSGf1pjFfewtRfiBit444JISXIoijui eK9xVepR1co7dDaj9gwfVgil5WfDMC0KjJLdvWkEwzM8RCnSNBiRfwroewLU dUeljs5FJVnSV2Vr9FYFxQkAa64EeuGS4R+25xKDxr0mgNKwa7nq5bwgASBJ GJfg20u5O10AqnLg3gura9igJX6eB6hUGy2ARTJCMIvLB9KL5TM93L6njgtU dDK2EXZXU4IQcFKUIVK0HsUrZ9h38crORhqL7OXEcF0X8UnNDNyqtP2lu1oS yVXpzXCtAqihPO+NulaS2NnplgCacRZSPgWXP+3u9qcWJU4YJ7DZZiuOol5D 6OkSgu3Uwk9umRJk3jef857afZKdBf1/i10V9NuHHnwY5Pw4qpOwdXzNYhV5 B9bDx1bseruiKLxdDD8GB5m5k7yLYNNMWwOLMN4BgKHhJ/gQJftGtHyU/nmF GN7iB9H0o/qO/7J+9y/GL6wt/hVGkd7hLVM4UJYEdtu3r/ryBlBLAwQUAAAA CAAAgJ/rKPhq4Q8BAADmAQAAEQAAAGRvY1Byb3BzL2NvcmUueG1sbZFdS8Mw FIbv/RUl922ajjoNbXeh7EpBcKJ4F9JjF2w+SOJa/71pttUOBrk5eZ/z5IRT bUbZJwewTmhVI5LlKAHFdStUV6O33Ta9Q5um4oZybeHFagPWC3BJaFOOclOj vfeGYuz4HiRzWSBUCL+0lcyH0nbYMP7NOsBFnt9iCZ61zDM8CVMzG9FJ2fJZ aX5sHwUtx9CDBOUdJhnB/6wU/tfA1Y5zuKA9WOmuwjGZydGJmRqGIRtWkQvz E/zx/PQav5oK5TxTHFBTtZxyC8xr27Cxd2OFFzfV6eHjBbRJ0NPj2OfkffXw uNuipsjJOs3LtCh35J6W4aw/J9dFf1yHhYOYdtbkFV6WsbrcVXPzB1BLAwQU AAAACAAAgJ/r0L5Pp44AAADiAAAAEAAAAGRvY1Byb3BzL2FwcC54bWydjrEK wjAURXe/omRvEx1ESpsuxdmhupfktQ2Y90LyLPXvjQi6O17O5XCabvP3YoWY HGEr9pUSBaAh63BuxXU4lyfR6eYSKUBkB6nIf0ytWJhDLWUyC/gxVRljJhNF P3KecZY0Tc5AT+bhAVkelDpK2BjQgi3DVyg+xnrlf6WWzLsv3YZnyD7dyF+u 3r0AUEsDBBQAAAAIAACAn+v4HK0lugAAAJcBAAAaAAAAeGwvX3JlbHMvd29y a2Jvb2sueG1sLnJlbHOtkE0LwjAMhu/+ipK7yxQVEasXEXaV+QNKl33g1pam fuzfWxVEQcGDpxCSPM9LlutL14oTeW6skTBKUhBktC0aU0nY59vhHNar5Y5a FeIG141jEU8MS6hDcAtE1jV1ihPryMRJaX2nQmx9hU7pg6oIx2k6Q//KgHem yJWvKEg4W3/gmigw3ssoiUgQee/oF6Ety0bTxupjRyZ88OJTACIrJPismAB+ CcOhb4n/neBBfeqnNz2+PXg1uAJQSwMEFAAAAAgAAICf6zHPqGYjAQAAhQMA ABMAAABbQ29udGVudF9UeXBlc10ueG1srZO/TsMwEMZ3niLyimK3DAihph0K jNChPICxL4lV/5PPLenbc0koQ5emotPpfPf9vs+WvFh1zhYHSGiCr9icz1gB XgVtfFOxz+1b+cRWy8X2GAELWvVYsTbn+CwEqhacRB4ieJrUITmZqU2NiFLt ZAPiYTZ7FCr4DD6XuWew5eIFarm3uViP5z26YjJGa5TMlEIcvD6Dlr9AnsAO O9iaiPe0wIrXjihjepoiExMczoV9T7oPeodkNBQbmfK7dKQSOqhNChEF6fmg uyZ3qGujgBh7RxIOvaUGXUZCQsoGxktc8lYhwfXmp0fr1RMdOyswHy3gv6+K MYHU2AJkZ/kIveD8HdLuK4Tdrb37yp00foL/sIxiKPMbB/njn3KI4Vst734A UEsDBBQAAAAIAACAn+trkj3+xgAAAC8BAAAPAAAAeGwvd29ya2Jvb2sueG1s jY/BTsMwDIbvPEXkO0uHJgRV010QUm8c4AFC4q7RGruys43HJ3RMXDnZ1u// 8+9u/5Vnc0bRxORgu2nAIAWOiQ4OPt5f759g33cXluMn89HUbVIHUylLa62G CbPXDS9IVRlZsi91lIPVRdBHnRBLnu1D0zza7BPBldDKfxg8jingC4dTRipX iODsS82qU1oU/pK9iYm+4Pa52TkY/awItu/W+/pbDfmMDgbSIqewQsCsyhDr 62CkTbWRIe5+vPZmtrcb/d03UEsDBBQAAAAIAACAn+vaKINqcwAAAIsAAAAj AAAAeGwvd29ya3NoZWV0cy9fcmVscy9zaGVldDEueG1sLnJlbHNVjEsOAiEQ BfeegvTeaZyFMQaY3RzAjAcg2AJx+IQmxuPLUpeVV6/U8km7eFPjWLKG0yRB UHblEbPXcN/W4wUWo2602z4MDrGyGJfMGkLv9YrILlCyPJVKeSzP0pLtA5vH at3LesJZyjO23wYYhX9Rc/gCUEsDBBQAAAAIAACAn+ui5DpuwQIAAJIGAAAY AAAAeGwvd29ya3NoZWV0cy9zaGVldDEueG1slVVLb5tAEL73VyDuNTZxEtsC 0sSpm0puE9VJI/W2hsGssjBodzFJfn1nF4yx5FrNxZ7nN7PzIrh6zYWzBak4 FqE7GgxdB4oYE15sQvfpcfF54l5FQY3yRWUA2iHzQoVupnU58zwVZ5AzNcAS CtKkKHOmiZUbT5USWGKdcuH5w+GFlzNeuA3CTP4PBqYpj+EW4yqHQjcgEgTT lKzKeKks2kyVLIbQpYAK5BbcKLBhH6QTBSXbwAr0U0lcyvUjPpAgdFMmFLiO FwVeaxsFCacopg6OhDR0r0ezuU9YXidvcX9zqFWPdmpeJFg/SNQQa1vHFl6z 9QoECSHpZCrD+jnjGlZN1j3xfaUFL2D1lq9RqAPVgqpSCbYXSr7J6DVLSPWB 4R+QSFZaVq3gVyVAHgiwnqO4o+ZQ1/uKb5InS4rfCRNIWSW0kZMHdijviPkq ZoKyHw1pYMx0rBFfTDG+00uHPZOVqdKSvWFla3WoNL34l+6nmQNhZbsmGaM+ vWvCwo4MNXjNFFCmzzzRWehOuhfQk+/AFIwSntiux1Rg++vk3My96+Ts1f6v QekF17u3xpXSmLeIjahumPOBP5lOJpcX4+F4PB2fTXfADaTfQvofgLwcjE9B nrWQZx+AHPmD6RFMrymALd8t0ywKJNaOtBWgiIa6JlLZ+lOYghZhG02mgbc1 zq3JTd+EF3Z4tSRTTtg6+ipykIGnycMIOrf5aTcwbl/SKkkGMeaH/h6l2eXq 73P1TyIeyeHmtMf3QlEZ7TarYy/4SLwmZ69Xa0vOmYjNUaqEMOR9sUSW7LpH LSolL/R9aVMwF1pzWos53UGQvXOSoeTvWOhjKlpxOuP7m7HZL/j+/pkD+YPJ DacostmR4eDy3HWEPS0NvUZN89V+HzSWLZUinTxpjM6bcB3jdZe3Kg3TKBfW 3uxznye2+75En/4CUEsBAjQDFAAAAAgAAICf62M4a9TZAAAAQQIAAAsAAAAA AAAAAQAAAKSBAAAAAF9yZWxzLy5yZWxzUEsBAjQDFAAAAAgAAICf6+/Ko8TI AQAACQUAAA0AAAAAAAAAAQAAAKSBAgEAAHhsL3N0eWxlcy54bWxQSwECNAMU AAAACAAAgJ/rKPhq4Q8BAADmAQAAEQAAAAAAAAABAAAApIH1AgAAZG9jUHJv cHMvY29yZS54bWxQSwECNAMUAAAACAAAgJ/r0L5Pp44AAADiAAAAEAAAAAAA AAABAAAApIEzBAAAZG9jUHJvcHMvYXBwLnhtbFBLAQI0AxQAAAAIAACAn+v4 HK0lugAAAJcBAAAaAAAAAAAAAAEAAACkge8EAAB4bC9fcmVscy93b3JrYm9v ay54bWwucmVsc1BLAQI0AxQAAAAIAACAn+sxz6hmIwEAAIUDAAATAAAAAAAA AAEAAACkgeEFAABbQ29udGVudF9UeXBlc10ueG1sUEsBAjQDFAAAAAgAAICf 62uSPf7GAAAALwEAAA8AAAAAAAAAAQAAAKSBNQcAAHhsL3dvcmtib29rLnht bFBLAQI0AxQAAAAIAACAn+vaKINqcwAAAIsAAAAjAAAAAAAAAAEAAACkgSgI AAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1BLAQI0AxQA AAAIAACAn+ui5DpuwQIAAJIGAAAYAAAAAAAAAAEAAACkgdwIAAB4bC93b3Jr c2hlZXRzL3NoZWV0MS54bWxQSwUGAAAAAAkACQBOAgAA0wsAAAAA ----==_mimepart_59279a2e52c1_43da3fca65c3fa044367c-- Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 198ms (Views: 6.6ms | ActiveRecord: 0.2ms) User Load (0.2ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 87]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 88]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 89]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 02:59:58.133275"], ["updated_at", "2017-05-26 02:59:58.133275"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 02:59:58.135499"], ["updated_at", "2017-05-26 02:59:58.135499"]]  (0.7ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by UsersController#noaction as csv Rendering users/noaction.csv.csvrb User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (10.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:180:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 25ms (Views: 21.5ms | ActiveRecord: 0.2ms) Started GET "/another.csv" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by HomeController#another as csv Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (6.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (9.7ms) Completed 200 OK in 25ms (Views: 24.5ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by HomeController#useheader as csv Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (7.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (9.6ms) Completed 200 OK in 25ms (Views: 24.8ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 90]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 91]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 02:59:58.281832"], ["updated_at", "2017-05-26 02:59:58.281832"]]  (0.9ms) commit transaction Started GET "/users/92/render_elsewhere.csv" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by LikesController#render_elsewhere as csv Parameters: {"user_id"=>"92"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 92], ["LIMIT", 1]] Rendering users/index.csv.csvrb User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (7.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.csv (9.3ms) Completed 200 OK in 25ms (Views: 24.6ms | ActiveRecord: 0.3ms) Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"5"} Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (7.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.csv (7.3ms) Completed 200 OK in 23ms (Views: 22.5ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.csv?type=4" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"4"} Rendering users/index.csv.csvrb User Load (0.3ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (8.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:32:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 17ms (Views: 16.7ms | ActiveRecord: 0.3ms) Started GET "/home/render_elsewhere.csv?type=3" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"3"} Rendering users/index.csv.csvrb User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (7.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:30:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 14ms (Views: 13.8ms | ActiveRecord: 0.2ms) Started GET "/home/render_elsewhere.csv?type=1" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"1"} Rendering users/index.csv.csvrb User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (9.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.csv (6.4ms) Completed 200 OK in 24ms (Views: 24.1ms | ActiveRecord: 0.2ms) Started GET "/home.csv" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by HomeController#index as csv Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (6.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:17:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 15ms (Views: 13.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 92]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 02:59:58.454288"], ["updated_at", "2017-05-26 02:59:58.454288"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 02:59:58.457618"], ["updated_at", "2017-05-26 02:59:58.457618"]]  (0.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by UsersController#index as csv Rendering users/index.csv.csvrb User Load (0.3ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (9.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:65:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.3ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by HomeController#withpartial as csv Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (7.0ms) [cache miss] Rendered home/withpartial.csv.csvrb (20.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:74:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 29ms (Views: 27.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by HomeController#useheader as csv Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (9.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:38:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 19ms (Views: 16.8ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 93]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 94]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 02:59:58.574756"], ["updated_at", "2017-05-26 02:59:58.574756"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 95], ["created_at", "2017-05-26 02:59:58.608919"], ["updated_at", "2017-05-26 02:59:58.608919"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 95], ["created_at", "2017-05-26 02:59:58.615293"], ["updated_at", "2017-05-26 02:59:58.615293"]]  (0.7ms) commit transaction Started GET "/users/95/likes.csv" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by LikesController#index as csv Parameters: {"user_id"=>"95"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 95], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.3ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 95]] Rendered likes/index.csv.csvrb (11.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:88:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 23ms (Views: 20.6ms | ActiveRecord: 0.4ms) Started GET "/another" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (1.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (7.3ms) Completed 200 OK in 31ms (Views: 30.6ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:161:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:160:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 25ms (Views: 9.9ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 95]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 02:59:58.717109"], ["updated_at", "2017-05-26 02:59:58.717109"]]  (0.7ms) commit transaction Started GET "/users/96.csv" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by UsersController#show as csv Parameters: {"id"=>"96"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 96], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (8.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:18:in `block (2 levels) in show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:236:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:188:in `to_format'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:163:in `respond'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:156:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/respond_with.rb:211:in `respond_with'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:17:in `show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:121:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:120:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (1.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (9.5ms) Completed 200 OK in 20ms (Views: 19.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 02:59:58.773530"], ["updated_at", "2017-05-26 02:59:58.773530"]]  (1.3ms) commit transaction Started GET "/" for 127.0.0.1 at 2017-05-25 19:59:58 -0700 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:12:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:22:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.0ms) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 15:38:15.610557"], ["updated_at", "2017-05-26 15:38:15.610557"]]  (1.3ms) commit transaction Started GET "/users/98/send_instructions" for 127.0.0.1 at 2017-05-26 08:38:15 -0700 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"98"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 98], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (12.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/mailers/notifier.rb:8:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:595:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:594:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:919:in `block in collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:916:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:916:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:916:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:916:in `collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:908:in `collect_responses'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:816:in `mail'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/mailers/notifier.rb:11:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:595:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:594:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Notifier#instructions: processed outbound mail in 110.8ms Sent mail to elmer@fudd.com (4.5ms) Date: Fri, 26 May 2017 08:38:15 -0700 From: noreply@company.com To: elmer@fudd.com Message-ID: <59284be7b5b92_2e963fd42d03fa0c24796@straydogstudio.local.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_59284be7b50f2_2e963fd42d03fa0c24674"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_59284be7b50f2_2e963fd42d03fa0c24674 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_59284be7b50f2_2e963fd42d03fa0c24674 Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_98.csv Content-ID: <59284be7b6064_2e963fd42d03fa0c248e7@straydogstudio.local.mail> UEsDBBQAAAAIAACAn+tjOGvU2QAAAEECAAALAAAAX3JlbHMvLnJlbHOtksFO wzAMhu88ReT7mm5ICKFluyCk3RAqD2ASt43axJEToLw9gQNiaAgOO1r2//3f wdv9Emb1QpI9RwPrpgVF0bLzcTDw2N2trmG/2z7QjKVe5NGnrGokZgNjKelG 62xHCpgbThTrpmcJWOoog05oJxxIb9r2Sst3BhwzVYcyUDGwzPqVZXpinpoK A9W9JfpPFfe9t3TL9jlQLCcaf1yAOjgDcnBr0L+4OLb3wjVpWejcNoEKOiz4 CV+l2kNSPOUvr83fXpjSubVoKRQduVNGlx9G+ugVdhfvUEsDBBQAAAAIAACA n+vvyqPEyAEAAAkFAAANAAAAeGwvc3R5bGVzLnhtbKVU22rcMBB971cIfUBl bZpAF8tQAoZCEwrJQ1+1a3lt0MVIcrDz9RlJri1DQ5bUD6vR2XPOjEZjl87P Ujx1Qng0Kakdw533w5EQd+6E4u6rGYSGf1pjFfewtRfiBit444JISXIoijui eK9xVepR1co7dDaj9gwfVgil5WfDMC0KjJLdvWkEwzM8RCnSNBiRfwroewLU dUeljs5FJVnSV2Vr9FYFxQkAa64EeuGS4R+25xKDxr0mgNKwa7nq5bwgASBJ GJfg20u5O10AqnLg3gura9igJX6eB6hUGy2ARTJCMIvLB9KL5TM93L6njgtU dDK2EXZXU4IQcFKUIVK0HsUrZ9h38crORhqL7OXEcF0X8UnNDNyqtP2lu1oS yVXpzXCtAqihPO+NulaS2NnplgCacRZSPgWXP+3u9qcWJU4YJ7DZZiuOol5D 6OkSgu3Uwk9umRJk3jef857afZKdBf1/i10V9NuHHnwY5Pw4qpOwdXzNYhV5 B9bDx1bseruiKLxdDD8GB5m5k7yLYNNMWwOLMN4BgKHhJ/gQJftGtHyU/nmF GN7iB9H0o/qO/7J+9y/GL6wt/hVGkd7hLVM4UJYEdtu3r/ryBlBLAwQUAAAA CAAAgJ/rgjpBcg4BAADmAQAAEQAAAGRvY1Byb3BzL2NvcmUueG1sbZHBToQw EIbvPgXpHVogu5KmsAfNnjQxEaPx1pSRbaSlaeuCby90d5FN9jjzf/N1mmG7 UXXREayTvS5RmhAUgRZ9I3Vbord6HxdoVzFhqOgtvNjegPUSXDSNaUeFKdHB e0MxduIAirtkIvQUfvVWcT+VtsWGi2/eAs4I2WIFnjfcczwLY7MY0VnZiEVp fmwXBI3A0IEC7R1OkxT/s0r6XwM3Jy7hivZglbsJh2QhRycXahiGZMgDN+2f 4o/np9fw1Vhq57kWgCrWCCoscN/bio+dGxleddj54VMDmmjS09Pal+Q9f3is 96jKSHofk02cbWtS0Lyg6eZzdl3Nh3NYOMr5ZhVheF2G6vpW1d0fUEsDBBQA AAAIAACAn+vQvk+njgAAAOIAAAAQAAAAZG9jUHJvcHMvYXBwLnhtbJ2OsQrC MBRFd7+iZG8THURKmy7F2aG6l+S1DZj3QvIs9e+NCLo7Xs7lcJpu8/dihZgc YSv2lRIFoCHrcG7FdTiXJ9Hp5hIpQGQHqch/TK1YmEMtZTIL+DFVGWMmE0U/ cp5xljRNzkBP5uEBWR6UOkrYGNCCLcNXKD7GeuV/pZbMuy/dhmfIPt3IX67e vQBQSwMEFAAAAAgAAICf6/gcrSW6AAAAlwEAABoAAAB4bC9fcmVscy93b3Jr Ym9vay54bWwucmVsc62QTQvCMAyG7/6KkrvLFBURqxcRdpX5A0qXfeDWlqZ+ 7N9bFURBwYOnEJI8z0uW60vXihN5bqyRMEpSEGS0LRpTSdjn2+Ec1qvljloV 4gbXjWMRTwxLqENwC0TWNXWKE+vIxElpfadCbH2FTumDqgjHaTpD/8qAd6bI la8oSDhbf+CaKDDeyyiJSBB57+gXoS3LRtPG6mNHJnzw4lMAIisk+KyYAH4J w6Fvif+d4EF96qc3Pb49eDW4AlBLAwQUAAAACAAAgJ/rMc+oZiMBAACFAwAA EwAAAFtDb250ZW50X1R5cGVzXS54bWytk79OwzAQxneeIvKKYrcMCKGmHQqM 0KE8gLEviVX/k88t6dtzSShDl6ai0+l89/2+z5a8WHXOFgdIaIKv2JzPWAFe BW18U7HP7Vv5xFbLxfYYAQta9VixNuf4LASqFpxEHiJ4mtQhOZmpTY2IUu1k A+JhNnsUKvgMPpe5Z7Dl4gVqube5WI/nPbpiMkZrlMyUQhy8PoOWv0CewA47 2JqI97TAiteOKGN6miITExzOhX1Pug96h2Q0FBuZ8rt0pBI6qE0KEQXp+aC7 Jneoa6OAGHtHEg69pQZdRkJCygbGS1zyViHB9eanR+vVEx07KzAfLeC/r4ox gdTYAmRn+Qi94Pwd0u4rhN2tvfvKnTR+gv+wjGIo8xsH+eOfcojhWy3vfgBQ SwMEFAAAAAgAAICf62uSPf7GAAAALwEAAA8AAAB4bC93b3JrYm9vay54bWyN j8FOwzAMhu88ReQ7S4cmBFXTXRBSbxzgAULirtEau7KzjccndExcOdnW7//z 727/lWdzRtHE5GC7acAgBY6JDg4+3l/vn2DfdxeW4yfz0dRtUgdTKUtrrYYJ s9cNL0hVGVmyL3WUg9VF0EedEEue7UPTPNrsE8GV0Mp/GDyOKeALh1NGKleI 4OxLzapTWhT+kr2Jib7g9rnZORj9rAi279b7+lsN+YwOBtIip7BCwKzKEOvr YKRNtZEh7n689ma2txv93TdQSwMEFAAAAAgAAICf69oog2pzAAAAiwAAACMA AAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1WMSw4CIRAF 956C9N5pnIUxBpjdHMCMByDYAnH4hCbG48tSl5VXr9TySbt4U+NYsobTJEFQ duURs9dw39bjBRajbrTbPgwOsbIYl8waQu/1isguULI8lUp5LM/Sku0Dm8dq 3ct6wlnKM7bfBhiFf1Fz+AJQSwMEFAAAAAgAAICf6+1B4dPBAgAAkgYAABgA AAB4bC93b3Jrc2hlZXRzL3NoZWV0MS54bWyVVUtvm0AQvvdXIO41NnES2wLS xKmbSm4T1Ukj9baGwayyMGh3MUl+fWcXjLHkWs3Fnuc3s/MiuHrNhbMFqTgW oTsaDF0HihgTXmxC9+lx8XniXkVBjfJFZQDaIfNChW6mdTnzPBVnkDM1wBIK 0qQoc6aJlRtPlRJYYp1y4fnD4YWXM164DcJM/g8GpimP4RbjKodCNyASBNOU rMp4qSzaTJUshtClgArkFtwosGEfpBMFJdvACvRTSVzK9SM+kCB0UyYUuI4X BV5rGwUJpyimDo6ENHSvR7O5T1heJ29xf3OoVY92al4kWD9I1BBrW8cWXrP1 CgQJIelkKsP6OeMaVk3WPfF9pQUvYPWWr1GoA9WCqlIJthdKvsnoNUtI9YHh H5BIVlpWreBXJUAeCLCeo7ij5lDX+4pvkidLit8JE0hZJbSRkwd2KO+I+Spm grIfDWlgzHSsEV9MMb7TS4c9k5Wp0pK9YWVrdag0vfiX7qeZA2FluyYZoz69 a8LCjgw1eM0UUKbPPNFZ6E66F9CT78AUjBKe2K7HVGD76+TczL3r5OzV/q9B 6QXXu7fGldKYt4iNqG6Y84E/mU4mlxfj4Xg8HZ9Nd8ANpN9C+h+AvByMT0Ge tZBnH4Ac+YPpEUyvKYAt3y3TLAok1o60FaCIhromUtn6U5iCFmEbTSeBtzXO rclN34QXdni1JFNO2Dr6KnKQgafJwwg6t/lpNzBuX9IqSQYx5of+HqXZ5erv c/VPIh7J4ea0x/dCURntNqtjL/hIvCZnr1drS86ZiM1RqoQw5H2xRJbsukct KiUv9H1pUzAXWnNaizndQZC9c5Kh5O9Y6GMqWnE64/ubsdkv+P7+mQP5g8kN pyiy2ZHh4PLcdYQ9LQ29Rk3z1X4fNJYtlSKdPGmMzptwHeN1l7cqDdMoF9be 7HOfJ7b7vkSf/gJQSwECNAMUAAAACAAAgJ/rYzhr1NkAAABBAgAACwAAAAAA AAABAAAApIEAAAAAX3JlbHMvLnJlbHNQSwECNAMUAAAACAAAgJ/r78qjxMgB AAAJBQAADQAAAAAAAAABAAAApIECAQAAeGwvc3R5bGVzLnhtbFBLAQI0AxQA AAAIAACAn+uCOkFyDgEAAOYBAAARAAAAAAAAAAEAAACkgfUCAABkb2NQcm9w cy9jb3JlLnhtbFBLAQI0AxQAAAAIAACAn+vQvk+njgAAAOIAAAAQAAAAAAAA AAEAAACkgTIEAABkb2NQcm9wcy9hcHAueG1sUEsBAjQDFAAAAAgAAICf6/gc rSW6AAAAlwEAABoAAAAAAAAAAQAAAKSB7gQAAHhsL19yZWxzL3dvcmtib29r LnhtbC5yZWxzUEsBAjQDFAAAAAgAAICf6zHPqGYjAQAAhQMAABMAAAAAAAAA AQAAAKSB4AUAAFtDb250ZW50X1R5cGVzXS54bWxQSwECNAMUAAAACAAAgJ/r a5I9/sYAAAAvAQAADwAAAAAAAAABAAAApIE0BwAAeGwvd29ya2Jvb2sueG1s UEsBAjQDFAAAAAgAAICf69oog2pzAAAAiwAAACMAAAAAAAAAAQAAAKSBJwgA AHhsL3dvcmtzaGVldHMvX3JlbHMvc2hlZXQxLnhtbC5yZWxzUEsBAjQDFAAA AAgAAICf6+1B4dPBAgAAkgYAABgAAAAAAAAAAQAAAKSB2wgAAHhsL3dvcmtz aGVldHMvc2hlZXQxLnhtbFBLBQYAAAAACQAJAE4CAADSCwAAAAA= ----==_mimepart_59284be7b50f2_2e963fd42d03fa0c24674-- Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:26:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 126ms (Views: 4.5ms | ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2017-05-26 08:38:15 -0700 Processing by HomeController#withpartial as csv Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (4.2ms) Rendered home/withpartial.csv.csvrb (9.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:74:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 18ms (Views: 16.9ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 96]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 97]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 98]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:38:15.833328"], ["updated_at", "2017-05-26 15:38:15.833328"]]  (1.3ms) commit transaction Started GET "/users/99/render_elsewhere.csv" for 127.0.0.1 at 2017-05-26 08:38:15 -0700 Processing by LikesController#render_elsewhere as csv Parameters: {"user_id"=>"99"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 99], ["LIMIT", 1]] Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (4.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.csv (4.0ms) Completed 200 OK in 14ms (Views: 13.8ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2017-05-26 08:38:15 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"5"} Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (3.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.csv (4.5ms) Completed 200 OK in 13ms (Views: 13.2ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.csv?type=4" for 127.0.0.1 at 2017-05-26 08:38:15 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"4"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (4.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:32:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 16ms (Views: 16.0ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.csv?type=3" for 127.0.0.1 at 2017-05-26 08:38:15 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"3"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (6.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:30:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.csv?type=1" for 127.0.0.1 at 2017-05-26 08:38:15 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"1"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (4.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.csv (3.8ms) Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2017-05-26 08:38:15 -0700 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (2.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (3.8ms) Completed 200 OK in 18ms (Views: 17.5ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2017-05-26 08:38:15 -0700 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:161:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:160:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 14ms (Views: 6.7ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2017-05-26 08:38:15 -0700 Processing by HomeController#useheader as csv Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (4.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:38:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2017-05-26 08:38:15 -0700 Processing by HomeController#another as csv Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (4.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (4.1ms) Completed 200 OK in 14ms (Views: 13.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 99]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:38:16.012799"], ["updated_at", "2017-05-26 15:38:16.012799"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 100], ["created_at", "2017-05-26 15:38:16.030067"], ["updated_at", "2017-05-26 15:38:16.030067"]]  (1.2ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 100], ["created_at", "2017-05-26 15:38:16.032984"], ["updated_at", "2017-05-26 15:38:16.032984"]]  (0.6ms) commit transaction Started GET "/users/100/likes.csv" for 127.0.0.1 at 2017-05-26 08:38:16 -0700 Processing by LikesController#index as csv Parameters: {"user_id"=>"100"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 100], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 100]] Rendered likes/index.csv.csvrb (5.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:88:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 100]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 15:38:16.056754"], ["updated_at", "2017-05-26 15:38:16.056754"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:38:16.058405"], ["updated_at", "2017-05-26 15:38:16.058405"]]  (0.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2017-05-26 08:38:16 -0700 Processing by UsersController#noaction as csv Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (6.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:180:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2017-05-26 08:38:16 -0700 Processing by HomeController#useheader as csv Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (4.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (4.2ms) Completed 200 OK in 14ms (Views: 13.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 15:38:16.107950"], ["updated_at", "2017-05-26 15:38:16.107950"]]  (35.6ms) commit transaction Started GET "/" for 127.0.0.1 at 2017-05-26 08:38:16 -0700 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:12:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 101]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 102]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 103]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 15:38:16.160313"], ["updated_at", "2017-05-26 15:38:16.160313"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:38:16.161957"], ["updated_at", "2017-05-26 15:38:16.161957"]]  (0.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2017-05-26 08:38:16 -0700 Processing by UsersController#index as csv Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (7.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:65:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2017-05-26 08:38:16 -0700 Processing by HomeController#index as csv Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (5.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:17:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 104]]  (1.2ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 105]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:38:16.208027"], ["updated_at", "2017-05-26 15:38:16.208027"]]  (0.7ms) commit transaction Started GET "/users/106.csv" for 127.0.0.1 at 2017-05-26 08:38:16 -0700 Processing by UsersController#show as csv Parameters: {"id"=>"106"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 106], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (5.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:19:in `block (2 levels) in show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:236:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:188:in `to_format'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:163:in `respond'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:156:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/respond_with.rb:211:in `respond_with'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:18:in `show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:121:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:120:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2017-05-26 08:38:16 -0700 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (4.1ms) Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" User Load (0.9ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.7ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 106]]  (1.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 15:41:02.144414"], ["updated_at", "2017-05-26 15:41:02.144414"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:41:02.146265"], ["updated_at", "2017-05-26 15:41:02.146265"]]  (0.7ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by UsersController#noaction as csv Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (5.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:180:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 107]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 108]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:41:02.237475"], ["updated_at", "2017-05-26 15:41:02.237475"]]  (0.7ms) commit transaction Started GET "/users/109/render_elsewhere.csv" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by LikesController#render_elsewhere as csv Parameters: {"user_id"=>"109"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 109], ["LIMIT", 1]] Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (5.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.csv (4.6ms) Completed 200 OK in 19ms (Views: 15.7ms | ActiveRecord: 0.3ms) Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"5"} Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (4.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.csv (4.0ms) Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.csv?type=4" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"4"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (4.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:32:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.csv?type=3" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"3"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (4.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:30:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 11ms (Views: 10.9ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.csv?type=1" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"1"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (4.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.csv (4.1ms) Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by HomeController#another as csv Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (4.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (5.2ms) Completed 200 OK in 16ms (Views: 16.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 109]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:41:02.361556"], ["updated_at", "2017-05-26 15:41:02.361556"]]  (0.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 110], ["created_at", "2017-05-26 15:41:02.376482"], ["updated_at", "2017-05-26 15:41:02.376482"]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 110], ["created_at", "2017-05-26 15:41:02.378570"], ["updated_at", "2017-05-26 15:41:02.378570"]]  (0.5ms) commit transaction Started GET "/users/110/likes.csv" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by LikesController#index as csv Parameters: {"user_id"=>"110"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 110], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 110]] Rendered likes/index.csv.csvrb (5.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:88:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by HomeController#useheader as csv Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (4.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (4.0ms) Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (4.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (5.9ms) Completed 200 OK in 16ms (Views: 15.9ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (4.0ms) Completed 200 OK in 16ms (Views: 15.7ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:161:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:160:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 13ms (Views: 5.8ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by HomeController#useheader as csv Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (5.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:38:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 15ms (Views: 13.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 110]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 15:41:02.507897"], ["updated_at", "2017-05-26 15:41:02.507897"]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:41:02.509540"], ["updated_at", "2017-05-26 15:41:02.509540"]]  (0.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by UsersController#index as csv Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (6.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:65:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by HomeController#withpartial as csv Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (3.5ms) Rendered home/withpartial.csv.csvrb (9.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:74:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 18ms (Views: 16.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 15:41:02.554686"], ["updated_at", "2017-05-26 15:41:02.554686"]]  (0.6ms) commit transaction Started GET "/" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:12:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 111]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 112]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 113]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:41:02.569868"], ["updated_at", "2017-05-26 15:41:02.569868"]]  (0.6ms) commit transaction Started GET "/users/114.csv" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by UsersController#show as csv Parameters: {"id"=>"114"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 114], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (3.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:19:in `block (2 levels) in show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:236:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:188:in `to_format'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:163:in `respond'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:156:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/respond_with.rb:211:in `respond_with'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:18:in `show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:121:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:120:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by HomeController#index as csv Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (5.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:17:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 15:41:02.619958"], ["updated_at", "2017-05-26 15:41:02.619958"]]  (0.5ms) commit transaction Started GET "/users/115/send_instructions" for 127.0.0.1 at 2017-05-26 08:41:02 -0700 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"115"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 115], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (5.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/mailers/notifier.rb:8:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:595:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:594:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:919:in `block in collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:916:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:916:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:916:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:916:in `collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:908:in `collect_responses'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:816:in `mail'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/mailers/notifier.rb:11:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:595:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:594:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Notifier#instructions: processed outbound mail in 164.6ms Sent mail to elmer@fudd.com (4.7ms) Date: Fri, 26 May 2017 08:41:02 -0700 From: noreply@company.com To: elmer@fudd.com Message-ID: <59284c8ec178a_2fed3ffa0603f9f42812@straydogstudio.local.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_59284c8ec0c53_2fed3ffa0603f9f427a8"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_59284c8ec0c53_2fed3ffa0603f9f427a8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_59284c8ec0c53_2fed3ffa0603f9f427a8 Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_115.csv Content-ID: <59284c8ec1c3b_2fed3ffa0603f9f429ca@straydogstudio.local.mail> UEsDBBQAAAAIAACAn+tjOGvU2QAAAEECAAALAAAAX3JlbHMvLnJlbHOtksFO wzAMhu88ReT7mm5ICKFluyCk3RAqD2ASt43axJEToLw9gQNiaAgOO1r2//3f wdv9Emb1QpI9RwPrpgVF0bLzcTDw2N2trmG/2z7QjKVe5NGnrGokZgNjKelG 62xHCpgbThTrpmcJWOoog05oJxxIb9r2Sst3BhwzVYcyUDGwzPqVZXpinpoK A9W9JfpPFfe9t3TL9jlQLCcaf1yAOjgDcnBr0L+4OLb3wjVpWejcNoEKOiz4 CV+l2kNSPOUvr83fXpjSubVoKRQduVNGlx9G+ugVdhfvUEsDBBQAAAAIAACA n+vvyqPEyAEAAAkFAAANAAAAeGwvc3R5bGVzLnhtbKVU22rcMBB971cIfUBl bZpAF8tQAoZCEwrJQ1+1a3lt0MVIcrDz9RlJri1DQ5bUD6vR2XPOjEZjl87P Ujx1Qng0Kakdw533w5EQd+6E4u6rGYSGf1pjFfewtRfiBit444JISXIoijui eK9xVepR1co7dDaj9gwfVgil5WfDMC0KjJLdvWkEwzM8RCnSNBiRfwroewLU dUeljs5FJVnSV2Vr9FYFxQkAa64EeuGS4R+25xKDxr0mgNKwa7nq5bwgASBJ GJfg20u5O10AqnLg3gura9igJX6eB6hUGy2ARTJCMIvLB9KL5TM93L6njgtU dDK2EXZXU4IQcFKUIVK0HsUrZ9h38crORhqL7OXEcF0X8UnNDNyqtP2lu1oS yVXpzXCtAqihPO+NulaS2NnplgCacRZSPgWXP+3u9qcWJU4YJ7DZZiuOol5D 6OkSgu3Uwk9umRJk3jef857afZKdBf1/i10V9NuHHnwY5Pw4qpOwdXzNYhV5 B9bDx1bseruiKLxdDD8GB5m5k7yLYNNMWwOLMN4BgKHhJ/gQJftGtHyU/nmF GN7iB9H0o/qO/7J+9y/GL6wt/hVGkd7hLVM4UJYEdtu3r/ryBlBLAwQUAAAA CAAAgJ/rRD9eGQ4BAADmAQAAEQAAAGRvY1Byb3BzL2NvcmUueG1sbZFRT8Mg EMff/RQN7y2007mQlj1o9qSJiTUa3wg9O2KhBHCt317Kttole7z7/+7HkSu3 o+qSA1gne12hPCMoAS36Ruq2Qm/1Lt2gLSuFoaK38GJ7A9ZLcEkY044KU6G9 94Zi7MQeFHdZIHQIv3qruA+lbbHh4pu3gAtC1liB5w33HE/C1MxGdFI2Ylaa H9tFQSMwdKBAe4fzLMf/rJL+18DViXO4oD1Y5a7CMZnJ0cmZGoYhG1aRC/vn +OP56TV+NZXaea4FIFY2ggoL3PeW8bFzY4kXnfL08LEBTRL09Lj2OXlfPTzW O8QKkt+n5C4t1jXZ0NuckuJzcl3Mx3NYOMjpZoyUeFnG6vJW7OYPUEsDBBQA AAAIAACAn+vQvk+njgAAAOIAAAAQAAAAZG9jUHJvcHMvYXBwLnhtbJ2OsQrC MBRFd7+iZG8THURKmy7F2aG6l+S1DZj3QvIs9e+NCLo7Xs7lcJpu8/dihZgc YSv2lRIFoCHrcG7FdTiXJ9Hp5hIpQGQHqch/TK1YmEMtZTIL+DFVGWMmE0U/ cp5xljRNzkBP5uEBWR6UOkrYGNCCLcNXKD7GeuV/pZbMuy/dhmfIPt3IX67e vQBQSwMEFAAAAAgAAICf6/gcrSW6AAAAlwEAABoAAAB4bC9fcmVscy93b3Jr Ym9vay54bWwucmVsc62QTQvCMAyG7/6KkrvLFBURqxcRdpX5A0qXfeDWlqZ+ 7N9bFURBwYOnEJI8z0uW60vXihN5bqyRMEpSEGS0LRpTSdjn2+Ec1qvljloV 4gbXjWMRTwxLqENwC0TWNXWKE+vIxElpfadCbH2FTumDqgjHaTpD/8qAd6bI la8oSDhbf+CaKDDeyyiJSBB57+gXoS3LRtPG6mNHJnzw4lMAIisk+KyYAH4J w6Fvif+d4EF96qc3Pb49eDW4AlBLAwQUAAAACAAAgJ/rMc+oZiMBAACFAwAA EwAAAFtDb250ZW50X1R5cGVzXS54bWytk79OwzAQxneeIvKKYrcMCKGmHQqM 0KE8gLEviVX/k88t6dtzSShDl6ai0+l89/2+z5a8WHXOFgdIaIKv2JzPWAFe BW18U7HP7Vv5xFbLxfYYAQta9VixNuf4LASqFpxEHiJ4mtQhOZmpTY2IUu1k A+JhNnsUKvgMPpe5Z7Dl4gVqube5WI/nPbpiMkZrlMyUQhy8PoOWv0CewA47 2JqI97TAiteOKGN6miITExzOhX1Pug96h2Q0FBuZ8rt0pBI6qE0KEQXp+aC7 Jneoa6OAGHtHEg69pQZdRkJCygbGS1zyViHB9eanR+vVEx07KzAfLeC/r4ox gdTYAmRn+Qi94Pwd0u4rhN2tvfvKnTR+gv+wjGIo8xsH+eOfcojhWy3vfgBQ SwMEFAAAAAgAAICf62uSPf7GAAAALwEAAA8AAAB4bC93b3JrYm9vay54bWyN j8FOwzAMhu88ReQ7S4cmBFXTXRBSbxzgAULirtEau7KzjccndExcOdnW7//z 727/lWdzRtHE5GC7acAgBY6JDg4+3l/vn2DfdxeW4yfz0dRtUgdTKUtrrYYJ s9cNL0hVGVmyL3WUg9VF0EedEEue7UPTPNrsE8GV0Mp/GDyOKeALh1NGKleI 4OxLzapTWhT+kr2Jib7g9rnZORj9rAi279b7+lsN+YwOBtIip7BCwKzKEOvr YKRNtZEh7n689ma2txv93TdQSwMEFAAAAAgAAICf69oog2pzAAAAiwAAACMA AAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1WMSw4CIRAF 956C9N5pnIUxBpjdHMCMByDYAnH4hCbG48tSl5VXr9TySbt4U+NYsobTJEFQ duURs9dw39bjBRajbrTbPgwOsbIYl8waQu/1isguULI8lUp5LM/Sku0Dm8dq 3ct6wlnKM7bfBhiFf1Fz+AJQSwMEFAAAAAgAAICf6/RmlxnCAgAAkwYAABgA AAB4bC93b3Jrc2hlZXRzL3NoZWV0MS54bWyVVUtP20AQvvdXWL43zgtIIscU QlMqpQU1UKTeNvY4XrHesXbXGPj1nV07jiOlUbkk8/xmdl4OL19z4b2A0hzl 3B/0+r4HMsaEy+3cf3xYfp74l1FYoXrWGYDxyFzquZ8ZU8yCQMcZ5Ez3sABJ mhRVzgyxahvoQgFLnFMugmG/fx7kjEu/Rpip/8HANOUx3GBc5iBNDaJAMEPJ 6owX2qHNdMFimPsUUIN6AT8KXdh75UVhwbawBvNYEJdy84D3JJj7KRMafC+I wqCxjcKEUxRbB09BOvevBrPFkLCCVt7g/uZQ6Q7tVVwmWN0rNBAbV8cG3rDN GgQJIWllOsPqKeMG1nXWHfFdaQSXsH7LNyj0gWpJVSkF2wsV32b0mhWk5sDw DygkK6PKRvCrFKAOBFgtUNxSc6jrXcU3xZMVxW+FCaSsFMbKyQNblHfEfB0z QdkP+jQwdjo2iM+2GN/ppf2OydpWacXesHS1OlTaXvxL99POgXCyXZOsUZfe NWHpRoYavGEaKNMnnphs7k/aF9CTb8EWjBKeuK7HVGD36+Xczr3v5ezV/W9A myU3u7fGpTaYN4i1qKqZ895oMp1MLs7H/fF4Oh5Nd8A15LCBHH4A8qI3PgU5 aiBHH4AcDHvTI5hBXQBXvhtmWBQqrDzlKkARLXVFpHb1pzCSFuElGgzOwuDF ejc2110bLt30GkW2nMBN9FXkoMLAkIcVtG6L025g3b6kZZL0YswP/QPKs012 uE92eBLxSA7Xpz2+S011dOusj73gI/HqnINOsR25YCK2V6kUwpJ3coUs2bWP elQoLs1d4VKwJ9pw2osFHUJQnXuSoeLvKM0xFe043fH90djuN3x/AO2F/MHU llMUVS9Jv3dx5nvC3Zaa3qChAWs+EAaLhkqRbp6yRmd1uJYJ2tNbFpaplUtn bxe6yxPbfmCiT38BUEsBAjQDFAAAAAgAAICf62M4a9TZAAAAQQIAAAsAAAAA AAAAAQAAAKSBAAAAAF9yZWxzLy5yZWxzUEsBAjQDFAAAAAgAAICf6+/Ko8TI AQAACQUAAA0AAAAAAAAAAQAAAKSBAgEAAHhsL3N0eWxlcy54bWxQSwECNAMU AAAACAAAgJ/rRD9eGQ4BAADmAQAAEQAAAAAAAAABAAAApIH1AgAAZG9jUHJv cHMvY29yZS54bWxQSwECNAMUAAAACAAAgJ/r0L5Pp44AAADiAAAAEAAAAAAA AAABAAAApIEyBAAAZG9jUHJvcHMvYXBwLnhtbFBLAQI0AxQAAAAIAACAn+v4 HK0lugAAAJcBAAAaAAAAAAAAAAEAAACkge4EAAB4bC9fcmVscy93b3JrYm9v ay54bWwucmVsc1BLAQI0AxQAAAAIAACAn+sxz6hmIwEAAIUDAAATAAAAAAAA AAEAAACkgeAFAABbQ29udGVudF9UeXBlc10ueG1sUEsBAjQDFAAAAAgAAICf 62uSPf7GAAAALwEAAA8AAAAAAAAAAQAAAKSBNAcAAHhsL3dvcmtib29rLnht bFBLAQI0AxQAAAAIAACAn+vaKINqcwAAAIsAAAAjAAAAAAAAAAEAAACkgScI AAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1BLAQI0AxQA AAAIAACAn+v0ZpcZwgIAAJMGAAAYAAAAAAAAAAEAAACkgdsIAAB4bC93b3Jr c2hlZXRzL3NoZWV0MS54bWxQSwUGAAAAAAkACQBOAgAA0wsAAAAA ----==_mimepart_59284c8ec0c53_2fed3ffa0603f9f427a8-- Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:26:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 177ms (Views: 3.9ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Started GET "/useheader.csv" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by HomeController#useheader as csv Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (13.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (4.4ms) Completed 200 OK in 25ms (Views: 24.4ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by HomeController#withpartial as csv Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (4.5ms) [cache miss] Rendered home/withpartial.csv.csvrb (10.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:74:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 17ms (Views: 15.7ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (1.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (3.9ms) Completed 200 OK in 17ms (Views: 16.7ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:161:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:160:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 14ms (Views: 5.6ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by HomeController#index as csv Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (4.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:17:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms) User Load (0.9ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 114]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 115]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 15:41:35.554542"], ["updated_at", "2017-05-26 15:41:35.554542"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:41:35.556369"], ["updated_at", "2017-05-26 15:41:35.556369"]]  (0.7ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by UsersController#index as csv Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (5.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:65:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 116]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 117]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:41:35.581254"], ["updated_at", "2017-05-26 15:41:35.581254"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 118], ["created_at", "2017-05-26 15:41:35.597385"], ["updated_at", "2017-05-26 15:41:35.597385"]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 118], ["created_at", "2017-05-26 15:41:35.599580"], ["updated_at", "2017-05-26 15:41:35.599580"]]  (0.5ms) commit transaction Started GET "/users/118/likes.csv" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by LikesController#index as csv Parameters: {"user_id"=>"118"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 118], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 118]] Rendered likes/index.csv.csvrb (7.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:88:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 16ms (Views: 12.2ms | ActiveRecord: 0.3ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 118]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:41:35.626623"], ["updated_at", "2017-05-26 15:41:35.626623"]]  (0.5ms) commit transaction Started GET "/users/119.csv" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by UsersController#show as csv Parameters: {"id"=>"119"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 119], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (10.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:19:in `block (2 levels) in show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:236:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:188:in `to_format'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:163:in `respond'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:156:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/respond_with.rb:211:in `respond_with'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:18:in `show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:121:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:120:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 16ms (Views: 15.5ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 119]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:41:35.659335"], ["updated_at", "2017-05-26 15:41:35.659335"]]  (0.8ms) commit transaction Started GET "/users/120/render_elsewhere.csv" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by LikesController#render_elsewhere as csv Parameters: {"user_id"=>"120"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 120], ["LIMIT", 1]] Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (5.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.csv (3.9ms) Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.2ms) Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"5"} Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (4.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.csv (4.2ms) Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.csv?type=4" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"4"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (5.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:32:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.csv?type=3" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"3"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (5.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:30:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.csv?type=1" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"1"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (5.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.csv (4.0ms) Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by HomeController#useheader as csv Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (5.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:38:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 15:41:35.768943"], ["updated_at", "2017-05-26 15:41:35.768943"]]  (0.7ms) commit transaction Started GET "/" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:12:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (4.1ms) Completed 200 OK in 9ms (Views: 9.2ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by HomeController#another as csv Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (4.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (4.3ms) Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 120]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 121]]  (0.4ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 15:41:35.815069"], ["updated_at", "2017-05-26 15:41:35.815069"]]  (0.4ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 15:41:35.816682"], ["updated_at", "2017-05-26 15:41:35.816682"]]  (0.7ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by UsersController#noaction as csv Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (4.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:180:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 15:41:35.855276"], ["updated_at", "2017-05-26 15:41:35.855276"]]  (0.6ms) commit transaction Started GET "/users/124/send_instructions" for 127.0.0.1 at 2017-05-26 08:41:35 -0700 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"124"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 124], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (5.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/mailers/notifier.rb:8:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:609:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:608:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:830:in `mail'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/mailers/notifier.rb:11:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:609:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:608:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Notifier#instructions: processed outbound mail in 174.7ms Sent mail to elmer@fudd.com (4.6ms) Date: Fri, 26 May 2017 08:41:36 -0700 From: noreply@company.com To: elmer@fudd.com Message-ID: <59284cb09a9b_30023fc5fa03fa0c798a3@straydogstudio.local.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_59284cb09038_30023fc5fa03fa0c7975e"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_59284cb09038_30023fc5fa03fa0c7975e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_59284cb09038_30023fc5fa03fa0c7975e Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_124.csv Content-ID: <59284cb09fce_30023fc5fa03fa0c799fe@straydogstudio.local.mail> UEsDBBQAAAAIAACAn+tjOGvU2QAAAEECAAALAAAAX3JlbHMvLnJlbHOtksFO wzAMhu88ReT7mm5ICKFluyCk3RAqD2ASt43axJEToLw9gQNiaAgOO1r2//3f wdv9Emb1QpI9RwPrpgVF0bLzcTDw2N2trmG/2z7QjKVe5NGnrGokZgNjKelG 62xHCpgbThTrpmcJWOoog05oJxxIb9r2Sst3BhwzVYcyUDGwzPqVZXpinpoK A9W9JfpPFfe9t3TL9jlQLCcaf1yAOjgDcnBr0L+4OLb3wjVpWejcNoEKOiz4 CV+l2kNSPOUvr83fXpjSubVoKRQduVNGlx9G+ugVdhfvUEsDBBQAAAAIAACA n+vvyqPEyAEAAAkFAAANAAAAeGwvc3R5bGVzLnhtbKVU22rcMBB971cIfUBl bZpAF8tQAoZCEwrJQ1+1a3lt0MVIcrDz9RlJri1DQ5bUD6vR2XPOjEZjl87P Ujx1Qng0Kakdw533w5EQd+6E4u6rGYSGf1pjFfewtRfiBit444JISXIoijui eK9xVepR1co7dDaj9gwfVgil5WfDMC0KjJLdvWkEwzM8RCnSNBiRfwroewLU dUeljs5FJVnSV2Vr9FYFxQkAa64EeuGS4R+25xKDxr0mgNKwa7nq5bwgASBJ GJfg20u5O10AqnLg3gura9igJX6eB6hUGy2ARTJCMIvLB9KL5TM93L6njgtU dDK2EXZXU4IQcFKUIVK0HsUrZ9h38crORhqL7OXEcF0X8UnNDNyqtP2lu1oS yVXpzXCtAqihPO+NulaS2NnplgCacRZSPgWXP+3u9qcWJU4YJ7DZZiuOol5D 6OkSgu3Uwk9umRJk3jef857afZKdBf1/i10V9NuHHnwY5Pw4qpOwdXzNYhV5 B9bDx1bseruiKLxdDD8GB5m5k7yLYNNMWwOLMN4BgKHhJ/gQJftGtHyU/nmF GN7iB9H0o/qO/7J+9y/GL6wt/hVGkd7hLVM4UJYEdtu3r/ryBlBLAwQUAAAA CAAAgJ/rTgh9tA8BAADmAQAAEQAAAGRvY1Byb3BzL2NvcmUueG1sbZHLboMw EEX3/QrkPdhAk0YWkEWrrFqpUqlaZWeZKbGKH7LdQP++hiSUSFnO3DPHY02x HWQXHcE6oVWJ0oSgCBTXjVBtid7rXbxB26rghnJt4dVqA9YLcFEYU45yU6KD 94Zi7PgBJHNJIFQIv7SVzIfSttgw/s1awBkhayzBs4Z5hkdhbGYjOisbPivN j+0mQcMxdCBBeYfTJMX/rBT+18DNiUu4oD1Y6W7CUzKTgxMz1fd90ucTF/ZP 8efL89v01Vgo55nigKqi4ZRbYF7big2dGwq86BTnh08NaKKgp6e1L8lH/vhU 71CVkfQhJqs4W9dkQ+9Tmq/2o+tqfjqHhaMYb1aRAi/Lqbq+VXX3B1BLAwQU AAAACAAAgJ/r0L5Pp44AAADiAAAAEAAAAGRvY1Byb3BzL2FwcC54bWydjrEK wjAURXe/omRvEx1ESpsuxdmhupfktQ2Y90LyLPXvjQi6O17O5XCabvP3YoWY HGEr9pUSBaAh63BuxXU4lyfR6eYSKUBkB6nIf0ytWJhDLWUyC/gxVRljJhNF P3KecZY0Tc5AT+bhAVkelDpK2BjQgi3DVyg+xnrlf6WWzLsv3YZnyD7dyF+u 3r0AUEsDBBQAAAAIAACAn+v4HK0lugAAAJcBAAAaAAAAeGwvX3JlbHMvd29y a2Jvb2sueG1sLnJlbHOtkE0LwjAMhu/+ipK7yxQVEasXEXaV+QNKl33g1pam fuzfWxVEQcGDpxCSPM9LlutL14oTeW6skTBKUhBktC0aU0nY59vhHNar5Y5a FeIG141jEU8MS6hDcAtE1jV1ihPryMRJaX2nQmx9hU7pg6oIx2k6Q//KgHem yJWvKEg4W3/gmigw3ssoiUgQee/oF6Ety0bTxupjRyZ88OJTACIrJPismAB+ CcOhb4n/neBBfeqnNz2+PXg1uAJQSwMEFAAAAAgAAICf6zHPqGYjAQAAhQMA ABMAAABbQ29udGVudF9UeXBlc10ueG1srZO/TsMwEMZ3niLyimK3DAihph0K jNChPICxL4lV/5PPLenbc0koQ5emotPpfPf9vs+WvFh1zhYHSGiCr9icz1gB XgVtfFOxz+1b+cRWy8X2GAELWvVYsTbn+CwEqhacRB4ieJrUITmZqU2NiFLt ZAPiYTZ7FCr4DD6XuWew5eIFarm3uViP5z26YjJGa5TMlEIcvD6Dlr9AnsAO O9iaiPe0wIrXjihjepoiExMczoV9T7oPeodkNBQbmfK7dKQSOqhNChEF6fmg uyZ3qGujgBh7RxIOvaUGXUZCQsoGxktc8lYhwfXmp0fr1RMdOyswHy3gv6+K MYHU2AJkZ/kIveD8HdLuK4Tdrb37yp00foL/sIxiKPMbB/njn3KI4Vst734A UEsDBBQAAAAIAACAn+trkj3+xgAAAC8BAAAPAAAAeGwvd29ya2Jvb2sueG1s jY/BTsMwDIbvPEXkO0uHJgRV010QUm8c4AFC4q7RGruys43HJ3RMXDnZ1u// 8+9u/5Vnc0bRxORgu2nAIAWOiQ4OPt5f759g33cXluMn89HUbVIHUylLa62G CbPXDS9IVRlZsi91lIPVRdBHnRBLnu1D0zza7BPBldDKfxg8jingC4dTRipX iODsS82qU1oU/pK9iYm+4Pa52TkY/awItu/W+/pbDfmMDgbSIqewQsCsyhDr 62CkTbWRIe5+vPZmtrcb/d03UEsDBBQAAAAIAACAn+vaKINqcwAAAIsAAAAj AAAAeGwvd29ya3NoZWV0cy9fcmVscy9zaGVldDEueG1sLnJlbHNVjEsOAiEQ BfeegvTeaZyFMQaY3RzAjAcg2AJx+IQmxuPLUpeVV6/U8km7eFPjWLKG0yRB UHblEbPXcN/W4wUWo2602z4MDrGyGJfMGkLv9YrILlCyPJVKeSzP0pLtA5vH at3LesJZyjO23wYYhX9Rc/gCUEsDBBQAAAAIAACAn+s09OzPwQIAAJMGAAAY AAAAeGwvd29ya3NoZWV0cy9zaGVldDEueG1slVVLb9pAEL73V1i+F4MhCSDj NCGliUSaqCSN1Ntij/Eqa4+1u8ZJfn1n18YYiaLmAvP8ZnZeDi7fMuFsQSqO +cwd9PquA3mEMc83M/f5afF17F6GQYXyVaUA2iHzXM3cVOti6nkqSiFjqocF 5KRJUGZMEys3nioksNg6ZcLz+/1zL2M8d2uEqfwfDEwSHsENRmUGua5BJAim KVmV8kJZtKkqWAQzlwIqkFtww8CGfZROGBRsAyvQzwVxCddP+EiCmZswocB1 vDDwGtswiDlFMXVwJCQz92ownfuE5bXyBvc3h0p1aKfieYzVo0QNkbZ1bOA1 W69AkBDiVqZSrF5SrmFVZ90RP5Ra8BxW79kahTpQLagqpWB7oeSblF6zhEQf GP4BiWSlZdkIfpUC5IEAqzmKW2oOdb2r+CF5vKT4rTCGhJVCGzl5YIvygZit IiYo+0GfBsZMxxrx1RTjjl7a75isTJWW7B1LW6tDpenFv3Q/zRwIK9s1yRh1 6V0TFnZkqMFrpoAyfeGxTmfuuH0BPfkWTMEo4bHtekQFtr9Oxs3cu07G3uz/ GpRecL17a1QqjVmDWIuqmjnvDceT8fjifNQfjSaj4WQHXEP6DaT/CciL3ugU 5LCBHH4CcuD3JkcwvboAtnw3TLMwkFg50laAIhrqikhl609hclqEbTjwR4G3 Nd6NzXXXhud2erUkW07gOvwuMpCBp8nDCFq3+Wk3MG7fkjKOexFmh/4e5dkm 6++T9U8iHsnh+rTHXa6ojnad1bEXfCZenbPXKbYl50xE5iqVQhjyIV8ii3ft ox4Vkuf6obApmBOtOe3FnA4hyM49SVHyD8z1MRXtON3x/dHY7Dd8fwDNhbxn csMpiqyXpN+7OHMdYW9LTa9R04A1HwiNRUMlSDdPGqOzOlzLeO3pLQvD1MqF tTcL3eWJbT8w4Ze/UEsBAjQDFAAAAAgAAICf62M4a9TZAAAAQQIAAAsAAAAA AAAAAQAAAKSBAAAAAF9yZWxzLy5yZWxzUEsBAjQDFAAAAAgAAICf6+/Ko8TI AQAACQUAAA0AAAAAAAAAAQAAAKSBAgEAAHhsL3N0eWxlcy54bWxQSwECNAMU AAAACAAAgJ/rTgh9tA8BAADmAQAAEQAAAAAAAAABAAAApIH1AgAAZG9jUHJv cHMvY29yZS54bWxQSwECNAMUAAAACAAAgJ/r0L5Pp44AAADiAAAAEAAAAAAA AAABAAAApIEzBAAAZG9jUHJvcHMvYXBwLnhtbFBLAQI0AxQAAAAIAACAn+v4 HK0lugAAAJcBAAAaAAAAAAAAAAEAAACkge8EAAB4bC9fcmVscy93b3JrYm9v ay54bWwucmVsc1BLAQI0AxQAAAAIAACAn+sxz6hmIwEAAIUDAAATAAAAAAAA AAEAAACkgeEFAABbQ29udGVudF9UeXBlc10ueG1sUEsBAjQDFAAAAAgAAICf 62uSPf7GAAAALwEAAA8AAAAAAAAAAQAAAKSBNQcAAHhsL3dvcmtib29rLnht bFBLAQI0AxQAAAAIAACAn+vaKINqcwAAAIsAAAAjAAAAAAAAAAEAAACkgSgI AAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1BLAQI0AxQA AAAIAACAn+s09OzPwQIAAJMGAAAYAAAAAAAAAAEAAACkgdwIAAB4bC93b3Jr c2hlZXRzL3NoZWV0MS54bWxQSwUGAAAAAAkACQBOAgAA0wsAAAAA ----==_mimepart_59284cb09038_30023fc5fa03fa0c7975e-- Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:26:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 188ms (Views: 3.8ms | ActiveRecord: 0.1ms) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" User Load (0.7ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 122]]  (1.4ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 123]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 124]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 16:02:08.006183"], ["updated_at", "2017-05-26 16:02:08.006183"]]  (0.6ms) commit transaction Started GET "/users/125/render_elsewhere.csv" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by LikesController#render_elsewhere as csv Parameters: {"user_id"=>"125"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 125], ["LIMIT", 1]] Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (5.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.csv (4.4ms) Completed 200 OK in 19ms (Views: 16.8ms | ActiveRecord: 0.2ms) Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"5"} Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (10.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.csv (3.9ms) Completed 200 OK in 19ms (Views: 19.3ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.csv?type=4" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"4"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (4.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:32:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.csv?type=3" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"3"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (4.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:30:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.csv?type=1" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"1"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (4.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.csv (3.9ms) Completed 200 OK in 13ms (Views: 13.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 125]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 16:02:08.161648"], ["updated_at", "2017-05-26 16:02:08.161648"]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 126], ["created_at", "2017-05-26 16:02:08.175399"], ["updated_at", "2017-05-26 16:02:08.175399"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 126], ["created_at", "2017-05-26 16:02:08.177674"], ["updated_at", "2017-05-26 16:02:08.177674"]]  (0.6ms) commit transaction Started GET "/users/126/likes.csv" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by LikesController#index as csv Parameters: {"user_id"=>"126"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 126], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 126]] Rendered likes/index.csv.csvrb (5.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:88:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by HomeController#another as csv Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (4.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (3.9ms) Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 126]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 16:02:08.219453"], ["updated_at", "2017-05-26 16:02:08.219453"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 16:02:08.221113"], ["updated_at", "2017-05-26 16:02:08.221113"]]  (0.6ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by UsersController#noaction as csv Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (11.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:180:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by HomeController#withpartial as csv Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (7.8ms) Rendered home/withpartial.csv.csvrb (15.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:74:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 23ms (Views: 21.6ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (3.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (4.2ms) Completed 200 OK in 12ms (Views: 12.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 127]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 128]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 16:02:08.303509"], ["updated_at", "2017-05-26 16:02:08.303509"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 16:02:08.305148"], ["updated_at", "2017-05-26 16:02:08.305148"]]  (0.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by UsersController#index as csv Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (5.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:65:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by HomeController#index as csv Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (5.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:17:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 129]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 130]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 16:02:08.345456"], ["updated_at", "2017-05-26 16:02:08.345456"]]  (0.5ms) commit transaction Started GET "/users/131.csv" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by UsersController#show as csv Parameters: {"id"=>"131"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 131], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (5.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:19:in `block (2 levels) in show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:236:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:188:in `to_format'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:163:in `respond'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:156:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/respond_with.rb:211:in `respond_with'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:18:in `show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:121:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:120:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (4.0ms) Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:161:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:160:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 13ms (Views: 5.4ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by HomeController#useheader as csv Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (3.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:38:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 16:02:08.412483"], ["updated_at", "2017-05-26 16:02:08.412483"]]  (0.8ms) commit transaction Started GET "/" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/implicit_render.rb:36:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:12:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by HomeController#useheader as csv Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (3.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:150:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:146:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (3.8ms) Completed 200 OK in 12ms (Views: 12.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 16:02:08.454721"], ["updated_at", "2017-05-26 16:02:08.454721"]]  (0.7ms) commit transaction Started GET "/users/133/send_instructions" for 127.0.0.1 at 2017-05-26 09:02:08 -0700 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"133"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 133], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (5.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:48:in `render_to_string'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/mailers/notifier.rb:8:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:595:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:594:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:919:in `block in collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:916:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:916:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:916:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:916:in `collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:908:in `collect_responses'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:816:in `mail'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/mailers/notifier.rb:11:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:595:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/base.rb:594:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.0.3/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Notifier#instructions: processed outbound mail in 166.0ms Sent mail to elmer@fudd.com (4.4ms) Date: Fri, 26 May 2017 09:02:08 -0700 From: noreply@company.com To: elmer@fudd.com Message-ID: <5928518099aae_aec23fff3d43fa0448176@straydogstudio.local.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_59285180990d7_aec23fff3d43fa04480ab"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_59285180990d7_aec23fff3d43fa04480ab Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_59285180990d7_aec23fff3d43fa04480ab Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_133.csv Content-ID: <5928518099f60_aec23fff3d43fa04482e4@straydogstudio.local.mail> UEsDBBQAAAAIAACAn+tjOGvU2QAAAEECAAALAAAAX3JlbHMvLnJlbHOtksFO wzAMhu88ReT7mm5ICKFluyCk3RAqD2ASt43axJEToLw9gQNiaAgOO1r2//3f wdv9Emb1QpI9RwPrpgVF0bLzcTDw2N2trmG/2z7QjKVe5NGnrGokZgNjKelG 62xHCpgbThTrpmcJWOoog05oJxxIb9r2Sst3BhwzVYcyUDGwzPqVZXpinpoK A9W9JfpPFfe9t3TL9jlQLCcaf1yAOjgDcnBr0L+4OLb3wjVpWejcNoEKOiz4 CV+l2kNSPOUvr83fXpjSubVoKRQduVNGlx9G+ugVdhfvUEsDBBQAAAAIAACA n+vvyqPEyAEAAAkFAAANAAAAeGwvc3R5bGVzLnhtbKVU22rcMBB971cIfUBl bZpAF8tQAoZCEwrJQ1+1a3lt0MVIcrDz9RlJri1DQ5bUD6vR2XPOjEZjl87P Ujx1Qng0Kakdw533w5EQd+6E4u6rGYSGf1pjFfewtRfiBit444JISXIoijui eK9xVepR1co7dDaj9gwfVgil5WfDMC0KjJLdvWkEwzM8RCnSNBiRfwroewLU dUeljs5FJVnSV2Vr9FYFxQkAa64EeuGS4R+25xKDxr0mgNKwa7nq5bwgASBJ GJfg20u5O10AqnLg3gura9igJX6eB6hUGy2ARTJCMIvLB9KL5TM93L6njgtU dDK2EXZXU4IQcFKUIVK0HsUrZ9h38crORhqL7OXEcF0X8UnNDNyqtP2lu1oS yVXpzXCtAqihPO+NulaS2NnplgCacRZSPgWXP+3u9qcWJU4YJ7DZZiuOol5D 6OkSgu3Uwk9umRJk3jef857afZKdBf1/i10V9NuHHnwY5Pw4qpOwdXzNYhV5 B9bDx1bseruiKLxdDD8GB5m5k7yLYNNMWwOLMN4BgKHhJ/gQJftGtHyU/nmF GN7iB9H0o/qO/7J+9y/GL6wt/hVGkd7hLVM4UJYEdtu3r/ryBlBLAwQUAAAA CAAAgJ/rgnRayg4BAADmAQAAEQAAAGRvY1Byb3BzL2NvcmUueG1sbZFRT8Mg EMff/RQN7y20i3OSlj1o9qSJiTUa3wg9O2KhBHCt317Kttole7z7/+7HkSu3 o+qSA1gne12hPCMoAS36Ruq2Qm/1Lt2gLSuFoaK38GJ7A9ZLcEkY044KU6G9 94Zi7MQeFHdZIHQIv3qruA+lbbHh4pu3gAtC1liB5w33HE/C1MxGdFI2Ylaa H9tFQSMwdKBAe4fzLMf/rJL+18DViXO4oD1Y5a7CMZnJ0cmZGoYhG1aRC/vn +OP56TV+NZXaea4FIFY2ggoL3PeW8bFzY4kXnfL08LEBTRL09Lj2OXlfPTzW O8QKkt+l5DYt1jW5p6SgZPM5uS7m4zksHOR0M0ZKvCxjdXkrdvMHUEsDBBQA AAAIAACAn+vQvk+njgAAAOIAAAAQAAAAZG9jUHJvcHMvYXBwLnhtbJ2OsQrC MBRFd7+iZG8THURKmy7F2aG6l+S1DZj3QvIs9e+NCLo7Xs7lcJpu8/dihZgc YSv2lRIFoCHrcG7FdTiXJ9Hp5hIpQGQHqch/TK1YmEMtZTIL+DFVGWMmE0U/ cp5xljRNzkBP5uEBWR6UOkrYGNCCLcNXKD7GeuV/pZbMuy/dhmfIPt3IX67e vQBQSwMEFAAAAAgAAICf6/gcrSW6AAAAlwEAABoAAAB4bC9fcmVscy93b3Jr Ym9vay54bWwucmVsc62QTQvCMAyG7/6KkrvLFBURqxcRdpX5A0qXfeDWlqZ+ 7N9bFURBwYOnEJI8z0uW60vXihN5bqyRMEpSEGS0LRpTSdjn2+Ec1qvljloV 4gbXjWMRTwxLqENwC0TWNXWKE+vIxElpfadCbH2FTumDqgjHaTpD/8qAd6bI la8oSDhbf+CaKDDeyyiJSBB57+gXoS3LRtPG6mNHJnzw4lMAIisk+KyYAH4J w6Fvif+d4EF96qc3Pb49eDW4AlBLAwQUAAAACAAAgJ/rMc+oZiMBAACFAwAA EwAAAFtDb250ZW50X1R5cGVzXS54bWytk79OwzAQxneeIvKKYrcMCKGmHQqM 0KE8gLEviVX/k88t6dtzSShDl6ai0+l89/2+z5a8WHXOFgdIaIKv2JzPWAFe BW18U7HP7Vv5xFbLxfYYAQta9VixNuf4LASqFpxEHiJ4mtQhOZmpTY2IUu1k A+JhNnsUKvgMPpe5Z7Dl4gVqube5WI/nPbpiMkZrlMyUQhy8PoOWv0CewA47 2JqI97TAiteOKGN6miITExzOhX1Pug96h2Q0FBuZ8rt0pBI6qE0KEQXp+aC7 Jneoa6OAGHtHEg69pQZdRkJCygbGS1zyViHB9eanR+vVEx07KzAfLeC/r4ox gdTYAmRn+Qi94Pwd0u4rhN2tvfvKnTR+gv+wjGIo8xsH+eOfcojhWy3vfgBQ SwMEFAAAAAgAAICf62uSPf7GAAAALwEAAA8AAAB4bC93b3JrYm9vay54bWyN j8FOwzAMhu88ReQ7S4cmBFXTXRBSbxzgAULirtEau7KzjccndExcOdnW7//z 727/lWdzRtHE5GC7acAgBY6JDg4+3l/vn2DfdxeW4yfz0dRtUgdTKUtrrYYJ s9cNL0hVGVmyL3WUg9VF0EedEEue7UPTPNrsE8GV0Mp/GDyOKeALh1NGKleI 4OxLzapTWhT+kr2Jib7g9rnZORj9rAi279b7+lsN+YwOBtIip7BCwKzKEOvr YKRNtZEh7n689ma2txv93TdQSwMEFAAAAAgAAICf69oog2pzAAAAiwAAACMA AAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1WMSw4CIRAF 956C9N5pnIUxBpjdHMCMByDYAnH4hCbG48tSl5VXr9TySbt4U+NYsobTJEFQ duURs9dw39bjBRajbrTbPgwOsbIYl8waQu/1isguULI8lUp5LM/Sku0Dm8dq 3ct6wlnKM7bfBhiFf1Fz+AJQSwMEFAAAAAgAAICf68ra7PTBAgAAkwYAABgA AAB4bC93b3Jrc2hlZXRzL3NoZWV0MS54bWyVVUtP20AQvvdXWL43zgtIIscU QlMqpQU1UKTeNvY4XrHesXbXGPj1nV07jiOlUbkk8/xmdl4OL19z4b2A0hzl 3B/0+r4HMsaEy+3cf3xYfp74l1FYoXrWGYDxyFzquZ8ZU8yCQMcZ5Ez3sABJ mhRVzgyxahvoQgFLnFMugmG/fx7kjEu/Rpip/8HANOUx3GBc5iBNDaJAMEPJ 6owX2qHNdMFimPsUUIN6AT8KXdh75UVhwbawBvNYEJdy84D3JJj7KRMafC+I wqCxjcKEUxRbB09BOvevBrPFkLCCVt7g/uZQ6Q7tVVwmWN0rNBAbV8cG3rDN GgQJIWllOsPqKeMG1nXWHfFdaQSXsH7LNyj0gWpJVSkF2wsV32b0mhWk5sDw DygkK6PKRvCrFKAOBFgtUNxSc6jrXcU3xZMVxW+FCaSsFMbKyQNblHfEfB0z QdkP+jQwdjo2iM+2GN/ppf2OydpWacXesHS1OlTaXvxL99POgXCyXZOsUZfe NWHpRoYavGEaKNMnnphs7k/aF9CTb8EWjBKeuK7HVGD36+Xczr3v5ezV/W9A myU3u7fGpTaYN4i1qKqZ895oMp1MLs7H/fF4Oh5Nd8A15LCBHH4A8qI3PgU5 aiBHH4AcDHvTI5hBXQBXvhtmWBQqrDzlKkARLXVFpHb1pzCSFuElGoxGYfBi vRub664Nl256jSJbTuAm+ipyUGFgyMMKWrfFaTewbl/SMkl6MeaH/gHl2SY7 3Cc7PIl4JIfr0x7fpaY6unXWx17wkXh1zkGn2I5cMBHbq1QKYck7uUKW7NpH PSoUl+aucCnYE2047cWCDiGozj3JUPF3lOaYinac7vj+aGz3G74/gPZC/mBq yymKqpek37s48z3hbktNb9DQgDUfCINFQ6VIN09Zo7M6XMsE7ektC8vUyqWz twvd5YltPzDRp79QSwECNAMUAAAACAAAgJ/rYzhr1NkAAABBAgAACwAAAAAA AAABAAAApIEAAAAAX3JlbHMvLnJlbHNQSwECNAMUAAAACAAAgJ/r78qjxMgB AAAJBQAADQAAAAAAAAABAAAApIECAQAAeGwvc3R5bGVzLnhtbFBLAQI0AxQA AAAIAACAn+uCdFrKDgEAAOYBAAARAAAAAAAAAAEAAACkgfUCAABkb2NQcm9w cy9jb3JlLnhtbFBLAQI0AxQAAAAIAACAn+vQvk+njgAAAOIAAAAQAAAAAAAA AAEAAACkgTIEAABkb2NQcm9wcy9hcHAueG1sUEsBAjQDFAAAAAgAAICf6/gc rSW6AAAAlwEAABoAAAAAAAAAAQAAAKSB7gQAAHhsL19yZWxzL3dvcmtib29r LnhtbC5yZWxzUEsBAjQDFAAAAAgAAICf6zHPqGYjAQAAhQMAABMAAAAAAAAA AQAAAKSB4AUAAFtDb250ZW50X1R5cGVzXS54bWxQSwECNAMUAAAACAAAgJ/r a5I9/sYAAAAvAQAADwAAAAAAAAABAAAApIE0BwAAeGwvd29ya2Jvb2sueG1s UEsBAjQDFAAAAAgAAICf69oog2pzAAAAiwAAACMAAAAAAAAAAQAAAKSBJwgA AHhsL3dvcmtzaGVldHMvX3JlbHMvc2hlZXQxLnhtbC5yZWxzUEsBAjQDFAAA AAgAAICf68ra7PTBAgAAkwYAABgAAAAAAAAAAQAAAKSB2wgAAHhsL3dvcmtz aGVldHMvc2hlZXQxLnhtbFBLBQYAAAAACQAJAE4CAADSCwAAAAA= ----==_mimepart_59285180990d7_aec23fff3d43fa04480ab-- Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/subscriber.rb:95:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:52:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:104:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/rendering.rb:26:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:26:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:188:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:126:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:455:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:101:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/notifications.rb:164:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal/params_wrapper.rb:248:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.0.3/lib/active_record/railties/controller_runtime.rb:18:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/abstract_controller/base.rb:126:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.0.3/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:190:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_controller/metal.rb:262:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:32:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:39:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/journey/router.rb:26:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/routing/route_set.rb:725:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:97:in `__run_callbacks__'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:750:in `_run_call_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/callbacks.rb:90:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/callbacks.rb:36:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/request_id.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.0.3/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.0.3/lib/action_dispatch/middleware/static.rb:136:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.0.3/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 178ms (Views: 3.8ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC User Load (0.6ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 131]]  (1.3ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 132]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 133]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 16:02:42.025753"], ["updated_at", "2017-05-26 16:02:42.025753"]]  (0.7ms) commit transaction Started GET "/users/134.csv" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by UsersController#show as csv Parameters: {"id"=>"134"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 134], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (4.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:19:in `block (2 levels) in show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:236:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:188:in `to_format'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:163:in `respond'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:156:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/respond_with.rb:211:in `respond_with'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:18:in `show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:121:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:120:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 134]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 16:02:42.055669"], ["updated_at", "2017-05-26 16:02:42.055669"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 16:02:42.057357"], ["updated_at", "2017-05-26 16:02:42.057357"]]  (0.6ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by UsersController#noaction as csv Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (5.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:180:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 135]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 136]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 16:02:42.085451"], ["updated_at", "2017-05-26 16:02:42.085451"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 16:02:42.087114"], ["updated_at", "2017-05-26 16:02:42.087114"]]  (0.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by UsersController#index as csv Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (4.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:65:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 16:02:42.105065"], ["updated_at", "2017-05-26 16:02:42.105065"]]  (0.8ms) commit transaction Started GET "/" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:12:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 137]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 138]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 139]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 16:02:42.123751"], ["updated_at", "2017-05-26 16:02:42.123751"]]  (0.7ms) commit transaction Started GET "/users/140/render_elsewhere.csv" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by LikesController#render_elsewhere as csv Parameters: {"user_id"=>"140"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (4.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.csv (4.3ms) Completed 200 OK in 14ms (Views: 13.7ms | ActiveRecord: 0.2ms) Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"5"} Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (4.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.csv (3.8ms) Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.csv?type=4" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"4"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (10.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:32:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 16ms (Views: 15.9ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.csv?type=3" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"3"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (4.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:30:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.csv?type=1" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"1"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (4.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.csv (3.9ms) Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 140]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2017-05-26 16:02:42.221197"], ["updated_at", "2017-05-26 16:02:42.221197"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 141], ["created_at", "2017-05-26 16:02:42.236616"], ["updated_at", "2017-05-26 16:02:42.236616"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 141], ["created_at", "2017-05-26 16:02:42.239256"], ["updated_at", "2017-05-26 16:02:42.239256"]]  (0.6ms) commit transaction Started GET "/users/141/likes.csv" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by LikesController#index as csv Parameters: {"user_id"=>"141"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 141], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 141]] Rendered likes/index.csv.csvrb (5.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:88:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.2ms) Started GET "/another" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:158:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (3.9ms) Completed 200 OK in 15ms (Views: 15.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:161:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:160:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 11ms (Views: 4.3ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by HomeController#useheader as csv Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (5.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:38:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:131:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (3.8ms) Completed 200 OK in 9ms (Views: 9.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by HomeController#useheader as csv Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (5.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (4.2ms) Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by HomeController#withpartial as csv Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (3.0ms) [cache miss] Rendered home/withpartial.csv.csvrb (8.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:74:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 13ms (Views: 11.8ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by HomeController#index as csv Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (6.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:17:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by HomeController#another as csv Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (4.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:46:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (3.9ms) Completed 200 OK in 13ms (Views: 12.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2017-05-26 16:02:42.396622"], ["updated_at", "2017-05-26 16:02:42.396622"]]  (0.7ms) commit transaction Started GET "/users/142/send_instructions" for 127.0.0.1 at 2017-05-26 09:02:42 -0700 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"142"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 142], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (5.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/mailers/notifier.rb:8:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:609:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:608:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:830:in `mail'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/mailers/notifier.rb:11:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:609:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:608:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Notifier#instructions: processed outbound mail in 163.8ms Sent mail to elmer@fudd.com (4.6ms) Date: Fri, 26 May 2017 09:02:42 -0700 From: noreply@company.com To: elmer@fudd.com Message-ID: <592851a28ab10_aed73fdb4c43fa1422@straydogstudio.local.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_592851a28a0c1_aed73fdb4c43fa14133"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_592851a28a0c1_aed73fdb4c43fa14133 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_592851a28a0c1_aed73fdb4c43fa14133 Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_142.csv Content-ID: <592851a28b059_aed73fdb4c43fa143b0@straydogstudio.local.mail> UEsDBBQAAAAIAACAn+tjOGvU2QAAAEECAAALAAAAX3JlbHMvLnJlbHOtksFO wzAMhu88ReT7mm5ICKFluyCk3RAqD2ASt43axJEToLw9gQNiaAgOO1r2//3f wdv9Emb1QpI9RwPrpgVF0bLzcTDw2N2trmG/2z7QjKVe5NGnrGokZgNjKelG 62xHCpgbThTrpmcJWOoog05oJxxIb9r2Sst3BhwzVYcyUDGwzPqVZXpinpoK A9W9JfpPFfe9t3TL9jlQLCcaf1yAOjgDcnBr0L+4OLb3wjVpWejcNoEKOiz4 CV+l2kNSPOUvr83fXpjSubVoKRQduVNGlx9G+ugVdhfvUEsDBBQAAAAIAACA n+vvyqPEyAEAAAkFAAANAAAAeGwvc3R5bGVzLnhtbKVU22rcMBB971cIfUBl bZpAF8tQAoZCEwrJQ1+1a3lt0MVIcrDz9RlJri1DQ5bUD6vR2XPOjEZjl87P Ujx1Qng0Kakdw533w5EQd+6E4u6rGYSGf1pjFfewtRfiBit444JISXIoijui eK9xVepR1co7dDaj9gwfVgil5WfDMC0KjJLdvWkEwzM8RCnSNBiRfwroewLU dUeljs5FJVnSV2Vr9FYFxQkAa64EeuGS4R+25xKDxr0mgNKwa7nq5bwgASBJ GJfg20u5O10AqnLg3gura9igJX6eB6hUGy2ARTJCMIvLB9KL5TM93L6njgtU dDK2EXZXU4IQcFKUIVK0HsUrZ9h38crORhqL7OXEcF0X8UnNDNyqtP2lu1oS yVXpzXCtAqihPO+NulaS2NnplgCacRZSPgWXP+3u9qcWJU4YJ7DZZiuOol5D 6OkSgu3Uwk9umRJk3jef857afZKdBf1/i10V9NuHHnwY5Pw4qpOwdXzNYhV5 B9bDx1bseruiKLxdDD8GB5m5k7yLYNNMWwOLMN4BgKHhJ/gQJftGtHyU/nmF GN7iB9H0o/qO/7J+9y/GL6wt/hVGkd7hLVM4UJYEdtu3r/ryBlBLAwQUAAAA CAAAgJ/rc5FWGw4BAADmAQAAEQAAAGRvY1Byb3BzL2NvcmUueG1sbZHLTsMw EEX3fEXkfWInhQJWki5AXYGERBCIneUMqUX8kG2a8Pc4bhtSqcuZe+Z4rCk3 o+yTPVgntKpQnhGUgOK6Faqr0FuzTe/Qpi65oVxbeLHagPUCXBLGlKPcVGjn vaEYO74DyVwWCBXCL20l86G0HTaMf7MOcEHIGkvwrGWe4UmYmtmIjsqWz0rz Y/soaDmGHiQo73Ce5fiflcL/Grg4cQoXtAcr3UU4JjM5OjFTwzBkwypyYf8c fzw/vcavpkI5zxQHVJctp9wC89rWbOzdWOJFpzw+fGhAmwQ9Pax9St5XD4/N FtUFyW9TcpMW64bcU1LQ6+Jzcp3Nx3NY2IvpZjUp8bKM1fmt6qs/UEsDBBQA AAAIAACAn+vQvk+njgAAAOIAAAAQAAAAZG9jUHJvcHMvYXBwLnhtbJ2OsQrC MBRFd7+iZG8THURKmy7F2aG6l+S1DZj3QvIs9e+NCLo7Xs7lcJpu8/dihZgc YSv2lRIFoCHrcG7FdTiXJ9Hp5hIpQGQHqch/TK1YmEMtZTIL+DFVGWMmE0U/ cp5xljRNzkBP5uEBWR6UOkrYGNCCLcNXKD7GeuV/pZbMuy/dhmfIPt3IX67e vQBQSwMEFAAAAAgAAICf6/gcrSW6AAAAlwEAABoAAAB4bC9fcmVscy93b3Jr Ym9vay54bWwucmVsc62QTQvCMAyG7/6KkrvLFBURqxcRdpX5A0qXfeDWlqZ+ 7N9bFURBwYOnEJI8z0uW60vXihN5bqyRMEpSEGS0LRpTSdjn2+Ec1qvljloV 4gbXjWMRTwxLqENwC0TWNXWKE+vIxElpfadCbH2FTumDqgjHaTpD/8qAd6bI la8oSDhbf+CaKDDeyyiJSBB57+gXoS3LRtPG6mNHJnzw4lMAIisk+KyYAH4J w6Fvif+d4EF96qc3Pb49eDW4AlBLAwQUAAAACAAAgJ/rMc+oZiMBAACFAwAA EwAAAFtDb250ZW50X1R5cGVzXS54bWytk79OwzAQxneeIvKKYrcMCKGmHQqM 0KE8gLEviVX/k88t6dtzSShDl6ai0+l89/2+z5a8WHXOFgdIaIKv2JzPWAFe BW18U7HP7Vv5xFbLxfYYAQta9VixNuf4LASqFpxEHiJ4mtQhOZmpTY2IUu1k A+JhNnsUKvgMPpe5Z7Dl4gVqube5WI/nPbpiMkZrlMyUQhy8PoOWv0CewA47 2JqI97TAiteOKGN6miITExzOhX1Pug96h2Q0FBuZ8rt0pBI6qE0KEQXp+aC7 Jneoa6OAGHtHEg69pQZdRkJCygbGS1zyViHB9eanR+vVEx07KzAfLeC/r4ox gdTYAmRn+Qi94Pwd0u4rhN2tvfvKnTR+gv+wjGIo8xsH+eOfcojhWy3vfgBQ SwMEFAAAAAgAAICf62uSPf7GAAAALwEAAA8AAAB4bC93b3JrYm9vay54bWyN j8FOwzAMhu88ReQ7S4cmBFXTXRBSbxzgAULirtEau7KzjccndExcOdnW7//z 727/lWdzRtHE5GC7acAgBY6JDg4+3l/vn2DfdxeW4yfz0dRtUgdTKUtrrYYJ s9cNL0hVGVmyL3WUg9VF0EedEEue7UPTPNrsE8GV0Mp/GDyOKeALh1NGKleI 4OxLzapTWhT+kr2Jib7g9rnZORj9rAi279b7+lsN+YwOBtIip7BCwKzKEOvr YKRNtZEh7n689ma2txv93TdQSwMEFAAAAAgAAICf69oog2pzAAAAiwAAACMA AAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1WMSw4CIRAF 956C9N5pnIUxBpjdHMCMByDYAnH4hCbG48tSl5VXr9TySbt4U+NYsobTJEFQ duURs9dw39bjBRajbrTbPgwOsbIYl8waQu/1isguULI8lUp5LM/Sku0Dm8dq 3ct6wlnKM7bfBhiFf1Fz+AJQSwMEFAAAAAgAAICf6xQn1/XBAgAAkwYAABgA AAB4bC93b3Jrc2hlZXRzL3NoZWV0MS54bWyVVUtv2kAQvvdXWL4XgyEJIOM0 IaWJRJqoJI3U22KP8Sprj7W7xkl+fWfXxhiJouYC8/xmdl4OLt8y4WxBKo75 zB30+q4DeYQxzzcz9/lp8XXsXoZBhfJVpQDaIfNczdxU62LqeSpKIWOqhwXk pElQZkwTKzeeKiSw2DplwvP7/XMvYzx3a4Sp/B8MTBIewQ1GZQa5rkEkCKYp WZXyQlm0qSpYBDOXAiqQW3DDwIZ9lE4YFGwDK9DPBXEJ10/4SIKZmzChwHW8 MPAa2zCIOUUxdXAkJDP3ajCd+4TltfIG9zeHSnVop+J5jNWjRA2RtnVs4DVb r0CQEOJWplKsXlKuYVVn3RE/lFrwHFbv2RqFOlAtqCqlYHuh5JuUXrOERB8Y /gGJZKVl2Qh+lQLkgQCrOYpbag51vav4IXm8pPitMIaElUIbOXlgi/KBmK0i Jij7QZ8GxkzHGvHVFOOOXtrvmKxMlZbsHUtbq0Ol6cW/dD/NHAgr2zXJGHXp XRMWdmSowWumgDJ94bFOZ+64fQE9+RZMwSjhse16RAW2v07Gzdy7Tsbe7P8a lF5wvXtrVCqNWYNYi6qaOe8Nx5Px+OJ81B+NJqPhZAdcQ/oNpP8JyIve6BTk sIEcfgJy4PcmRzC9ugC2fDdMszCQWDnSVoAiGuqKSGXrT2FyWoRtOBj5gbc1 3o3NddeG53Z6tSRbTuA6/C4ykIGnycMIWrf5aTcwbt+SMo57EWaH/h7l2Sbr 75P1TyIeyeH6tMddrqiOdp3VsRd8Jl6ds9cptiXnTETmKpVCGPIhXyKLd+2j HhWS5/qhsCmYE6057cWcDiHIzj1JUfIPzPUxFe043fH90djsN3x/AM2FvGdy wymKrJek37s4cx1hb0tNr1HTgDUfCI1FQyVIN08ao7M6XMt47ektC8PUyoW1 Nwvd5YltPzDhl79QSwECNAMUAAAACAAAgJ/rYzhr1NkAAABBAgAACwAAAAAA AAABAAAApIEAAAAAX3JlbHMvLnJlbHNQSwECNAMUAAAACAAAgJ/r78qjxMgB AAAJBQAADQAAAAAAAAABAAAApIECAQAAeGwvc3R5bGVzLnhtbFBLAQI0AxQA AAAIAACAn+tzkVYbDgEAAOYBAAARAAAAAAAAAAEAAACkgfUCAABkb2NQcm9w cy9jb3JlLnhtbFBLAQI0AxQAAAAIAACAn+vQvk+njgAAAOIAAAAQAAAAAAAA AAEAAACkgTIEAABkb2NQcm9wcy9hcHAueG1sUEsBAjQDFAAAAAgAAICf6/gc rSW6AAAAlwEAABoAAAAAAAAAAQAAAKSB7gQAAHhsL19yZWxzL3dvcmtib29r LnhtbC5yZWxzUEsBAjQDFAAAAAgAAICf6zHPqGYjAQAAhQMAABMAAAAAAAAA AQAAAKSB4AUAAFtDb250ZW50X1R5cGVzXS54bWxQSwECNAMUAAAACAAAgJ/r a5I9/sYAAAAvAQAADwAAAAAAAAABAAAApIE0BwAAeGwvd29ya2Jvb2sueG1s UEsBAjQDFAAAAAgAAICf69oog2pzAAAAiwAAACMAAAAAAAAAAQAAAKSBJwgA AHhsL3dvcmtzaGVldHMvX3JlbHMvc2hlZXQxLnhtbC5yZWxzUEsBAjQDFAAA AAgAAICf6xQn1/XBAgAAkwYAABgAAAAAAAAAAQAAAKSB2wgAAHhsL3dvcmtz aGVldHMvc2hlZXQxLnhtbFBLBQYAAAAACQAJAE4CAADSCwAAAAA= ----==_mimepart_592851a28a0c1_aed73fdb4c43fa14133-- Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:26:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 175ms (Views: 3.6ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.1ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2018-05-04 05:23:27.590184"], ["updated_at", "2018-05-04 05:23:27.590184"]]  (1.3ms) commit transaction Started GET "/users/197/send_instructions" for 127.0.0.1 at 2018-05-03 22:23:27 -0700 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"197"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 197], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (35.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/mailers/notifier.rb:8:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:609:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:608:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (1.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:935:in `block in collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:932:in `collect_responses_from_templates'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:917:in `collect_responses'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:830:in `mail'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/mailers/notifier.rb:11:in `instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:23:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:15:in `handle_exceptions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/rescuable.rb:22:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:609:in `block in process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/base.rb:608:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:105:in `block in processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:104:in `processed_mailer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionmailer-5.1.1/lib/action_mailer/message_delivery.rb:27:in `__getobj__'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/delegate.rb:80:in `method_missing'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/models/user.rb:8:in `send_instructions'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:25:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Notifier#instructions: processed outbound mail in 160.1ms Sent mail to elmer@fudd.com (24.1ms) Date: Thu, 03 May 2018 22:23:27 -0700 From: noreply@company.com To: elmer@fudd.com Message-ID: <5aebee4fc2d36_dd013ff8d543fa046951c@straydogstudio.local.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5aebee4fbdc47_dd013ff8d543fa046943c"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5aebee4fbdc47_dd013ff8d543fa046943c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5aebee4fbdc47_dd013ff8d543fa046943c Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_197.csv Content-ID: <5aebee4fc3710_dd013ff8d543fa0469610@straydogstudio.local.mail> UEsDBBQAAAAIAACAn+tjOGvU2QAAAEECAAALAAAAX3JlbHMvLnJlbHOtksFO wzAMhu88ReT7mm5ICKFluyCk3RAqD2ASt43axJEToLw9gQNiaAgOO1r2//3f wdv9Emb1QpI9RwPrpgVF0bLzcTDw2N2trmG/2z7QjKVe5NGnrGokZgNjKelG 62xHCpgbThTrpmcJWOoog05oJxxIb9r2Sst3BhwzVYcyUDGwzPqVZXpinpoK A9W9JfpPFfe9t3TL9jlQLCcaf1yAOjgDcnBr0L+4OLb3wjVpWejcNoEKOiz4 CV+l2kNSPOUvr83fXpjSubVoKRQduVNGlx9G+ugVdhfvUEsDBBQAAAAIAACA n+vvyqPEyAEAAAkFAAANAAAAeGwvc3R5bGVzLnhtbKVU22rcMBB971cIfUBl bZpAF8tQAoZCEwrJQ1+1a3lt0MVIcrDz9RlJri1DQ5bUD6vR2XPOjEZjl87P Ujx1Qng0Kakdw533w5EQd+6E4u6rGYSGf1pjFfewtRfiBit444JISXIoijui eK9xVepR1co7dDaj9gwfVgil5WfDMC0KjJLdvWkEwzM8RCnSNBiRfwroewLU dUeljs5FJVnSV2Vr9FYFxQkAa64EeuGS4R+25xKDxr0mgNKwa7nq5bwgASBJ GJfg20u5O10AqnLg3gura9igJX6eB6hUGy2ARTJCMIvLB9KL5TM93L6njgtU dDK2EXZXU4IQcFKUIVK0HsUrZ9h38crORhqL7OXEcF0X8UnNDNyqtP2lu1oS yVXpzXCtAqihPO+NulaS2NnplgCacRZSPgWXP+3u9qcWJU4YJ7DZZiuOol5D 6OkSgu3Uwk9umRJk3jef857afZKdBf1/i10V9NuHHnwY5Pw4qpOwdXzNYhV5 B9bDx1bseruiKLxdDD8GB5m5k7yLYNNMWwOLMN4BgKHhJ/gQJftGtHyU/nmF GN7iB9H0o/qO/7J+9y/GL6wt/hVGkd7hLVM4UJYEdtu3r/ryBlBLAwQUAAAA CAAAgJ/rvqH95w4BAADmAQAAEQAAAGRvY1Byb3BzL2NvcmUueG1sbZFNT4Qw EIbv/grSO7RA1E1T2INmT5qYiNF4a9qRbaQfaeuC/15gd5FN9jjzPvN0mmHb QXfJAXxQ1lQozwhKwAgrlWkr9Nbs0g3a1kw4KqyHF28d+KggJOOYCVS4Cu1j dBTjIPagechGwozhl/Wax7H0LXZcfPMWcEHIHdYQueSR40mYusWITkopFqX7 8d0skAJDBxpMDDjPcvzPahV/HVydOIcrOoLX4So8Jws5BLVQfd9nfTlz4/45 /nh+ep2/mioTIjcCUM2koMIDj9bXfOjCwPCqw04PHxsgk1FPj2ufk/fy4bHZ obog+SYltykpm6KgRUmL+8/JdTE/n8PDQU03qwnD63KuLm9V3/wBUEsDBBQA AAAIAACAn+vQvk+njgAAAOIAAAAQAAAAZG9jUHJvcHMvYXBwLnhtbJ2OsQrC MBRFd7+iZG8THURKmy7F2aG6l+S1DZj3QvIs9e+NCLo7Xs7lcJpu8/dihZgc YSv2lRIFoCHrcG7FdTiXJ9Hp5hIpQGQHqch/TK1YmEMtZTIL+DFVGWMmE0U/ cp5xljRNzkBP5uEBWR6UOkrYGNCCLcNXKD7GeuV/pZbMuy/dhmfIPt3IX67e vQBQSwMEFAAAAAgAAICf6/gcrSW6AAAAlwEAABoAAAB4bC9fcmVscy93b3Jr Ym9vay54bWwucmVsc62QTQvCMAyG7/6KkrvLFBURqxcRdpX5A0qXfeDWlqZ+ 7N9bFURBwYOnEJI8z0uW60vXihN5bqyRMEpSEGS0LRpTSdjn2+Ec1qvljloV 4gbXjWMRTwxLqENwC0TWNXWKE+vIxElpfadCbH2FTumDqgjHaTpD/8qAd6bI la8oSDhbf+CaKDDeyyiJSBB57+gXoS3LRtPG6mNHJnzw4lMAIisk+KyYAH4J w6Fvif+d4EF96qc3Pb49eDW4AlBLAwQUAAAACAAAgJ/rMc+oZiMBAACFAwAA EwAAAFtDb250ZW50X1R5cGVzXS54bWytk79OwzAQxneeIvKKYrcMCKGmHQqM 0KE8gLEviVX/k88t6dtzSShDl6ai0+l89/2+z5a8WHXOFgdIaIKv2JzPWAFe BW18U7HP7Vv5xFbLxfYYAQta9VixNuf4LASqFpxEHiJ4mtQhOZmpTY2IUu1k A+JhNnsUKvgMPpe5Z7Dl4gVqube5WI/nPbpiMkZrlMyUQhy8PoOWv0CewA47 2JqI97TAiteOKGN6miITExzOhX1Pug96h2Q0FBuZ8rt0pBI6qE0KEQXp+aC7 Jneoa6OAGHtHEg69pQZdRkJCygbGS1zyViHB9eanR+vVEx07KzAfLeC/r4ox gdTYAmRn+Qi94Pwd0u4rhN2tvfvKnTR+gv+wjGIo8xsH+eOfcojhWy3vfgBQ SwMEFAAAAAgAAICf62uSPf7GAAAALwEAAA8AAAB4bC93b3JrYm9vay54bWyN j8FOwzAMhu88ReQ7S4cmBFXTXRBSbxzgAULirtEau7KzjccndExcOdnW7//z 727/lWdzRtHE5GC7acAgBY6JDg4+3l/vn2DfdxeW4yfz0dRtUgdTKUtrrYYJ s9cNL0hVGVmyL3WUg9VF0EedEEue7UPTPNrsE8GV0Mp/GDyOKeALh1NGKleI 4OxLzapTWhT+kr2Jib7g9rnZORj9rAi279b7+lsN+YwOBtIip7BCwKzKEOvr YKRNtZEh7n689ma2txv93TdQSwMEFAAAAAgAAICf69oog2pzAAAAiwAAACMA AAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1WMSw4CIRAF 956C9N5pnIUxBpjdHMCMByDYAnH4hCbG48tSl5VXr9TySbt4U+NYsobTJEFQ duURs9dw39bjBRajbrTbPgwOsbIYl8waQu/1isguULI8lUp5LM/Sku0Dm8dq 3ct6wlnKM7bfBhiFf1Fz+AJQSwMEFAAAAAgAAICf69nFAKfCAgAAkwYAABgA AAB4bC93b3Jrc2hlZXRzL3NoZWV0MS54bWyVVUtv2kAQvvdXWL4XgyHhIeM0 IaWpRJuoJI3U22KP8Sprj7W7xkl+fWfXxhiJouYC8/xmdl4Orl4z4exAKo75 3B30+q4DeYQxz7dz9+lx+XniXoVBhfJFpQDaIfNczd1U62LmeSpKIWOqhwXk pElQZkwTK7eeKiSw2DplwvP7/UsvYzx3a4SZ/B8MTBIewS1GZQa5rkEkCKYp WZXyQlm0mSpYBHOXAiqQO3DDwIZ9kE4YFGwLa9BPBXEJ14/4QIK5mzChwHW8 MPAa2zCIOUUxdXAkJHP3ejBb+ITltfIG9zeHSnVop+J5jNWDRA2RtnVs4DXb rEGQEOJWplKsnlOuYV1n3RHfl1rwHNZv2QaFOlItqSqlYAeh5NuUXrOCRB8Z /gGJZKVl2Qh+lQLkkQCrBYo7ag51vav4Jnm8ovitMIaElUIbOXlgi/KOmK0j Jij7QZ8GxkzHBvHFFOM7vbTfMVmbKq3YG5a2VsdK04t/6X6aORBWtm+SMerS +yYs7chQgzdMAWX6zGOdzt1J+wJ68h2YglHCE9v1iApsf52Mm7l3nYy92v8N KL3kev/WqFQaswaxFlU1c9kbTqaTyfhy1B+NpqPhdA9cQ/oNpP8ByHFvdA5y 2EAOPwA58HvTE5heXQBbvlumWRhIrBxpK0ARDXVNpLL1pzA5LcIuHEzHgbcz 3o3NTdeG53Z6tSRbTuA6/CoykIGnycMIWrfFeTcwbl+SMo57EWbH/h7l2Sbr H5L1zyKeyOHmvMf3XFEd7TqrUy/4SLw6Z69TbEsumIjMVSqFMOR9vkIW79tH PSokz/V9YVMwJ1pz2osFHUKQnXuSouTvmOtTKtpxuuOHo7E9bPjhAJoL+YPJ Lacosl6Sfm984TrC3paa3qCmAWs+EBqLhkqQbp40Rhd1uJbx2tNbFoaplUtr bxa6yxPbfmDCT38BUEsBAjQDFAAAAAgAAICf62M4a9TZAAAAQQIAAAsAAAAA AAAAAQAAAKSBAAAAAF9yZWxzLy5yZWxzUEsBAjQDFAAAAAgAAICf6+/Ko8TI AQAACQUAAA0AAAAAAAAAAQAAAKSBAgEAAHhsL3N0eWxlcy54bWxQSwECNAMU AAAACAAAgJ/rvqH95w4BAADmAQAAEQAAAAAAAAABAAAApIH1AgAAZG9jUHJv cHMvY29yZS54bWxQSwECNAMUAAAACAAAgJ/r0L5Pp44AAADiAAAAEAAAAAAA AAABAAAApIEyBAAAZG9jUHJvcHMvYXBwLnhtbFBLAQI0AxQAAAAIAACAn+v4 HK0lugAAAJcBAAAaAAAAAAAAAAEAAACkge4EAAB4bC9fcmVscy93b3JrYm9v ay54bWwucmVsc1BLAQI0AxQAAAAIAACAn+sxz6hmIwEAAIUDAAATAAAAAAAA AAEAAACkgeAFAABbQ29udGVudF9UeXBlc10ueG1sUEsBAjQDFAAAAAgAAICf 62uSPf7GAAAALwEAAA8AAAAAAAAAAQAAAKSBNAcAAHhsL3dvcmtib29rLnht bFBLAQI0AxQAAAAIAACAn+vaKINqcwAAAIsAAAAjAAAAAAAAAAEAAACkgScI AAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1BLAQI0AxQA AAAIAACAn+vZxQCnwgIAAJMGAAAYAAAAAAAAAAEAAACkgdsIAAB4bC93b3Jr c2hlZXRzL3NoZWV0MS54bWxQSwUGAAAAAAkACQBOAgAA0wsAAAAA ----==_mimepart_5aebee4fbdc47_dd013ff8d543fa046943c-- Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::Mailer:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:26:in `send_instructions'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_mailer_spec.rb:9:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 198ms (Views: 5.7ms | ActiveRecord: 0.2ms) Started GET "/useheader.csv" for 127.0.0.1 at 2018-05-03 22:23:27 -0700 Processing by HomeController#useheader as csv Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (5.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:51:in `block (2 levels) in useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:46:in `useheader'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:26:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (4.7ms) Completed 200 OK in 17ms (Views: 16.9ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2018-05-03 22:23:27 -0700 Processing by HomeController#withpartial as csv Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (3.5ms) [cache miss] Rendered home/withpartial.csv.csvrb (11.2ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:74:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 20ms (Views: 18.9ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2018-05-03 22:23:27 -0700 Processing by HomeController#useheader as csv Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (10.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:38:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 17ms (Views: 15.8ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2018-05-03 22:23:27 -0700 Processing by HomeController#another as csv Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (4.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:50:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (4.0ms) Completed 200 OK in 14ms (Views: 14.3ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by HomeController#index as csv Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (5.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:17:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 196]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 197]]  (0.4ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:23:28.024499"], ["updated_at", "2018-05-04 05:23:28.024499"]]  (0.4ms) commit transaction Started GET "/users/198.csv" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by UsersController#show as csv Parameters: {"id"=>"198"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 198], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (4.4ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:19:in `block (2 levels) in show'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:62:in `to_csv'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:163:in `respond'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/responder.rb:156:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/responders-2.4.0/lib/action_controller/respond_with.rb:211:in `respond_with'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:18:in `show'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:121:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:120:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 198]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:23:28.047186"], ["updated_at", "2018-05-04 05:23:28.047186"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 199], ["created_at", "2018-05-04 05:23:28.067765"], ["updated_at", "2018-05-04 05:23:28.067765"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 199], ["created_at", "2018-05-04 05:23:28.071697"], ["updated_at", "2018-05-04 05:23:28.071697"]]  (0.8ms) commit transaction Started GET "/users/199/likes.csv" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by LikesController#index as csv Parameters: {"user_id"=>"199"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 199], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.2ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 199]] Rendered likes/index.csv.csvrb (6.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:88:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 14ms (Views: 12.1ms | ActiveRecord: 0.3ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 199]]  (1.2ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:23:28.103887"], ["updated_at", "2018-05-04 05:23:28.103887"]]  (1.1ms) commit transaction Started GET "/users/export/200.csv" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by UsersController#export as csv Parameters: {"id"=>"200"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 200], ["LIMIT", 1]] Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (5.8ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:33:in `block (2 levels) in export'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:31:in `export'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:133:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:132:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:33:in `block (2 levels) in export'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/mime_responds.rb:201:in `respond_to'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/users_controller.rb:31:in `export'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:133:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:132:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data export_200.csv (5.0ms) Completed 200 OK in 17ms (Views: 16.7ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:143:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:143:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (4.4ms) Completed 200 OK in 11ms (Views: 10.9ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 200]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2018-05-04 05:23:28.150157"], ["updated_at", "2018-05-04 05:23:28.150157"]]  (0.8ms) commit transaction  (0.3ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:23:28.153074"], ["updated_at", "2018-05-04 05:23:28.153074"]]  (1.0ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by UsersController#noaction as csv Rendering users/noaction.csv.csvrb User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (8.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:192:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 201]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 202]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2018-05-04 05:23:28.194230"], ["updated_at", "2018-05-04 05:23:28.194230"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:23:28.196244"], ["updated_at", "2018-05-04 05:23:28.196244"]]  (0.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by UsersController#index as csv Rendering users/index.csv.csvrb User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (7.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:65:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 15ms (Views: 12.7ms | ActiveRecord: 0.2ms) Started GET "/another" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:170:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:20:in `another'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:170:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data filename_test.csv (4.4ms) Completed 200 OK in 22ms (Views: 21.8ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:173:in `block (3 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:52:in `matches?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/matchers/built_in/raise_error.rb:71:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:78:in `does_not_match?'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:72:in `block in handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:27:in `with_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/handler.rb:70:in `handle_matcher'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:78:in `not_to'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-expectations-3.6.0/lib/rspec/expectations/expectation_target.rb:106:in `not_to'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:172:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 21ms (Views: 7.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2018-05-04 05:23:28.269444"], ["updated_at", "2018-05-04 05:23:28.269444"]]  (1.2ms) commit transaction Started GET "/" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.6ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/implicit_render.rb:33:in `default_render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:12:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 203]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 204]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 205]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:23:28.288696"], ["updated_at", "2018-05-04 05:23:28.288696"]]  (0.5ms) commit transaction Started GET "/users/206/render_elsewhere.csv" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by LikesController#render_elsewhere as csv Parameters: {"user_id"=>"206"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 206], ["LIMIT", 1]] Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (7.7ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/likes_controller.rb:16:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:101:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.csv (5.0ms) Completed 200 OK in 19ms (Views: 18.8ms | ActiveRecord: 0.2ms) Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"5"} Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (5.9ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:34:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.csv (5.3ms) Completed 200 OK in 16ms (Views: 16.3ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.csv?type=4" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"4"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (7.3ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:32:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.csv?type=3" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"3"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (6.1ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:30:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.csv?type=1" for 127.0.0.1 at 2018-05-03 22:23:28 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"1"} Rendering users/index.csv.csvrb User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (6.5ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:46:in `render_to_string'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:41:in `render_to_string'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Rendering text template Rendered text template (0.0ms) Could not log "render_template.action_view" event. NoMethodError: undefined method `render_views?' for RSpec::ExampleGroups::csvrbRequest:Class ["/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:732:in `method_missing'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/view_rendering.rb:71:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/subscriber.rb:99:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/log_subscriber.rb:83:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:102:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `block in finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/fanout.rb:46:in `finish'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:42:in `finish_with_state'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:27:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/abstract_renderer.rb:41:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:51:in `block in render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:59:in `render_with_layout'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:50:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/template_renderer.rb:14:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:42:in `render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/renderer/renderer.rb:23:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:103:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/streaming.rb:217:in `_render_template'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:83:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:52:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/data_streaming.rb:108:in `send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:58:in `block in send_data'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:57:in `send_data'", "/Users/noel/workspace/csv_rb/lib/csv_rb/action_controller.rb:50:in `block in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:149:in `block in _render_to_body_with_renderer'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each_key'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/set.rb:306:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:145:in `_render_to_body_with_renderer'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/renderers.rb:141:in `render_to_body'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/rendering.rb:24:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:36:in `render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `block in ms'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/core_ext/benchmark.rb:12:in `ms'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:44:in `block in render'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:29:in `cleanup_view_runtime'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:43:in `render'", "/Users/noel/workspace/csv_rb/spec/dummy_5/app/controllers/home_controller.rb:26:in `render_elsewhere'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:186:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rendering.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:20:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:131:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/callbacks.rb:19:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/rescue.rb:20:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `block in instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications/instrumenter.rb:21:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/notifications.rb:166:in `instrument'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/instrumentation.rb:30:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal/params_wrapper.rb:252:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activerecord-5.1.1/lib/active_record/railties/controller_runtime.rb:22:in `process_action'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/abstract_controller/base.rb:124:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionview-5.1.1/lib/action_view/rendering.rb:30:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:189:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_controller/metal.rb:253:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:49:in `dispatch'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:31:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:46:in `block in serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/journey/router.rb:33:in `serve'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/routing/route_set.rb:832:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/etag.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/conditional_get.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/head.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:232:in `context'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/session/abstract/id.rb:226:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/cookies.rb:613:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:26:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/callbacks.rb:97:in `run_callbacks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/callbacks.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:36:in `call_app'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `block in tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:26:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/tagged_logging.rb:69:in `tagged'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/rack/logger.rb:24:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/remote_ip.rb:79:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/request_id.rb:25:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/method_override.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/runtime.rb:22:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/activesupport-5.1.1/lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/executor.rb:12:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/actionpack-5.1.1/lib/action_dispatch/middleware/static.rb:125:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/sendfile.rb:111:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/railties-5.1.1/lib/rails/engine.rb:522:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:68:in `block in call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `each'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-2.0.3/lib/rack/urlmap.rb:53:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/mock_session.rb:30:in `request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:244:in `process_request'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rack-test-0.6.3/lib/rack/test.rb:58:in `get'", "/Users/noel/.rvm/rubies/ruby-2.3.3/lib/ruby/2.3.0/forwardable.rb:189:in `get'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:64:in `process'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:36:in `process_and_follow_redirects'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/browser.rb:22:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/rack_test/driver.rb:43:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/session.rb:269:in `visit'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/capybara-2.14.0/lib/capybara/dsl.rb:50:in `block (2 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:104:in `block (3 levels) in '", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `each'", "/Users/noel/workspace/csv_rb/spec/csvrb_request_spec.rb:103:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:254:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `block in with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `block in with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `block in run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:604:in `block in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-rails-3.6.0/lib/rspec/rails/adapters.rb:127:in `block (2 levels) in '", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:447:in `instance_exec'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:375:in `execute_with'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:606:in `block (2 levels) in run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:342:in `call'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:607:in `run_around_example_hooks_for'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/hooks.rb:464:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:457:in `with_around_example_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:500:in `with_around_and_singleton_context_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example.rb:251:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:627:in `block in run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:623:in `run_examples'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/example_group.rb:589:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (3 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `map'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:118:in `block (2 levels) in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/configuration.rb:1894:in `with_suite_hooks'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:113:in `block in run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/reporter.rb:79:in `report'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:112:in `run_specs'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:87:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:71:in `run'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/lib/rspec/core/runner.rb:45:in `invoke'", "/Users/noel/.rvm/gems/ruby-2.3.3/gems/rspec-core-3.6.0/exe/rspec:4:in `'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `load'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/rspec:23:in `
'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `eval'", "/Users/noel/.rvm/gems/ruby-2.3.3/bin/ruby_executable_hooks:15:in `
'"] Sent data index.csv (4.5ms) Completed 200 OK in 56ms (Views: 56.1ms | ActiveRecord: 0.2ms) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::InternalMetadata Load (0.3ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction  (0.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2018-05-04 05:32:21.734351"], ["updated_at", "2018-05-04 05:32:21.734351"]]  (1.2ms) commit transaction Started GET "/users/207/send_instructions" for 127.0.0.1 at 2018-05-03 22:32:21 -0700 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"207"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 207], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (6.6ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (1.7ms) Notifier#instructions: processed outbound mail in 197.7ms Sent mail to elmer@fudd.com (6.1ms) Date: Thu, 03 May 2018 22:32:21 -0700 From: noreply@company.com To: elmer@fudd.com Message-ID: <5aebf065eab87_1587d3ff9a0c3f9f492022@straydogstudio.local.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5aebf065e9e14_1587d3ff9a0c3f9f49199f"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5aebf065e9e14_1587d3ff9a0c3f9f49199f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5aebf065e9e14_1587d3ff9a0c3f9f49199f Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_207.csv Content-ID: <5aebf065eb43f_1587d3ff9a0c3f9f492151@straydogstudio.local.mail> UEsDBBQAAAAIAACAn+tjOGvU2QAAAEECAAALAAAAX3JlbHMvLnJlbHOtksFO wzAMhu88ReT7mm5ICKFluyCk3RAqD2ASt43axJEToLw9gQNiaAgOO1r2//3f wdv9Emb1QpI9RwPrpgVF0bLzcTDw2N2trmG/2z7QjKVe5NGnrGokZgNjKelG 62xHCpgbThTrpmcJWOoog05oJxxIb9r2Sst3BhwzVYcyUDGwzPqVZXpinpoK A9W9JfpPFfe9t3TL9jlQLCcaf1yAOjgDcnBr0L+4OLb3wjVpWejcNoEKOiz4 CV+l2kNSPOUvr83fXpjSubVoKRQduVNGlx9G+ugVdhfvUEsDBBQAAAAIAACA n+vvyqPEyAEAAAkFAAANAAAAeGwvc3R5bGVzLnhtbKVU22rcMBB971cIfUBl bZpAF8tQAoZCEwrJQ1+1a3lt0MVIcrDz9RlJri1DQ5bUD6vR2XPOjEZjl87P Ujx1Qng0Kakdw533w5EQd+6E4u6rGYSGf1pjFfewtRfiBit444JISXIoijui eK9xVepR1co7dDaj9gwfVgil5WfDMC0KjJLdvWkEwzM8RCnSNBiRfwroewLU dUeljs5FJVnSV2Vr9FYFxQkAa64EeuGS4R+25xKDxr0mgNKwa7nq5bwgASBJ GJfg20u5O10AqnLg3gura9igJX6eB6hUGy2ARTJCMIvLB9KL5TM93L6njgtU dDK2EXZXU4IQcFKUIVK0HsUrZ9h38crORhqL7OXEcF0X8UnNDNyqtP2lu1oS yVXpzXCtAqihPO+NulaS2NnplgCacRZSPgWXP+3u9qcWJU4YJ7DZZiuOol5D 6OkSgu3Uwk9umRJk3jef857afZKdBf1/i10V9NuHHnwY5Pw4qpOwdXzNYhV5 B9bDx1bseruiKLxdDD8GB5m5k7yLYNNMWwOLMN4BgKHhJ/gQJftGtHyU/nmF GN7iB9H0o/qO/7J+9y/GL6wt/hVGkd7hLVM4UJYEdtu3r/ryBlBLAwQUAAAA CAAAgJ/r7622LQ4BAADmAQAAEQAAAGRvY1Byb3BzL2NvcmUueG1sbZFNT4Qw EIbv/grSO7RANJsG2INmT5qYiNF4a9pZtpF+pK0L/nuhu4tssseZ95mn00y1 HVWfHMF5aXSN8oygBDQ3QuquRu/tLt2gbVNxS7lx8OqMBRck+GQa055yW6ND CJZi7PkBFPPZROgp3BunWJhK12HL+DfrABeEPGAFgQkWGJ6FqV2M6KwUfFHa H9dHgeAYelCgg8d5luN/Vsnwa+HmxCVc0QGc8jfhmCzk6OVCDcOQDWXkpv1z /Pny/Ba/mkrtA9McUFMJTrkDFoxr2Nj7scKrTnV++NQAkUx6elr7knyUj0/t DjUFyTcpuU9J2RYFLQta5F+z62o+nsPBUc43a0iF12Wsrm/V3P0BUEsDBBQA AAAIAACAn+vQvk+njgAAAOIAAAAQAAAAZG9jUHJvcHMvYXBwLnhtbJ2OsQrC MBRFd7+iZG8THURKmy7F2aG6l+S1DZj3QvIs9e+NCLo7Xs7lcJpu8/dihZgc YSv2lRIFoCHrcG7FdTiXJ9Hp5hIpQGQHqch/TK1YmEMtZTIL+DFVGWMmE0U/ cp5xljRNzkBP5uEBWR6UOkrYGNCCLcNXKD7GeuV/pZbMuy/dhmfIPt3IX67e vQBQSwMEFAAAAAgAAICf6/gcrSW6AAAAlwEAABoAAAB4bC9fcmVscy93b3Jr Ym9vay54bWwucmVsc62QTQvCMAyG7/6KkrvLFBURqxcRdpX5A0qXfeDWlqZ+ 7N9bFURBwYOnEJI8z0uW60vXihN5bqyRMEpSEGS0LRpTSdjn2+Ec1qvljloV 4gbXjWMRTwxLqENwC0TWNXWKE+vIxElpfadCbH2FTumDqgjHaTpD/8qAd6bI la8oSDhbf+CaKDDeyyiJSBB57+gXoS3LRtPG6mNHJnzw4lMAIisk+KyYAH4J w6Fvif+d4EF96qc3Pb49eDW4AlBLAwQUAAAACAAAgJ/rMc+oZiMBAACFAwAA EwAAAFtDb250ZW50X1R5cGVzXS54bWytk79OwzAQxneeIvKKYrcMCKGmHQqM 0KE8gLEviVX/k88t6dtzSShDl6ai0+l89/2+z5a8WHXOFgdIaIKv2JzPWAFe BW18U7HP7Vv5xFbLxfYYAQta9VixNuf4LASqFpxEHiJ4mtQhOZmpTY2IUu1k A+JhNnsUKvgMPpe5Z7Dl4gVqube5WI/nPbpiMkZrlMyUQhy8PoOWv0CewA47 2JqI97TAiteOKGN6miITExzOhX1Pug96h2Q0FBuZ8rt0pBI6qE0KEQXp+aC7 Jneoa6OAGHtHEg69pQZdRkJCygbGS1zyViHB9eanR+vVEx07KzAfLeC/r4ox gdTYAmRn+Qi94Pwd0u4rhN2tvfvKnTR+gv+wjGIo8xsH+eOfcojhWy3vfgBQ SwMEFAAAAAgAAICf62uSPf7GAAAALwEAAA8AAAB4bC93b3JrYm9vay54bWyN j8FOwzAMhu88ReQ7S4cmBFXTXRBSbxzgAULirtEau7KzjccndExcOdnW7//z 727/lWdzRtHE5GC7acAgBY6JDg4+3l/vn2DfdxeW4yfz0dRtUgdTKUtrrYYJ s9cNL0hVGVmyL3WUg9VF0EedEEue7UPTPNrsE8GV0Mp/GDyOKeALh1NGKleI 4OxLzapTWhT+kr2Jib7g9rnZORj9rAi279b7+lsN+YwOBtIip7BCwKzKEOvr YKRNtZEh7n689ma2txv93TdQSwMEFAAAAAgAAICf69oog2pzAAAAiwAAACMA AAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1WMSw4CIRAF 956C9N5pnIUxBpjdHMCMByDYAnH4hCbG48tSl5VXr9TySbt4U+NYsobTJEFQ duURs9dw39bjBRajbrTbPgwOsbIYl8waQu/1isguULI8lUp5LM/Sku0Dm8dq 3ct6wlnKM7bfBhiFf1Fz+AJQSwMEFAAAAAgAAICf64akQ0nBAgAAkwYAABgA AAB4bC93b3Jrc2hlZXRzL3NoZWV0MS54bWyVVVtvmzAUft+vQLwvEJI2FwFd my7rpGytlnaV9ubAIVg1NrJNaPvrd2wIIVIWrS/JuX7n+NwIr14L5uxAKip4 5A4HvusAT0RK+TZynx6Xn6fuVRzWQr6oHEA7aM5V5OZal3PPU0kOBVEDUQJH TSZkQTSycuupUgJJrVPBvMD3L72CUO42CHP5Pxgiy2gCtyKpCuC6AZHAiMZk VU5LZdHmqiQJRC4GVCB34MahDfsgnTgsyRbWoJ9K5DKqH8UDCiI3I0yB63hx 6LW2cZhSjGLq4EjIIvd6OF8EiOV18hb3N4Va9WinpjwV9YMUGhJt69jCa7JZ A0MhpJ1M5aJ+zqmGdZN1T3xfaUY5rN+KjWDqSLXEqlSMHISSbnN8zQoyfWT4 B6RAKy2rVvCrYiCPBKJeCHaHzcGu9xXfJE1XGL8TppCRimkjRw/RobwLUawT wjD7oY8DY6ZjI8SLKcZ3fKnfM1mbKq3Im6hsrY6Vphf/0v00c8CsbN8kY9Sn 901Y2pHBBm+IAsz0maY6j9xp9wJ88h2YgmHCU9v1BAtsf52Cmrl3nYK82v8N KL2kev/WpFJaFC1iI6ob5nIwms6m08nl2B+PZ+PRbA/cQAYtZPAByMlgfA5y 1EKOPgA5DAazE5heUwBbvluiSRxKUTvSVgAjGuoaSWXrj2E4LsIuDvxJ6O2M d2tz07eh3E6vlmhLEVzHX1kBMvQ0ehhB57Y47wbG7UtWpekgEcWxv4d5dskG h2SDs4gncrg57/GdK6yjXWd16gUfidfk7PWKbckFYYm5ShVjhrznK0HSffuw R6WkXN+XNgVzojXFvVjgIQTZuye5kPRdcH1KhTuOd/xwNLaHDT8cQHMhfxC5 pRhFNkviDyYXrsPsbWnojdA4YO0HQouypTKBN08ao4smXMd43emtSsM0yqW1 Nwvd55HtPjDxp79QSwECNAMUAAAACAAAgJ/rYzhr1NkAAABBAgAACwAAAAAA AAABAAAApIEAAAAAX3JlbHMvLnJlbHNQSwECNAMUAAAACAAAgJ/r78qjxMgB AAAJBQAADQAAAAAAAAABAAAApIECAQAAeGwvc3R5bGVzLnhtbFBLAQI0AxQA AAAIAACAn+vvrbYtDgEAAOYBAAARAAAAAAAAAAEAAACkgfUCAABkb2NQcm9w cy9jb3JlLnhtbFBLAQI0AxQAAAAIAACAn+vQvk+njgAAAOIAAAAQAAAAAAAA AAEAAACkgTIEAABkb2NQcm9wcy9hcHAueG1sUEsBAjQDFAAAAAgAAICf6/gc rSW6AAAAlwEAABoAAAAAAAAAAQAAAKSB7gQAAHhsL19yZWxzL3dvcmtib29r LnhtbC5yZWxzUEsBAjQDFAAAAAgAAICf6zHPqGYjAQAAhQMAABMAAAAAAAAA AQAAAKSB4AUAAFtDb250ZW50X1R5cGVzXS54bWxQSwECNAMUAAAACAAAgJ/r a5I9/sYAAAAvAQAADwAAAAAAAAABAAAApIE0BwAAeGwvd29ya2Jvb2sueG1s UEsBAjQDFAAAAAgAAICf69oog2pzAAAAiwAAACMAAAAAAAAAAQAAAKSBJwgA AHhsL3dvcmtzaGVldHMvX3JlbHMvc2hlZXQxLnhtbC5yZWxzUEsBAjQDFAAA AAgAAICf64akQ0nBAgAAkwYAABgAAAAAAAAAAQAAAKSB2wgAAHhsL3dvcmtz aGVldHMvc2hlZXQxLnhtbFBLBQYAAAAACQAJAE4CAADSCwAAAAA= ----==_mimepart_5aebf065e9e14_1587d3ff9a0c3f9f49199f-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 213ms (Views: 1.2ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 206]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 207]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2018-05-04 05:32:22.050175"], ["updated_at", "2018-05-04 05:32:22.050175"]]  (0.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:32:22.052412"], ["updated_at", "2018-05-04 05:32:22.052412"]]  (0.6ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by UsersController#noaction as csv Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (6.8ms) Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 208]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 209]]  (0.4ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:32:22.086257"], ["updated_at", "2018-05-04 05:32:22.086257"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 210], ["created_at", "2018-05-04 05:32:22.105235"], ["updated_at", "2018-05-04 05:32:22.105235"]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 210], ["created_at", "2018-05-04 05:32:22.107929"], ["updated_at", "2018-05-04 05:32:22.107929"]]  (0.6ms) commit transaction Started GET "/users/210/likes.csv" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by LikesController#index as csv Parameters: {"user_id"=>"210"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 210], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 210]] Rendered likes/index.csv.csvrb (7.1ms) Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.2ms) Started GET "/another.csv" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by HomeController#another as csv Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (11.6ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.4ms) Completed 200 OK in 16ms (Views: 15.5ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (3.3ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.4ms) Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.3ms) Completed 200 OK in 16ms (Views: 3.9ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by HomeController#withpartial as csv Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (6.5ms) Rendered home/withpartial.csv.csvrb (14.8ms) Completed 200 OK in 20ms (Views: 18.7ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.6ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.3ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 210]]  (0.4ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:32:22.235856"], ["updated_at", "2018-05-04 05:32:22.235856"]]  (0.6ms) commit transaction Started GET "/users/211.csv" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by UsersController#show as csv Parameters: {"id"=>"211"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 211], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (5.6ms) Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2018-05-04 05:32:22.255326"], ["updated_at", "2018-05-04 05:32:22.255326"]]  (0.5ms) commit transaction Started GET "/" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 211]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 212]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2018-05-04 05:32:22.269585"], ["updated_at", "2018-05-04 05:32:22.269585"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:32:22.272118"], ["updated_at", "2018-05-04 05:32:22.272118"]]  (0.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by UsersController#index as csv Rendering users/index.csv.csvrb User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (5.7ms) Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.2ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by HomeController#useheader as csv Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (6.9ms) Completed 200 OK in 12ms (Views: 9.8ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by HomeController#index as csv Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (5.4ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.6ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 213]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 214]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:32:22.334154"], ["updated_at", "2018-05-04 05:32:22.334154"]]  (0.5ms) commit transaction Started GET "/users/export/215.csv" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by UsersController#export as csv Parameters: {"id"=>"215"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 215], ["LIMIT", 1]] Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (6.9ms) Rendering text template Rendered text template (0.0ms) Sent data export_215.csv (0.3ms) Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by HomeController#useheader as csv Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (6.5ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.4ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 215]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:32:22.370948"], ["updated_at", "2018-05-04 05:32:22.370948"]]  (0.5ms) commit transaction Started GET "/users/216/render_elsewhere.csv" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by LikesController#render_elsewhere as csv Parameters: {"user_id"=>"216"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 216], ["LIMIT", 1]] Rendering users/index.csv.csvrb User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (7.9ms) Rendering text template Rendered text template (0.0ms) Sent data index.csv (0.4ms) Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.3ms) Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"5"} Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (6.8ms) Rendering text template Rendered text template (0.0ms) Sent data index.csv (0.3ms) Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.csv?type=4" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"4"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (6.8ms) Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.csv?type=3" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"3"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (6.5ms) Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.csv?type=1" for 127.0.0.1 at 2018-05-03 22:32:22 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"1"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (6.7ms) Rendering text template Rendered text template (0.0ms) Sent data index.csv (0.7ms) Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.1ms)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2018-05-04 05:32:40.674764"], ["updated_at", "2018-05-04 05:32:40.674764"]]  (1.2ms) commit transaction Started GET "/users/217/send_instructions" for 127.0.0.1 at 2018-05-03 22:32:40 -0700 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"217"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 217], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (10.3ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.8ms) Notifier#instructions: processed outbound mail in 202.0ms Sent mail to elmer@fudd.com (5.7ms) Date: Thu, 03 May 2018 22:32:40 -0700 From: noreply@company.com To: elmer@fudd.com Message-ID: <5aebf078debe5_159193ffe6dc3fa0443569@straydogstudio.local.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5aebf078dde4a_159193ffe6dc3fa0443450"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5aebf078dde4a_159193ffe6dc3fa0443450 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5aebf078dde4a_159193ffe6dc3fa0443450 Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_217.csv Content-ID: <5aebf078df25d_159193ffe6dc3fa0443690@straydogstudio.local.mail> UEsDBBQAAAAIAACAn+tjOGvU2QAAAEECAAALAAAAX3JlbHMvLnJlbHOtksFO wzAMhu88ReT7mm5ICKFluyCk3RAqD2ASt43axJEToLw9gQNiaAgOO1r2//3f wdv9Emb1QpI9RwPrpgVF0bLzcTDw2N2trmG/2z7QjKVe5NGnrGokZgNjKelG 62xHCpgbThTrpmcJWOoog05oJxxIb9r2Sst3BhwzVYcyUDGwzPqVZXpinpoK A9W9JfpPFfe9t3TL9jlQLCcaf1yAOjgDcnBr0L+4OLb3wjVpWejcNoEKOiz4 CV+l2kNSPOUvr83fXpjSubVoKRQduVNGlx9G+ugVdhfvUEsDBBQAAAAIAACA n+vvyqPEyAEAAAkFAAANAAAAeGwvc3R5bGVzLnhtbKVU22rcMBB971cIfUBl bZpAF8tQAoZCEwrJQ1+1a3lt0MVIcrDz9RlJri1DQ5bUD6vR2XPOjEZjl87P Ujx1Qng0Kakdw533w5EQd+6E4u6rGYSGf1pjFfewtRfiBit444JISXIoijui eK9xVepR1co7dDaj9gwfVgil5WfDMC0KjJLdvWkEwzM8RCnSNBiRfwroewLU dUeljs5FJVnSV2Vr9FYFxQkAa64EeuGS4R+25xKDxr0mgNKwa7nq5bwgASBJ GJfg20u5O10AqnLg3gura9igJX6eB6hUGy2ARTJCMIvLB9KL5TM93L6njgtU dDK2EXZXU4IQcFKUIVK0HsUrZ9h38crORhqL7OXEcF0X8UnNDNyqtP2lu1oS yVXpzXCtAqihPO+NulaS2NnplgCacRZSPgWXP+3u9qcWJU4YJ7DZZiuOol5D 6OkSgu3Uwk9umRJk3jef857afZKdBf1/i10V9NuHHnwY5Pw4qpOwdXzNYhV5 B9bDx1bseruiKLxdDD8GB5m5k7yLYNNMWwOLMN4BgKHhJ/gQJftGtHyU/nmF GN7iB9H0o/qO/7J+9y/GL6wt/hVGkd7hLVM4UJYEdtu3r/ryBlBLAwQUAAAA CAAAgJ/rqEaW9A4BAADmAQAAEQAAAGRvY1Byb3BzL2NvcmUueG1sbZFNT4Qw EIbv/grSO7SAmk0D7EGzJ01MxGi8Ne3INtKPtHXBfy90d5FN9jjzPvN0mqm2 o+qTAzgvja5RnhGUgOZGSN3V6K3dpRu0bSpuKTcOXpyx4IIEn0xj2lNua7QP wVKMPd+DYj6bCD2FX8YpFqbSddgy/s06wAUh91hBYIIFhmdhahcjOikFX5T2 x/VRIDiGHhTo4HGe5fifVTL8Wrg6cQ5XdACn/FU4Jgs5erlQwzBkQxm5af8c fzw/vcavplL7wDQH1FSCU+6ABeMaNvZ+rPCqU50ePjZAJJOeHtc+J+/lw2O7 Q01B8k1K7lJStkVBy4Leks/ZdTEfz+HgIOebNaTC6zJWl7dqbv4AUEsDBBQA AAAIAACAn+vQvk+njgAAAOIAAAAQAAAAZG9jUHJvcHMvYXBwLnhtbJ2OsQrC MBRFd7+iZG8THURKmy7F2aG6l+S1DZj3QvIs9e+NCLo7Xs7lcJpu8/dihZgc YSv2lRIFoCHrcG7FdTiXJ9Hp5hIpQGQHqch/TK1YmEMtZTIL+DFVGWMmE0U/ cp5xljRNzkBP5uEBWR6UOkrYGNCCLcNXKD7GeuV/pZbMuy/dhmfIPt3IX67e vQBQSwMEFAAAAAgAAICf6/gcrSW6AAAAlwEAABoAAAB4bC9fcmVscy93b3Jr Ym9vay54bWwucmVsc62QTQvCMAyG7/6KkrvLFBURqxcRdpX5A0qXfeDWlqZ+ 7N9bFURBwYOnEJI8z0uW60vXihN5bqyRMEpSEGS0LRpTSdjn2+Ec1qvljloV 4gbXjWMRTwxLqENwC0TWNXWKE+vIxElpfadCbH2FTumDqgjHaTpD/8qAd6bI la8oSDhbf+CaKDDeyyiJSBB57+gXoS3LRtPG6mNHJnzw4lMAIisk+KyYAH4J w6Fvif+d4EF96qc3Pb49eDW4AlBLAwQUAAAACAAAgJ/rMc+oZiMBAACFAwAA EwAAAFtDb250ZW50X1R5cGVzXS54bWytk79OwzAQxneeIvKKYrcMCKGmHQqM 0KE8gLEviVX/k88t6dtzSShDl6ai0+l89/2+z5a8WHXOFgdIaIKv2JzPWAFe BW18U7HP7Vv5xFbLxfYYAQta9VixNuf4LASqFpxEHiJ4mtQhOZmpTY2IUu1k A+JhNnsUKvgMPpe5Z7Dl4gVqube5WI/nPbpiMkZrlMyUQhy8PoOWv0CewA47 2JqI97TAiteOKGN6miITExzOhX1Pug96h2Q0FBuZ8rt0pBI6qE0KEQXp+aC7 Jneoa6OAGHtHEg69pQZdRkJCygbGS1zyViHB9eanR+vVEx07KzAfLeC/r4ox gdTYAmRn+Qi94Pwd0u4rhN2tvfvKnTR+gv+wjGIo8xsH+eOfcojhWy3vfgBQ SwMEFAAAAAgAAICf62uSPf7GAAAALwEAAA8AAAB4bC93b3JrYm9vay54bWyN j8FOwzAMhu88ReQ7S4cmBFXTXRBSbxzgAULirtEau7KzjccndExcOdnW7//z 727/lWdzRtHE5GC7acAgBY6JDg4+3l/vn2DfdxeW4yfz0dRtUgdTKUtrrYYJ s9cNL0hVGVmyL3WUg9VF0EedEEue7UPTPNrsE8GV0Mp/GDyOKeALh1NGKleI 4OxLzapTWhT+kr2Jib7g9rnZORj9rAi279b7+lsN+YwOBtIip7BCwKzKEOvr YKRNtZEh7n689ma2txv93TdQSwMEFAAAAAgAAICf69oog2pzAAAAiwAAACMA AAB4bC93b3Jrc2hlZXRzL19yZWxzL3NoZWV0MS54bWwucmVsc1WMSw4CIRAF 956C9N5pnIUxBpjdHMCMByDYAnH4hCbG48tSl5VXr9TySbt4U+NYsobTJEFQ duURs9dw39bjBRajbrTbPgwOsbIYl8waQu/1isguULI8lUp5LM/Sku0Dm8dq 3ct6wlnKM7bfBhiFf1Fz+AJQSwMEFAAAAAgAAICf62E8K5HBAgAAkwYAABgA AAB4bC93b3Jrc2hlZXRzL3NoZWV0MS54bWyVVUtv2kAQvvdXWL4XgyHhIeM0 IaWpRJuoJI3U22KP8Sprj7W7xkl+fWfXxhiJouYC8/xmdl4Orl4z4exAKo75 3B30+q4DeYQxz7dz9+lx+XniXoVBhfJFpQDaIfNczd1U62LmeSpKIWOqhwXk pElQZkwTK7eeKiSw2DplwvP7/UsvYzx3a4SZ/B8MTBIewS1GZQa5rkEkCKYp WZXyQlm0mSpYBHOXAiqQO3DDwIZ9kE4YFGwLa9BPBXEJ14/4QIK5mzChwHW8 MPAa2zCIOUUxdXAkJHP3ejBb+ITltfIG9zeHSnVop+J5jNWDRA2RtnVs4DXb rEGQEOJWplKsnlOuYV1n3RHfl1rwHNZv2QaFOlItqSqlYAeh5NuUXrOCRB8Z /gGJZKVl2Qh+lQLkkQCrBYo7ag51vav4Jnm8ovitMIaElUIbOXlgi/KOmK0j Jij7QZ8GxkzHBvHFFOM7vbTfMVmbKq3YG5a2VsdK04t/6X6aORBWtm+SMerS +yYs7chQgzdMAWX6zGOdzt1J+wJ68h2YglHCE9v1iApsf52Mm7l3nYy92v8N KL3kev/WqFQaswaxFlU1c9kbTqaTyfhy1B+NpqPhdA9cQ/oNpP8ByHFvdA5y 2EAOPwA58HvTE5heXQBbvlumWRhIrBxpK0ARDXVNpLL1pzA5LcIu9AfjwNsZ 78bmpmvDczu9WpItJ3AdfhUZyMDT5GEErdvivBsYty9JGce9CLNjf4/ybJP1 D8n6ZxFP5HBz3uN7rqiOdp3VqRd8JF6ds9cptiUXTETmKpVCGPI+XyGL9+2j HhWS5/q+sCmYE6057cWCDiHIzj1JUfJ3zPUpFe043fHD0dgeNvxwAM2F/MHk llMUWS9Jvze+cB1hb0tNb1DTgDUfCI1FQyVIN08ao4s6XMt47ektC8PUyqW1 Nwvd5YltPzDhp79QSwECNAMUAAAACAAAgJ/rYzhr1NkAAABBAgAACwAAAAAA AAABAAAApIEAAAAAX3JlbHMvLnJlbHNQSwECNAMUAAAACAAAgJ/r78qjxMgB AAAJBQAADQAAAAAAAAABAAAApIECAQAAeGwvc3R5bGVzLnhtbFBLAQI0AxQA AAAIAACAn+uoRpb0DgEAAOYBAAARAAAAAAAAAAEAAACkgfUCAABkb2NQcm9w cy9jb3JlLnhtbFBLAQI0AxQAAAAIAACAn+vQvk+njgAAAOIAAAAQAAAAAAAA AAEAAACkgTIEAABkb2NQcm9wcy9hcHAueG1sUEsBAjQDFAAAAAgAAICf6/gc rSW6AAAAlwEAABoAAAAAAAAAAQAAAKSB7gQAAHhsL19yZWxzL3dvcmtib29r LnhtbC5yZWxzUEsBAjQDFAAAAAgAAICf6zHPqGYjAQAAhQMAABMAAAAAAAAA AQAAAKSB4AUAAFtDb250ZW50X1R5cGVzXS54bWxQSwECNAMUAAAACAAAgJ/r a5I9/sYAAAAvAQAADwAAAAAAAAABAAAApIE0BwAAeGwvd29ya2Jvb2sueG1s UEsBAjQDFAAAAAgAAICf69oog2pzAAAAiwAAACMAAAAAAAAAAQAAAKSBJwgA AHhsL3dvcmtzaGVldHMvX3JlbHMvc2hlZXQxLnhtbC5yZWxzUEsBAjQDFAAA AAgAAICf62E8K5HBAgAAkwYAABgAAAAAAAAAAQAAAKSB2wgAAHhsL3dvcmtz aGVldHMvc2hlZXQxLnhtbFBLBQYAAAAACQAJAE4CAADSCwAAAAA= ----==_mimepart_5aebf078dde4a_159193ffe6dc3fa0443450-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 218ms (Views: 1.1ms | ActiveRecord: 0.5ms) Started GET "/useheader.csv" for 127.0.0.1 at 2018-05-03 22:32:40 -0700 Processing by HomeController#useheader as csv Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (5.4ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.4ms) Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by HomeController#another as csv Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (12.3ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.3ms) Completed 200 OK in 14ms (Views: 14.1ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 216]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 217]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2018-05-04 05:32:41.044512"], ["updated_at", "2018-05-04 05:32:41.044512"]]  (1.5ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:32:41.047520"], ["updated_at", "2018-05-04 05:32:41.047520"]]  (0.7ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by UsersController#noaction as csv Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (5.9ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by HomeController#withpartial as csv Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (4.5ms) Rendered home/withpartial.csv.csvrb (13.8ms) Completed 200 OK in 18ms (Views: 17.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 218]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 219]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:32:41.111696"], ["updated_at", "2018-05-04 05:32:41.111696"]]  (0.8ms) commit transaction Started GET "/users/220/render_elsewhere.csv" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by LikesController#render_elsewhere as csv Parameters: {"user_id"=>"220"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 220], ["LIMIT", 1]] Rendering users/index.csv.csvrb User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (7.4ms) Rendering text template Rendered text template (0.0ms) Sent data index.csv (0.5ms) Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.3ms) Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"5"} Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (4.7ms) Rendering text template Rendered text template (0.0ms) Sent data index.csv (0.3ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.csv?type=4" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"4"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (7.0ms) Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.csv?type=3" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"3"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (5.3ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.csv?type=1" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by HomeController#render_elsewhere as csv Parameters: {"type"=>"1"} Rendering users/index.csv.csvrb User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (5.7ms) Rendering text template Rendered text template (0.0ms) Sent data index.csv (0.3ms) Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 220]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:32:41.184447"], ["updated_at", "2018-05-04 05:32:41.184447"]]  (0.5ms) commit transaction Started GET "/users/221.csv" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by UsersController#show as csv Parameters: {"id"=>"221"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 221], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (5.2ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by HomeController#index as csv Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (7.8ms) Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 221]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:32:41.224805"], ["updated_at", "2018-05-04 05:32:41.224805"]]  (0.4ms) commit transaction Started GET "/users/export/222.csv" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by UsersController#export as csv Parameters: {"id"=>"222"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 222], ["LIMIT", 1]] Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (6.1ms) Rendering text template Rendered text template (0.0ms) Sent data export_222.csv (0.3ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (1.4ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.4ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.7ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.4ms) Completed 200 OK in 14ms (Views: 14.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.3ms) Completed 200 OK in 15ms (Views: 2.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2018-05-04 05:32:41.285724"], ["updated_at", "2018-05-04 05:32:41.285724"]]  (0.6ms) commit transaction Started GET "/" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 222]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 223]]  (0.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2018-05-04 05:32:41.298856"], ["updated_at", "2018-05-04 05:32:41.298856"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:32:41.301227"], ["updated_at", "2018-05-04 05:32:41.301227"]]  (0.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by UsersController#index as csv Rendering users/index.csv.csvrb User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (7.9ms) Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by HomeController#useheader as csv Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (8.6ms) Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 224]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 225]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2018-05-04 05:32:41.343798"], ["updated_at", "2018-05-04 05:32:41.343798"]]  (0.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 226], ["created_at", "2018-05-04 05:32:41.366199"], ["updated_at", "2018-05-04 05:32:41.366199"]]  (0.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 226], ["created_at", "2018-05-04 05:32:41.368898"], ["updated_at", "2018-05-04 05:32:41.368898"]]  (1.2ms) commit transaction Started GET "/users/226/likes.csv" for 127.0.0.1 at 2018-05-03 22:32:41 -0700 Processing by LikesController#index as csv Parameters: {"user_id"=>"226"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 226], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.2ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 226]] Rendered likes/index.csv.csvrb (6.4ms) Completed 200 OK in 10ms (Views: 7.6ms | ActiveRecord: 0.2ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 12:13:27 -0600 Processing by HomeController#withpartial as CSV No template found for HomeController#withpartial, rendering head :no_content Completed 204 No Content in 6ms (ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:13:27 -0600 Processing by HomeController#another as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 12:13:27 -0600 Processing by HomeController#index as CSV Completed 406 Not Acceptable in 4ms (ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:13:27 -0600 Processing by HomeController#another as */* Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 12:13:27 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} No template found for HomeController#useheader, rendering head :no_content Completed 204 No Content in 6ms (ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 12:13:27 -0600 Processing by HomeController#useheader as CSV Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 12:13:27 -0600 Processing by HomeController#another as CSV Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) User Load (0.6ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 196]]  (3.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:16:09.659599"], ["updated_at", "2019-06-06 18:16:09.659599"]]  (1.7ms) commit transaction Started GET "/users/197.csv" for 127.0.0.1 at 2019-06-06 12:16:09 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"197"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 197], ["LIMIT", 1]] Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 12:16:09 -0600 Processing by HomeController#another as CSV Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 12:16:09 -0600 Processing by HomeController#useheader as CSV Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 12:16:09 -0600 Processing by HomeController#withpartial as CSV No template found for HomeController#withpartial, rendering head :no_content Completed 204 No Content in 12ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 197]]  (2.6ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:16:09.716825"], ["updated_at", "2019-06-06 18:16:09.716825"]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:16:09.719792"], ["updated_at", "2019-06-06 18:16:09.719792"]]  (1.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 12:16:09 -0600 Processing by UsersController#index as CSV Completed 406 Not Acceptable in 5ms (ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 12:16:09 -0600 Processing by HomeController#index as CSV Completed 406 Not Acceptable in 6ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 198]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 199]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:16:09.740985"], ["updated_at", "2019-06-06 18:16:09.740985"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 200], ["created_at", "2019-06-06 18:16:09.755417"], ["updated_at", "2019-06-06 18:16:09.755417"]]  (1.8ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 200], ["created_at", "2019-06-06 18:16:09.757977"], ["updated_at", "2019-06-06 18:16:09.757977"]]  (2.0ms) commit transaction Started GET "/users/200/likes.csv" for 127.0.0.1 at 2019-06-06 12:16:09 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"200"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 200], ["LIMIT", 1]] Completed 406 Not Acceptable in 4ms (ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:16:09 -0600 Processing by HomeController#another as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 12:16:09 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} No template found for HomeController#useheader, rendering head :no_content Completed 204 No Content in 5ms (ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:16:09 -0600 Processing by HomeController#another as */* Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 200]]  (2.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:16:09.780317"], ["updated_at", "2019-06-06 18:16:09.780317"]]  (2.4ms) commit transaction Started GET "/users/export/201.csv" for 127.0.0.1 at 2019-06-06 12:16:09 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"201"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 201], ["LIMIT", 1]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 201]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:16:09.789566"], ["updated_at", "2019-06-06 18:16:09.789566"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:16:09.791794"], ["updated_at", "2019-06-06 18:16:09.791794"]]  (1.6ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 12:16:09 -0600  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:16:09.796807"], ["updated_at", "2019-06-06 18:16:09.796807"]]  (1.7ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 12:16:09 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 202]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 203]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 204]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:16:09.810081"], ["updated_at", "2019-06-06 18:16:09.810081"]]  (2.7ms) commit transaction Started GET "/users/205/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 12:16:09 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"205"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 205], ["LIMIT", 1]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:16:09.821448"], ["updated_at", "2019-06-06 18:16:09.821448"]]  (2.0ms) commit transaction Started GET "/users/206/send_instructions" for 127.0.0.1 at 2019-06-06 12:16:09 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"206"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 206], ["LIMIT", 1]] Notifier#instructions: processed outbound mail in 0.4ms Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 12:17:46 -0600 Processing by HomeController#useheader as CSV Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 205]]  (53.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 206]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:17:46.145425"], ["updated_at", "2019-06-06 18:17:46.145425"]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:17:46.148300"], ["updated_at", "2019-06-06 18:17:46.148300"]]  (1.9ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 12:17:46 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb Rendered users/noaction.csv.csvrb (1.5ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 207]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 208]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:17:46.164964"], ["updated_at", "2019-06-06 18:17:46.164964"]]  (2.0ms) commit transaction Started GET "/users/209/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 12:17:46 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"209"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 209], ["LIMIT", 1]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 209]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:17:46.175836"], ["updated_at", "2019-06-06 18:17:46.175836"]]  (3.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:17:46.179802"], ["updated_at", "2019-06-06 18:17:46.179802"]]  (1.8ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 12:17:46 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb Rendered users/index.csv.csvrb (0.9ms) Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 210]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 211]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:17:46.190851"], ["updated_at", "2019-06-06 18:17:46.190851"]]  (1.6ms) commit transaction Started GET "/users/export/212.csv" for 127.0.0.1 at 2019-06-06 12:17:46 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"212"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 212], ["LIMIT", 1]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:17:46 -0600 Processing by HomeController#another as */* Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 12:17:46 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} No template found for HomeController#useheader, rendering head :no_content Completed 204 No Content in 9ms (ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:17:46 -0600 Processing by HomeController#another as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 12:17:46 -0600 Processing by HomeController#index as CSV Completed 406 Not Acceptable in 6ms (ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 12:17:46 -0600 Processing by HomeController#another as CSV Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 12:17:46 -0600 Processing by HomeController#withpartial as CSV No template found for HomeController#withpartial, rendering head :no_content Completed 204 No Content in 6ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 212]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:17:46.242302"], ["updated_at", "2019-06-06 18:17:46.242302"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 213], ["created_at", "2019-06-06 18:17:46.253556"], ["updated_at", "2019-06-06 18:17:46.253556"]]  (1.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 213], ["created_at", "2019-06-06 18:17:46.256101"], ["updated_at", "2019-06-06 18:17:46.256101"]]  (1.9ms) commit transaction Started GET "/users/213/likes.csv" for 127.0.0.1 at 2019-06-06 12:17:46 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"213"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 213], ["LIMIT", 1]] Completed 406 Not Acceptable in 4ms (ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 213]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:17:46.267074"], ["updated_at", "2019-06-06 18:17:46.267074"]]  (2.0ms) commit transaction Started GET "/users/214.csv" for 127.0.0.1 at 2019-06-06 12:17:46 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"214"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 214], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.6ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:17:46.279584"], ["updated_at", "2019-06-06 18:17:46.279584"]]  (1.6ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 12:17:46 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:17:46.285659"], ["updated_at", "2019-06-06 18:17:46.285659"]]  (1.5ms) commit transaction Started GET "/users/216/send_instructions" for 127.0.0.1 at 2019-06-06 12:17:46 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"216"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 216], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (2.4ms) Notifier#instructions: processed outbound mail in 2.8ms Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 214]]  (53.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 215]]  (2.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 216]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:20:04.926061"], ["updated_at", "2019-06-06 18:20:04.926061"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:20:04.928653"], ["updated_at", "2019-06-06 18:20:04.928653"]]  (1.9ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 12:20:04 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb Rendered users/index.csv.csvrb (2.0ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 217]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 218]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:20:04.954718"], ["updated_at", "2019-06-06 18:20:04.954718"]]  (1.9ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 219], ["created_at", "2019-06-06 18:20:04.972583"], ["updated_at", "2019-06-06 18:20:04.972583"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 219], ["created_at", "2019-06-06 18:20:04.975060"], ["updated_at", "2019-06-06 18:20:04.975060"]]  (2.2ms) commit transaction Started GET "/users/219/likes.csv" for 127.0.0.1 at 2019-06-06 12:20:04 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"219"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 219], ["LIMIT", 1]] Completed 406 Not Acceptable in 4ms (ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 219]]  (3.2ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:20:04.988509"], ["updated_at", "2019-06-06 18:20:04.988509"]]  (2.1ms) commit transaction Started GET "/users/export/220.csv" for 127.0.0.1 at 2019-06-06 12:20:04 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"220"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 220], ["LIMIT", 1]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 12:20:04 -0600 Processing by HomeController#useheader as CSV Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 12:20:05 -0600 Processing by HomeController#another as CSV Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:20:05 -0600 Processing by HomeController#another as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:20:05.004358"], ["updated_at", "2019-06-06 18:20:05.004358"]]  (2.2ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 12:20:05 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 12:20:05 -0600 Processing by HomeController#index as CSV Completed 406 Not Acceptable in 5ms (ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 12:20:05 -0600 Processing by HomeController#withpartial as CSV No template found for HomeController#withpartial, rendering head :no_content Completed 204 No Content in 5ms (ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:20:05 -0600 Processing by HomeController#another as */* Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 220]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 221]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:20:05.031839"], ["updated_at", "2019-06-06 18:20:05.031839"]]  (1.8ms) commit transaction Started GET "/users/222.csv" for 127.0.0.1 at 2019-06-06 12:20:05 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"222"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 222], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.6ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 222]]  (2.3ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:20:05.040339"], ["updated_at", "2019-06-06 18:20:05.040339"]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:20:05.042906"], ["updated_at", "2019-06-06 18:20:05.042906"]]  (1.9ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 12:20:05 -0600 Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 12:20:05 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} No template found for HomeController#useheader, rendering head :no_content Completed 204 No Content in 12ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 223]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 224]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:20:05.066989"], ["updated_at", "2019-06-06 18:20:05.066989"]]  (1.6ms) commit transaction Started GET "/users/225/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 12:20:05 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"225"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 225], ["LIMIT", 1]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:20:05.072556"], ["updated_at", "2019-06-06 18:20:05.072556"]]  (1.6ms) commit transaction Started GET "/users/226/send_instructions" for 127.0.0.1 at 2019-06-06 12:20:05 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"226"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 226], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (1.8ms) Notifier#instructions: processed outbound mail in 2.4ms Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 225]]  (53.2ms) commit transaction  (0.1ms) begin transaction User Destroy (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 226]]  (2.3ms) commit transaction  (0.1ms) begin transaction User Create (0.6ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:20:51.340121"], ["updated_at", "2019-06-06 18:20:51.340121"]]  (2.4ms) commit transaction Started GET "/users/227/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 12:20:51 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"227"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 227], ["LIMIT", 1]] Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.2ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 12:20:51 -0600 Processing by HomeController#useheader as CSV Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 12:20:51 -0600 Processing by HomeController#another as CSV Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:20:51 -0600 Processing by HomeController#another as */* Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 12:20:51 -0600 Processing by HomeController#index as CSV Completed 406 Not Acceptable in 7ms (ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 12:20:51 -0600 Processing by HomeController#withpartial as CSV No template found for HomeController#withpartial, rendering head :no_content Completed 204 No Content in 8ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 227]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:20:51.409318"], ["updated_at", "2019-06-06 18:20:51.409318"]]  (2.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 228], ["created_at", "2019-06-06 18:20:51.421566"], ["updated_at", "2019-06-06 18:20:51.421566"]]  (1.9ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 228], ["created_at", "2019-06-06 18:20:51.424236"], ["updated_at", "2019-06-06 18:20:51.424236"]]  (1.7ms) commit transaction Started GET "/users/228/likes.csv" for 127.0.0.1 at 2019-06-06 12:20:51 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"228"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 228], ["LIMIT", 1]] Completed 406 Not Acceptable in 4ms (ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 228]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:20:51.434351"], ["updated_at", "2019-06-06 18:20:51.434351"]]  (3.4ms) commit transaction Started GET "/users/229.csv" for 127.0.0.1 at 2019-06-06 12:20:51 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"229"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 229], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (5.4ms) Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 229]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:20:51.451658"], ["updated_at", "2019-06-06 18:20:51.451658"]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:20:51.454218"], ["updated_at", "2019-06-06 18:20:51.454218"]]  (2.0ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 12:20:51 -0600 Started GET "/another" for 127.0.0.1 at 2019-06-06 12:20:51 -0600 Processing by HomeController#another as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:20:51.461227"], ["updated_at", "2019-06-06 18:20:51.461227"]]  (1.5ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 12:20:51 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 12:20:51 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} No template found for HomeController#useheader, rendering head :no_content Completed 204 No Content in 5ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 230]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 231]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 232]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:20:51.479624"], ["updated_at", "2019-06-06 18:20:51.479624"]]  (1.5ms) commit transaction Started GET "/users/export/233.csv" for 127.0.0.1 at 2019-06-06 12:20:51 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"233"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 233], ["LIMIT", 1]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 233]]  (2.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:20:51.495025"], ["updated_at", "2019-06-06 18:20:51.495025"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:20:51.497251"], ["updated_at", "2019-06-06 18:20:51.497251"]]  (1.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 12:20:51 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] Rendered users/index.csv.csvrb (4.7ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:20:51.505864"], ["updated_at", "2019-06-06 18:20:51.505864"]]  (1.8ms) commit transaction Started GET "/users/236/send_instructions" for 127.0.0.1 at 2019-06-06 12:20:51 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"236"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 236], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (4.3ms) Notifier#instructions: processed outbound mail in 4.8ms Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 234]]  (54.9ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 235]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 236]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:21:45.087236"], ["updated_at", "2019-06-06 18:21:45.087236"]]  (1.9ms) commit transaction Started GET "/users/export/237.csv" for 127.0.0.1 at 2019-06-06 12:21:45 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"237"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 237], ["LIMIT", 1]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 237]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:21:45.114630"], ["updated_at", "2019-06-06 18:21:45.114630"]]  (2.0ms) commit transaction  (0.1ms) begin transaction User Create (0.5ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:21:45.118464"], ["updated_at", "2019-06-06 18:21:45.118464"]]  (2.2ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 12:21:45 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] Rendered users/index.csv.csvrb (5.0ms) Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 12:21:45 -0600 Processing by HomeController#withpartial as CSV No template found for HomeController#withpartial, rendering head :no_content Completed 204 No Content in 5ms (ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 12:21:45 -0600 Processing by HomeController#index as CSV Completed 406 Not Acceptable in 5ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 238]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 239]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:21:45.154028"], ["updated_at", "2019-06-06 18:21:45.154028"]]  (3.1ms) commit transaction  (0.1ms) begin transaction User Create (0.5ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:21:45.158721"], ["updated_at", "2019-06-06 18:21:45.158721"]]  (2.3ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 12:21:45 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb Rendered users/noaction.csv.csvrb (3.3ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 12:21:45 -0600 Processing by HomeController#useheader as CSV Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 240]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 241]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:21:45.175402"], ["updated_at", "2019-06-06 18:21:45.175402"]]  (1.5ms) commit transaction Started GET "/users/242/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 12:21:45 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"242"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 242], ["LIMIT", 1]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:21:45 -0600 Processing by HomeController#another as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:21:45.184035"], ["updated_at", "2019-06-06 18:21:45.184035"]]  (1.8ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 12:21:45 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 242]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 243]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:21:45.194079"], ["updated_at", "2019-06-06 18:21:45.194079"]]  (1.4ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 244], ["created_at", "2019-06-06 18:21:45.206139"], ["updated_at", "2019-06-06 18:21:45.206139"]]  (3.3ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 244], ["created_at", "2019-06-06 18:21:45.210250"], ["updated_at", "2019-06-06 18:21:45.210250"]]  (1.4ms) commit transaction Started GET "/users/244/likes.csv" for 127.0.0.1 at 2019-06-06 12:21:45 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"244"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 244], ["LIMIT", 1]] Completed 406 Not Acceptable in 4ms (ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 12:21:45 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} No template found for HomeController#useheader, rendering head :no_content Completed 204 No Content in 5ms (ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 244]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:21:45.226509"], ["updated_at", "2019-06-06 18:21:45.226509"]]  (1.5ms) commit transaction Started GET "/users/245.csv" for 127.0.0.1 at 2019-06-06 12:21:45 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"245"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 245], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (3.4ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:21:45 -0600 Processing by HomeController#another as */* Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 12:21:45 -0600 Processing by HomeController#another as CSV Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:21:45.244216"], ["updated_at", "2019-06-06 18:21:45.244216"]]  (1.5ms) commit transaction Started GET "/users/246/send_instructions" for 127.0.0.1 at 2019-06-06 12:21:45 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"246"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 246], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (4.0ms) Notifier#instructions: processed outbound mail in 4.5ms Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 245]]  (5.9ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 246]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:22:06.200802"], ["updated_at", "2019-06-06 18:22:06.200802"]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:22:06.203311"], ["updated_at", "2019-06-06 18:22:06.203311"]]  (2.2ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 12:22:06 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb Rendered users/noaction.csv.csvrb (3.5ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 247]]  (2.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 248]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:22:06.224435"], ["updated_at", "2019-06-06 18:22:06.224435"]]  (2.1ms) commit transaction Started GET "/users/249/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 12:22:06 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"249"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 249], ["LIMIT", 1]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 12:22:06 -0600 Processing by HomeController#withpartial as CSV No template found for HomeController#withpartial, rendering head :no_content Completed 204 No Content in 5ms (ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 12:22:06 -0600 Processing by HomeController#index as CSV Completed 406 Not Acceptable in 6ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 249]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:22:06.253808"], ["updated_at", "2019-06-06 18:22:06.253808"]]  (1.9ms) commit transaction Started GET "/users/250.csv" for 127.0.0.1 at 2019-06-06 12:22:06 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"250"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 250], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (4.3ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 12:22:06 -0600 Processing by HomeController#useheader as CSV Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:22:06 -0600 Processing by HomeController#another as */* Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 12:22:06 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} No template found for HomeController#useheader, rendering head :no_content Completed 204 No Content in 5ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 250]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:22:06.275510"], ["updated_at", "2019-06-06 18:22:06.275510"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:22:06.277839"], ["updated_at", "2019-06-06 18:22:06.277839"]]  (1.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 12:22:06 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] Rendered users/index.csv.csvrb (5.3ms) Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 251]]  (3.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 252]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:22:06.292942"], ["updated_at", "2019-06-06 18:22:06.292942"]]  (1.5ms) commit transaction Started GET "/users/export/253.csv" for 127.0.0.1 at 2019-06-06 12:22:06 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"253"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 253], ["LIMIT", 1]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:22:06 -0600 Processing by HomeController#another as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:22:06.300253"], ["updated_at", "2019-06-06 18:22:06.300253"]]  (1.6ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 12:22:06 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 253]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 254]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:22:06.310010"], ["updated_at", "2019-06-06 18:22:06.310010"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 255], ["created_at", "2019-06-06 18:22:06.326930"], ["updated_at", "2019-06-06 18:22:06.326930"]]  (1.9ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 255], ["created_at", "2019-06-06 18:22:06.329694"], ["updated_at", "2019-06-06 18:22:06.329694"]]  (1.6ms) commit transaction Started GET "/users/255/likes.csv" for 127.0.0.1 at 2019-06-06 12:22:06 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"255"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 255], ["LIMIT", 1]] Completed 406 Not Acceptable in 4ms (ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 12:22:06 -0600 Processing by HomeController#another as CSV Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:22:06.339670"], ["updated_at", "2019-06-06 18:22:06.339670"]]  (2.9ms) commit transaction Started GET "/users/256/send_instructions" for 127.0.0.1 at 2019-06-06 12:22:06 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"256"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 256], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (3.9ms) Notifier#instructions: processed outbound mail in 4.3ms Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 255]]  (53.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 256]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:23:20.526137"], ["updated_at", "2019-06-06 18:23:20.526137"]]  (1.8ms) commit transaction Started GET "/users/export/257.csv" for 127.0.0.1 at 2019-06-06 12:23:20 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"257"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 257], ["LIMIT", 1]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 257]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:23:20.552807"], ["updated_at", "2019-06-06 18:23:20.552807"]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:23:20.555684"], ["updated_at", "2019-06-06 18:23:20.555684"]]  (1.8ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 12:23:20 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb Rendered users/noaction.csv.csvrb (4.9ms) Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:23:20 -0600 Processing by HomeController#another as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 12:23:20 -0600 Processing by HomeController#useheader as CSV Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:23:20 -0600 Processing by HomeController#another as */* Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 258]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 259]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:23:20.580433"], ["updated_at", "2019-06-06 18:23:20.580433"]]  (2.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 260], ["created_at", "2019-06-06 18:23:20.592762"], ["updated_at", "2019-06-06 18:23:20.592762"]]  (2.3ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 260], ["created_at", "2019-06-06 18:23:20.596018"], ["updated_at", "2019-06-06 18:23:20.596018"]]  (1.7ms) commit transaction Started GET "/users/260/likes.csv" for 127.0.0.1 at 2019-06-06 12:23:20 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"260"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 260], ["LIMIT", 1]] Completed 406 Not Acceptable in 4ms (ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 260]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:23:20.607152"], ["updated_at", "2019-06-06 18:23:20.607152"]]  (1.7ms) commit transaction Started GET "/users/261.csv" for 127.0.0.1 at 2019-06-06 12:23:20 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"261"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 261], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (3.6ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 12:23:20 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} No template found for HomeController#useheader, rendering head :no_content Completed 204 No Content in 5ms (ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 12:23:20 -0600 Processing by HomeController#withpartial as CSV No template found for HomeController#withpartial, rendering head :no_content Completed 204 No Content in 5ms (ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:23:20.629324"], ["updated_at", "2019-06-06 18:23:20.629324"]]  (1.7ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 12:23:20 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 261]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 262]]  (2.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:23:20.640131"], ["updated_at", "2019-06-06 18:23:20.640131"]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:23:20.642963"], ["updated_at", "2019-06-06 18:23:20.642963"]]  (2.2ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 12:23:20 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] Rendered users/index.csv.csvrb (5.5ms) Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 12:23:20 -0600 Processing by HomeController#another as CSV Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 263]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 264]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:23:20.664384"], ["updated_at", "2019-06-06 18:23:20.664384"]]  (1.6ms) commit transaction Started GET "/users/265/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 12:23:20 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"265"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 265], ["LIMIT", 1]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 12:23:20 -0600 Processing by HomeController#index as CSV Completed 406 Not Acceptable in 4ms (ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:23:20.674865"], ["updated_at", "2019-06-06 18:23:20.674865"]]  (1.6ms) commit transaction Started GET "/users/266/send_instructions" for 127.0.0.1 at 2019-06-06 12:23:20 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"266"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 266], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (4.3ms) Notifier#instructions: processed outbound mail in 4.8ms Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]]  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:24:24.457660"], ["updated_at", "2019-06-06 18:24:24.457660"]]  (52.9ms) commit transaction Started GET "/users/267/send_instructions" for 127.0.0.1 at 2019-06-06 12:24:24 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"267"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 267], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (6.0ms) Notifier#instructions: processed outbound mail in 7.8ms Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 265]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 266]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 267]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:24:24.543478"], ["updated_at", "2019-06-06 18:24:24.543478"]]  (1.9ms) commit transaction Started GET "/users/export/268.csv" for 127.0.0.1 at 2019-06-06 12:24:24 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"268"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 268], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 268]]  (2.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:24:24.558872"], ["updated_at", "2019-06-06 18:24:24.558872"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 269], ["created_at", "2019-06-06 18:24:24.570102"], ["updated_at", "2019-06-06 18:24:24.570102"]]  (2.1ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 269], ["created_at", "2019-06-06 18:24:24.573020"], ["updated_at", "2019-06-06 18:24:24.573020"]]  (1.5ms) commit transaction Started GET "/users/269/likes.csv" for 127.0.0.1 at 2019-06-06 12:24:24 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"269"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 269], ["LIMIT", 1]] Completed 406 Not Acceptable in 4ms (ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:24:24 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 12:24:24 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:24:24 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 12:24:24 -0600 Processing by HomeController#withpartial as CSV No template found for HomeController#withpartial, rendering head :no_content Completed 204 No Content in 5ms (ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 12:24:24 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 269]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:24:24.596878"], ["updated_at", "2019-06-06 18:24:24.596878"]]  (1.7ms) commit transaction Started GET "/users/270/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 12:24:24 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"270"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 270], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 270]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:24:24.603773"], ["updated_at", "2019-06-06 18:24:24.603773"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:24:24.606007"], ["updated_at", "2019-06-06 18:24:24.606007"]]  (1.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 12:24:24 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] Rendered users/index.csv.csvrb (5.6ms) Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 12:24:24 -0600 Processing by HomeController#index as CSV Completed 406 Not Acceptable in 4ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 271]]  (3.0ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 272]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:24:24.626644"], ["updated_at", "2019-06-06 18:24:24.626644"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:24:24.628928"], ["updated_at", "2019-06-06 18:24:24.628928"]]  (1.6ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 12:24:24 -0600 Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 12:24:24 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} No template found for HomeController#useheader, rendering head :no_content Completed 204 No Content in 5ms (ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:24:24.640405"], ["updated_at", "2019-06-06 18:24:24.640405"]]  (1.6ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 12:24:24 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 273]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 274]]  (1.6ms) commit transaction  (0.1ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 275]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:24:24.659438"], ["updated_at", "2019-06-06 18:24:24.659438"]]  (1.5ms) commit transaction Started GET "/users/276.csv" for 127.0.0.1 at 2019-06-06 12:24:24 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"276"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 276], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (4.6ms) Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]]  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:26:25.757778"], ["updated_at", "2019-06-06 18:26:25.757778"]]  (53.2ms) commit transaction Started GET "/users/277/send_instructions" for 127.0.0.1 at 2019-06-06 12:26:25 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"277"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 277], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (6.1ms) Notifier#instructions: processed outbound mail in 7.8ms Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 12:26:25 -0600 Processing by HomeController#index as CSV Completed 406 Not Acceptable in 7ms (ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 12:26:25 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:26:25 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 12:26:25 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:26:25 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 276]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 277]]  (2.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:26:25.863769"], ["updated_at", "2019-06-06 18:26:25.863769"]]  (2.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:26:25.866885"], ["updated_at", "2019-06-06 18:26:25.866885"]]  (1.9ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 12:26:25 -0600 User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 278]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 279]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:26:25.876037"], ["updated_at", "2019-06-06 18:26:25.876037"]]  (1.5ms) commit transaction Started GET "/users/280/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 12:26:25 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"280"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 280], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:26:25.882102"], ["updated_at", "2019-06-06 18:26:25.882102"]]  (1.8ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 12:26:25 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 12:26:25 -0600 Processing by HomeController#withpartial as CSV No template found for HomeController#withpartial, rendering head :no_content Completed 204 No Content in 7ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 280]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 281]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:26:25.907105"], ["updated_at", "2019-06-06 18:26:25.907105"]]  (3.0ms) commit transaction Started GET "/users/export/282.csv" for 127.0.0.1 at 2019-06-06 12:26:25 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"282"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 282], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 12:26:25 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} No template found for HomeController#useheader, rendering head :no_content Completed 204 No Content in 5ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 282]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:26:25.923307"], ["updated_at", "2019-06-06 18:26:25.923307"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:26:25.925618"], ["updated_at", "2019-06-06 18:26:25.925618"]]  (1.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 12:26:25 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] Rendered users/index.csv.csvrb (5.6ms) Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 283]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 284]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:26:25.939773"], ["updated_at", "2019-06-06 18:26:25.939773"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 285], ["created_at", "2019-06-06 18:26:25.951390"], ["updated_at", "2019-06-06 18:26:25.951390"]]  (2.3ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 285], ["created_at", "2019-06-06 18:26:25.954534"], ["updated_at", "2019-06-06 18:26:25.954534"]]  (2.0ms) commit transaction Started GET "/users/285/likes.csv" for 127.0.0.1 at 2019-06-06 12:26:25 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"285"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 285], ["LIMIT", 1]] Completed 406 Not Acceptable in 4ms (ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 285]]  (3.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:26:25.966162"], ["updated_at", "2019-06-06 18:26:25.966162"]]  (1.6ms) commit transaction Started GET "/users/286.csv" for 127.0.0.1 at 2019-06-06 12:26:25 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"286"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 286], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (9.4ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]]  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:39:05.802199"], ["updated_at", "2019-06-06 18:39:05.802199"]]  (53.4ms) commit transaction Started GET "/users/287/send_instructions" for 127.0.0.1 at 2019-06-06 12:39:05 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"287"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 287], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (5.8ms) Notifier#instructions: processed outbound mail in 7.3ms Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 286]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 287]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:39:05.883905"], ["updated_at", "2019-06-06 18:39:05.883905"]]  (1.7ms) commit transaction Started GET "/users/export/288.csv" for 127.0.0.1 at 2019-06-06 12:39:05 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"288"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 288], ["LIMIT", 1]] Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (4.0ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 12:39:05 -0600 Processing by HomeController#useheader as CSV Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 288]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:39:05.904682"], ["updated_at", "2019-06-06 18:39:05.904682"]]  (1.8ms) commit transaction Started GET "/users/289/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 12:39:05 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"289"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 289], ["LIMIT", 1]] Rendering users/index.csv.csvrb Rendered users/index.csv.csvrb (4.3ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 12:39:05 -0600 Processing by HomeController#index as CSV Completed 406 Not Acceptable in 5ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 289]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:39:05.922755"], ["updated_at", "2019-06-06 18:39:05.922755"]]  (1.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 290], ["created_at", "2019-06-06 18:39:05.934401"], ["updated_at", "2019-06-06 18:39:05.934401"]]  (3.0ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 290], ["created_at", "2019-06-06 18:39:05.938365"], ["updated_at", "2019-06-06 18:39:05.938365"]]  (1.8ms) commit transaction Started GET "/users/290/likes.csv" for 127.0.0.1 at 2019-06-06 12:39:05 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"290"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 290], ["LIMIT", 1]] Completed 406 Not Acceptable in 4ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 290]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:39:05.948952"], ["updated_at", "2019-06-06 18:39:05.948952"]]  (1.9ms) commit transaction Started GET "/users/291.csv" for 127.0.0.1 at 2019-06-06 12:39:05 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"291"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 291], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (3.3ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 291]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:39:05.959423"], ["updated_at", "2019-06-06 18:39:05.959423"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:39:05.961643"], ["updated_at", "2019-06-06 18:39:05.961643"]]  (1.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 12:39:05 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb Rendered users/noaction.csv.csvrb (3.6ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 292]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 293]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:39:05.974830"], ["updated_at", "2019-06-06 18:39:05.974830"]]  (2.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:39:05.977957"], ["updated_at", "2019-06-06 18:39:05.977957"]]  (1.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 12:39:05 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] Rendered users/index.csv.csvrb (10.9ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 12:39:05 -0600 Processing by HomeController#another as CSV Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 12:39:05 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} No template found for HomeController#useheader, rendering head :no_content Completed 204 No Content in 5ms (ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:39:06.000405"], ["updated_at", "2019-06-06 18:39:06.000405"]]  (1.7ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 12:39:06 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:39:06 -0600 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.1ms) Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:39:06 -0600 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 12:39:06 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 12:39:06 -0600 Processing by HomeController#withpartial as CSV No template found for HomeController#withpartial, rendering head :no_content Completed 204 No Content in 6ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]]  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:41:04.341762"], ["updated_at", "2019-06-06 18:41:04.341762"]]  (54.4ms) commit transaction Started GET "/users/297/send_instructions" for 127.0.0.1 at 2019-06-06 12:41:04 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"297"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 297], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (4.6ms) Notifier#instructions: processed outbound mail in 5.8ms Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 294]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 295]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 296]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 297]]  (2.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:41:04.438704"], ["updated_at", "2019-06-06 18:41:04.438704"]]  (1.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 298], ["created_at", "2019-06-06 18:41:04.449965"], ["updated_at", "2019-06-06 18:41:04.449965"]]  (2.0ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 298], ["created_at", "2019-06-06 18:41:04.452815"], ["updated_at", "2019-06-06 18:41:04.452815"]]  (1.9ms) commit transaction Started GET "/users/298/likes.csv" for 127.0.0.1 at 2019-06-06 12:41:04 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"298"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 298], ["LIMIT", 1]] Completed 406 Not Acceptable in 4ms (ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 12:41:04 -0600 Processing by HomeController#withpartial as CSV No template found for HomeController#withpartial, rendering head :no_content Completed 204 No Content in 6ms (ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 12:41:04 -0600 Processing by HomeController#another as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (3.5ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 12:41:04 -0600 Processing by HomeController#useheader as CSV Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:41:04 -0600 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.6ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:41:04.483314"], ["updated_at", "2019-06-06 18:41:04.483314"]]  (1.6ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 12:41:04 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 12:41:04 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (3.2ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 298]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 299]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:41:04.497122"], ["updated_at", "2019-06-06 18:41:04.497122"]]  (1.5ms) commit transaction Started GET "/users/300.csv" for 127.0.0.1 at 2019-06-06 12:41:04 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"300"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 300], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (3.6ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 300]]  (2.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:41:04.509277"], ["updated_at", "2019-06-06 18:41:04.509277"]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:41:04.512094"], ["updated_at", "2019-06-06 18:41:04.512094"]]  (1.6ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 12:41:04 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb Rendered users/noaction.csv.csvrb (3.8ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 12:41:04 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} No template found for HomeController#useheader, rendering head :no_content Completed 204 No Content in 5ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 301]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 302]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:41:04.531551"], ["updated_at", "2019-06-06 18:41:04.531551"]]  (1.4ms) commit transaction Started GET "/users/export/303.csv" for 127.0.0.1 at 2019-06-06 12:41:04 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"303"} User Load (5.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 303], ["LIMIT", 1]] Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (3.7ms) Completed 500 Internal Server Error in 10ms (ActiveRecord: 5.3ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 303]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:41:04.547667"], ["updated_at", "2019-06-06 18:41:04.547667"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:41:04.549985"], ["updated_at", "2019-06-06 18:41:04.549985"]]  (1.7ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 12:41:04 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] Rendered users/index.csv.csvrb (4.6ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 304]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 305]]  (2.2ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:41:04.564030"], ["updated_at", "2019-06-06 18:41:04.564030"]]  (1.6ms) commit transaction Started GET "/users/306/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 12:41:04 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"306"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 306], ["LIMIT", 1]] Rendering users/index.csv.csvrb Rendered users/index.csv.csvrb (3.3ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:41:04 -0600 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 12:41:04 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 12:46:05 -0600 Processing by HomeController#useheader as CSV Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:46:05 -0600 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (50.4ms) Completed 200 OK in 51ms (Views: 51.4ms | ActiveRecord: 0.0ms) User Load (0.6ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 306]]  (6.3ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:46:05.191175"], ["updated_at", "2019-06-06 18:46:05.191175"]]  (1.9ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 307], ["created_at", "2019-06-06 18:46:05.203557"], ["updated_at", "2019-06-06 18:46:05.203557"]]  (1.9ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 307], ["created_at", "2019-06-06 18:46:05.206356"], ["updated_at", "2019-06-06 18:46:05.206356"]]  (1.8ms) commit transaction Started GET "/users/307/likes.csv" for 127.0.0.1 at 2019-06-06 12:46:05 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"307"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 307], ["LIMIT", 1]] Completed 406 Not Acceptable in 5ms (ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:46:05.215838"], ["updated_at", "2019-06-06 18:46:05.215838"]]  (2.0ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 12:46:05 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 12:46:05 -0600 Processing by HomeController#another as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (3.3ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 12:46:05 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (2.5ms) Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 12:46:05 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} No template found for HomeController#useheader, rendering head :no_content Completed 204 No Content in 5ms (ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 12:46:05 -0600 Processing by HomeController#withpartial as CSV No template found for HomeController#withpartial, rendering head :no_content Completed 204 No Content in 5ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 307]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 308]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:46:05.246789"], ["updated_at", "2019-06-06 18:46:05.246789"]]  (1.5ms) commit transaction Started GET "/users/309.csv" for 127.0.0.1 at 2019-06-06 12:46:05 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"309"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 309], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (3.6ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 309]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:46:05.259188"], ["updated_at", "2019-06-06 18:46:05.259188"]]  (2.3ms) commit transaction Started GET "/users/export/310.csv" for 127.0.0.1 at 2019-06-06 12:46:05 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"310"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 310], ["LIMIT", 1]] Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (3.7ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 310]]  (2.3ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:46:05.271614"], ["updated_at", "2019-06-06 18:46:05.271614"]]  (1.6ms) commit transaction Started GET "/users/311/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 12:46:05 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"311"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 311], ["LIMIT", 1]] Rendering users/index.csv.csvrb Rendered users/index.csv.csvrb (4.0ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 311]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:46:05.288217"], ["updated_at", "2019-06-06 18:46:05.288217"]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:46:05.290643"], ["updated_at", "2019-06-06 18:46:05.290643"]]  (1.7ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 12:46:05 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb Rendered users/noaction.csv.csvrb (3.8ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:46:05 -0600 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 12:46:05 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 312]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 313]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:46:05.309165"], ["updated_at", "2019-06-06 18:46:05.309165"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:46:05.311478"], ["updated_at", "2019-06-06 18:46:05.311478"]]  (2.2ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 12:46:05 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] Rendered users/index.csv.csvrb (5.6ms) Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:46:05.322273"], ["updated_at", "2019-06-06 18:46:05.322273"]]  (2.8ms) commit transaction Started GET "/users/316/send_instructions" for 127.0.0.1 at 2019-06-06 12:46:05 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"316"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 316], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (4.3ms) Notifier#instructions: processed outbound mail in 4.8ms Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.1ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 314]]  (4.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 315]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 316]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:48:20.785425"], ["updated_at", "2019-06-06 18:48:20.785425"]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:48:20.788249"], ["updated_at", "2019-06-06 18:48:20.788249"]]  (2.0ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 12:48:20 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb Rendered users/index.csv.csvrb (0.8ms) Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 317]]  (2.2ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 318]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:48:20.809433"], ["updated_at", "2019-06-06 18:48:20.809433"]]  (2.3ms) commit transaction Started GET "/users/export/319.csv" for 127.0.0.1 at 2019-06-06 12:48:20 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"319"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 319], ["LIMIT", 1]] Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (0.2ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 12:48:20 -0600 Processing by HomeController#another as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 12:48:20 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} No template found for HomeController#useheader, rendering head :no_content Completed 204 No Content in 8ms (ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 12:48:20 -0600 Processing by HomeController#withpartial as CSV No template found for HomeController#withpartial, rendering head :no_content Completed 204 No Content in 7ms (ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:48:20.846573"], ["updated_at", "2019-06-06 18:48:20.846573"]]  (1.6ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 12:48:20 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:48:20 -0600 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.1ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.4ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 12:48:20 -0600 Processing by HomeController#useheader as CSV Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 319]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 320]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:48:20.860809"], ["updated_at", "2019-06-06 18:48:20.860809"]]  (1.5ms) commit transaction Started GET "/users/321/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 12:48:20 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"321"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 321], ["LIMIT", 1]] Rendering users/index.csv.csvrb Rendered users/index.csv.csvrb (0.1ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:48:20 -0600 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 12:48:20 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 321]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:48:20.874305"], ["updated_at", "2019-06-06 18:48:20.874305"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 322], ["created_at", "2019-06-06 18:48:20.887417"], ["updated_at", "2019-06-06 18:48:20.887417"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 322], ["created_at", "2019-06-06 18:48:20.889875"], ["updated_at", "2019-06-06 18:48:20.889875"]]  (2.0ms) commit transaction Started GET "/users/322/likes.csv" for 127.0.0.1 at 2019-06-06 12:48:20 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"322"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 322], ["LIMIT", 1]] Completed 406 Not Acceptable in 4ms (ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 322]]  (2.2ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:48:20.901025"], ["updated_at", "2019-06-06 18:48:20.901025"]]  (1.8ms) commit transaction Started GET "/users/323.csv" for 127.0.0.1 at 2019-06-06 12:48:20 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"323"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 323], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.1ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 323]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:48:20.908209"], ["updated_at", "2019-06-06 18:48:20.908209"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:48:20.910534"], ["updated_at", "2019-06-06 18:48:20.910534"]]  (1.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 12:48:20 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb Rendered users/noaction.csv.csvrb (0.1ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 12:48:20 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:48:20.918627"], ["updated_at", "2019-06-06 18:48:20.918627"]]  (2.0ms) commit transaction Started GET "/users/326/send_instructions" for 127.0.0.1 at 2019-06-06 12:48:20 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"326"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 326], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Notifier#instructions: processed outbound mail in 0.6ms Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:48:37.453100"], ["updated_at", "2019-06-06 18:48:37.453100"]]  (53.2ms) commit transaction Started GET "/users/327/send_instructions" for 127.0.0.1 at 2019-06-06 12:48:37 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"327"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 327], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (6.2ms) Notifier#instructions: processed outbound mail in 7.9ms Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:48:37.539025"], ["updated_at", "2019-06-06 18:48:37.539025"]]  (2.2ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 12:48:37 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 12:48:37 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (3.9ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 12:48:37 -0600 Processing by HomeController#useheader as CSV Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:48:37 -0600 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.2ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.4ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 324]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 325]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 326]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 327]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 328]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:48:37.576027"], ["updated_at", "2019-06-06 18:48:37.576027"]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:48:37.578583"], ["updated_at", "2019-06-06 18:48:37.578583"]]  (2.7ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 12:48:37 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb Rendered users/noaction.csv.csvrb (3.3ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 329]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 330]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:48:37.593049"], ["updated_at", "2019-06-06 18:48:37.593049"]]  (1.5ms) commit transaction Started GET "/users/331/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 12:48:37 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"331"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 331], ["LIMIT", 1]] Rendering users/index.csv.csvrb Rendered users/index.csv.csvrb (4.8ms) Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 331]]  (2.3ms) commit transaction  (0.1ms) begin transaction User Create (0.5ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:48:37.608621"], ["updated_at", "2019-06-06 18:48:37.608621"]]  (2.4ms) commit transaction Started GET "/users/export/332.csv" for 127.0.0.1 at 2019-06-06 12:48:37 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"332"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 332], ["LIMIT", 1]] Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (14.9ms) Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.4ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 332]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:48:37.644723"], ["updated_at", "2019-06-06 18:48:37.644723"]]  (1.8ms) commit transaction  (0.0ms) begin transaction Like Create (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 333], ["created_at", "2019-06-06 18:48:37.660107"], ["updated_at", "2019-06-06 18:48:37.660107"]]  (2.9ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 333], ["created_at", "2019-06-06 18:48:37.664573"], ["updated_at", "2019-06-06 18:48:37.664573"]]  (1.7ms) commit transaction Started GET "/users/333/likes.csv" for 127.0.0.1 at 2019-06-06 12:48:37 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"333"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 333], ["LIMIT", 1]] Completed 406 Not Acceptable in 4ms (ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 12:48:37 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} No template found for HomeController#useheader, rendering head :no_content Completed 204 No Content in 5ms (ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:48:37 -0600 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 12:48:37 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 333]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:48:37.692891"], ["updated_at", "2019-06-06 18:48:37.692891"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:48:37.695245"], ["updated_at", "2019-06-06 18:48:37.695245"]]  (2.7ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 12:48:37 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] CACHE User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] Rendered users/index.csv.csvrb (5.4ms) Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 12:48:37 -0600 Processing by HomeController#another as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (2.5ms) Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 12:48:37 -0600 Processing by HomeController#withpartial as CSV No template found for HomeController#withpartial, rendering head :no_content Completed 204 No Content in 6ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 334]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 335]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:48:37.721230"], ["updated_at", "2019-06-06 18:48:37.721230"]]  (2.0ms) commit transaction Started GET "/users/336.csv" for 127.0.0.1 at 2019-06-06 12:48:37 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"336"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 336], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (4.0ms) Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]] User Load (0.0ms) SELECT "users".* FROM "users" LIMIT ? [["LIMIT", 11]]  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:49:56.283799"], ["updated_at", "2019-06-06 18:49:56.283799"]]  (3.5ms) commit transaction Started GET "/users/337/send_instructions" for 127.0.0.1 at 2019-06-06 12:49:56 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"337"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 337], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.5ms) Notifier#instructions: processed outbound mail in 1.8ms Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 12:49:56 -0600 Processing by HomeController#another as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 336]]  (3.3ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 337]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:49:56.318134"], ["updated_at", "2019-06-06 18:49:56.318134"]]  (1.7ms) commit transaction Started GET "/users/export/338.csv" for 127.0.0.1 at 2019-06-06 12:49:56 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"338"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 338], ["LIMIT", 1]] Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (0.1ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 338]]  (2.3ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:49:56.331050"], ["updated_at", "2019-06-06 18:49:56.331050"]]  (2.0ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 339], ["created_at", "2019-06-06 18:49:56.342049"], ["updated_at", "2019-06-06 18:49:56.342049"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 339], ["created_at", "2019-06-06 18:49:56.344601"], ["updated_at", "2019-06-06 18:49:56.344601"]]  (1.6ms) commit transaction Started GET "/users/339/likes.csv" for 127.0.0.1 at 2019-06-06 12:49:56 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"339"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 339], ["LIMIT", 1]] Completed 406 Not Acceptable in 4ms (ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 12:49:56 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 12:49:56 -0600 Processing by HomeController#useheader as CSV Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:49:56.356656"], ["updated_at", "2019-06-06 18:49:56.356656"]]  (1.8ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 12:49:56 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 339]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 340]]  (3.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:49:56.367861"], ["updated_at", "2019-06-06 18:49:56.367861"]]  (1.8ms) commit transaction Started GET "/users/341/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 12:49:56 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"341"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 341], ["LIMIT", 1]] Rendering users/index.csv.csvrb Rendered users/index.csv.csvrb (0.1ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:49:56 -0600 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.3ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 12:49:56 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 12:49:56 -0600 Processing by HomeController#withpartial as CSV No template found for HomeController#withpartial, rendering head :no_content Completed 204 No Content in 6ms (ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:49:56 -0600 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.1ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 12:49:56 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} No template found for HomeController#useheader, rendering head :no_content Completed 204 No Content in 5ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 341]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:49:56.395943"], ["updated_at", "2019-06-06 18:49:56.395943"]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:49:56.398589"], ["updated_at", "2019-06-06 18:49:56.398589"]]  (1.7ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 12:49:56 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb Rendered users/index.csv.csvrb (0.1ms) Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 342]]  (2.3ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 343]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:49:56.408111"], ["updated_at", "2019-06-06 18:49:56.408111"]]  (1.6ms) commit transaction Started GET "/users/344.csv" for 127.0.0.1 at 2019-06-06 12:49:56 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"344"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 344], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.1ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 344]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:49:56.415590"], ["updated_at", "2019-06-06 18:49:56.415590"]]  (3.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:49:56.419375"], ["updated_at", "2019-06-06 18:49:56.419375"]]  (1.8ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 12:49:56 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb Rendered users/noaction.csv.csvrb (0.1ms) Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:50:30.284680"], ["updated_at", "2019-06-06 18:50:30.284680"]]  (53.3ms) commit transaction Started GET "/users/347/send_instructions" for 127.0.0.1 at 2019-06-06 12:50:30 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"347"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 347], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (1.2ms) Notifier#instructions: processed outbound mail in 3.9ms Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.2ms) User Load (0.2ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 345]]  (2.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 346]]  (2.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 347]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:50:30.395169"], ["updated_at", "2019-06-06 18:50:30.395169"]]  (1.9ms) commit transaction Started GET "/users/export/348.csv" for 127.0.0.1 at 2019-06-06 12:50:30 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"348"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 348], ["LIMIT", 1]] Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (0.2ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 12:50:30 -0600 Processing by HomeController#withpartial as CSV No template found for HomeController#withpartial, rendering head :no_content Completed 204 No Content in 7ms (ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 12:50:30 -0600 Processing by HomeController#useheader as CSV Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:50:30 -0600 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.6ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.4ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 348]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:50:30.424040"], ["updated_at", "2019-06-06 18:50:30.424040"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:50:30.426303"], ["updated_at", "2019-06-06 18:50:30.426303"]]  (1.6ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 12:50:30 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb Rendered users/noaction.csv.csvrb (0.1ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 349]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 350]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:50:30.435892"], ["updated_at", "2019-06-06 18:50:30.435892"]]  (2.3ms) commit transaction Started GET "/users/351/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 12:50:30 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"351"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 351], ["LIMIT", 1]] Rendering users/index.csv.csvrb Rendered users/index.csv.csvrb (0.1ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 351]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:50:30.445376"], ["updated_at", "2019-06-06 18:50:30.445376"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:50:30.447788"], ["updated_at", "2019-06-06 18:50:30.447788"]]  (1.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 12:50:30 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb Rendered users/index.csv.csvrb (0.1ms) Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:50:30.451675"], ["updated_at", "2019-06-06 18:50:30.451675"]]  (1.6ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 12:50:30 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:50:30 -0600 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 12:50:30 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 352]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 353]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 354]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:50:30.467200"], ["updated_at", "2019-06-06 18:50:30.467200"]]  (1.5ms) commit transaction Started GET "/users/355.csv" for 127.0.0.1 at 2019-06-06 12:50:30 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"355"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 355], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.1ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 12:50:30 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} No template found for HomeController#useheader, rendering head :no_content Completed 204 No Content in 5ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 355]]  (2.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:50:30.482141"], ["updated_at", "2019-06-06 18:50:30.482141"]]  (2.3ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 356], ["created_at", "2019-06-06 18:50:30.493871"], ["updated_at", "2019-06-06 18:50:30.493871"]]  (1.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 356], ["created_at", "2019-06-06 18:50:30.496526"], ["updated_at", "2019-06-06 18:50:30.496526"]]  (2.6ms) commit transaction Started GET "/users/356/likes.csv" for 127.0.0.1 at 2019-06-06 12:50:30 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"356"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 356], ["LIMIT", 1]] Completed 406 Not Acceptable in 6ms (ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 12:50:30 -0600 Processing by HomeController#another as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 12:50:30 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:51:37.232401"], ["updated_at", "2019-06-06 18:51:37.232401"]]  (53.2ms) commit transaction Started GET "/users/357/send_instructions" for 127.0.0.1 at 2019-06-06 12:51:37 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"357"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 357], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (2.7ms) Notifier#instructions: processed outbound mail in 4.4ms Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 12:51:37 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} No template found for HomeController#useheader, rendering head :no_content Completed 204 No Content in 8ms (ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:51:37 -0600 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.6ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.4ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 12:51:37 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 12:51:37 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.4ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 12:51:37 -0600 Processing by HomeController#withpartial as CSV No template found for HomeController#withpartial, rendering head :no_content Completed 204 No Content in 5ms (ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:51:37 -0600 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 356]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 357]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:51:37.355158"], ["updated_at", "2019-06-06 18:51:37.355158"]]  (1.6ms) commit transaction Started GET "/users/358.csv" for 127.0.0.1 at 2019-06-06 12:51:37 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"358"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 358], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.4ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 358]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:51:37.362822"], ["updated_at", "2019-06-06 18:51:37.362822"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 359], ["created_at", "2019-06-06 18:51:37.373870"], ["updated_at", "2019-06-06 18:51:37.373870"]]  (1.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 359], ["created_at", "2019-06-06 18:51:37.376398"], ["updated_at", "2019-06-06 18:51:37.376398"]]  (1.5ms) commit transaction Started GET "/users/359/likes.csv" for 127.0.0.1 at 2019-06-06 12:51:37 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"359"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 359], ["LIMIT", 1]] Completed 406 Not Acceptable in 4ms (ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 359]]  (2.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:51:37.388985"], ["updated_at", "2019-06-06 18:51:37.388985"]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:51:37.391369"], ["updated_at", "2019-06-06 18:51:37.391369"]]  (1.6ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 12:51:37 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb Rendered users/noaction.csv.csvrb (0.4ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 360]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 361]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:51:37.402056"], ["updated_at", "2019-06-06 18:51:37.402056"]]  (1.7ms) commit transaction Started GET "/users/export/362.csv" for 127.0.0.1 at 2019-06-06 12:51:37 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"362"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 362], ["LIMIT", 1]] Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (0.4ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:51:37.407309"], ["updated_at", "2019-06-06 18:51:37.407309"]]  (1.8ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 12:51:37 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 362]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 363]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:51:37.417411"], ["updated_at", "2019-06-06 18:51:37.417411"]]  (2.9ms) commit transaction Started GET "/users/364/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 12:51:37 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"364"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 364], ["LIMIT", 1]] Rendering users/index.csv.csvrb Rendered users/index.csv.csvrb (0.4ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 12:51:37 -0600 Processing by HomeController#useheader as CSV Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 364]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:51:37.426798"], ["updated_at", "2019-06-06 18:51:37.426798"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:51:37.429275"], ["updated_at", "2019-06-06 18:51:37.429275"]]  (1.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 12:51:37 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb Rendered users/index.csv.csvrb (0.3ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 12:51:37 -0600 Processing by HomeController#another as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.3ms) Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:52:01 -0600 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.3ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 365]]  (3.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 366]]  (3.2ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:52:01.974180"], ["updated_at", "2019-06-06 18:52:01.974180"]]  (3.2ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:52:01.978064"], ["updated_at", "2019-06-06 18:52:01.978064"]]  (1.7ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 12:52:01 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb Rendered users/index.csv.csvrb (0.9ms) Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:52:01 -0600 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 12:52:01 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 12:52:01 -0600 Processing by HomeController#another as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.1ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 367]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 368]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:52:01.995291"], ["updated_at", "2019-06-06 18:52:01.995291"]]  (1.8ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 369], ["created_at", "2019-06-06 18:52:02.006038"], ["updated_at", "2019-06-06 18:52:02.006038"]]  (2.2ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 369], ["created_at", "2019-06-06 18:52:02.009031"], ["updated_at", "2019-06-06 18:52:02.009031"]]  (1.6ms) commit transaction Started GET "/users/369/likes.csv" for 127.0.0.1 at 2019-06-06 12:52:02 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"369"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 369], ["LIMIT", 1]] Completed 406 Not Acceptable in 5ms (ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 369]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:52:02.021202"], ["updated_at", "2019-06-06 18:52:02.021202"]]  (3.3ms) commit transaction Started GET "/users/export/370.csv" for 127.0.0.1 at 2019-06-06 12:52:02 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"370"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 370], ["LIMIT", 1]] Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (0.2ms) Rendering text template Rendered text template (0.0ms) Sent data export_370.csv (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 370]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:52:02.030065"], ["updated_at", "2019-06-06 18:52:02.030065"]]  (1.6ms) commit transaction Started GET "/users/371/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 12:52:02 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"371"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 371], ["LIMIT", 1]] Rendering users/index.csv.csvrb Rendered users/index.csv.csvrb (0.3ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 12:52:02 -0600 Processing by HomeController#withpartial as CSV No template found for HomeController#withpartial, rendering head :no_content Completed 204 No Content in 5ms (ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 12:52:02 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} No template found for HomeController#useheader, rendering head :no_content Completed 204 No Content in 6ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 371]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:52:02.050606"], ["updated_at", "2019-06-06 18:52:02.050606"]]  (1.8ms) commit transaction Started GET "/users/372.csv" for 127.0.0.1 at 2019-06-06 12:52:02 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"372"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 372], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 372]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:52:02.057889"], ["updated_at", "2019-06-06 18:52:02.057889"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:52:02.060003"], ["updated_at", "2019-06-06 18:52:02.060003"]]  (1.4ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 12:52:02 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb Rendered users/noaction.csv.csvrb (0.4ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 12:52:02 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:52:02.067631"], ["updated_at", "2019-06-06 18:52:02.067631"]]  (2.9ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 12:52:02 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 12:52:02 -0600 Processing by HomeController#useheader as CSV Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:52:02.074754"], ["updated_at", "2019-06-06 18:52:02.074754"]]  (1.8ms) commit transaction Started GET "/users/376/send_instructions" for 127.0.0.1 at 2019-06-06 12:52:02 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"376"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 376], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.3ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 121.7ms Sent mail to elmer@fudd.com (3.6ms) Date: Thu, 06 Jun 2019 12:52:02 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf960d23184f_5a672acc3803d96c8047e@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf960d230fd5_5a672acc3803d96c80335"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf960d230fd5_5a672acc3803d96c80335 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf960d230fd5_5a672acc3803d96c80335 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_376.csv Content-ID: <5cf960d231d1e_5a672acc3803d96c80528@archlinux.mail> IjM3NiIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf960d230fd5_5a672acc3803d96c80335-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 127ms (Views: 0.2ms | ActiveRecord: 0.1ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 373]]  (2.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 374]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 375]]  (2.9ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 376]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:53:09.426825"], ["updated_at", "2019-06-06 18:53:09.426825"]]  (1.7ms) commit transaction Started GET "/users/export/377.csv" for 127.0.0.1 at 2019-06-06 12:53:09 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"377"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 377], ["LIMIT", 1]] Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (0.3ms) Rendering text template Rendered text template (0.0ms) Sent data export_377.csv (0.3ms) Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 377]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:53:09.446878"], ["updated_at", "2019-06-06 18:53:09.446878"]]  (1.5ms) commit transaction Started GET "/users/378.csv" for 127.0.0.1 at 2019-06-06 12:53:09 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"378"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 378], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:53:09.451573"], ["updated_at", "2019-06-06 18:53:09.451573"]]  (1.8ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 12:53:09 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:53:09 -0600 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.1ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 378]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 379]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:53:09.465162"], ["updated_at", "2019-06-06 18:53:09.465162"]]  (2.0ms) commit transaction Started GET "/users/380/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 12:53:09 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"380"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 380], ["LIMIT", 1]] Rendering users/index.csv.csvrb Rendered users/index.csv.csvrb (0.8ms) Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 12:53:09 -0600 Processing by HomeController#another as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:53:09 -0600 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 12:53:09 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 12:53:09 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} No template found for HomeController#useheader, rendering head :no_content Completed 204 No Content in 6ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 380]]  (3.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:53:09.489484"], ["updated_at", "2019-06-06 18:53:09.489484"]]  (2.1ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 381], ["created_at", "2019-06-06 18:53:09.501311"], ["updated_at", "2019-06-06 18:53:09.501311"]]  (1.9ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 381], ["created_at", "2019-06-06 18:53:09.504075"], ["updated_at", "2019-06-06 18:53:09.504075"]]  (1.6ms) commit transaction Started GET "/users/381/likes.csv" for 127.0.0.1 at 2019-06-06 12:53:09 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"381"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 381], ["LIMIT", 1]] Completed 406 Not Acceptable in 4ms (ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 12:53:09 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 12:53:09 -0600 Processing by HomeController#withpartial as CSV No template found for HomeController#withpartial, rendering head :no_content Completed 204 No Content in 6ms (ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 12:53:09 -0600 Processing by HomeController#useheader as CSV Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 381]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:53:09.523688"], ["updated_at", "2019-06-06 18:53:09.523688"]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:53:09.526200"], ["updated_at", "2019-06-06 18:53:09.526200"]]  (1.9ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 12:53:09 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb Rendered users/index.csv.csvrb (0.3ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 382]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 383]]  (2.3ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:53:09.535358"], ["updated_at", "2019-06-06 18:53:09.535358"]]  (2.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:53:09.538623"], ["updated_at", "2019-06-06 18:53:09.538623"]]  (1.4ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 12:53:09 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb Rendered users/noaction.csv.csvrb (0.4ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:53:09.544573"], ["updated_at", "2019-06-06 18:53:09.544573"]]  (1.5ms) commit transaction Started GET "/users/386/send_instructions" for 127.0.0.1 at 2019-06-06 12:53:09 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"386"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 386], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 112.6ms Sent mail to elmer@fudd.com (3.2ms) Date: Thu, 06 Jun 2019 12:53:09 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf96115a36dd_5aa22ae90b6c996c315c5@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf96115a2f50_5aa22ae90b6c996c31411"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf96115a2f50_5aa22ae90b6c996c31411 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf96115a2f50_5aa22ae90b6c996c31411 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_386.csv Content-ID: <5cf96115a3b0b_5aa22ae90b6c996c316ca@archlinux.mail> IjM4NiIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf96115a2f50_5aa22ae90b6c996c31411-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 124ms (Views: 0.2ms | ActiveRecord: 0.1ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 384]]  (4.4ms) commit transaction  (0.1ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 385]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 386]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:56:16.846119"], ["updated_at", "2019-06-06 18:56:16.846119"]]  (2.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 387], ["created_at", "2019-06-06 18:56:16.859489"], ["updated_at", "2019-06-06 18:56:16.859489"]]  (1.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 387], ["created_at", "2019-06-06 18:56:16.862171"], ["updated_at", "2019-06-06 18:56:16.862171"]]  (1.6ms) commit transaction Started GET "/users/387/likes.csv" for 127.0.0.1 at 2019-06-06 12:56:16 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"387"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 387], ["LIMIT", 1]] Completed 406 Not Acceptable in 5ms (ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 12:56:16 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 387]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:56:16.887480"], ["updated_at", "2019-06-06 18:56:16.887480"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:56:16.889941"], ["updated_at", "2019-06-06 18:56:16.889941"]]  (1.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 12:56:16 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb Rendered users/index.csv.csvrb (1.3ms) Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:56:16 -0600 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.6ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.3ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 388]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 389]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:56:16.906070"], ["updated_at", "2019-06-06 18:56:16.906070"]]  (2.8ms) commit transaction Started GET "/users/390.csv" for 127.0.0.1 at 2019-06-06 12:56:16 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"390"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 390], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 390]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:56:16.914793"], ["updated_at", "2019-06-06 18:56:16.914793"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:56:16.917130"], ["updated_at", "2019-06-06 18:56:16.917130"]]  (1.6ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 12:56:16 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb Rendered users/noaction.csv.csvrb (0.4ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 12:56:16 -0600 Processing by HomeController#withpartial as CSV No template found for HomeController#withpartial, rendering head :no_content Completed 204 No Content in 5ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 391]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 392]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:56:16.934793"], ["updated_at", "2019-06-06 18:56:16.934793"]]  (1.4ms) commit transaction Started GET "/users/export/393.csv" for 127.0.0.1 at 2019-06-06 12:56:16 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"393"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 393], ["LIMIT", 1]] Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (0.2ms) Rendering text template Rendered text template (0.0ms) Sent data export_393.csv (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 12:56:16 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} No template found for HomeController#useheader, rendering head :no_content Completed 204 No Content in 7ms (ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 12:56:16 -0600 Processing by HomeController#useheader as CSV Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 393]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:56:16.952159"], ["updated_at", "2019-06-06 18:56:16.952159"]]  (2.2ms) commit transaction Started GET "/users/394/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 12:56:16 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"394"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 394], ["LIMIT", 1]] Rendering users/index.csv.csvrb Rendered users/index.csv.csvrb (0.3ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:56:16 -0600 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 12:56:16 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:56:16.963022"], ["updated_at", "2019-06-06 18:56:16.963022"]]  (2.3ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 12:56:16 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 12:56:16 -0600 Processing by HomeController#another as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.1ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:56:16.970752"], ["updated_at", "2019-06-06 18:56:16.970752"]]  (1.5ms) commit transaction Started GET "/users/396/send_instructions" for 127.0.0.1 at 2019-06-06 12:56:16 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"396"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 396], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 112.4ms Sent mail to elmer@fudd.com (3.2ms) Date: Thu, 06 Jun 2019 12:56:17 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf961d117777_5b6b2abc7111b9642667c@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf961d116ffc_5b6b2abc7111b964265a1"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf961d116ffc_5b6b2abc7111b964265a1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf961d116ffc_5b6b2abc7111b964265a1 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_396.csv Content-ID: <5cf961d117ba8_5b6b2abc7111b9642677e@archlinux.mail> IjM5NiIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf961d116ffc_5b6b2abc7111b964265a1-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 118ms (Views: 0.2ms | ActiveRecord: 0.1ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 394]]  (3.4ms) commit transaction  (0.0ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 395]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 396]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:58:35.986274"], ["updated_at", "2019-06-06 18:58:35.986274"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:58:35.988897"], ["updated_at", "2019-06-06 18:58:35.988897"]]  (1.4ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 12:58:35 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb Rendered users/noaction.csv.csvrb (1.0ms) Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 397]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 398]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:58:36.005840"], ["updated_at", "2019-06-06 18:58:36.005840"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 399], ["created_at", "2019-06-06 18:58:36.017268"], ["updated_at", "2019-06-06 18:58:36.017268"]]  (3.1ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 399], ["created_at", "2019-06-06 18:58:36.021287"], ["updated_at", "2019-06-06 18:58:36.021287"]]  (1.5ms) commit transaction Started GET "/users/399/likes.csv" for 127.0.0.1 at 2019-06-06 12:58:36 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"399"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 399], ["LIMIT", 1]] Completed 406 Not Acceptable in 5ms (ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 12:58:36 -0600 Processing by HomeController#another as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.4ms) Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:58:36 -0600 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 12:58:36 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} No template found for HomeController#useheader, rendering head :no_content Completed 204 No Content in 6ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 399]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:58:36.051770"], ["updated_at", "2019-06-06 18:58:36.051770"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:58:36.054343"], ["updated_at", "2019-06-06 18:58:36.054343"]]  (1.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 12:58:36 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb Rendered users/index.csv.csvrb (0.4ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 400]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 401]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:58:36.063552"], ["updated_at", "2019-06-06 18:58:36.063552"]]  (1.5ms) commit transaction Started GET "/users/export/402.csv" for 127.0.0.1 at 2019-06-06 12:58:36 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"402"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 402], ["LIMIT", 1]] Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (0.2ms) Rendering text template Rendered text template (0.0ms) Sent data export_402.csv (0.2ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 12:58:36 -0600 Processing by HomeController#withpartial as CSV No template found for HomeController#withpartial, rendering head :no_content Completed 204 No Content in 6ms (ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 12:58:36 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 12:58:36 -0600 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 12:58:36 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 402]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:58:36.086082"], ["updated_at", "2019-06-06 18:58:36.086082"]]  (2.5ms) commit transaction Started GET "/users/403.csv" for 127.0.0.1 at 2019-06-06 12:58:36 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"403"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 403], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 403]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 18:58:36.094563"], ["updated_at", "2019-06-06 18:58:36.094563"]]  (1.5ms) commit transaction Started GET "/users/404/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 12:58:36 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"404"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 404], ["LIMIT", 1]] Rendering users/index.csv.csvrb Rendered users/index.csv.csvrb (0.3ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:58:36.099478"], ["updated_at", "2019-06-06 18:58:36.099478"]]  (1.5ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 12:58:36 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 12:58:36 -0600 Processing by HomeController#useheader as CSV Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 18:58:36.106545"], ["updated_at", "2019-06-06 18:58:36.106545"]]  (1.5ms) commit transaction Started GET "/users/406/send_instructions" for 127.0.0.1 at 2019-06-06 12:58:36 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"406"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 406], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 114.5ms Sent mail to elmer@fudd.com (3.3ms) Date: Thu, 06 Jun 2019 12:58:36 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf9625c3777c_5bb12b1ed6fe19544393@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf9625c36faa_5bb12b1ed6fe195443871"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf9625c36faa_5bb12b1ed6fe195443871 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf9625c36faa_5bb12b1ed6fe195443871 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_406.csv Content-ID: <5cf9625c37b9a_5bb12b1ed6fe195444064@archlinux.mail> IjQwNiIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf9625c36faa_5bb12b1ed6fe195443871-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 120ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:00:15.628278"], ["updated_at", "2019-06-06 19:00:15.628278"]]  (3.7ms) commit transaction Started GET "/users/407/send_instructions" for 127.0.0.1 at 2019-06-06 13:00:15 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"407"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 407], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.4ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.8ms) Notifier#instructions: processed outbound mail in 96.8ms Sent mail to elmer@fudd.com (6.5ms) Date: Thu, 06 Jun 2019 13:00:15 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf962bfb6473_5c102ad8dfbcb9607120@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf962bfb55fb_5c102ad8dfbcb9607064"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf962bfb55fb_5c102ad8dfbcb9607064 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf962bfb55fb_5c102ad8dfbcb9607064 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_407.csv Content-ID: <5cf962bfb6cb9_5c102ad8dfbcb96072b8@archlinux.mail> IjQwNyIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf962bfb55fb_5c102ad8dfbcb9607064-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 108ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:00:15 -0600 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.8ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 1ms (Views: 1.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 404]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 405]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 406]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 407]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:00:15.787273"], ["updated_at", "2019-06-06 19:00:15.787273"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:00:15.789659"], ["updated_at", "2019-06-06 19:00:15.789659"]]  (1.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 13:00:15 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb Rendered users/index.csv.csvrb (1.5ms) Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 408]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 409]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:00:15.801733"], ["updated_at", "2019-06-06 19:00:15.801733"]]  (2.5ms) commit transaction Started GET "/users/export/410.csv" for 127.0.0.1 at 2019-06-06 13:00:15 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"410"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 410], ["LIMIT", 1]] Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (0.2ms) Rendering text template Rendered text template (0.0ms) Sent data export_410.csv (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 410]]  (1.5ms) commit transaction  (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:00:15.810337"], ["updated_at", "2019-06-06 19:00:15.810337"]]  (1.6ms) commit transaction Started GET "/users/411/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 13:00:15 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"411"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 411], ["LIMIT", 1]] Rendering users/index.csv.csvrb Rendered users/index.csv.csvrb (0.3ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 411]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:00:15.819291"], ["updated_at", "2019-06-06 19:00:15.819291"]]  (1.5ms) commit transaction Started GET "/users/412.csv" for 127.0.0.1 at 2019-06-06 13:00:15 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"412"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 412], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:00:15 -0600 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.4ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 13:00:15 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 13:00:15 -0600 Processing by HomeController#another as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 13:00:15 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 13:00:15 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 412]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:00:15.840019"], ["updated_at", "2019-06-06 19:00:15.840019"]]  (1.6ms) commit transaction  (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:00:15.843054"], ["updated_at", "2019-06-06 19:00:15.843054"]]  (2.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 13:00:15 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb Rendered users/noaction.csv.csvrb (0.4ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 13:00:15 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 13:00:15 -0600 Processing by HomeController#useheader as CSV Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.1ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.1ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 413]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 414]]  (1.6ms) commit transaction  (0.1ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:00:15.858971"], ["updated_at", "2019-06-06 19:00:15.858971"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 415], ["created_at", "2019-06-06 19:00:15.871600"], ["updated_at", "2019-06-06 19:00:15.871600"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 415], ["created_at", "2019-06-06 19:00:15.874311"], ["updated_at", "2019-06-06 19:00:15.874311"]]  (1.6ms) commit transaction Started GET "/users/415/likes.csv" for 127.0.0.1 at 2019-06-06 13:00:15 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"415"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 415], ["LIMIT", 1]] Completed 406 Not Acceptable in 4ms (ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:00:15.882159"], ["updated_at", "2019-06-06 19:00:15.882159"]]  (1.7ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 13:00:15 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:00:49.576892"], ["updated_at", "2019-06-06 19:00:49.576892"]]  (3.3ms) commit transaction Started GET "/users/417/send_instructions" for 127.0.0.1 at 2019-06-06 13:00:49 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"417"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 417], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.4ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.5ms) Notifier#instructions: processed outbound mail in 100.8ms Sent mail to elmer@fudd.com (6.9ms) Date: Thu, 06 Jun 2019 13:00:49 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf962e1aab87_5c372ae4e37919702119b@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf962e1a9cf4_5c372ae4e3791970210b9"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf962e1a9cf4_5c372ae4e3791970210b9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf962e1a9cf4_5c372ae4e3791970210b9 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_417.csv Content-ID: <5cf962e1ab393_5c372ae4e3791970212bd@archlinux.mail> IjQxNyIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf962e1a9cf4_5c372ae4e3791970210b9-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 111ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 415]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 416]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 417]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:00:49.717012"], ["updated_at", "2019-06-06 19:00:49.717012"]]  (1.7ms) commit transaction Started GET "/users/418.csv" for 127.0.0.1 at 2019-06-06 13:00:49 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"418"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 418], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:00:49 -0600 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 13:00:49 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 13:00:49 -0600 Processing by HomeController#useheader as CSV Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.1ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.1ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 418]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:00:49.752977"], ["updated_at", "2019-06-06 19:00:49.752977"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:00:49.755501"], ["updated_at", "2019-06-06 19:00:49.755501"]]  (1.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 13:00:49 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb Rendered users/index.csv.csvrb (1.4ms) Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:00:49 -0600 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.3ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 13:00:49 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 13:00:49 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 13:00:49 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 419]]  (2.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 420]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:00:49.779842"], ["updated_at", "2019-06-06 19:00:49.779842"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 421], ["created_at", "2019-06-06 19:00:49.791594"], ["updated_at", "2019-06-06 19:00:49.791594"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 421], ["created_at", "2019-06-06 19:00:49.794161"], ["updated_at", "2019-06-06 19:00:49.794161"]]  (1.5ms) commit transaction Started GET "/users/421/likes.csv" for 127.0.0.1 at 2019-06-06 13:00:49 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"421"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 421], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 421]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.2ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 13:00:49 -0600 Processing by HomeController#another as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.1ms) Completed 200 OK in 0ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 421]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:00:49.805419"], ["updated_at", "2019-06-06 19:00:49.805419"]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:00:49.807549"], ["updated_at", "2019-06-06 19:00:49.807549"]]  (1.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 13:00:49 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb Rendered users/noaction.csv.csvrb (0.4ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:00:49.812987"], ["updated_at", "2019-06-06 19:00:49.812987"]]  (1.5ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 13:00:49 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 422]]  (2.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 423]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 424]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:00:49.825017"], ["updated_at", "2019-06-06 19:00:49.825017"]]  (1.5ms) commit transaction Started GET "/users/425/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 13:00:49 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"425"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 425], ["LIMIT", 1]] Rendering users/index.csv.csvrb Rendered users/index.csv.csvrb (0.4ms) Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 425]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:00:49.832403"], ["updated_at", "2019-06-06 19:00:49.832403"]]  (1.5ms) commit transaction Started GET "/users/export/426.csv" for 127.0.0.1 at 2019-06-06 13:00:49 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"426"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 426], ["LIMIT", 1]] Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (0.2ms) Rendering text template Rendered text template (0.0ms) Sent data export_426.csv (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:02:55.294032"], ["updated_at", "2019-06-06 19:02:55.294032"]]  (54.7ms) commit transaction Started GET "/users/427/send_instructions" for 127.0.0.1 at 2019-06-06 13:02:55 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"427"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 427], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.8ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.4ms) Notifier#instructions: processed outbound mail in 104.9ms Sent mail to elmer@fudd.com (6.4ms) Date: Thu, 06 Jun 2019 13:02:55 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf9635f7b7bd_5c9a2b120fb41968278d3@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf9635f7a953_5c9a2b120fb41968277ae"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf9635f7a953_5c9a2b120fb41968277ae Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf9635f7a953_5c9a2b120fb41968277ae Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_427.csv Content-ID: <5cf9635f7bf45_5c9a2b120fb41968279c0@archlinux.mail> IjQyNyIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf9635f7a953_5c9a2b120fb41968277ae-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 119ms (Views: 0.8ms | ActiveRecord: 0.2ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 13:02:55 -0600 Processing by HomeController#another as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.6ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:02:55 -0600 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 426]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 427]]  (1.7ms) commit transaction  (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:02:55.544141"], ["updated_at", "2019-06-06 19:02:55.544141"]]  (2.3ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 428], ["created_at", "2019-06-06 19:02:55.557339"], ["updated_at", "2019-06-06 19:02:55.557339"]]  (2.3ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 428], ["created_at", "2019-06-06 19:02:55.560487"], ["updated_at", "2019-06-06 19:02:55.560487"]]  (1.8ms) commit transaction Started GET "/users/428/likes.csv" for 127.0.0.1 at 2019-06-06 13:02:55 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"428"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 428], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 428]] Rendered likes/index.csv.csvrb (1.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.2ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 13:02:55 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 428]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:02:55.573185"], ["updated_at", "2019-06-06 19:02:55.573185"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:02:55.575432"], ["updated_at", "2019-06-06 19:02:55.575432"]]  (1.4ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 13:02:55 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 13:02:55 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 13:02:55 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 13:02:55 -0600 Processing by HomeController#useheader as CSV Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.0ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.1ms) Completed 200 OK in 0ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:02:55 -0600 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 13:02:55 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:02:55.591858"], ["updated_at", "2019-06-06 19:02:55.591858"]]  (3.8ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 13:02:55 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 429]]  (10.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 430]]  (1.5ms) commit transaction  (0.1ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 431]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:02:55.616030"], ["updated_at", "2019-06-06 19:02:55.616030"]]  (1.5ms) commit transaction Started GET "/users/export/432.csv" for 127.0.0.1 at 2019-06-06 13:02:55 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"432"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 432], ["LIMIT", 1]] Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (0.3ms) Rendering text template Rendered text template (0.0ms) Sent data export_432.csv (0.2ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 432]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:02:55.624378"], ["updated_at", "2019-06-06 19:02:55.624378"]]  (1.6ms) commit transaction Started GET "/users/433/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 13:02:55 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"433"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 433], ["LIMIT", 1]] Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Rendering text template Rendered text template (0.0ms) Sent data index.csv (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 13:02:55 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Rendering text template Rendered text template (0.0ms) Sent data index.csv (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.csv?type=4" for 127.0.0.1 at 2019-06-06 13:02:55 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"4"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 433]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:02:55.637815"], ["updated_at", "2019-06-06 19:02:55.637815"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:02:55.640169"], ["updated_at", "2019-06-06 19:02:55.640169"]]  (1.9ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 13:02:55 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (1.1ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 434]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 435]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:02:55.654339"], ["updated_at", "2019-06-06 19:02:55.654339"]]  (1.6ms) commit transaction Started GET "/users/436.csv" for 127.0.0.1 at 2019-06-06 13:02:55 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"436"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 436], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 13:06:55 -0600 Processing by HomeController#another as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.3ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.3ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:06:55 -0600 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.6ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 13:06:55 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 13:06:55 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 13:06:55 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 13:06:55 -0600 Processing by HomeController#useheader as CSV Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.1ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:06:55.152395"], ["updated_at", "2019-06-06 19:06:55.152395"]]  (53.8ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 13:06:55 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (1.3ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms) User Load (0.3ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction User Destroy (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 436]]  (2.1ms) commit transaction  (0.1ms) begin transaction User Destroy (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 437]]  (2.0ms) commit transaction  (0.1ms) begin transaction User Create (0.6ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:06:55.232692"], ["updated_at", "2019-06-06 19:06:55.232692"]]  (2.1ms) commit transaction  (0.1ms) begin transaction User Create (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:06:55.238662"], ["updated_at", "2019-06-06 19:06:55.238662"]]  (3.8ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 13:06:55 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (1.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 438]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 439]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:06:55.260196"], ["updated_at", "2019-06-06 19:06:55.260196"]]  (1.7ms) commit transaction Started GET "/users/440/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 13:06:55 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"440"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 440], ["LIMIT", 1]] Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Rendering text template Rendered text template (0.0ms) Sent data index.csv (0.2ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.2ms) Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 13:06:55 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Rendering text template Rendered text template (0.0ms) Sent data index.csv (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.csv?type=4" for 127.0.0.1 at 2019-06-06 13:06:55 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"4"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 440]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:06:55.275240"], ["updated_at", "2019-06-06 19:06:55.275240"]]  (1.5ms) commit transaction Started GET "/users/export/441.csv" for 127.0.0.1 at 2019-06-06 13:06:55 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"441"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 441], ["LIMIT", 1]] Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (0.2ms) Rendering text template Rendered text template (0.0ms) Sent data export_441.csv (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 13:06:55 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.8ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 441]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:06:55.286378"], ["updated_at", "2019-06-06 19:06:55.286378"]]  (1.5ms) commit transaction Started GET "/users/442.csv" for 127.0.0.1 at 2019-06-06 13:06:55 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"442"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 442], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 442]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:06:55.293643"], ["updated_at", "2019-06-06 19:06:55.293643"]]  (3.0ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 443], ["created_at", "2019-06-06 19:06:55.311450"], ["updated_at", "2019-06-06 19:06:55.311450"]]  (1.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 443], ["created_at", "2019-06-06 19:06:55.314350"], ["updated_at", "2019-06-06 19:06:55.314350"]]  (1.5ms) commit transaction Started GET "/users/443/likes.csv" for 127.0.0.1 at 2019-06-06 13:06:55 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"443"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 443], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 443]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:06:55 -0600 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.1ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 443]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:06:55.329679"], ["updated_at", "2019-06-06 19:06:55.329679"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:06:55.332249"], ["updated_at", "2019-06-06 19:06:55.332249"]]  (1.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 13:06:55 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:06:55.337226"], ["updated_at", "2019-06-06 19:06:55.337226"]]  (1.7ms) commit transaction Started GET "/users/446/send_instructions" for 127.0.0.1 at 2019-06-06 13:06:55 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"446"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 446], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 109.7ms Sent mail to elmer@fudd.com (3.2ms) Date: Thu, 06 Jun 2019 13:06:55 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf9644f6e996_5d9d2aed37d6f9581964e@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf9644f6e1f8_5d9d2aed37d6f95819518"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf9644f6e1f8_5d9d2aed37d6f95819518 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf9644f6e1f8_5d9d2aed37d6f95819518 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_446.csv Content-ID: <5cf9644f6edb9_5d9d2aed37d6f9581977@archlinux.mail> IjQ0NiIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf9644f6e1f8_5d9d2aed37d6f95819518-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 115ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:07:22.099840"], ["updated_at", "2019-06-06 19:07:22.099840"]]  (5.5ms) commit transaction Started GET "/users/447/send_instructions" for 127.0.0.1 at 2019-06-06 13:07:22 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"447"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 447], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.4ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.8ms) Notifier#instructions: processed outbound mail in 95.6ms Sent mail to elmer@fudd.com (6.8ms) Date: Thu, 06 Jun 2019 13:07:22 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf9646a34c32_5db52b17fa96d9707042@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf9646a33de9_5db52b17fa96d97069fb"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf9646a33de9_5db52b17fa96d97069fb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf9646a33de9_5db52b17fa96d97069fb Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_447.csv Content-ID: <5cf9646a35432_5db52b17fa96d97071b4@archlinux.mail> IjQ0NyIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf9646a33de9_5db52b17fa96d97069fb-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 106ms (Views: 0.5ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 444]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 445]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 446]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 447]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:07:22.233859"], ["updated_at", "2019-06-06 19:07:22.233859"]]  (1.6ms) commit transaction Started GET "/users/export/448.csv" for 127.0.0.1 at 2019-06-06 13:07:22 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"448"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 448], ["LIMIT", 1]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 13:07:22 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 448]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:07:22.268077"], ["updated_at", "2019-06-06 19:07:22.268077"]]  (2.8ms) commit transaction Started GET "/users/449.csv" for 127.0.0.1 at 2019-06-06 13:07:22 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"449"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 449], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:07:22 -0600 Processing by HomeController#another as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 449]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:07:22.278180"], ["updated_at", "2019-06-06 19:07:22.278180"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:07:22.280538"], ["updated_at", "2019-06-06 19:07:22.280538"]]  (1.6ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 13:07:22 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 450]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 451]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:07:22.291445"], ["updated_at", "2019-06-06 19:07:22.291445"]]  (1.4ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 452], ["created_at", "2019-06-06 19:07:22.305407"], ["updated_at", "2019-06-06 19:07:22.305407"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 452], ["created_at", "2019-06-06 19:07:22.307879"], ["updated_at", "2019-06-06 19:07:22.307879"]]  (2.2ms) commit transaction Started GET "/users/452/likes.csv" for 127.0.0.1 at 2019-06-06 13:07:22 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"452"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 452], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 452]] Rendered likes/index.csv.csvrb (1.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.2ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 13:07:22 -0600 Processing by HomeController#useheader as CSV Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 452]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:07:22.320001"], ["updated_at", "2019-06-06 19:07:22.320001"]]  (1.4ms) commit transaction Started GET "/users/453/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 13:07:22 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"453"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 453], ["LIMIT", 1]] Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 13:07:22 -0600 Processing by HomeController#another as CSV Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 13:07:22 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 13:07:22 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:07:22.330465"], ["updated_at", "2019-06-06 19:07:22.330465"]]  (1.5ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 13:07:22 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 453]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 454]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:07:22.339347"], ["updated_at", "2019-06-06 19:07:22.339347"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:07:22.341897"], ["updated_at", "2019-06-06 19:07:22.341897"]]  (1.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 13:07:22 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:07:22 -0600 Processing by HomeController#another as */* Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:07:43.579753"], ["updated_at", "2019-06-06 19:07:43.579753"]]  (53.1ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 13:07:43 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 455]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 456]]  (1.7ms) commit transaction  (0.1ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 457]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:07:43.660364"], ["updated_at", "2019-06-06 19:07:43.660364"]]  (2.6ms) commit transaction  (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:07:43.664296"], ["updated_at", "2019-06-06 19:07:43.664296"]]  (1.8ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 13:07:43 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 13:07:43 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 13:07:43 -0600 Processing by HomeController#another as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 458]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 459]]  (2.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:07:43.690960"], ["updated_at", "2019-06-06 19:07:43.690960"]]  (1.6ms) commit transaction Started GET "/users/export/460.csv" for 127.0.0.1 at 2019-06-06 13:07:43 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"460"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 460], ["LIMIT", 1]] Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (0.2ms) Rendering text template Rendered text template (0.0ms) Sent data export_460.csv (0.2ms) Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 13:07:43 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 460]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:07:43.711848"], ["updated_at", "2019-06-06 19:07:43.711848"]]  (1.6ms) commit transaction Started GET "/users/461.csv" for 127.0.0.1 at 2019-06-06 13:07:43 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"461"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 461], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 13:07:43 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 13:07:43 -0600 Processing by HomeController#useheader as CSV Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.1ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 461]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:07:43.727759"], ["updated_at", "2019-06-06 19:07:43.727759"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 462], ["created_at", "2019-06-06 19:07:43.739179"], ["updated_at", "2019-06-06 19:07:43.739179"]]  (1.9ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 462], ["created_at", "2019-06-06 19:07:43.742044"], ["updated_at", "2019-06-06 19:07:43.742044"]]  (1.5ms) commit transaction Started GET "/users/462/likes.csv" for 127.0.0.1 at 2019-06-06 13:07:43 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"462"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 462], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 462]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.2ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 462]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:07:43.752970"], ["updated_at", "2019-06-06 19:07:43.752970"]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:07:43.755831"], ["updated_at", "2019-06-06 19:07:43.755831"]]  (1.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 13:07:43 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 463]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 464]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:07:43.765608"], ["updated_at", "2019-06-06 19:07:43.765608"]]  (1.7ms) commit transaction Started GET "/users/465/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 13:07:43 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"465"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 465], ["LIMIT", 1]] Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.4ms) Rendering text template Rendered text template (0.0ms) Sent data index.csv (0.2ms) Completed 200 OK in 7ms (Views: 7.1ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 13:07:43 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Rendering text template Rendered text template (0.0ms) Sent data index.csv (0.2ms) Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.csv?type=4" for 127.0.0.1 at 2019-06-06 13:07:43 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"4"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.4ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:07:43 -0600 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.2ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:07:43 -0600 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.4ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 2ms (Views: 2.4ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 13:07:43 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:07:43.814942"], ["updated_at", "2019-06-06 19:07:43.814942"]]  (1.5ms) commit transaction Started GET "/users/466/send_instructions" for 127.0.0.1 at 2019-06-06 13:07:43 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"466"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 466], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 108.1ms Sent mail to elmer@fudd.com (5.0ms) Date: Thu, 06 Jun 2019 13:07:43 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf9647fe2d0c_5dd02acfaa12797093638@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf9647fe2590_5dd02acfaa127970935e0"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf9647fe2590_5dd02acfaa127970935e0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf9647fe2590_5dd02acfaa127970935e0 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_466.csv Content-ID: <5cf9647fe34c7_5dd02acfaa1279709375f@archlinux.mail> IjQ2NiIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf9647fe2590_5dd02acfaa127970935e0-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 115ms (Views: 0.2ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:08:04.171166"], ["updated_at", "2019-06-06 19:08:04.171166"]]  (53.4ms) commit transaction Started GET "/users/467/send_instructions" for 127.0.0.1 at 2019-06-06 13:08:04 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"467"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 467], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.4ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.8ms) Notifier#instructions: processed outbound mail in 94.9ms Sent mail to elmer@fudd.com (6.8ms) Date: Thu, 06 Jun 2019 13:08:04 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf9649452122_5df22b0f0ecc395c8163f@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf9649451305_5df22b0f0ecc395c815ca"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf9649451305_5df22b0f0ecc395c815ca Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf9649451305_5df22b0f0ecc395c815ca Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_467.csv Content-ID: <5cf964945292a_5df22b0f0ecc395c817db@archlinux.mail> IjQ2NyIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf9649451305_5df22b0f0ecc395c815ca-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 105ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:08:04 -0600 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.8ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 465]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 466]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 467]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:08:04.375285"], ["updated_at", "2019-06-06 19:08:04.375285"]]  (2.5ms) commit transaction Started GET "/users/468/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 13:08:04 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"468"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 468], ["LIMIT", 1]] Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Rendering text template Rendered text template (0.0ms) Sent data index.csv (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 13:08:04 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.3ms) Rendering text template Rendered text template (0.0ms) Sent data index.csv (0.3ms) Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.csv?type=4" for 127.0.0.1 at 2019-06-06 13:08:04 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"4"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 13:08:04 -0600 Processing by HomeController#useheader as CSV Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 13:08:04 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 13:08:04 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.1ms) Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 468]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:08:04.397754"], ["updated_at", "2019-06-06 19:08:04.397754"]]  (1.5ms) commit transaction Started GET "/users/export/469.csv" for 127.0.0.1 at 2019-06-06 13:08:04 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"469"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 469], ["LIMIT", 1]] Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (0.3ms) Rendering text template Rendered text template (0.0ms) Sent data export_469.csv (0.4ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 13:08:04 -0600 Processing by HomeController#another as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 469]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:08:04.408739"], ["updated_at", "2019-06-06 19:08:04.408739"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 470], ["created_at", "2019-06-06 19:08:04.420240"], ["updated_at", "2019-06-06 19:08:04.420240"]]  (1.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 470], ["created_at", "2019-06-06 19:08:04.423082"], ["updated_at", "2019-06-06 19:08:04.423082"]]  (1.6ms) commit transaction Started GET "/users/470/likes.csv" for 127.0.0.1 at 2019-06-06 13:08:04 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"470"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 470], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 470]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 470]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:08:04.430911"], ["updated_at", "2019-06-06 19:08:04.430911"]]  (2.6ms) commit transaction Started GET "/users/471.csv" for 127.0.0.1 at 2019-06-06 13:08:04 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"471"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 471], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 471]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:08:04.439094"], ["updated_at", "2019-06-06 19:08:04.439094"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:08:04.441504"], ["updated_at", "2019-06-06 19:08:04.441504"]]  (1.6ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 13:08:04 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 472]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 473]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:08:04.451983"], ["updated_at", "2019-06-06 19:08:04.451983"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:08:04.454141"], ["updated_at", "2019-06-06 19:08:04.454141"]]  (1.4ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 13:08:04 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 13:08:04 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:08:04.461356"], ["updated_at", "2019-06-06 19:08:04.461356"]]  (2.8ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 13:08:04 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:08:04 -0600 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 13:08:04 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:09:49.200570"], ["updated_at", "2019-06-06 19:09:49.200570"]]  (4.0ms) commit transaction Started GET "/users/477/send_instructions" for 127.0.0.1 at 2019-06-06 13:09:49 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"477"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 477], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.4ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.4ms) Notifier#instructions: processed outbound mail in 97.0ms Sent mail to elmer@fudd.com (6.3ms) Date: Thu, 06 Jun 2019 13:09:49 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf964fd4f888_5e422b22554b5954964f2@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf964fd4e8e0_5e422b22554b5954963ee"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf964fd4e8e0_5e422b22554b5954963ee Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf964fd4e8e0_5e422b22554b5954963ee Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_477.csv Content-ID: <5cf964fd4fea6_5e422b22554b5954965c7@archlinux.mail> IjQ3NyIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf964fd4e8e0_5e422b22554b5954963ee-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 107ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 13:09:49 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.6ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:09:49.357328"], ["updated_at", "2019-06-06 19:09:49.357328"]]  (1.7ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 13:09:49 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 474]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 475]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 476]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 477]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 478]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:09:49.375389"], ["updated_at", "2019-06-06 19:09:49.375389"]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:09:49.377986"], ["updated_at", "2019-06-06 19:09:49.377986"]]  (2.2ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 13:09:49 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 479]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 480]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:09:49.388477"], ["updated_at", "2019-06-06 19:09:49.388477"]]  (1.6ms) commit transaction Started GET "/users/export/481.csv" for 127.0.0.1 at 2019-06-06 13:09:49 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"481"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 481], ["LIMIT", 1]] Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (0.2ms) Rendering text template Rendered text template (0.0ms) Sent data export_481.csv (0.2ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 481]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:09:49.396220"], ["updated_at", "2019-06-06 19:09:49.396220"]]  (1.5ms) commit transaction Started GET "/users/482/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 13:09:49 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"482"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 482], ["LIMIT", 1]] Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.4ms) Rendering text template Rendered text template (0.0ms) Sent data index.csv (0.2ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 13:09:49 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Rendering text template Rendered text template (0.0ms) Sent data index.csv (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.csv?type=4" for 127.0.0.1 at 2019-06-06 13:09:49 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"4"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:09:49 -0600 Processing by HomeController#another as */* Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 13:09:49 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 13:09:49 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:09:49 -0600 Processing by HomeController#another as HTML Rendering home/index.html.erb Rendered home/index.html.erb (0.2ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 482]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:09:49.422211"], ["updated_at", "2019-06-06 19:09:49.422211"]]  (1.6ms) commit transaction Started GET "/users/483.csv" for 127.0.0.1 at 2019-06-06 13:09:49 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"483"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 483], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 13:09:49 -0600 Processing by HomeController#another as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 483]]  (2.2ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:09:49.432366"], ["updated_at", "2019-06-06 19:09:49.432366"]]  (2.3ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 484], ["created_at", "2019-06-06 19:09:49.444398"], ["updated_at", "2019-06-06 19:09:49.444398"]]  (1.9ms) commit transaction  (0.0ms) begin transaction Like Create (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 484], ["created_at", "2019-06-06 19:09:49.447375"], ["updated_at", "2019-06-06 19:09:49.447375"]]  (1.8ms) commit transaction Started GET "/users/484/likes.csv" for 127.0.0.1 at 2019-06-06 13:09:49 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"484"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 484], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 484]] Rendered likes/index.csv.csvrb (1.1ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.2ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 13:09:49 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 484]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:09:49.458928"], ["updated_at", "2019-06-06 19:09:49.458928"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:09:49.461217"], ["updated_at", "2019-06-06 19:09:49.461217"]]  (1.7ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 13:09:49 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 13:09:49 -0600 Processing by HomeController#useheader as CSV Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.1ms) Rendering text template Rendered text template (0.0ms) Sent data filename_test.csv (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:11:17.588275"], ["updated_at", "2019-06-06 19:11:17.588275"]]  (4.4ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 13:11:17 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 485]]  (2.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 486]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 487]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:11:17.616533"], ["updated_at", "2019-06-06 19:11:17.616533"]]  (2.7ms) commit transaction Started GET "/users/export/488.csv" for 127.0.0.1 at 2019-06-06 13:11:17 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"488"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 488], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:11:17 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:11:17 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 13:11:17 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 488]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:11:17.635590"], ["updated_at", "2019-06-06 19:11:17.635590"]]  (1.6ms) commit transaction Started GET "/users/489/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 13:11:17 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"489"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 489], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 489]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:11:17.644384"], ["updated_at", "2019-06-06 19:11:17.644384"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:11:17.646818"], ["updated_at", "2019-06-06 19:11:17.646818"]]  (1.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 13:11:17 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 13:11:17 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.3ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 13:11:17 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 490]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 491]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:11:17.662557"], ["updated_at", "2019-06-06 19:11:17.662557"]]  (2.3ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 492], ["created_at", "2019-06-06 19:11:17.675821"], ["updated_at", "2019-06-06 19:11:17.675821"]]  (2.2ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 492], ["created_at", "2019-06-06 19:11:17.678996"], ["updated_at", "2019-06-06 19:11:17.678996"]]  (1.6ms) commit transaction Started GET "/users/492/likes.csv" for 127.0.0.1 at 2019-06-06 13:11:17 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"492"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 492], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 492]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.2ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 13:11:17 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 492]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:11:17.689518"], ["updated_at", "2019-06-06 19:11:17.689518"]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:11:17.691953"], ["updated_at", "2019-06-06 19:11:17.691953"]]  (1.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 13:11:17 -0600 Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 13:11:17 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 493]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 494]]  (1.6ms) commit transaction  (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:11:17.703097"], ["updated_at", "2019-06-06 19:11:17.703097"]]  (1.6ms) commit transaction Started GET "/users/495.csv" for 127.0.0.1 at 2019-06-06 13:11:17 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"495"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 495], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:11:17.708464"], ["updated_at", "2019-06-06 19:11:17.708464"]]  (2.8ms) commit transaction Started GET "/users/496/send_instructions" for 127.0.0.1 at 2019-06-06 13:11:17 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"496"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 496], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.3ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 116.8ms Sent mail to elmer@fudd.com (3.3ms) Date: Thu, 06 Jun 2019 13:11:17 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf96555cb8e3_5e722b1a9a4c3968985bf@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf96555cb126_5e722b1a9a4c396898453"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf96555cb126_5e722b1a9a4c396898453 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf96555cb126_5e722b1a9a4c396898453 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_496.csv Content-ID: <5cf96555cbd0a_5e722b1a9a4c39689866a@archlinux.mail> IjQ5NiIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf96555cb126_5e722b1a9a4c396898453-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 123ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:21:46.969361"], ["updated_at", "2019-06-06 19:21:46.969361"]]  (3.5ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 13:21:46 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 495]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 496]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 497]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:21:46.996978"], ["updated_at", "2019-06-06 19:21:46.996978"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 498], ["created_at", "2019-06-06 19:21:47.008729"], ["updated_at", "2019-06-06 19:21:47.008729"]]  (1.8ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 498], ["created_at", "2019-06-06 19:21:47.011743"], ["updated_at", "2019-06-06 19:21:47.011743"]]  (2.4ms) commit transaction Started GET "/users/498/likes.csv" for 127.0.0.1 at 2019-06-06 13:21:47 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"498"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 498], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 498]] Rendered likes/index.csv.csvrb (1.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.2ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 498]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:21:47.023053"], ["updated_at", "2019-06-06 19:21:47.023053"]]  (1.5ms) commit transaction Started GET "/users/499/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 13:21:47 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"499"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 499], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 13:21:47 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 499]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:21:47.031170"], ["updated_at", "2019-06-06 19:21:47.031170"]]  (1.7ms) commit transaction Started GET "/users/export/500.csv" for 127.0.0.1 at 2019-06-06 13:21:47 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"500"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 500], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 13:21:47 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:21:47 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 500]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:21:47.049595"], ["updated_at", "2019-06-06 19:21:47.049595"]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:21:47.051727"], ["updated_at", "2019-06-06 19:21:47.051727"]]  (1.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 13:21:47 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:21:47 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 13:21:47 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 13:21:47 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 501]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 502]]  (2.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:21:47.067100"], ["updated_at", "2019-06-06 19:21:47.067100"]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:21:47.069610"], ["updated_at", "2019-06-06 19:21:47.069610"]]  (1.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 13:21:47 -0600 Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 13:21:47 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 503]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 504]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:21:47.081431"], ["updated_at", "2019-06-06 19:21:47.081431"]]  (1.5ms) commit transaction Started GET "/users/505.csv" for 127.0.0.1 at 2019-06-06 13:21:47 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"505"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 505], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:21:47.093591"], ["updated_at", "2019-06-06 19:21:47.093591"]]  (1.7ms) commit transaction Started GET "/users/506/send_instructions" for 127.0.0.1 at 2019-06-06 13:21:47 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"506"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 506], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 108.2ms Sent mail to elmer@fudd.com (3.2ms) Date: Thu, 06 Jun 2019 13:21:47 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf967cb32cbe_60c82aff4cadb96893571@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf967cb32518_60c82aff4cadb96893445"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf967cb32518_60c82aff4cadb96893445 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf967cb32518_60c82aff4cadb96893445 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_506.csv Content-ID: <5cf967cb330d8_60c82aff4cadb968936f8@archlinux.mail> IjUwNiIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf967cb32518_60c82aff4cadb96893445-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 114ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:28:26.007058"], ["updated_at", "2019-06-06 19:28:26.007058"]]  (54.0ms) commit transaction Started GET "/users/507/send_instructions" for 127.0.0.1 at 2019-06-06 13:28:26 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"507"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 507], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.3ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.8ms) Notifier#instructions: processed outbound mail in 96.2ms Sent mail to elmer@fudd.com (6.9ms) Date: Thu, 06 Jun 2019 13:28:26 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf9695a309ef_61e72b02b3ad79703661c@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf9695a2fb8d_61e72b02b3ad797036557"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf9695a2fb8d_61e72b02b3ad797036557 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf9695a2fb8d_61e72b02b3ad797036557 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_507.csv Content-ID: <5cf9695a3120d_61e72b02b3ad7970367d1@archlinux.mail> IjUwNyIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf9695a2fb8d_61e72b02b3ad797036557-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 107ms (Views: 0.9ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 505]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 506]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 507]]  (3.2ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:28:26.218919"], ["updated_at", "2019-06-06 19:28:26.218919"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:28:26.222157"], ["updated_at", "2019-06-06 19:28:26.222157"]]  (1.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 13:28:26 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (1.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:28:26 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 508]]  (2.4ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 509]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:28:26.255007"], ["updated_at", "2019-06-06 19:28:26.255007"]]  (1.5ms) commit transaction Started GET "/users/510/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 13:28:26 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"510"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 510], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 13:28:26 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:28:26.261651"], ["updated_at", "2019-06-06 19:28:26.261651"]]  (1.6ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 13:28:26 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 13:28:26 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 510]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 511]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:28:26.273568"], ["updated_at", "2019-06-06 19:28:26.273568"]]  (2.3ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:28:26.276547"], ["updated_at", "2019-06-06 19:28:26.276547"]]  (2.1ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 13:28:26 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 13:28:26 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 512]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 513]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:28:26.288967"], ["updated_at", "2019-06-06 19:28:26.288967"]]  (1.6ms) commit transaction  (0.1ms) begin transaction Like Create (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 514], ["created_at", "2019-06-06 19:28:26.302611"], ["updated_at", "2019-06-06 19:28:26.302611"]]  (1.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 514], ["created_at", "2019-06-06 19:28:26.305510"], ["updated_at", "2019-06-06 19:28:26.305510"]]  (1.7ms) commit transaction Started GET "/users/514/likes.csv" for 127.0.0.1 at 2019-06-06 13:28:26 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"514"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 514], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 514]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 514]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:28:26.313936"], ["updated_at", "2019-06-06 19:28:26.313936"]]  (1.4ms) commit transaction Started GET "/users/export/515.csv" for 127.0.0.1 at 2019-06-06 13:28:26 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"515"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 515], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 515]]  (2.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:28:26.323791"], ["updated_at", "2019-06-06 19:28:26.323791"]]  (1.9ms) commit transaction Started GET "/users/516.csv" for 127.0.0.1 at 2019-06-06 13:28:26 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"516"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 516], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 13:28:26 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 13:28:26 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:28:26 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:29:52.359338"], ["updated_at", "2019-06-06 19:29:52.359338"]]  (4.4ms) commit transaction Started GET "/users/517/send_instructions" for 127.0.0.1 at 2019-06-06 13:29:52 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"517"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 517], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.4ms) Notifier#instructions: processed outbound mail in 97.4ms Sent mail to elmer@fudd.com (6.5ms) Date: Thu, 06 Jun 2019 13:29:52 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf969b07485b_62312b17362c796498550@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf969b073a2c_62312b17362c7964984e8"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf969b073a2c_62312b17362c7964984e8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf969b073a2c_62312b17362c7964984e8 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_517.csv Content-ID: <5cf969b07507e_62312b17362c79649860@archlinux.mail> IjUxNyIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf969b073a2c_62312b17362c7964984e8-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 107ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:29:52.485453"], ["updated_at", "2019-06-06 19:29:52.485453"]]  (1.7ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 13:29:52 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 516]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.5ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 517]]  (2.9ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 518]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.7ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:29:52.505212"], ["updated_at", "2019-06-06 19:29:52.505212"]]  (1.6ms) commit transaction Started GET "/users/519/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 13:29:52 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"519"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 519], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 13:29:52 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.3ms) Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 519]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:29:52.535883"], ["updated_at", "2019-06-06 19:29:52.535883"]]  (1.7ms) commit transaction Started GET "/users/520.csv" for 127.0.0.1 at 2019-06-06 13:29:52 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"520"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 520], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 13:29:52 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 520]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:29:52.546429"], ["updated_at", "2019-06-06 19:29:52.546429"]]  (1.7ms) commit transaction Started GET "/users/export/521.csv" for 127.0.0.1 at 2019-06-06 13:29:52 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"521"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 521], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 13:29:52 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 13:29:52 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 521]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:29:52.560344"], ["updated_at", "2019-06-06 19:29:52.560344"]]  (2.8ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 522], ["created_at", "2019-06-06 19:29:52.573360"], ["updated_at", "2019-06-06 19:29:52.573360"]]  (1.8ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 522], ["created_at", "2019-06-06 19:29:52.576030"], ["updated_at", "2019-06-06 19:29:52.576030"]]  (1.4ms) commit transaction Started GET "/users/522/likes.csv" for 127.0.0.1 at 2019-06-06 13:29:52 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"522"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 522], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 522]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 522]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:29:52.583864"], ["updated_at", "2019-06-06 19:29:52.583864"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:29:52.586556"], ["updated_at", "2019-06-06 19:29:52.586556"]]  (1.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 13:29:52 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:29:52 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 13:29:52 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 523]]  (1.6ms) commit transaction  (0.1ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 524]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:29:52.600284"], ["updated_at", "2019-06-06 19:29:52.600284"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:29:52.602756"], ["updated_at", "2019-06-06 19:29:52.602756"]]  (3.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 13:29:52 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.3ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (2.7ms) Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.3ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:29:52 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 525]]  (53.4ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 526]]  (2.5ms) commit transaction  (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:30:50.466938"], ["updated_at", "2019-06-06 19:30:50.466938"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:30:50.469660"], ["updated_at", "2019-06-06 19:30:50.469660"]]  (1.8ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 13:30:50 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (1.2ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 13:30:50 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.7ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 527]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 528]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:30:50.506301"], ["updated_at", "2019-06-06 19:30:50.506301"]]  (1.5ms) commit transaction Started GET "/users/529/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 13:30:50 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"529"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 529], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:30:50 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 529]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:30:50.515932"], ["updated_at", "2019-06-06 19:30:50.515932"]]  (1.5ms) commit transaction Started GET "/users/export/530.csv" for 127.0.0.1 at 2019-06-06 13:30:50 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"530"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 530], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 13:30:50 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 530]]  (2.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:30:50.528336"], ["updated_at", "2019-06-06 19:30:50.528336"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 531], ["created_at", "2019-06-06 19:30:50.539840"], ["updated_at", "2019-06-06 19:30:50.539840"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 531], ["created_at", "2019-06-06 19:30:50.542475"], ["updated_at", "2019-06-06 19:30:50.542475"]]  (1.4ms) commit transaction Started GET "/users/531/likes.csv" for 127.0.0.1 at 2019-06-06 13:30:50 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"531"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 531], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 531]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 13:30:50 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 13:30:50 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:30:50 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 13:30:50 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 531]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:30:50.556452"], ["updated_at", "2019-06-06 19:30:50.556452"]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:30:50.558618"], ["updated_at", "2019-06-06 19:30:50.558618"]]  (1.4ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 13:30:50 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:30:50.563341"], ["updated_at", "2019-06-06 19:30:50.563341"]]  (1.6ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 13:30:50 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 532]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 533]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 534]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:30:50.575817"], ["updated_at", "2019-06-06 19:30:50.575817"]]  (1.6ms) commit transaction Started GET "/users/535.csv" for 127.0.0.1 at 2019-06-06 13:30:50 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"535"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 535], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (5.2ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:30:50.585838"], ["updated_at", "2019-06-06 19:30:50.585838"]]  (1.7ms) commit transaction Started GET "/users/536/send_instructions" for 127.0.0.1 at 2019-06-06 13:30:50 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"536"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 536], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 110.4ms Sent mail to elmer@fudd.com (3.2ms) Date: Thu, 06 Jun 2019 13:30:50 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf969eaab953_626a2aabd17bf960405ef@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf969eaab1c4_626a2aabd17bf960404b8"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf969eaab1c4_626a2aabd17bf960404b8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf969eaab1c4_626a2aabd17bf960404b8 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_536.csv Content-ID: <5cf969eaabd7a_626a2aabd17bf96040690@archlinux.mail> IjUzNiIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf969eaab1c4_626a2aabd17bf960404b8-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 116ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:31:20.284657"], ["updated_at", "2019-06-06 19:31:20.284657"]]  (53.1ms) commit transaction Started GET "/users/537/send_instructions" for 127.0.0.1 at 2019-06-06 13:31:20 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"537"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 537], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.3ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.8ms) Notifier#instructions: processed outbound mail in 99.8ms Sent mail to elmer@fudd.com (6.3ms) Date: Thu, 06 Jun 2019 13:31:20 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf96a086f50a_628a2af70982197060884@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf96a086e735_628a2af70982197060778"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf96a086e735_628a2af70982197060778 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf96a086e735_628a2af70982197060778 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_537.csv Content-ID: <5cf96a086fb16_628a2af709821970609ed@archlinux.mail> IjUzNyIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf96a086e735_628a2af70982197060778-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 110ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 535]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 536]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 537]]  (2.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:31:20.473063"], ["updated_at", "2019-06-06 19:31:20.473063"]]  (3.0ms) commit transaction Started GET "/users/export/538.csv" for 127.0.0.1 at 2019-06-06 13:31:20 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"538"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 538], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 538]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:31:20.503671"], ["updated_at", "2019-06-06 19:31:20.503671"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:31:20.506355"], ["updated_at", "2019-06-06 19:31:20.506355"]]  (1.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 13:31:20 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 13:31:20 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 13:31:20 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 13:31:20 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 13:31:20 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 539]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 540]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:31:20.530658"], ["updated_at", "2019-06-06 19:31:20.530658"]]  (1.5ms) commit transaction Started GET "/users/541/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 13:31:20 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"541"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 541], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 13:31:20 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:31:20.537428"], ["updated_at", "2019-06-06 19:31:20.537428"]]  (1.6ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 13:31:20 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:31:20 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 541]]  (2.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 542]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:31:20.550410"], ["updated_at", "2019-06-06 19:31:20.550410"]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:31:20.552634"], ["updated_at", "2019-06-06 19:31:20.552634"]]  (1.7ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 13:31:20 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 543]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 544]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:31:20.562625"], ["updated_at", "2019-06-06 19:31:20.562625"]]  (1.5ms) commit transaction Started GET "/users/545.csv" for 127.0.0.1 at 2019-06-06 13:31:20 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"545"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 545], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.3ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 545]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:31:20.571046"], ["updated_at", "2019-06-06 19:31:20.571046"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 546], ["created_at", "2019-06-06 19:31:20.582783"], ["updated_at", "2019-06-06 19:31:20.582783"]]  (2.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 546], ["created_at", "2019-06-06 19:31:20.586619"], ["updated_at", "2019-06-06 19:31:20.586619"]]  (2.1ms) commit transaction Started GET "/users/546/likes.csv" for 127.0.0.1 at 2019-06-06 13:31:20 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"546"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 546], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 546]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:31:20 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 13:32:30 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 546]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:32:30.442344"], ["updated_at", "2019-06-06 19:32:30.442344"]]  (1.6ms) commit transaction Started GET "/users/export/547.csv" for 127.0.0.1 at 2019-06-06 13:32:30 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"547"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 547], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:32:30 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 13:32:30 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 547]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:32:30.466357"], ["updated_at", "2019-06-06 19:32:30.466357"]]  (1.6ms) commit transaction Started GET "/users/548/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 13:32:30 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"548"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 548], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 13:32:30 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 548]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:32:30.476477"], ["updated_at", "2019-06-06 19:32:30.476477"]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:32:30.478688"], ["updated_at", "2019-06-06 19:32:30.478688"]]  (1.4ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 13:32:30 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 549]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 550]]  (3.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:32:30.489856"], ["updated_at", "2019-06-06 19:32:30.489856"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 551], ["created_at", "2019-06-06 19:32:30.501310"], ["updated_at", "2019-06-06 19:32:30.501310"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 551], ["created_at", "2019-06-06 19:32:30.504011"], ["updated_at", "2019-06-06 19:32:30.504011"]]  (1.6ms) commit transaction Started GET "/users/551/likes.csv" for 127.0.0.1 at 2019-06-06 13:32:30 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"551"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 551], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 551]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 551]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:32:30.511785"], ["updated_at", "2019-06-06 19:32:30.511785"]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:32:30.514082"], ["updated_at", "2019-06-06 19:32:30.514082"]]  (1.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 13:32:30 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:32:30.520330"], ["updated_at", "2019-06-06 19:32:30.520330"]]  (2.4ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 13:32:30 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:32:30 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 13:32:30 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 552]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 553]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 554]]  (1.9ms) commit transaction  (0.1ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:32:30.536891"], ["updated_at", "2019-06-06 19:32:30.536891"]]  (1.5ms) commit transaction Started GET "/users/555.csv" for 127.0.0.1 at 2019-06-06 13:32:30 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"555"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 555], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 13:32:30 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.3ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:32:30.552462"], ["updated_at", "2019-06-06 19:32:30.552462"]]  (1.6ms) commit transaction Started GET "/users/556/send_instructions" for 127.0.0.1 at 2019-06-06 13:32:30 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"556"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 556], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 111.7ms Sent mail to elmer@fudd.com (3.2ms) Date: Thu, 06 Jun 2019 13:32:30 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf96a4ea3ce1_62be2aca7a49595c52432@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf96a4ea354f_62be2aca7a49595c5233d"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf96a4ea354f_62be2aca7a49595c5233d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf96a4ea354f_62be2aca7a49595c5233d Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_556.csv Content-ID: <5cf96a4ea40f9_62be2aca7a49595c52513@archlinux.mail> IjU1NiIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf96a4ea354f_62be2aca7a49595c5233d-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 117ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:33:08.472107"], ["updated_at", "2019-06-06 19:33:08.472107"]]  (53.4ms) commit transaction Started GET "/users/557/send_instructions" for 127.0.0.1 at 2019-06-06 13:33:08 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"557"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 557], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.3ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.7ms) Notifier#instructions: processed outbound mail in 100.7ms Sent mail to elmer@fudd.com (6.5ms) Date: Thu, 06 Jun 2019 13:33:08 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf96a749d605_62de2b05aa16b96423730@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf96a749c7fb_62de2b05aa16b96423643"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf96a749c7fb_62de2b05aa16b96423643 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf96a749c7fb_62de2b05aa16b96423643 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_557.csv Content-ID: <5cf96a749de4f_62de2b05aa16b9642386@archlinux.mail> IjU1NyIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf96a749c7fb_62de2b05aa16b96423643-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 112ms (Views: 0.9ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 13:33:08 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 555]]  (1.8ms) commit transaction  (0.5ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 556]]  (1.6ms) commit transaction  (0.1ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 557]]  (2.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:33:08.665946"], ["updated_at", "2019-06-06 19:33:08.665946"]]  (1.5ms) commit transaction Started GET "/users/export/558.csv" for 127.0.0.1 at 2019-06-06 13:33:08 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"558"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 558], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 558]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:33:08.694465"], ["updated_at", "2019-06-06 19:33:08.694465"]]  (1.9ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 559], ["created_at", "2019-06-06 19:33:08.707664"], ["updated_at", "2019-06-06 19:33:08.707664"]]  (2.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 559], ["created_at", "2019-06-06 19:33:08.711323"], ["updated_at", "2019-06-06 19:33:08.711323"]]  (1.6ms) commit transaction Started GET "/users/559/likes.csv" for 127.0.0.1 at 2019-06-06 13:33:08 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"559"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 559], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 559]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.2ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 559]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:33:08.721117"], ["updated_at", "2019-06-06 19:33:08.721117"]]  (1.6ms) commit transaction Started GET "/users/560/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 13:33:08 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"560"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 560], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 13:33:08 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 13:33:08 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:33:08.728798"], ["updated_at", "2019-06-06 19:33:08.728798"]]  (1.5ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 13:33:08 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 560]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 561]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:33:08.739615"], ["updated_at", "2019-06-06 19:33:08.739615"]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:33:08.742174"], ["updated_at", "2019-06-06 19:33:08.742174"]]  (2.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 13:33:08 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (1.0ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:33:08 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 13:33:08 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 13:33:08 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:33:08 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 562]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 563]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:33:08.764368"], ["updated_at", "2019-06-06 19:33:08.764368"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:33:08.766989"], ["updated_at", "2019-06-06 19:33:08.766989"]]  (1.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 13:33:08 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 564]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 565]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:33:08.776516"], ["updated_at", "2019-06-06 19:33:08.776516"]]  (1.6ms) commit transaction Started GET "/users/566.csv" for 127.0.0.1 at 2019-06-06 13:33:08 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"566"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 566], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 13:33:45 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 566]]  (54.0ms) commit transaction  (0.1ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:33:45.258258"], ["updated_at", "2019-06-06 19:33:45.258258"]]  (1.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 567], ["created_at", "2019-06-06 19:33:45.273772"], ["updated_at", "2019-06-06 19:33:45.273772"]]  (1.8ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 567], ["created_at", "2019-06-06 19:33:45.276866"], ["updated_at", "2019-06-06 19:33:45.276866"]]  (1.7ms) commit transaction Started GET "/users/567/likes.csv" for 127.0.0.1 at 2019-06-06 13:33:45 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"567"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 567], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 567]] Rendered likes/index.csv.csvrb (1.1ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.3ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 567]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:33:45.288269"], ["updated_at", "2019-06-06 19:33:45.288269"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:33:45.290442"], ["updated_at", "2019-06-06 19:33:45.290442"]]  (1.4ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 13:33:45 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 568]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 569]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:33:45.302216"], ["updated_at", "2019-06-06 19:33:45.302216"]]  (2.5ms) commit transaction Started GET "/users/570.csv" for 127.0.0.1 at 2019-06-06 13:33:45 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"570"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 570], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 13:33:45 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:33:45 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 570]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:33:45.314628"], ["updated_at", "2019-06-06 19:33:45.314628"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:33:45.317140"], ["updated_at", "2019-06-06 19:33:45.317140"]]  (1.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 13:33:45 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 571]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 572]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:33:45.326815"], ["updated_at", "2019-06-06 19:33:45.326815"]]  (1.4ms) commit transaction Started GET "/users/573/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 13:33:45 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"573"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 573], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.5ms)  (0.1ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:33:45.331948"], ["updated_at", "2019-06-06 19:33:45.331948"]]  (8.9ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 13:33:45 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 13:33:45 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 13:33:45 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:33:45 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 13:33:45 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 13:33:45 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 573]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 574]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:33:45.366251"], ["updated_at", "2019-06-06 19:33:45.366251"]]  (1.6ms) commit transaction Started GET "/users/export/575.csv" for 127.0.0.1 at 2019-06-06 13:33:45 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"575"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 575], ["LIMIT", 1]] Completed 200 OK in 7ms (Views: 0.1ms | ActiveRecord: 0.1ms) Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (0.2ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:33:45.380729"], ["updated_at", "2019-06-06 19:33:45.380729"]]  (1.6ms) commit transaction Started GET "/users/576/send_instructions" for 127.0.0.1 at 2019-06-06 13:33:45 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"576"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 576], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 115.5ms Sent mail to elmer@fudd.com (3.2ms) Date: Thu, 06 Jun 2019 13:33:45 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf96a997aa90_63002b09594a396c32913@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf96a997a2f3_63002b09594a396c328fc"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf96a997a2f3_63002b09594a396c328fc Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf96a997a2f3_63002b09594a396c328fc Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_576.csv Content-ID: <5cf96a997aeba_63002b09594a396c330c5@archlinux.mail> IjU3NiIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf96a997a2f3_63002b09594a396c328fc-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 121ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:36:26.964434"], ["updated_at", "2019-06-06 19:36:26.964434"]]  (5.0ms) commit transaction Started GET "/users/577/send_instructions" for 127.0.0.1 at 2019-06-06 13:36:26 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"577"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 577], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.4ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.7ms) Notifier#instructions: processed outbound mail in 96.6ms Sent mail to elmer@fudd.com (6.3ms) Date: Thu, 06 Jun 2019 13:36:27 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf96b3b14d1b_635c2ae7c514995c1934a@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf96b3b13eef_635c2ae7c514995c192f6"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf96b3b13eef_635c2ae7c514995c192f6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf96b3b13eef_635c2ae7c514995c192f6 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_577.csv Content-ID: <5cf96b3b1552d_635c2ae7c514995c194fd@archlinux.mail> IjU3NyIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf96b3b13eef_635c2ae7c514995c192f6-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 107ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 575]]  (2.3ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 576]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 577]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:36:27.101424"], ["updated_at", "2019-06-06 19:36:27.101424"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 578], ["created_at", "2019-06-06 19:36:27.127377"], ["updated_at", "2019-06-06 19:36:27.127377"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 578], ["created_at", "2019-06-06 19:36:27.129924"], ["updated_at", "2019-06-06 19:36:27.129924"]]  (1.6ms) commit transaction Started GET "/users/578/likes.csv" for 127.0.0.1 at 2019-06-06 13:36:27 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"578"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 578], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 578]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.2ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:36:27 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 578]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:36:27.148459"], ["updated_at", "2019-06-06 19:36:27.148459"]]  (1.6ms) commit transaction Started GET "/users/export/579.csv" for 127.0.0.1 at 2019-06-06 13:36:27 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"579"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 579], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (0.3ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 579]]  (2.3ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:36:27.158743"], ["updated_at", "2019-06-06 19:36:27.158743"]]  (2.3ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:36:27.161773"], ["updated_at", "2019-06-06 19:36:27.161773"]]  (1.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 13:36:27 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 13:36:27 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.3ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 580]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 581]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:36:27.175622"], ["updated_at", "2019-06-06 19:36:27.175622"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:36:27.177793"], ["updated_at", "2019-06-06 19:36:27.177793"]]  (1.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 13:36:27 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 582]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 583]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:36:27.188369"], ["updated_at", "2019-06-06 19:36:27.188369"]]  (2.1ms) commit transaction Started GET "/users/584/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 13:36:27 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"584"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 584], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.5ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 13:36:27 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 13:36:27 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 584]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:36:27.201570"], ["updated_at", "2019-06-06 19:36:27.201570"]]  (1.6ms) commit transaction Started GET "/users/585.csv" for 127.0.0.1 at 2019-06-06 13:36:27 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"585"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 585], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 13:36:27 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:36:27.209964"], ["updated_at", "2019-06-06 19:36:27.209964"]]  (1.5ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 13:36:27 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:36:27 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 13:36:27 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 13:36:27 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.4ms) Rendered home/withpartial.csv.csvrb (1.1ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:37:20.264521"], ["updated_at", "2019-06-06 19:37:20.264521"]]  (54.6ms) commit transaction Started GET "/users/587/send_instructions" for 127.0.0.1 at 2019-06-06 13:37:20 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"587"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 587], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.3ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.9ms) Notifier#instructions: processed outbound mail in 103.3ms Sent mail to elmer@fudd.com (6.7ms) Date: Thu, 06 Jun 2019 13:37:20 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf96b70703c8_637c2b22646df9647679@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf96b706f4fd_637c2b22646df96475d1"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf96b706f4fd_637c2b22646df96475d1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf96b706f4fd_637c2b22646df96475d1 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_587.csv Content-ID: <5cf96b7070a3b_637c2b22646df964777@archlinux.mail> IjU4NyIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf96b706f4fd_637c2b22646df96475d1-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 116ms (Views: 0.9ms | ActiveRecord: 0.2ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 585]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 586]]  (1.6ms) commit transaction  (0.1ms) begin transaction User Destroy (0.9ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 587]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:37:20.476066"], ["updated_at", "2019-06-06 19:37:20.476066"]]  (1.9ms) commit transaction Started GET "/users/588.csv" for 127.0.0.1 at 2019-06-06 13:37:20 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"588"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 588], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 588]]  (2.3ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:37:20.504041"], ["updated_at", "2019-06-06 19:37:20.504041"]]  (2.0ms) commit transaction Started GET "/users/export/589.csv" for 127.0.0.1 at 2019-06-06 13:37:20 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"589"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 589], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (0.2ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 589]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:37:20.512123"], ["updated_at", "2019-06-06 19:37:20.512123"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 590], ["created_at", "2019-06-06 19:37:20.524727"], ["updated_at", "2019-06-06 19:37:20.524727"]]  (1.9ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 590], ["created_at", "2019-06-06 19:37:20.527591"], ["updated_at", "2019-06-06 19:37:20.527591"]]  (1.7ms) commit transaction Started GET "/users/590/likes.csv" for 127.0.0.1 at 2019-06-06 13:37:20 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"590"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 590], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 590]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.2ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:37:20 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 590]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:37:20.540669"], ["updated_at", "2019-06-06 19:37:20.540669"]]  (1.6ms) commit transaction Started GET "/users/591/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 13:37:20 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"591"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 591], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 13:37:20 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 13:37:20 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:37:20.550467"], ["updated_at", "2019-06-06 19:37:20.550467"]]  (1.6ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 13:37:20 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 591]]  (2.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 592]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:37:20.560850"], ["updated_at", "2019-06-06 19:37:20.560850"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:37:20.563081"], ["updated_at", "2019-06-06 19:37:20.563081"]]  (1.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 13:37:20 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 593]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 594]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:37:20.573788"], ["updated_at", "2019-06-06 19:37:20.573788"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:37:20.575970"], ["updated_at", "2019-06-06 19:37:20.575970"]]  (1.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 13:37:20 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 13:37:20 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:37:20 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.4ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 13:37:20 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 13:37:20 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 13:37:20 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 13:38:33 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.3ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:38:33 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.6ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 595]]  (52.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 596]]  (2.8ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:38:33.145438"], ["updated_at", "2019-06-06 19:38:33.145438"]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:38:33.148510"], ["updated_at", "2019-06-06 19:38:33.148510"]]  (1.8ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 13:38:33 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 597]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 598]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:38:33.162386"], ["updated_at", "2019-06-06 19:38:33.162386"]]  (1.5ms) commit transaction Started GET "/users/export/599.csv" for 127.0.0.1 at 2019-06-06 13:38:33 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"599"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 599], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (0.3ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 599]]  (2.3ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:38:33.171405"], ["updated_at", "2019-06-06 19:38:33.171405"]]  (2.2ms) commit transaction Started GET "/users/600.csv" for 127.0.0.1 at 2019-06-06 13:38:33 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"600"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 600], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 600]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:38:33.178984"], ["updated_at", "2019-06-06 19:38:33.178984"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:38:33.181516"], ["updated_at", "2019-06-06 19:38:33.181516"]]  (1.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 13:38:33 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 601]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 602]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:38:33.191671"], ["updated_at", "2019-06-06 19:38:33.191671"]]  (1.5ms) commit transaction Started GET "/users/603/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 13:38:33 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"603"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 603], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.5ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:38:33 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 13:38:33 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 603]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:38:33.206105"], ["updated_at", "2019-06-06 19:38:33.206105"]]  (2.2ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 604], ["created_at", "2019-06-06 19:38:33.218820"], ["updated_at", "2019-06-06 19:38:33.218820"]]  (2.4ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 604], ["created_at", "2019-06-06 19:38:33.222348"], ["updated_at", "2019-06-06 19:38:33.222348"]]  (1.6ms) commit transaction Started GET "/users/604/likes.csv" for 127.0.0.1 at 2019-06-06 13:38:33 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"604"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 604], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 604]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 13:38:33 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:38:33.230210"], ["updated_at", "2019-06-06 19:38:33.230210"]]  (1.5ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 13:38:33 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 13:38:33 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 13:38:33 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 13:38:33 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms)  (0.1ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:38:33.249028"], ["updated_at", "2019-06-06 19:38:33.249028"]]  (1.5ms) commit transaction Started GET "/users/606/send_instructions" for 127.0.0.1 at 2019-06-06 13:38:33 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"606"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 606], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.3ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 111.4ms Sent mail to elmer@fudd.com (3.3ms) Date: Thu, 06 Jun 2019 13:38:33 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf96bb959a83_63f02aed0f92995c316ad@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf96bb9592be_63f02aed0f92995c315b5"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf96bb9592be_63f02aed0f92995c315b5 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf96bb9592be_63f02aed0f92995c315b5 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_606.csv Content-ID: <5cf96bb959eab_63f02aed0f92995c317e8@archlinux.mail> IjYwNiIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf96bb9592be_63f02aed0f92995c315b5-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 117ms (Views: 0.3ms | ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 13:40:40 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) User Load (0.6ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 604]]  (2.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 605]]  (1.6ms) commit transaction  (0.1ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 606]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:40:40.788240"], ["updated_at", "2019-06-06 19:40:40.788240"]]  (2.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 607], ["created_at", "2019-06-06 19:40:40.800777"], ["updated_at", "2019-06-06 19:40:40.800777"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 607], ["created_at", "2019-06-06 19:40:40.803300"], ["updated_at", "2019-06-06 19:40:40.803300"]]  (1.5ms) commit transaction Started GET "/users/607/likes.csv" for 127.0.0.1 at 2019-06-06 13:40:40 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"607"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 607], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 607]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.2ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 13:40:40 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 607]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:40:40.817361"], ["updated_at", "2019-06-06 19:40:40.817361"]]  (1.5ms) commit transaction Started GET "/users/608.csv" for 127.0.0.1 at 2019-06-06 13:40:40 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"608"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 608], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 13:40:40 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 608]]  (2.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:40:40.831134"], ["updated_at", "2019-06-06 19:40:40.831134"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:40:40.833559"], ["updated_at", "2019-06-06 19:40:40.833559"]]  (1.6ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 13:40:40 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:40:40 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 13:40:40 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 609]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 610]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:40:40.849445"], ["updated_at", "2019-06-06 19:40:40.849445"]]  (1.5ms) commit transaction Started GET "/users/export/611.csv" for 127.0.0.1 at 2019-06-06 13:40:40 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"611"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 611], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (0.2ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:40:40.854914"], ["updated_at", "2019-06-06 19:40:40.854914"]]  (1.6ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 13:40:40 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 611]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 612]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:40:40.865106"], ["updated_at", "2019-06-06 19:40:40.865106"]]  (2.7ms) commit transaction Started GET "/users/613/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 13:40:40 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"613"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 613], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.5ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 613]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:40:40.874007"], ["updated_at", "2019-06-06 19:40:40.874007"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:40:40.876846"], ["updated_at", "2019-06-06 19:40:40.876846"]]  (1.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 13:40:40 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:40:40 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 13:40:40 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 13:40:40 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)  (0.3ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:40:40.895380"], ["updated_at", "2019-06-06 19:40:40.895380"]]  (1.5ms) commit transaction Started GET "/users/616/send_instructions" for 127.0.0.1 at 2019-06-06 13:40:40 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"616"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 616], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 110.4ms Sent mail to elmer@fudd.com (3.3ms) Date: Thu, 06 Jun 2019 13:40:41 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf96c392fac_64372ab0dd8b9968387d6@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf96c3927b8_64372ab0dd8b9968386b3"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf96c3927b8_64372ab0dd8b9968386b3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf96c3927b8_64372ab0dd8b9968386b3 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_616.csv Content-ID: <5cf96c3933d8_64372ab0dd8b9968388f6@archlinux.mail> IjYxNiIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf96c3927b8_64372ab0dd8b9968386b3-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 116ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:41:54.835627"], ["updated_at", "2019-06-06 19:41:54.835627"]]  (54.3ms) commit transaction Started GET "/users/617/send_instructions" for 127.0.0.1 at 2019-06-06 13:41:54 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"617"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 617], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.5ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.4ms) Notifier#instructions: processed outbound mail in 100.4ms Sent mail to elmer@fudd.com (6.3ms) Date: Thu, 06 Jun 2019 13:41:55 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf96c833cd8_64642b0279c5396429330@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf96c832e72_64642b0279c5396429222"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf96c832e72_64642b0279c5396429222 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf96c832e72_64642b0279c5396429222 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_617.csv Content-ID: <5cf96c83446e_64642b0279c53964294be@archlinux.mail> IjYxNyIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf96c832e72_64642b0279c5396429222-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 111ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 13:41:55 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 614]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 615]]  (1.6ms) commit transaction  (0.1ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 616]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 617]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.8ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:41:55.040252"], ["updated_at", "2019-06-06 19:41:55.040252"]]  (1.5ms) commit transaction Started GET "/users/618/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 13:41:55 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"618"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 618], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (1.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 618]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:41:55.065565"], ["updated_at", "2019-06-06 19:41:55.065565"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:41:55.067896"], ["updated_at", "2019-06-06 19:41:55.067896"]]  (1.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 13:41:55 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 13:41:55 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:41:55 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 13:41:55 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:41:55.080532"], ["updated_at", "2019-06-06 19:41:55.080532"]]  (3.2ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 13:41:55 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:41:55 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 13:41:55 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 619]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 620]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 621]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:41:55.098021"], ["updated_at", "2019-06-06 19:41:55.098021"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:41:55.100250"], ["updated_at", "2019-06-06 19:41:55.100250"]]  (1.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 13:41:55 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 13:41:55 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 622]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 623]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:41:55.110991"], ["updated_at", "2019-06-06 19:41:55.110991"]]  (1.8ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 624], ["created_at", "2019-06-06 19:41:55.122623"], ["updated_at", "2019-06-06 19:41:55.122623"]]  (2.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 624], ["created_at", "2019-06-06 19:41:55.126247"], ["updated_at", "2019-06-06 19:41:55.126247"]]  (1.6ms) commit transaction Started GET "/users/624/likes.csv" for 127.0.0.1 at 2019-06-06 13:41:55 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"624"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 624], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 624]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 624]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:41:55.134102"], ["updated_at", "2019-06-06 19:41:55.134102"]]  (1.4ms) commit transaction Started GET "/users/625.csv" for 127.0.0.1 at 2019-06-06 13:41:55 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"625"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 625], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 625]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:41:55.140771"], ["updated_at", "2019-06-06 19:41:55.140771"]]  (1.5ms) commit transaction Started GET "/users/export/626.csv" for 127.0.0.1 at 2019-06-06 13:41:55 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"626"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 626], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (0.2ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 13:41:55 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.3ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 13:42:33 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 626]]  (53.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:42:33.669069"], ["updated_at", "2019-06-06 19:42:33.669069"]]  (2.4ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 627], ["created_at", "2019-06-06 19:42:33.683038"], ["updated_at", "2019-06-06 19:42:33.683038"]]  (2.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 627], ["created_at", "2019-06-06 19:42:33.686658"], ["updated_at", "2019-06-06 19:42:33.686658"]]  (1.6ms) commit transaction Started GET "/users/627/likes.csv" for 127.0.0.1 at 2019-06-06 13:42:33 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"627"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 627], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 627]] Rendered likes/index.csv.csvrb (0.8ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.2ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 13:42:33 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:42:33 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:42:33.703194"], ["updated_at", "2019-06-06 19:42:33.703194"]]  (1.6ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 13:42:33 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 627]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 628]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:42:33.712418"], ["updated_at", "2019-06-06 19:42:33.712418"]]  (1.4ms) commit transaction Started GET "/users/629.csv" for 127.0.0.1 at 2019-06-06 13:42:33 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"629"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 629], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 629]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:42:33.720734"], ["updated_at", "2019-06-06 19:42:33.720734"]]  (2.3ms) commit transaction Started GET "/users/export/630.csv" for 127.0.0.1 at 2019-06-06 13:42:33 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"630"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 630], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (0.6ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 630]]  (2.2ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:42:33.730139"], ["updated_at", "2019-06-06 19:42:33.730139"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:42:33.732326"], ["updated_at", "2019-06-06 19:42:33.732326"]]  (1.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 13:42:33 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 631]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 632]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:42:33.741205"], ["updated_at", "2019-06-06 19:42:33.741205"]]  (1.5ms) commit transaction Started GET "/users/633/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 13:42:33 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"633"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 633], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.5ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 13:42:33 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 633]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:42:33.750826"], ["updated_at", "2019-06-06 19:42:33.750826"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:42:33.753126"], ["updated_at", "2019-06-06 19:42:33.753126"]]  (2.3ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 13:42:33 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 13:42:33 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 13:42:33 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:42:33 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 13:42:33 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:42:33.773854"], ["updated_at", "2019-06-06 19:42:33.773854"]]  (2.1ms) commit transaction Started GET "/users/636/send_instructions" for 127.0.0.1 at 2019-06-06 13:42:33 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"636"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 636], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 109.3ms Sent mail to elmer@fudd.com (3.2ms) Date: Thu, 06 Jun 2019 13:42:33 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf96ca9d9452_64882b21d81f596c41179@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf96ca9d8cc0_64882b21d81f596c4106"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf96ca9d8cc0_64882b21d81f596c4106 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf96ca9d8cc0_64882b21d81f596c4106 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_636.csv Content-ID: <5cf96ca9d9865_64882b21d81f596c412c4@archlinux.mail> IjYzNiIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf96ca9d8cc0_64882b21d81f596c4106-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 115ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:45:24.620343"], ["updated_at", "2019-06-06 19:45:24.620343"]]  (53.7ms) commit transaction Started GET "/users/637/send_instructions" for 127.0.0.1 at 2019-06-06 13:45:24 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"637"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 637], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.5ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.8ms) Notifier#instructions: processed outbound mail in 103.1ms Sent mail to elmer@fudd.com (7.0ms) Date: Thu, 06 Jun 2019 13:45:24 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf96d54c2787_65262aaf1749f958334ae@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf96d54c1812_65262aaf1749f958333e2"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf96d54c1812_65262aaf1749f958333e2 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf96d54c1812_65262aaf1749f958333e2 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_637.csv Content-ID: <5cf96d54c2f06_65262aaf1749f95833556@archlinux.mail> IjYzNyIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf96d54c1812_65262aaf1749f958333e2-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 115ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 634]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 635]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 636]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 637]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:45:24.814868"], ["updated_at", "2019-06-06 19:45:24.814868"]]  (2.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:45:24.818776"], ["updated_at", "2019-06-06 19:45:24.818776"]]  (1.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 13:45:24 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (1.0ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 13:45:24 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.3ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 638]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 639]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:45:24.850971"], ["updated_at", "2019-06-06 19:45:24.850971"]]  (2.6ms) commit transaction  (0.1ms) begin transaction Like Create (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 640], ["created_at", "2019-06-06 19:45:24.864668"], ["updated_at", "2019-06-06 19:45:24.864668"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 640], ["created_at", "2019-06-06 19:45:24.867442"], ["updated_at", "2019-06-06 19:45:24.867442"]]  (1.6ms) commit transaction Started GET "/users/640/likes.csv" for 127.0.0.1 at 2019-06-06 13:45:24 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"640"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 640], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 640]] Rendered likes/index.csv.csvrb (1.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.2ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:45:24.874801"], ["updated_at", "2019-06-06 19:45:24.874801"]]  (1.9ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 13:45:24 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 640]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 641]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:45:24.884599"], ["updated_at", "2019-06-06 19:45:24.884599"]]  (1.6ms) commit transaction Started GET "/users/642.csv" for 127.0.0.1 at 2019-06-06 13:45:24 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"642"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 642], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:45:24 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 13:45:24 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 642]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:45:24.896352"], ["updated_at", "2019-06-06 19:45:24.896352"]]  (1.4ms) commit transaction Started GET "/users/export/643.csv" for 127.0.0.1 at 2019-06-06 13:45:24 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"643"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 643], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (0.2ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 13:45:24 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:45:24 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 13:45:24 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 643]]  (2.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:45:24.911527"], ["updated_at", "2019-06-06 19:45:24.911527"]]  (1.4ms) commit transaction Started GET "/users/644/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 13:45:24 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"644"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 644], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 13:45:24 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 644]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:45:24.921382"], ["updated_at", "2019-06-06 19:45:24.921382"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:45:24.923727"], ["updated_at", "2019-06-06 19:45:24.923727"]]  (2.1ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 13:45:24 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 13:45:24 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:46:05 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:46:05.239069"], ["updated_at", "2019-06-06 19:46:05.239069"]]  (58.7ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 13:46:05 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 645]]  (2.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 646]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 647]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:46:05.315903"], ["updated_at", "2019-06-06 19:46:05.315903"]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:46:05.318847"], ["updated_at", "2019-06-06 19:46:05.318847"]]  (1.7ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 13:46:05 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (1.3ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 13:46:05 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 13:46:05 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 13:46:05 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.3ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 13:46:05 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 13:46:05 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 648]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 649]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:46:05.352158"], ["updated_at", "2019-06-06 19:46:05.352158"]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:46:05.355080"], ["updated_at", "2019-06-06 19:46:05.355080"]]  (3.3ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 13:46:05 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 13:46:05 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 650]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 651]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:46:05.368969"], ["updated_at", "2019-06-06 19:46:05.368969"]]  (1.4ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 652], ["created_at", "2019-06-06 19:46:05.380941"], ["updated_at", "2019-06-06 19:46:05.380941"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 652], ["created_at", "2019-06-06 19:46:05.383645"], ["updated_at", "2019-06-06 19:46:05.383645"]]  (1.5ms) commit transaction Started GET "/users/652/likes.csv" for 127.0.0.1 at 2019-06-06 13:46:05 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"652"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 652], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 652]] Rendered likes/index.csv.csvrb (1.0ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.2ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 13:46:05 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 652]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:46:05.396405"], ["updated_at", "2019-06-06 19:46:05.396405"]]  (1.6ms) commit transaction Started GET "/users/export/653.csv" for 127.0.0.1 at 2019-06-06 13:46:05 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"653"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 653], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (0.2ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 653]]  (2.3ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:46:05.405096"], ["updated_at", "2019-06-06 19:46:05.405096"]]  (2.2ms) commit transaction Started GET "/users/654.csv" for 127.0.0.1 at 2019-06-06 13:46:05 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"654"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 654], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 654]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 19:46:05.412911"], ["updated_at", "2019-06-06 19:46:05.412911"]]  (1.6ms) commit transaction Started GET "/users/655/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 13:46:05 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"655"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 655], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.5ms)  (0.4ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 19:46:05.425031"], ["updated_at", "2019-06-06 19:46:05.425031"]]  (1.7ms) commit transaction Started GET "/users/656/send_instructions" for 127.0.0.1 at 2019-06-06 13:46:05 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"656"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 656], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 114.9ms Sent mail to elmer@fudd.com (3.5ms) Date: Thu, 06 Jun 2019 13:46:05 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf96d7d855cc_653c2ab86b3ad97087498@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf96d7d84d65_653c2ab86b3ad970873b3"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf96d7d84d65_653c2ab86b3ad970873b3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf96d7d84d65_653c2ab86b3ad970873b3 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_656.csv Content-ID: <5cf96d7d85a0f_653c2ab86b3ad970875ea@archlinux.mail> IjY1NiIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf96d7d84d65_653c2ab86b3ad970873b3-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 120ms (Views: 0.3ms | ActiveRecord: 0.0ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 655]]  (54.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 656]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 20:40:11.567047"], ["updated_at", "2019-06-06 20:40:11.567047"]]  (1.9ms) commit transaction Started GET "/users/export/657.csv" for 127.0.0.1 at 2019-06-06 14:40:11 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"657"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 657], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (0.5ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 657]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 20:40:11.589049"], ["updated_at", "2019-06-06 20:40:11.589049"]]  (2.0ms) commit transaction  (0.0ms) begin transaction Like Create (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 658], ["created_at", "2019-06-06 20:40:11.605856"], ["updated_at", "2019-06-06 20:40:11.605856"]]  (2.1ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 658], ["created_at", "2019-06-06 20:40:11.609131"], ["updated_at", "2019-06-06 20:40:11.609131"]]  (1.7ms) commit transaction Started GET "/users/658/likes.csv" for 127.0.0.1 at 2019-06-06 14:40:11 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"658"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 658], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.2ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 658]] Rendered likes/index.csv.csvrb (1.8ms) Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.3ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 658]]  (2.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 20:40:11.623296"], ["updated_at", "2019-06-06 20:40:11.623296"]]  (1.8ms) commit transaction Started GET "/users/659/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 14:40:11 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"659"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 659], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.5ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 659]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 20:40:11.636652"], ["updated_at", "2019-06-06 20:40:11.636652"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 20:40:11.639113"], ["updated_at", "2019-06-06 20:40:11.639113"]]  (1.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 14:40:11 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 14:40:11 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.6ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 14:40:11 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 660]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 661]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 20:40:11.657544"], ["updated_at", "2019-06-06 20:40:11.657544"]]  (2.1ms) commit transaction Started GET "/users/662.csv" for 127.0.0.1 at 2019-06-06 14:40:11 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"662"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 662], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 20:40:11.662763"], ["updated_at", "2019-06-06 20:40:11.662763"]]  (1.7ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 14:40:11 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 14:40:11 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 14:40:11 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 14:40:11 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 662]]  (2.9ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 663]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 20:40:11.682154"], ["updated_at", "2019-06-06 20:40:11.682154"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 20:40:11.684598"], ["updated_at", "2019-06-06 20:40:11.684598"]]  (1.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 14:40:11 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 14:40:11 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 14:40:11 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 14:40:11 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 20:40:11.702150"], ["updated_at", "2019-06-06 20:40:11.702150"]]  (1.7ms) commit transaction Started GET "/users/666/send_instructions" for 127.0.0.1 at 2019-06-06 14:40:11 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"666"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 666], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 112.4ms Sent mail to elmer@fudd.com (3.2ms) Date: Thu, 06 Jun 2019 14:40:11 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf97a2bc862a_697b2abd4e5ad96869519@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf97a2bc7e7d_697b2abd4e5ad968694f8"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf97a2bc7e7d_697b2abd4e5ad968694f8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf97a2bc7e7d_697b2abd4e5ad968694f8 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_666.csv Content-ID: <5cf97a2bc8a40_697b2abd4e5ad9686963c@archlinux.mail> IjY2NiIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf97a2bc7e7d_697b2abd4e5ad968694f8-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 118ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 20:40:32.049891"], ["updated_at", "2019-06-06 20:40:32.049891"]]  (54.8ms) commit transaction Started GET "/users/667/send_instructions" for 127.0.0.1 at 2019-06-06 14:40:32 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"667"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 667], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.3ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.8ms) Notifier#instructions: processed outbound mail in 102.5ms Sent mail to elmer@fudd.com (6.4ms) Date: Thu, 06 Jun 2019 14:40:32 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf97a4037160_69a62ae1814bd9701165@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf97a4036300_69a62ae1814bd9701079"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf97a4036300_69a62ae1814bd9701079 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf97a4036300_69a62ae1814bd9701079 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_667.csv Content-ID: <5cf97a4037967_69a62ae1814bd970124d@archlinux.mail> IjY2NyIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf97a4036300_69a62ae1814bd9701079-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 114ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 664]]  (3.3ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 665]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 666]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 667]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 20:40:32.244331"], ["updated_at", "2019-06-06 20:40:32.244331"]]  (1.8ms) commit transaction Started GET "/users/668.csv" for 127.0.0.1 at 2019-06-06 14:40:32 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"668"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 668], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.2ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 668]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 20:40:32.268807"], ["updated_at", "2019-06-06 20:40:32.268807"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 20:40:32.270998"], ["updated_at", "2019-06-06 20:40:32.270998"]]  (1.9ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 14:40:32 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 14:40:32 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 14:40:32 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 669]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 670]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 20:40:32.288648"], ["updated_at", "2019-06-06 20:40:32.288648"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 671], ["created_at", "2019-06-06 20:40:32.299862"], ["updated_at", "2019-06-06 20:40:32.299862"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 671], ["created_at", "2019-06-06 20:40:32.302357"], ["updated_at", "2019-06-06 20:40:32.302357"]]  (1.5ms) commit transaction Started GET "/users/671/likes.csv" for 127.0.0.1 at 2019-06-06 14:40:32 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"671"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 671], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 671]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.2ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 14:40:32 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 14:40:32 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 14:40:32 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 14:40:32 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 671]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 20:40:32.320524"], ["updated_at", "2019-06-06 20:40:32.320524"]]  (1.5ms) commit transaction Started GET "/users/672/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 14:40:32 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"672"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 672], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.5ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 672]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 20:40:32.327874"], ["updated_at", "2019-06-06 20:40:32.327874"]]  (1.9ms) commit transaction Started GET "/users/export/673.csv" for 127.0.0.1 at 2019-06-06 14:40:32 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"673"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 673], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering users/export.csv.csvrb Rendered users/export.csv.csvrb (0.2ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 673]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 20:40:32.335135"], ["updated_at", "2019-06-06 20:40:32.335135"]]  (2.6ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 20:40:32.338670"], ["updated_at", "2019-06-06 20:40:32.338670"]]  (2.0ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 14:40:32 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 14:40:32 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 14:40:32 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 20:40:32.349112"], ["updated_at", "2019-06-06 20:40:32.349112"]]  (1.6ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 14:40:32 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 14:41:25 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 14:41:25 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 9ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 14:41:25 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.3ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 14:41:25 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 14:41:25 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 14:41:25 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 14:41:25 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 14:41:25 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 14:42:02 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 14:42:02 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 14:42:02 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 14:42:02 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 14:42:02 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 14:42:02 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 14:42:02 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 14:42:02 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 15:36:43 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 15:36:43 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 15:36:43 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 15:36:43 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 15:36:43 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 15:36:43 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 15:36:43 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 15:38:24 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 15:38:24 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 15:38:24 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 15:38:24 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 15:38:24 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 15:38:24 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 15:38:24 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 15:39:09 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.6ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 15:39:09 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 15:39:09 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 15:39:09 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.4ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 15:39:09 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 15:39:09 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 15:39:09 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 15:39:09 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 15:39:25 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.4ms) Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 15:39:25 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.6ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 15:39:25 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 15:39:25 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users" Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 15:39:25 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 15:39:25 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 15:39:25 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 15:39:25 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 15:39:48 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 15:39:48 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 15:39:48 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.7ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 15:39:48 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 15:39:48 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 15:39:48 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 15:39:48 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 15:40:24 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 15:40:24 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 15:40:24 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 15:40:24 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 15:40:24 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 15:40:24 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 15:40:24 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 15:42:47 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (7.7ms) Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 15:42:47 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 15:42:47 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.6ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 15:42:47 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 15:42:47 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 15:42:47 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 15:42:47 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 15:42:47 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 15:43:28 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 15:43:28 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.4ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 15:43:28 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 15:43:28 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 15:43:28 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 15:43:28 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 15:43:28 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 15:43:28 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 15:44:05 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.6ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 15:44:05 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.3ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 15:44:05 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 15:44:05 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 15:44:05 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 15:44:05 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 15:44:05 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 15:44:05 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 15:48:10 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 15:48:10 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 15:48:10 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 15:48:10 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 15:48:10 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 15:48:10 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 15:48:10 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 15:48:10 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 15:48:27 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 15:48:27 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 15:48:27 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.3ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 15:48:27 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 15:48:27 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 15:48:27 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 15:48:27 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 15:48:27 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 15:49:10 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 15:49:10 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 15:49:10 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 15:49:10 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 15:49:10 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 15:49:10 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 15:49:10 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 15:49:10 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 15:51:41 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 15:51:41 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 15:51:41 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 15:51:41 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 15:51:41 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 15:51:41 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 15:51:41 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 15:51:41 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 15:53:06 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 15:53:06 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 15:53:06 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 15:53:06 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 15:53:06 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 15:53:06 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 15:53:06 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 15:53:06 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 15:53:25 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.3ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 15:53:25 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 15:53:25 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 15:53:25 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 15:53:25 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 15:53:25 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 15:53:25 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 15:53:25 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 15:54:06 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (7.2ms) Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 15:54:06 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.5ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 15:54:06 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 15:54:06 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 15:54:06 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 15:54:06 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 15:54:06 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 15:54:06 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 15:56:18 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.4ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 15:56:18 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.9ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 15:56:18 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 15:56:18 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 15:56:18 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 15:56:18 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 15:56:18 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.html.erb Rendered home/index.html.erb (0.3ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 15:56:18 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users" Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 15:59:51 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 15:59:51 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 15:59:51 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 15:59:51 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 15:59:51 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 15:59:51 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 15:59:51 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 15:59:51 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:02:01 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:02:01 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.6ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:02:01 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:02:01 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:02:01 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:02:01 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:02:01 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:02:23 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:02:23 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:02:23 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 16:02:23 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 16:02:23 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:02:23 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:02:23 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:03:05 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:03:05 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:03:05 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.3ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:03:05 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:03:05 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:03:05 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:03:05 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:05:52 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:05:52 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:05:52 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:05:52 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:05:52 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:05:52 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:05:52 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:06:15 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:06:15 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 16:06:15 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 16:06:15 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:06:15 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:06:15 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:06:15 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:07:42 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.6ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:07:42 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:07:42 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:07:42 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 16:07:42 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:07:42 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:07:42 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 16:10:32 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:10:32 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:10:32 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:10:32 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:10:32 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:10:32 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:10:32 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:10:32 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:12:34 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.5ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:12:34 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:12:34 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:12:34 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.4ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:12:34 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 16:12:34 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:12:34 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:12:34 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:12:51 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.6ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:12:51 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:12:51 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:12:51 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:12:51 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 16:12:51 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:12:51 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.4ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:12:51 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:14:26 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:14:26 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (1001.4ms) Completed 200 OK in 1004ms (Views: 1003.1ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 16:14:27 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:14:27 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (1001.3ms) Rendered home/withpartial.csv.csvrb (2003.4ms) Completed 200 OK in 2004ms (Views: 2004.0ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:14:29 -0600 Processing by HomeController#another as */* Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:14:29 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (1.8ms) Completed 200 OK in 11ms (Views: 4.8ms | ActiveRecord: 0.0ms) User Load (0.3ms) SELECT "users".* FROM "users" User Load (0.3ms) SELECT "users".* FROM "users" Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:14:29 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:14:29 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (1001.6ms) Completed 200 OK in 1003ms (Views: 1002.3ms | ActiveRecord: 0.0ms) User Load (0.5ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:16:30 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.6ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:16:30 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:16:30 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:16:30 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:16:30 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:16:30 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:16:30 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 16:16:30 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:17:01 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:17:01 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:17:01 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:17:01 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:17:01 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 16:17:01 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:17:01 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.4ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:17:01 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:18:19 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:18:19 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:18:19 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:18:19 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 16:18:19 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 16:18:19 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:18:19 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:18:19 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 16:19:03 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:19:03 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:19:03 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:19:03 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:19:03 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:19:03 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:19:03 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:19:03 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 16:19:20 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:19:20 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.3ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:19:20 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:19:20 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:19:20 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:19:20 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:19:20 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.4ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:19:20 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:21:23 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.7ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:21:23 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:21:23 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:21:23 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:21:23 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:21:23 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:21:23 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.4ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:21:23 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:21:49 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.6ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:21:49 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:21:49 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:21:49 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 16:21:49 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:21:49 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.4ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:21:49 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:21:49 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:22:21 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:22:21 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.3ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:22:21 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 16:22:21 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:22:21 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.4ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:22:21 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:22:21 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:22:21 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:22:40 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 16:22:40 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:22:40 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.4ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:22:40 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:22:40 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:22:40 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 16:22:40 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:22:40 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:23:29 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 16:23:29 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:23:29 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 16:23:29 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:23:29 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.4ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:23:29 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:23:29 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:23:29 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) SELECT sqlite_version(*)  (5.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)  (2.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC Migrating to CreateUsers (20120717192452)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "users" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "last_name" varchar, "address" varchar, "email" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20120717192452"]]  (2.3ms) commit transaction Migrating to CreateLikes (20121206210955)  (0.0ms) begin transaction  (0.1ms) CREATE TABLE "likes" ("id" integer PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) ActiveRecord::SchemaMigration Create (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20121206210955"]]  (2.0ms) commit transaction ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]]  (0.0ms) begin transaction ActiveRecord::InternalMetadata Create (0.1ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "test"], ["created_at", "2019-06-06 22:26:47.758470"], ["updated_at", "2019-06-06 22:26:47.758470"]]  (2.2ms) commit transaction  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:27:04.911835"], ["updated_at", "2019-06-06 22:27:04.911835"]]  (5.0ms) commit transaction Started GET "/users/1/send_instructions" for 127.0.0.1 at 2019-06-06 16:27:04 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"1"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.3ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.8ms) Notifier#instructions: processed outbound mail in 97.6ms Sent mail to elmer@fudd.com (6.2ms) Date: Thu, 06 Jun 2019 16:27:05 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf993399996_b7d2acff5ef796087928@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf993398a8d_b7d2acff5ef79608781e"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf993398a8d_b7d2acff5ef79608781e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf993398a8d_b7d2acff5ef79608781e Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_1.csv Content-ID: <5cf99339a0ef_b7d2acff5ef796088020@archlinux.mail> IjEiLCJFbG1lciIsImVsbWVyQGZ1ZGQuY29tIg0KIiIsIkluc3RydWN0aW9u cyIsIiINCg== ----==_mimepart_5cf993398a8d_b7d2acff5ef79608781e-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 108ms (Views: 0.4ms | ActiveRecord: 0.1ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.7ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:27:05.051796"], ["updated_at", "2019-06-06 22:27:05.051796"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:27:05.055021"], ["updated_at", "2019-06-06 22:27:05.055021"]]  (1.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 16:27:05 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.5ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (1.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.5ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 2]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.7ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 3]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:27:05.066654"], ["updated_at", "2019-06-06 22:27:05.066654"]]  (1.6ms) commit transaction Started GET "/users/export/4.csv" for 127.0.0.1 at 2019-06-06 16:27:05 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"4"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 4]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:27:05.076496"], ["updated_at", "2019-06-06 22:27:05.076496"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:27:05.079280"], ["updated_at", "2019-06-06 22:27:05.079280"]]  (2.3ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 16:27:05 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:27:05 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:27:05 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:27:05 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 5]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 6]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:27:05.112858"], ["updated_at", "2019-06-06 22:27:05.112858"]]  (1.4ms) commit transaction Started GET "/users/7/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 16:27:05 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"7"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users" User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 7]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:27:05.121006"], ["updated_at", "2019-06-06 22:27:05.121006"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 8], ["created_at", "2019-06-06 22:27:05.133095"], ["updated_at", "2019-06-06 22:27:05.133095"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 8], ["created_at", "2019-06-06 22:27:05.135569"], ["updated_at", "2019-06-06 22:27:05.135569"]]  (1.5ms) commit transaction Started GET "/users/8/likes.csv" for 127.0.0.1 at 2019-06-06 16:27:05 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"8"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 8]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:27:05 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:27:05 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:27:05 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:27:05.149284"], ["updated_at", "2019-06-06 22:27:05.149284"]]  (1.8ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 16:27:05 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:27:05 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 8]]  (2.3ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 9]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:27:05.161520"], ["updated_at", "2019-06-06 22:27:05.161520"]]  (1.5ms) commit transaction Started GET "/users/10.csv" for 127.0.0.1 at 2019-06-06 16:27:05 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"10"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:27:05 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:28:33 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:28:33 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.3ms) Completed 200 OK in 10ms (Views: 1.9ms | ActiveRecord: 0.0ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 10]]  (53.5ms) commit transaction  (0.1ms) begin transaction User Create (0.5ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:28:33.175464"], ["updated_at", "2019-06-06 22:28:33.175464"]]  (2.8ms) commit transaction Started GET "/users/11.csv" for 127.0.0.1 at 2019-06-06 16:28:33 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"11"} User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.8ms) Completed 200 OK in 6ms (Views: 3.1ms | ActiveRecord: 0.4ms) User Load (0.2ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction User Destroy (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 11]]  (2.3ms) commit transaction  (0.1ms) begin transaction User Create (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:28:33.205888"], ["updated_at", "2019-06-06 22:28:33.205888"]]  (2.6ms) commit transaction  (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:28:33.210275"], ["updated_at", "2019-06-06 22:28:33.210275"]]  (2.4ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 16:28:33 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (1.5ms) Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 12]]  (1.8ms) commit transaction  (0.1ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 13]]  (1.8ms) commit transaction  (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:28:33.226283"], ["updated_at", "2019-06-06 22:28:33.226283"]]  (1.8ms) commit transaction Started GET "/users/export/14.csv" for 127.0.0.1 at 2019-06-06 16:28:33 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"14"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction User Create (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:28:33.236363"], ["updated_at", "2019-06-06 22:28:33.236363"]]  (1.8ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 16:28:33 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (1.2ms) Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 14]]  (1.8ms) commit transaction  (0.1ms) begin transaction User Destroy (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 15]]  (1.9ms) commit transaction  (0.1ms) begin transaction User Create (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:28:33.254194"], ["updated_at", "2019-06-06 22:28:33.254194"]]  (2.0ms) commit transaction  (0.1ms) begin transaction User Create (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:28:33.257903"], ["updated_at", "2019-06-06 22:28:33.257903"]]  (2.4ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 16:28:33 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (1.4ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:28:33 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 16]]  (2.3ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 17]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:28:33.281552"], ["updated_at", "2019-06-06 22:28:33.281552"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 18], ["created_at", "2019-06-06 22:28:33.298321"], ["updated_at", "2019-06-06 22:28:33.298321"]]  (1.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 18], ["created_at", "2019-06-06 22:28:33.300966"], ["updated_at", "2019-06-06 22:28:33.300966"]]  (1.6ms) commit transaction Started GET "/users/18/likes.csv" for 127.0.0.1 at 2019-06-06 16:28:33 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"18"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 18]] Rendered likes/index.csv.csvrb (0.8ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 18]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:28:33.309518"], ["updated_at", "2019-06-06 22:28:33.309518"]]  (2.0ms) commit transaction Started GET "/users/19/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 16:28:33 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"19"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 19], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:28:33 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:28:33 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:28:33 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:28:33 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:28:33 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:28:33.327529"], ["updated_at", "2019-06-06 22:28:33.327529"]]  (2.0ms) commit transaction Started GET "/users/20/send_instructions" for 127.0.0.1 at 2019-06-06 16:28:33 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"20"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 110.8ms Sent mail to elmer@fudd.com (3.4ms) Date: Thu, 06 Jun 2019 16:28:33 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf993916de38_bbb2afba45d5960618a@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf993916d657_bbb2afba45d596061726"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf993916d657_bbb2afba45d596061726 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf993916d657_bbb2afba45d596061726 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_20.csv Content-ID: <5cf993916e2ad_bbb2afba45d59606194@archlinux.mail> IjIwIiwiRWxtZXIiLCJlbG1lckBmdWRkLmNvbSINCiIiLCJJbnN0cnVjdGlv bnMiLCIiDQo= ----==_mimepart_5cf993916d657_bbb2afba45d596061726-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 116ms (Views: 0.4ms | ActiveRecord: 0.1ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 19]]  (53.2ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 20]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:29:07.407088"], ["updated_at", "2019-06-06 22:29:07.407088"]]  (1.8ms) commit transaction  (0.0ms) begin transaction Like Create (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 21], ["created_at", "2019-06-06 22:29:07.422949"], ["updated_at", "2019-06-06 22:29:07.422949"]]  (2.0ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 21], ["created_at", "2019-06-06 22:29:07.426143"], ["updated_at", "2019-06-06 22:29:07.426143"]]  (2.0ms) commit transaction Started GET "/users/21/likes.csv" for 127.0.0.1 at 2019-06-06 16:29:07 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"21"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 21]] Rendered likes/index.csv.csvrb (1.4ms) Completed 200 OK in 5ms (Views: 3.2ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 21]]  (2.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:29:07.446284"], ["updated_at", "2019-06-06 22:29:07.446284"]]  (2.7ms) commit transaction Started GET "/users/22/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 16:29:07 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"22"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 22], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users" User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 22]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:29:07.460744"], ["updated_at", "2019-06-06 22:29:07.460744"]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:29:07.463120"], ["updated_at", "2019-06-06 22:29:07.463120"]]  (1.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 16:29:07 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.8ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:29:07 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 23]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 24]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:29:07.478533"], ["updated_at", "2019-06-06 22:29:07.478533"]]  (1.7ms) commit transaction Started GET "/users/25.csv" for 127.0.0.1 at 2019-06-06 16:29:07 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"25"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.3ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:29:07 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 25]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:29:07.491608"], ["updated_at", "2019-06-06 22:29:07.491608"]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:29:07.494435"], ["updated_at", "2019-06-06 22:29:07.494435"]]  (2.7ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 16:29:07 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:29:07 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 26]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 27]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:29:07.508043"], ["updated_at", "2019-06-06 22:29:07.508043"]]  (1.9ms) commit transaction Started GET "/users/export/28.csv" for 127.0.0.1 at 2019-06-06 16:29:07 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"28"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 28], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:29:07 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:29:07 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:29:07 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.4ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:29:07 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:29:07 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:29:07.525415"], ["updated_at", "2019-06-06 22:29:07.525415"]]  (2.0ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 16:29:07 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:29:07.531621"], ["updated_at", "2019-06-06 22:29:07.531621"]]  (1.6ms) commit transaction Started GET "/users/30/send_instructions" for 127.0.0.1 at 2019-06-06 16:29:07 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"30"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 111.8ms Sent mail to elmer@fudd.com (3.2ms) Date: Thu, 06 Jun 2019 16:29:07 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf993b3a035d_bd32b0a9887d95862011@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf993b39fbb2_bd32b0a9887d9586198b"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf993b39fbb2_bd32b0a9887d9586198b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf993b39fbb2_bd32b0a9887d9586198b Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_30.csv Content-ID: <5cf993b3a0772_bd32b0a9887d958621af@archlinux.mail> IjMwIiwiRWxtZXIiLCJlbG1lckBmdWRkLmNvbSINCiIiLCJJbnN0cnVjdGlv bnMiLCIiDQo= ----==_mimepart_5cf993b39fbb2_bd32b0a9887d9586198b-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 117ms (Views: 0.3ms | ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:29:51 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.8ms) Completed 200 OK in 3ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:29:51 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 28]]  (52.9ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 29]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 30]]  (3.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:29:51.637167"], ["updated_at", "2019-06-06 22:29:51.637167"]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:29:51.639922"], ["updated_at", "2019-06-06 22:29:51.639922"]]  (1.9ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 16:29:51 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:29:51 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 31]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 32]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:29:51.655028"], ["updated_at", "2019-06-06 22:29:51.655028"]]  (1.6ms) commit transaction Started GET "/users/33.csv" for 127.0.0.1 at 2019-06-06 16:29:51 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"33"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:29:51.659568"], ["updated_at", "2019-06-06 22:29:51.659568"]]  (1.4ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 16:29:51 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 33]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 34]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:29:51.668283"], ["updated_at", "2019-06-06 22:29:51.668283"]]  (2.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:29:51.671789"], ["updated_at", "2019-06-06 22:29:51.671789"]]  (1.6ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 16:29:51 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 35]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 36]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:29:51.681504"], ["updated_at", "2019-06-06 22:29:51.681504"]]  (2.0ms) commit transaction Started GET "/users/37/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 16:29:51 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"37"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 37], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 16:29:51 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 37]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:29:51.691574"], ["updated_at", "2019-06-06 22:29:51.691574"]]  (1.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 38], ["created_at", "2019-06-06 22:29:51.702445"], ["updated_at", "2019-06-06 22:29:51.702445"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 38], ["created_at", "2019-06-06 22:29:51.704733"], ["updated_at", "2019-06-06 22:29:51.704733"]]  (2.7ms) commit transaction Started GET "/users/38/likes.csv" for 127.0.0.1 at 2019-06-06 16:29:51 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"38"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 38], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 38]] Rendered likes/index.csv.csvrb (0.8ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:29:51 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:29:51 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:29:51 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:29:51 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:29:51 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 38]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:29:51.722582"], ["updated_at", "2019-06-06 22:29:51.722582"]]  (1.5ms) commit transaction Started GET "/users/export/39.csv" for 127.0.0.1 at 2019-06-06 16:29:51 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"39"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 39], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.2ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:29:51.732077"], ["updated_at", "2019-06-06 22:29:51.732077"]]  (1.8ms) commit transaction Started GET "/users/40/send_instructions" for 127.0.0.1 at 2019-06-06 16:29:51 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"40"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 40], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 108.7ms Sent mail to elmer@fudd.com (3.2ms) Date: Thu, 06 Jun 2019 16:29:51 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf993dfcec44_bfa2ab71200195c59794@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf993dfce47e_bfa2ab71200195c59658"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf993dfce47e_bfa2ab71200195c59658 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf993dfce47e_bfa2ab71200195c59658 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_40.csv Content-ID: <5cf993dfcf05b_bfa2ab71200195c598ed@archlinux.mail> IjQwIiwiRWxtZXIiLCJlbG1lckBmdWRkLmNvbSINCiIiLCJJbnN0cnVjdGlv bnMiLCIiDQo= ----==_mimepart_5cf993dfce47e_bfa2ab71200195c59658-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 114ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:31:31.880646"], ["updated_at", "2019-06-06 22:31:31.880646"]]  (4.0ms) commit transaction Started GET "/users/41/send_instructions" for 127.0.0.1 at 2019-06-06 16:31:31 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"41"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 41], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.7ms) Notifier#instructions: processed outbound mail in 97.8ms Sent mail to elmer@fudd.com (6.2ms) Date: Thu, 06 Jun 2019 16:31:31 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf99443f3720_c402b1112e1f958142c@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf99443f28c1_c402b1112e1f958136c"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf99443f28c1_c402b1112e1f958136c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf99443f28c1_c402b1112e1f958136c Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_41.csv Content-ID: <5cf99443f3ea1_c402b1112e1f95815a@archlinux.mail> IjQxIiwiRWxtZXIiLCJlbG1lckBmdWRkLmNvbSINCiIiLCJJbnN0cnVjdGlv bnMiLCIiDQo= ----==_mimepart_5cf99443f28c1_c402b1112e1f958136c-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 108ms (Views: 0.9ms | ActiveRecord: 0.1ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 39]]  (3.0ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 40]]  (2.4ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 41]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:31:32.013297"], ["updated_at", "2019-06-06 22:31:32.013297"]]  (2.0ms) commit transaction Started GET "/users/42.csv" for 127.0.0.1 at 2019-06-06 16:31:32 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"42"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 42], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 42]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:31:32.022806"], ["updated_at", "2019-06-06 22:31:32.022806"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 43], ["created_at", "2019-06-06 22:31:32.045804"], ["updated_at", "2019-06-06 22:31:32.045804"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 43], ["created_at", "2019-06-06 22:31:32.048284"], ["updated_at", "2019-06-06 22:31:32.048284"]]  (1.6ms) commit transaction Started GET "/users/43/likes.csv" for 127.0.0.1 at 2019-06-06 16:31:32 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"43"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 43], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 43]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 43]]  (3.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:31:32.058804"], ["updated_at", "2019-06-06 22:31:32.058804"]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:31:32.061214"], ["updated_at", "2019-06-06 22:31:32.061214"]]  (1.7ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 16:31:32 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 44]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 45]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:31:32.071174"], ["updated_at", "2019-06-06 22:31:32.071174"]]  (1.7ms) commit transaction Started GET "/users/46/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 16:31:32 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"46"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 46], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 16:31:32 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:31:32 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 46]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:31:32.086988"], ["updated_at", "2019-06-06 22:31:32.086988"]]  (1.4ms) commit transaction Started GET "/users/export/47.csv" for 127.0.0.1 at 2019-06-06 16:31:32 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"47"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 47], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:31:32 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:31:32 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:31:32 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:31:32 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:31:32 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:31:32 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:31:32.104049"], ["updated_at", "2019-06-06 22:31:32.104049"]]  (2.2ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 16:31:32 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 47]]  (2.3ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 48]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:31:32.114590"], ["updated_at", "2019-06-06 22:31:32.114590"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:31:32.116835"], ["updated_at", "2019-06-06 22:31:32.116835"]]  (1.4ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 16:31:32 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:31:32 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:32:30 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:32:30 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms) User Load (0.6ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 49]]  (52.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 50]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:32:30.976565"], ["updated_at", "2019-06-06 22:32:30.976565"]]  (1.7ms) commit transaction Started GET "/users/export/51.csv" for 127.0.0.1 at 2019-06-06 16:32:30 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"51"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 51], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:32:30 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 51]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:32:30.990440"], ["updated_at", "2019-06-06 22:32:30.990440"]]  (1.7ms) commit transaction Started GET "/users/52.csv" for 127.0.0.1 at 2019-06-06 16:32:30 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"52"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 52], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 52]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:32:30.998642"], ["updated_at", "2019-06-06 22:32:30.998642"]]  (2.3ms) commit transaction Started GET "/users/53/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 16:32:31 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"53"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 53], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 16:32:31 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 53]]  (2.4ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:32:31.019654"], ["updated_at", "2019-06-06 22:32:31.019654"]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:32:31.022424"], ["updated_at", "2019-06-06 22:32:31.022424"]]  (1.7ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 16:32:31 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:32:31 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.8ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:32:31 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.3ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 54]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 55]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:32:31.040553"], ["updated_at", "2019-06-06 22:32:31.040553"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:32:31.043336"], ["updated_at", "2019-06-06 22:32:31.043336"]]  (1.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 16:32:31 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (1.3ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:32:31 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.4ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:32:31 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:32:31.059666"], ["updated_at", "2019-06-06 22:32:31.059666"]]  (1.6ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 16:32:31 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:32:31 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 56]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 57]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 58]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:32:31.076808"], ["updated_at", "2019-06-06 22:32:31.076808"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 59], ["created_at", "2019-06-06 22:32:31.090877"], ["updated_at", "2019-06-06 22:32:31.090877"]]  (1.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 59], ["created_at", "2019-06-06 22:32:31.093530"], ["updated_at", "2019-06-06 22:32:31.093530"]]  (2.0ms) commit transaction Started GET "/users/59/likes.csv" for 127.0.0.1 at 2019-06-06 16:32:31 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"59"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 59], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 59]] Rendered likes/index.csv.csvrb (6.1ms) Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.2ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:32:31.104783"], ["updated_at", "2019-06-06 22:32:31.104783"]]  (1.5ms) commit transaction Started GET "/users/60/send_instructions" for 127.0.0.1 at 2019-06-06 16:32:31 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"60"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 60], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 110.3ms Sent mail to elmer@fudd.com (3.3ms) Date: Thu, 06 Jun 2019 16:32:31 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf9947f35ea0_c632b235c5cb96c1499@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf9947f356f2_c632b235c5cb96c13ed"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf9947f356f2_c632b235c5cb96c13ed Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf9947f356f2_c632b235c5cb96c13ed Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_60.csv Content-ID: <5cf9947f362bf_c632b235c5cb96c154d@archlinux.mail> IjYwIiwiRWxtZXIiLCJlbG1lckBmdWRkLmNvbSINCiIiLCJJbnN0cnVjdGlv bnMiLCIiDQo= ----==_mimepart_5cf9947f356f2_c632b235c5cb96c13ed-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 116ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:33:33 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 59]]  (53.3ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 60]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:33:33.783080"], ["updated_at", "2019-06-06 22:33:33.783080"]]  (2.6ms) commit transaction Started GET "/users/export/61.csv" for 127.0.0.1 at 2019-06-06 16:33:33 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"61"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 61], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:33:33 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:33:33 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.5ms) Completed 200 OK in 5ms (Views: 3.0ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:33:33 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 61]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:33:33.807003"], ["updated_at", "2019-06-06 22:33:33.807003"]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:33:33.809893"], ["updated_at", "2019-06-06 22:33:33.809893"]]  (1.8ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 16:33:33 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (1.4ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:33:33 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.3ms) Rendered home/withpartial.csv.csvrb (1.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:33:33 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 62]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 63]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:33:33.835021"], ["updated_at", "2019-06-06 22:33:33.835021"]]  (1.6ms) commit transaction Started GET "/users/64.csv" for 127.0.0.1 at 2019-06-06 16:33:33 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"64"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 64], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:33:33 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:33:33.842536"], ["updated_at", "2019-06-06 22:33:33.842536"]]  (2.9ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 16:33:33 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 64]]  (2.4ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 65]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:33:33.853746"], ["updated_at", "2019-06-06 22:33:33.853746"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:33:33.855988"], ["updated_at", "2019-06-06 22:33:33.855988"]]  (1.6ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 16:33:33 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 66]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 67]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:33:33.865690"], ["updated_at", "2019-06-06 22:33:33.865690"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 68], ["created_at", "2019-06-06 22:33:33.877107"], ["updated_at", "2019-06-06 22:33:33.877107"]]  (2.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 68], ["created_at", "2019-06-06 22:33:33.880561"], ["updated_at", "2019-06-06 22:33:33.880561"]]  (2.4ms) commit transaction Started GET "/users/68/likes.csv" for 127.0.0.1 at 2019-06-06 16:33:33 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"68"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 68], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 68]] Rendered likes/index.csv.csvrb (0.8ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:33:33 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 68]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:33:33.891905"], ["updated_at", "2019-06-06 22:33:33.891905"]]  (1.7ms) commit transaction Started GET "/users/69/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 16:33:33 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"69"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 69], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 16:33:33 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.4ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:33:33.897936"], ["updated_at", "2019-06-06 22:33:33.897936"]]  (2.0ms) commit transaction Started GET "/users/70/send_instructions" for 127.0.0.1 at 2019-06-06 16:33:33 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"70"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 70], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 109.8ms Sent mail to elmer@fudd.com (3.2ms) Date: Thu, 06 Jun 2019 16:33:34 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf994be4aba_c952ac17668b96c766da@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf994be431e_c952ac17668b96c7657d"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf994be431e_c952ac17668b96c7657d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf994be431e_c952ac17668b96c7657d Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_70.csv Content-ID: <5cf994be4ed6_c952ac17668b96c76788@archlinux.mail> IjcwIiwiRWxtZXIiLCJlbG1lckBmdWRkLmNvbSINCiIiLCJJbnN0cnVjdGlv bnMiLCIiDQo= ----==_mimepart_5cf994be431e_c952ac17668b96c7657d-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 115ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:34:44.666929"], ["updated_at", "2019-06-06 22:34:44.666929"]]  (53.1ms) commit transaction Started GET "/users/71/send_instructions" for 127.0.0.1 at 2019-06-06 16:34:44 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"71"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 71], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.6ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.4ms) Notifier#instructions: processed outbound mail in 102.8ms Sent mail to elmer@fudd.com (5.9ms) Date: Thu, 06 Jun 2019 16:34:44 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf99504d61e5_cbd2af135ab7970339ed@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf99504d5415_cbd2af135ab797033895"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf99504d5415_cbd2af135ab797033895 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf99504d5415_cbd2af135ab797033895 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_71.csv Content-ID: <5cf99504d6946_cbd2af135ab797034022@archlinux.mail> IjcxIiwiRWxtZXIiLCJlbG1lckBmdWRkLmNvbSINCiIiLCJJbnN0cnVjdGlv bnMiLCIiDQo= ----==_mimepart_5cf99504d5415_cbd2af135ab797033895-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 115ms (Views: 0.8ms | ActiveRecord: 0.2ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:34:44 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:34:44 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.8ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:34:44 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 69]]  (2.3ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 70]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 71]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:34:44.920649"], ["updated_at", "2019-06-06 22:34:44.920649"]]  (1.7ms) commit transaction Started GET "/users/72.csv" for 127.0.0.1 at 2019-06-06 16:34:44 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"72"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 72], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:34:44 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 72]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:34:44.929709"], ["updated_at", "2019-06-06 22:34:44.929709"]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:34:44.932157"], ["updated_at", "2019-06-06 22:34:44.932157"]]  (1.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 16:34:44 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 73]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 74]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:34:44.940629"], ["updated_at", "2019-06-06 22:34:44.940629"]]  (1.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 75], ["created_at", "2019-06-06 22:34:44.951482"], ["updated_at", "2019-06-06 22:34:44.951482"]]  (2.1ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 75], ["created_at", "2019-06-06 22:34:44.954335"], ["updated_at", "2019-06-06 22:34:44.954335"]]  (2.6ms) commit transaction Started GET "/users/75/likes.csv" for 127.0.0.1 at 2019-06-06 16:34:44 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"75"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 75], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.2ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 75]] Rendered likes/index.csv.csvrb (1.9ms) Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.3ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 75]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:34:44.971570"], ["updated_at", "2019-06-06 22:34:44.971570"]]  (1.6ms) commit transaction Started GET "/users/export/76.csv" for 127.0.0.1 at 2019-06-06 16:34:44 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"76"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 76], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 76]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:34:44.979992"], ["updated_at", "2019-06-06 22:34:44.979992"]]  (1.8ms) commit transaction Started GET "/users/77/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 16:34:44 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"77"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 77], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 16:34:44 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:34:44 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:34:44 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:34:44 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:34:44.994007"], ["updated_at", "2019-06-06 22:34:44.994007"]]  (1.9ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 16:34:44 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.9ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:34:45 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.3ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 77]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 78]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:34:45.013307"], ["updated_at", "2019-06-06 22:34:45.013307"]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:34:45.016370"], ["updated_at", "2019-06-06 22:34:45.016370"]]  (2.6ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 16:34:45 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:36:40 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:36:40 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 79]]  (53.4ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 80]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:36:40.903786"], ["updated_at", "2019-06-06 22:36:40.903786"]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:36:40.906936"], ["updated_at", "2019-06-06 22:36:40.906936"]]  (2.0ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 16:36:40 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:36:40 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:36:40 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:36:40 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:36:40 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.5ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:36:40.930121"], ["updated_at", "2019-06-06 22:36:40.930121"]]  (2.2ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 16:36:40 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 81]]  (2.2ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 82]]  (3.2ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 83]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:36:40.946088"], ["updated_at", "2019-06-06 22:36:40.946088"]]  (1.7ms) commit transaction Started GET "/users/84.csv" for 127.0.0.1 at 2019-06-06 16:36:40 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"84"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 84], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.3ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 84]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:36:40.955250"], ["updated_at", "2019-06-06 22:36:40.955250"]]  (1.8ms) commit transaction Started GET "/users/export/85.csv" for 127.0.0.1 at 2019-06-06 16:36:40 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"85"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 85], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:36:40 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 85]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:36:40.965769"], ["updated_at", "2019-06-06 22:36:40.965769"]]  (1.9ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 86], ["created_at", "2019-06-06 22:36:40.979634"], ["updated_at", "2019-06-06 22:36:40.979634"]]  (7.4ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 86], ["created_at", "2019-06-06 22:36:40.987940"], ["updated_at", "2019-06-06 22:36:40.987940"]]  (3.0ms) commit transaction Started GET "/users/86/likes.csv" for 127.0.0.1 at 2019-06-06 16:36:40 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"86"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 86], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 86]] Rendered likes/index.csv.csvrb (0.8ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 86]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:36:40.998311"], ["updated_at", "2019-06-06 22:36:40.998311"]]  (1.6ms) commit transaction Started GET "/users/87/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 16:36:41 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"87"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 87], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 16:36:41 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 87]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:36:41.006547"], ["updated_at", "2019-06-06 22:36:41.006547"]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:36:41.009135"], ["updated_at", "2019-06-06 22:36:41.009135"]]  (1.6ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 16:36:41 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:36:41 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:36:41.022134"], ["updated_at", "2019-06-06 22:36:41.022134"]]  (1.7ms) commit transaction Started GET "/users/90/send_instructions" for 127.0.0.1 at 2019-06-06 16:36:41 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"90"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 90], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 109.5ms Sent mail to elmer@fudd.com (3.2ms) Date: Thu, 06 Jun 2019 16:36:41 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf99579219a5_d0c2b1f4a9f7970206d9@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf99579211f8_d0c2b1f4a9f7970205b5"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf99579211f8_d0c2b1f4a9f7970205b5 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf99579211f8_d0c2b1f4a9f7970205b5 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_90.csv Content-ID: <5cf9957921dba_d0c2b1f4a9f79702075f@archlinux.mail> IjkwIiwiRWxtZXIiLCJlbG1lckBmdWRkLmNvbSINCiIiLCJJbnN0cnVjdGlv bnMiLCIiDQo= ----==_mimepart_5cf99579211f8_d0c2b1f4a9f7970205b5-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 115ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:38:55.264495"], ["updated_at", "2019-06-06 22:38:55.264495"]]  (53.1ms) commit transaction Started GET "/users/91/send_instructions" for 127.0.0.1 at 2019-06-06 16:38:55 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"91"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 91], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.5ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.8ms) Notifier#instructions: processed outbound mail in 109.6ms Sent mail to elmer@fudd.com (6.3ms) Date: Thu, 06 Jun 2019 16:38:55 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf995ff6e985_d472b1baa69b96442553@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf995ff6db4a_d472b1baa69b9644243a"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf995ff6db4a_d472b1baa69b9644243a Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf995ff6db4a_d472b1baa69b9644243a Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_91.csv Content-ID: <5cf995ff6f193_d472b1baa69b96442619@archlinux.mail> IjkxIiwiRWxtZXIiLCJlbG1lckBmdWRkLmNvbSINCiIiLCJJbnN0cnVjdGlv bnMiLCIiDQo= ----==_mimepart_5cf995ff6db4a_d472b1baa69b9644243a-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 121ms (Views: 0.8ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 88]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 89]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 90]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 91]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:38:55.474806"], ["updated_at", "2019-06-06 22:38:55.474806"]]  (1.9ms) commit transaction Started GET "/users/export/92.csv" for 127.0.0.1 at 2019-06-06 16:38:55 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"92"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 92], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:38:55 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:38:55 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:38:55 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 92]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:38:55.505937"], ["updated_at", "2019-06-06 22:38:55.505937"]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:38:55.508282"], ["updated_at", "2019-06-06 22:38:55.508282"]]  (1.4ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 16:38:55 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:38:55 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:38:55 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:38:55 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:38:55 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:38:55 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:38:55.523858"], ["updated_at", "2019-06-06 22:38:55.523858"]]  (1.9ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 16:38:55 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 93]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 94]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 95]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:38:55.535955"], ["updated_at", "2019-06-06 22:38:55.535955"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 96], ["created_at", "2019-06-06 22:38:55.546932"], ["updated_at", "2019-06-06 22:38:55.546932"]]  (1.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 96], ["created_at", "2019-06-06 22:38:55.549435"], ["updated_at", "2019-06-06 22:38:55.549435"]]  (1.7ms) commit transaction Started GET "/users/96/likes.csv" for 127.0.0.1 at 2019-06-06 16:38:55 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"96"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 96], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 96]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 96]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:38:55.558479"], ["updated_at", "2019-06-06 22:38:55.558479"]]  (1.5ms) commit transaction Started GET "/users/97/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 16:38:55 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"97"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 97], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 16:38:55 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 97]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:38:55.565751"], ["updated_at", "2019-06-06 22:38:55.565751"]]  (2.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:38:55.569355"], ["updated_at", "2019-06-06 22:38:55.569355"]]  (1.6ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 16:38:55 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 98]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 99]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:38:55.579874"], ["updated_at", "2019-06-06 22:38:55.579874"]]  (1.4ms) commit transaction Started GET "/users/100.csv" for 127.0.0.1 at 2019-06-06 16:38:55 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"100"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 100], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:42:14 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:42:14 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.4ms) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.0ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 100]]  (53.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:42:14.811094"], ["updated_at", "2019-06-06 22:42:14.811094"]]  (1.9ms) commit transaction  (0.0ms) begin transaction Like Create (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 101], ["created_at", "2019-06-06 22:42:14.827789"], ["updated_at", "2019-06-06 22:42:14.827789"]]  (2.0ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 101], ["created_at", "2019-06-06 22:42:14.830935"], ["updated_at", "2019-06-06 22:42:14.830935"]]  (1.8ms) commit transaction Started GET "/users/101/likes.csv" for 127.0.0.1 at 2019-06-06 16:42:14 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"101"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 101], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 101]] Rendered likes/index.csv.csvrb (1.3ms) Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 101]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:42:14.843643"], ["updated_at", "2019-06-06 22:42:14.843643"]]  (3.2ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:42:14.847764"], ["updated_at", "2019-06-06 22:42:14.847764"]]  (1.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 16:42:14 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.8ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:42:14 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 102]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 103]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:42:14.869338"], ["updated_at", "2019-06-06 22:42:14.869338"]]  (1.7ms) commit transaction Started GET "/users/export/104.csv" for 127.0.0.1 at 2019-06-06 16:42:14 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"104"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 104], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:42:14 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:42:14 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 104]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:42:14.880151"], ["updated_at", "2019-06-06 22:42:14.880151"]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:42:14.882228"], ["updated_at", "2019-06-06 22:42:14.882228"]]  (2.0ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 16:42:14 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 105]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 106]]  (2.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:42:14.893536"], ["updated_at", "2019-06-06 22:42:14.893536"]]  (1.6ms) commit transaction Started GET "/users/107/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 16:42:14 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"107"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 107], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 16:42:14 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:42:14 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:42:14 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 107]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:42:14.905250"], ["updated_at", "2019-06-06 22:42:14.905250"]]  (1.6ms) commit transaction Started GET "/users/108.csv" for 127.0.0.1 at 2019-06-06 16:42:14 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"108"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 108], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:42:14 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:42:14.911142"], ["updated_at", "2019-06-06 22:42:14.911142"]]  (2.1ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 16:42:14 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:42:14.922601"], ["updated_at", "2019-06-06 22:42:14.922601"]]  (1.8ms) commit transaction Started GET "/users/110/send_instructions" for 127.0.0.1 at 2019-06-06 16:42:14 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"110"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 110], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 111.3ms Sent mail to elmer@fudd.com (3.2ms) Date: Thu, 06 Jun 2019 16:42:15 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf996c79c99_db72aaf46f3d96c6531c@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf996c794fa_db72aaf46f3d96c65229"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf996c794fa_db72aaf46f3d96c65229 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf996c794fa_db72aaf46f3d96c65229 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_110.csv Content-ID: <5cf996c7a0ad_db72aaf46f3d96c65452@archlinux.mail> IjExMCIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf996c794fa_db72aaf46f3d96c65229-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 117ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:43:14.253428"], ["updated_at", "2019-06-06 22:43:14.253428"]]  (53.2ms) commit transaction Started GET "/users/111/send_instructions" for 127.0.0.1 at 2019-06-06 16:43:14 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"111"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 111], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.8ms) Notifier#instructions: processed outbound mail in 95.7ms Sent mail to elmer@fudd.com (6.0ms) Date: Thu, 06 Jun 2019 16:43:14 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf9970266506_ddb2ab85c5e596888662@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf99702656f0_ddb2ab85c5e5968885bd"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf99702656f0_ddb2ab85c5e5968885bd Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf99702656f0_ddb2ab85c5e5968885bd Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_111.csv Content-ID: <5cf9970266d08_ddb2ab85c5e5968887df@archlinux.mail> IjExMSIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf99702656f0_ddb2ab85c5e5968885bd-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 106ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 108]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 109]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 110]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 111]]  (2.0ms) commit transaction  (0.1ms) begin transaction User Create (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:43:14.437339"], ["updated_at", "2019-06-06 22:43:14.437339"]]  (2.0ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 112], ["created_at", "2019-06-06 22:43:14.475984"], ["updated_at", "2019-06-06 22:43:14.475984"]]  (2.0ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 112], ["created_at", "2019-06-06 22:43:14.478844"], ["updated_at", "2019-06-06 22:43:14.478844"]]  (1.9ms) commit transaction Started GET "/users/112/likes.csv" for 127.0.0.1 at 2019-06-06 16:43:14 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"112"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 112], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 112]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 112]]  (2.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:43:14.489027"], ["updated_at", "2019-06-06 22:43:14.489027"]]  (2.3ms) commit transaction  (0.1ms) begin transaction User Create (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:43:14.492595"], ["updated_at", "2019-06-06 22:43:14.492595"]]  (1.9ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 16:43:14 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (1.5ms) Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 113]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 114]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:43:14.516128"], ["updated_at", "2019-06-06 22:43:14.516128"]]  (1.5ms) commit transaction Started GET "/users/115/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 16:43:14 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"115"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 115], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 16:43:14 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:43:14 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:43:14.527425"], ["updated_at", "2019-06-06 22:43:14.527425"]]  (1.8ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 16:43:14 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:43:14 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 115]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 116]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:43:14.538788"], ["updated_at", "2019-06-06 22:43:14.538788"]]  (2.3ms) commit transaction Started GET "/users/117.csv" for 127.0.0.1 at 2019-06-06 16:43:14 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"117"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 117], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:43:14 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 117]]  (2.2ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:43:14.548778"], ["updated_at", "2019-06-06 22:43:14.548778"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:43:14.550998"], ["updated_at", "2019-06-06 22:43:14.550998"]]  (2.1ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 16:43:14 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:43:14 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:43:14 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:43:14 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 118]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 119]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:43:14.567590"], ["updated_at", "2019-06-06 22:43:14.567590"]]  (1.5ms) commit transaction Started GET "/users/export/120.csv" for 127.0.0.1 at 2019-06-06 16:43:14 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"120"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 120], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:43:14 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:43:14 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 120]]  (54.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:46:29.020969"], ["updated_at", "2019-06-06 22:46:29.020969"]]  (1.9ms) commit transaction Started GET "/users/121/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 16:46:29 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"121"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 121], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 16:46:29 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:46:29 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:46:29 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.5ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:46:29.051847"], ["updated_at", "2019-06-06 22:46:29.051847"]]  (2.2ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 16:46:29 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:46:29 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.4ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 121]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 122]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:46:29.065351"], ["updated_at", "2019-06-06 22:46:29.065351"]]  (1.4ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 123], ["created_at", "2019-06-06 22:46:29.076718"], ["updated_at", "2019-06-06 22:46:29.076718"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 123], ["created_at", "2019-06-06 22:46:29.079040"], ["updated_at", "2019-06-06 22:46:29.079040"]]  (1.7ms) commit transaction Started GET "/users/123/likes.csv" for 127.0.0.1 at 2019-06-06 16:46:29 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"123"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 123], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 123]] Rendered likes/index.csv.csvrb (0.8ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:46:29 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 123]]  (3.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:46:29.090477"], ["updated_at", "2019-06-06 22:46:29.090477"]]  (1.5ms) commit transaction Started GET "/users/export/124.csv" for 127.0.0.1 at 2019-06-06 16:46:29 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"124"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 124], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 124]]  (1.7ms) commit transaction  (0.1ms) begin transaction User Create (0.4ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:46:29.099217"], ["updated_at", "2019-06-06 22:46:29.099217"]]  (2.0ms) commit transaction  (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:46:29.103316"], ["updated_at", "2019-06-06 22:46:29.103316"]]  (1.9ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 16:46:29 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (1.1ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:46:29 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:46:29 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 125]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 126]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:46:29.129192"], ["updated_at", "2019-06-06 22:46:29.129192"]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:46:29.131319"], ["updated_at", "2019-06-06 22:46:29.131319"]]  (2.8ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 16:46:29 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:46:29 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 127]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 128]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:46:29.144969"], ["updated_at", "2019-06-06 22:46:29.144969"]]  (1.8ms) commit transaction Started GET "/users/129.csv" for 127.0.0.1 at 2019-06-06 16:46:29 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"129"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 129], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:46:29 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.2ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:46:29.158493"], ["updated_at", "2019-06-06 22:46:29.158493"]]  (1.6ms) commit transaction Started GET "/users/130/send_instructions" for 127.0.0.1 at 2019-06-06 16:46:29 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"130"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 130], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 110.4ms Sent mail to elmer@fudd.com (3.2ms) Date: Thu, 06 Jun 2019 16:46:29 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf997c54316e_f0f2ae39853796496719@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf997c5429dc_f0f2ae39853796496691"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf997c5429dc_f0f2ae39853796496691 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf997c5429dc_f0f2ae39853796496691 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_130.csv Content-ID: <5cf997c543589_f0f2ae39853796496866@archlinux.mail> IjEzMCIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf997c5429dc_f0f2ae39853796496691-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 116ms (Views: 0.3ms | ActiveRecord: 0.0ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 129]]  (4.3ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 130]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:46:42.994202"], ["updated_at", "2019-06-06 22:46:42.994202"]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:46:42.996740"], ["updated_at", "2019-06-06 22:46:42.996740"]]  (1.6ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 16:46:43 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:46:43 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:46:43 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 131]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 132]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:46:43.023430"], ["updated_at", "2019-06-06 22:46:43.023430"]]  (2.2ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:46:43.026339"], ["updated_at", "2019-06-06 22:46:43.026339"]]  (2.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 16:46:43 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 133]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 134]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:46:43.037049"], ["updated_at", "2019-06-06 22:46:43.037049"]]  (1.4ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 135], ["created_at", "2019-06-06 22:46:43.048063"], ["updated_at", "2019-06-06 22:46:43.048063"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 135], ["created_at", "2019-06-06 22:46:43.050954"], ["updated_at", "2019-06-06 22:46:43.050954"]]  (1.7ms) commit transaction Started GET "/users/135/likes.csv" for 127.0.0.1 at 2019-06-06 16:46:43 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"135"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 135], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 135]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.2ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:46:43 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:46:43 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 135]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:46:43.065204"], ["updated_at", "2019-06-06 22:46:43.065204"]]  (1.5ms) commit transaction Started GET "/users/export/136.csv" for 127.0.0.1 at 2019-06-06 16:46:43 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"136"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 136], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 136]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:46:43.072773"], ["updated_at", "2019-06-06 22:46:43.072773"]]  (2.9ms) commit transaction Started GET "/users/137.csv" for 127.0.0.1 at 2019-06-06 16:46:43 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"137"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 137], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:46:43 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:46:43.080667"], ["updated_at", "2019-06-06 22:46:43.080667"]]  (1.6ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 16:46:43 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:46:43 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:46:43 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:46:43 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 137]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 138]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:46:43.099100"], ["updated_at", "2019-06-06 22:46:43.099100"]]  (1.5ms) commit transaction Started GET "/users/139/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 16:46:43 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"139"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 139], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 16:46:43 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:46:43.111450"], ["updated_at", "2019-06-06 22:46:43.111450"]]  (1.6ms) commit transaction Started GET "/users/140/send_instructions" for 127.0.0.1 at 2019-06-06 16:46:43 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"140"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 140], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.3ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 111.3ms Sent mail to elmer@fudd.com (3.3ms) Date: Thu, 06 Jun 2019 16:46:43 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf997d338133_f252aeceda699603977b@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf997d33798d_f252aeceda6996039658"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf997d33798d_f252aeceda6996039658 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf997d33798d_f252aeceda6996039658 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_140.csv Content-ID: <5cf997d338549_f252aeceda699603988d@archlinux.mail> IjE0MCIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf997d33798d_f252aeceda6996039658-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 117ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:46:55.765553"], ["updated_at", "2019-06-06 22:46:55.765553"]]  (53.6ms) commit transaction Started GET "/users/141/send_instructions" for 127.0.0.1 at 2019-06-06 16:46:55 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"141"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 141], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.3ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.4ms) Notifier#instructions: processed outbound mail in 103.1ms Sent mail to elmer@fudd.com (6.3ms) Date: Thu, 06 Jun 2019 16:46:55 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf997dfe5c24_f352ae1e9d7b9646768f@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf997dfe4c3b_f352ae1e9d7b964675ae"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf997dfe4c3b_f352ae1e9d7b964675ae Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf997dfe4c3b_f352ae1e9d7b964675ae Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_141.csv Content-ID: <5cf997dfe63c6_f352ae1e9d7b9646772a@archlinux.mail> IjE0MSIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf997dfe4c3b_f352ae1e9d7b964675ae-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 114ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:46:55 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:46:55 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 139]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 140]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 141]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:46:55.965346"], ["updated_at", "2019-06-06 22:46:55.965346"]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:46:55.968075"], ["updated_at", "2019-06-06 22:46:55.968075"]]  (2.0ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 16:46:55 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:46:55 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:46:55 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:46:55 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:46:55 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:46:55 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:46:55 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:46:55.999950"], ["updated_at", "2019-06-06 22:46:55.999950"]]  (1.6ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 16:46:56 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 142]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 143]]  (2.3ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 144]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:46:56.011847"], ["updated_at", "2019-06-06 22:46:56.011847"]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:46:56.014240"], ["updated_at", "2019-06-06 22:46:56.014240"]]  (1.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 16:46:56 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 145]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 146]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:46:56.024676"], ["updated_at", "2019-06-06 22:46:56.024676"]]  (1.8ms) commit transaction Started GET "/users/export/147.csv" for 127.0.0.1 at 2019-06-06 16:46:56 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"147"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 147], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 147]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:46:56.031766"], ["updated_at", "2019-06-06 22:46:56.031766"]]  (2.5ms) commit transaction Started GET "/users/148.csv" for 127.0.0.1 at 2019-06-06 16:46:56 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"148"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 148], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 148]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:46:56.039814"], ["updated_at", "2019-06-06 22:46:56.039814"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 149], ["created_at", "2019-06-06 22:46:56.050667"], ["updated_at", "2019-06-06 22:46:56.050667"]]  (1.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 149], ["created_at", "2019-06-06 22:46:56.053392"], ["updated_at", "2019-06-06 22:46:56.053392"]]  (1.6ms) commit transaction Started GET "/users/149/likes.csv" for 127.0.0.1 at 2019-06-06 16:46:56 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"149"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 149], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 149]] Rendered likes/index.csv.csvrb (1.0ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.2ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 149]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:46:56.062854"], ["updated_at", "2019-06-06 22:46:56.062854"]]  (1.7ms) commit transaction Started GET "/users/150/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 16:46:56 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"150"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 150], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 16:46:56 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:49:34.610116"], ["updated_at", "2019-06-06 22:49:34.610116"]]  (52.9ms) commit transaction Started GET "/users/151/send_instructions" for 127.0.0.1 at 2019-06-06 16:49:34 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"151"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 151], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.5ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.8ms) Notifier#instructions: processed outbound mail in 102.6ms Sent mail to elmer@fudd.com (6.3ms) Date: Thu, 06 Jun 2019 16:49:34 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf9987ec0f98_10122b1e41acb96469356@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf9987ec0191_10122b1e41acb964692ca"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf9987ec0191_10122b1e41acb964692ca Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf9987ec0191_10122b1e41acb964692ca Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_151.csv Content-ID: <5cf9987ec1799_10122b1e41acb9646943e@archlinux.mail> IjE1MSIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf9987ec0191_10122b1e41acb964692ca-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 113ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:49:34.801607"], ["updated_at", "2019-06-06 22:49:34.801607"]]  (2.1ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 16:49:34 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:49:34 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:49:34 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:49:34 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 150]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 151]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 152]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:49:34.836421"], ["updated_at", "2019-06-06 22:49:34.836421"]]  (2.0ms) commit transaction Started GET "/users/153.csv" for 127.0.0.1 at 2019-06-06 16:49:34 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"153"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 153], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:49:34 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 153]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:49:34.851435"], ["updated_at", "2019-06-06 22:49:34.851435"]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:49:34.854221"], ["updated_at", "2019-06-06 22:49:34.854221"]]  (2.2ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 16:49:34 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:49:34 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:49:34 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:49:34 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 154]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 155]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:49:34.870319"], ["updated_at", "2019-06-06 22:49:34.870319"]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:49:34.872778"], ["updated_at", "2019-06-06 22:49:34.872778"]]  (2.1ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 16:49:34 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 156]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 157]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:49:34.882239"], ["updated_at", "2019-06-06 22:49:34.882239"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 158], ["created_at", "2019-06-06 22:49:34.892994"], ["updated_at", "2019-06-06 22:49:34.892994"]]  (3.1ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 158], ["created_at", "2019-06-06 22:49:34.896919"], ["updated_at", "2019-06-06 22:49:34.896919"]]  (1.9ms) commit transaction Started GET "/users/158/likes.csv" for 127.0.0.1 at 2019-06-06 16:49:34 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"158"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 158], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 158]] Rendered likes/index.csv.csvrb (0.8ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 158]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:49:34.906140"], ["updated_at", "2019-06-06 22:49:34.906140"]]  (1.5ms) commit transaction Started GET "/users/159/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 16:49:34 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"159"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 159], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 16:49:34 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 159]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:49:34.913954"], ["updated_at", "2019-06-06 22:49:34.913954"]]  (1.6ms) commit transaction Started GET "/users/export/160.csv" for 127.0.0.1 at 2019-06-06 16:49:34 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"160"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 160], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:49:34 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:50:47 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:50:47 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 160]]  (53.6ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:50:47.208150"], ["updated_at", "2019-06-06 22:50:47.208150"]]  (2.6ms) commit transaction Started GET "/users/161.csv" for 127.0.0.1 at 2019-06-06 16:50:47 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"161"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 161], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.5ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 161]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:50:47.222901"], ["updated_at", "2019-06-06 22:50:47.222901"]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:50:47.225855"], ["updated_at", "2019-06-06 22:50:47.225855"]]  (1.9ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 16:50:47 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.8ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:50:47 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:50:47 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.5ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 162]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 163]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:50:47.245892"], ["updated_at", "2019-06-06 22:50:47.245892"]]  (1.6ms) commit transaction Started GET "/users/export/164.csv" for 127.0.0.1 at 2019-06-06 16:50:47 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"164"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 164], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:50:47 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.3ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:50:47 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 164]]  (2.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:50:47.261079"], ["updated_at", "2019-06-06 22:50:47.261079"]]  (2.2ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:50:47.264217"], ["updated_at", "2019-06-06 22:50:47.264217"]]  (1.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 16:50:47 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 165]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 166]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:50:47.276345"], ["updated_at", "2019-06-06 22:50:47.276345"]]  (1.8ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 167], ["created_at", "2019-06-06 22:50:47.290139"], ["updated_at", "2019-06-06 22:50:47.290139"]]  (1.8ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 167], ["created_at", "2019-06-06 22:50:47.292775"], ["updated_at", "2019-06-06 22:50:47.292775"]]  (1.8ms) commit transaction Started GET "/users/167/likes.csv" for 127.0.0.1 at 2019-06-06 16:50:47 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"167"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 167], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 167]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 167]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:50:47.302896"], ["updated_at", "2019-06-06 22:50:47.302896"]]  (2.7ms) commit transaction Started GET "/users/168/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 16:50:47 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"168"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 168], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 16:50:47 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:50:47.309607"], ["updated_at", "2019-06-06 22:50:47.309607"]]  (1.8ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 16:50:47 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:50:47 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:50:47 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:50:47.324265"], ["updated_at", "2019-06-06 22:50:47.324265"]]  (2.0ms) commit transaction Started GET "/users/170/send_instructions" for 127.0.0.1 at 2019-06-06 16:50:47 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"170"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 170], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 112.5ms Sent mail to elmer@fudd.com (3.2ms) Date: Thu, 06 Jun 2019 16:50:47 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf998c76c274_106d2b1cc155196023399@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf998c76bacb_106d2b1cc1551960232f6"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf998c76bacb_106d2b1cc1551960232f6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf998c76bacb_106d2b1cc1551960232f6 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_170.csv Content-ID: <5cf998c76c69c_106d2b1cc155196023434@archlinux.mail> IjE3MCIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf998c76bacb_106d2b1cc1551960232f6-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 118ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:51:17.121842"], ["updated_at", "2019-06-06 22:51:17.121842"]]  (5.8ms) commit transaction Started GET "/users/171/send_instructions" for 127.0.0.1 at 2019-06-06 16:51:17 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"171"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 171], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.4ms) Notifier#instructions: processed outbound mail in 95.8ms Sent mail to elmer@fudd.com (6.3ms) Date: Thu, 06 Jun 2019 16:51:17 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf998e53a42d_108e2ae487fb397013012@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf998e539646_108e2ae487fb3970129c3"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf998e539646_108e2ae487fb3970129c3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf998e539646_108e2ae487fb3970129c3 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_171.csv Content-ID: <5cf998e53abdc_108e2ae487fb3970131b@archlinux.mail> IjE3MSIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf998e539646_108e2ae487fb3970129c3-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 106ms (Views: 0.4ms | ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:51:17 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (7.5ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 168]]  (2.1ms) commit transaction  (0.1ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 169]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 170]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 171]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:51:17.276690"], ["updated_at", "2019-06-06 22:51:17.276690"]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:51:17.278809"], ["updated_at", "2019-06-06 22:51:17.278809"]]  (1.9ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 16:51:17 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 172]]  (3.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 173]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:51:17.290824"], ["updated_at", "2019-06-06 22:51:17.290824"]]  (1.4ms) commit transaction Started GET "/users/174.csv" for 127.0.0.1 at 2019-06-06 16:51:17 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"174"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 174], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:51:17 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 174]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:51:17.298917"], ["updated_at", "2019-06-06 22:51:17.298917"]]  (1.8ms) commit transaction Started GET "/users/175/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 16:51:17 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"175"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 175], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 16:51:17 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:51:17 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:51:17 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:51:17 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 175]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:51:17.315897"], ["updated_at", "2019-06-06 22:51:17.315897"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:51:17.318454"], ["updated_at", "2019-06-06 22:51:17.318454"]]  (1.4ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 16:51:17 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:51:17.323760"], ["updated_at", "2019-06-06 22:51:17.323760"]]  (2.0ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 16:51:17 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:51:17 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:51:17 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 176]]  (2.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 177]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 178]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:51:17.339118"], ["updated_at", "2019-06-06 22:51:17.339118"]]  (1.6ms) commit transaction Started GET "/users/export/179.csv" for 127.0.0.1 at 2019-06-06 16:51:17 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"179"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 179], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:51:17 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 179]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:51:17.347406"], ["updated_at", "2019-06-06 22:51:17.347406"]]  (1.6ms) commit transaction  (0.1ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 180], ["created_at", "2019-06-06 22:51:17.358970"], ["updated_at", "2019-06-06 22:51:17.358970"]]  (1.8ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 180], ["created_at", "2019-06-06 22:51:17.361604"], ["updated_at", "2019-06-06 22:51:17.361604"]]  (2.0ms) commit transaction Started GET "/users/180/likes.csv" for 127.0.0.1 at 2019-06-06 16:51:17 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"180"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 180], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 180]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:52:06.231542"], ["updated_at", "2019-06-06 22:52:06.231542"]]  (52.8ms) commit transaction Started GET "/users/181/send_instructions" for 127.0.0.1 at 2019-06-06 16:52:06 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"181"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 181], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.3ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.4ms) Notifier#instructions: processed outbound mail in 102.6ms Sent mail to elmer@fudd.com (6.6ms) Date: Thu, 06 Jun 2019 16:52:06 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf99916631e8_10b62ab1a14c7958218de@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf999166213b_10b62ab1a14c795821723"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf999166213b_10b62ab1a14c795821723 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf999166213b_10b62ab1a14c795821723 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_181.csv Content-ID: <5cf99916639ee_10b62ab1a14c7958219f7@archlinux.mail> IjE4MSIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf999166213b_10b62ab1a14c795821723-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 114ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.5ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 180]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 181]]  (3.2ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:52:06.420620"], ["updated_at", "2019-06-06 22:52:06.420620"]]  (2.1ms) commit transaction Started GET "/users/export/182.csv" for 127.0.0.1 at 2019-06-06 16:52:06 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"182"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 182], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 182]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:52:06.430884"], ["updated_at", "2019-06-06 22:52:06.430884"]]  (1.4ms) commit transaction Started GET "/users/183.csv" for 127.0.0.1 at 2019-06-06 16:52:06 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"183"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 183], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:52:06 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 183]]  (1.7ms) commit transaction  (0.5ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:52:06.451362"], ["updated_at", "2019-06-06 22:52:06.451362"]]  (2.0ms) commit transaction Started GET "/users/184/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 16:52:06 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"184"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 184], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 16:52:06 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:52:06 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:52:06 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 184]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:52:06.465137"], ["updated_at", "2019-06-06 22:52:06.465137"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:52:06.467694"], ["updated_at", "2019-06-06 22:52:06.467694"]]  (1.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 16:52:06 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:52:06 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:52:06 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:52:06 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:52:06 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:52:06 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 185]]  (2.9ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 186]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:52:06.494050"], ["updated_at", "2019-06-06 22:52:06.494050"]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:52:06.496490"], ["updated_at", "2019-06-06 22:52:06.496490"]]  (1.8ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 16:52:06 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:52:06.501323"], ["updated_at", "2019-06-06 22:52:06.501323"]]  (2.1ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 16:52:06 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 187]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 188]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 189]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:52:06.513723"], ["updated_at", "2019-06-06 22:52:06.513723"]]  (2.0ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 190], ["created_at", "2019-06-06 22:52:06.525115"], ["updated_at", "2019-06-06 22:52:06.525115"]]  (2.9ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 190], ["created_at", "2019-06-06 22:52:06.528812"], ["updated_at", "2019-06-06 22:52:06.528812"]]  (1.9ms) commit transaction Started GET "/users/190/likes.csv" for 127.0.0.1 at 2019-06-06 16:52:06 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"190"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 190], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 190]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:52:50.560035"], ["updated_at", "2019-06-06 22:52:50.560035"]]  (52.7ms) commit transaction Started GET "/users/191/send_instructions" for 127.0.0.1 at 2019-06-06 16:52:50 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"191"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 191], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.5ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.8ms) Notifier#instructions: processed outbound mail in 103.3ms Sent mail to elmer@fudd.com (6.2ms) Date: Thu, 06 Jun 2019 16:52:50 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf99942b5117_10d92b15b41a3958893ba@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf99942b4179_10d92b15b41a39588926d"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf99942b4179_10d92b15b41a39588926d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf99942b4179_10d92b15b41a39588926d Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_191.csv Content-ID: <5cf99942b573b_10d92b15b41a3958894d7@archlinux.mail> IjE5MSIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf99942b4179_10d92b15b41a39588926d-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 114ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 190]]  (3.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 191]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:52:50.756135"], ["updated_at", "2019-06-06 22:52:50.756135"]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:52:50.759255"], ["updated_at", "2019-06-06 22:52:50.759255"]]  (1.6ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 16:52:50 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (1.2ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:52:50 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:52:50 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:52:50 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:52:50 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:52:50 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.8ms) Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:52:50.801168"], ["updated_at", "2019-06-06 22:52:50.801168"]]  (1.5ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 16:52:50 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:52:50 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 192]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 193]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 194]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:52:50.814710"], ["updated_at", "2019-06-06 22:52:50.814710"]]  (1.6ms) commit transaction Started GET "/users/export/195.csv" for 127.0.0.1 at 2019-06-06 16:52:50 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"195"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 195], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 195]]  (2.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:52:50.822878"], ["updated_at", "2019-06-06 22:52:50.822878"]]  (1.8ms) commit transaction Started GET "/users/196/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 16:52:50 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"196"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 196], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 16:52:50 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 196]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:52:50.832459"], ["updated_at", "2019-06-06 22:52:50.832459"]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:52:50.834896"], ["updated_at", "2019-06-06 22:52:50.834896"]]  (1.7ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 16:52:50 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 197]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 198]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:52:50.844980"], ["updated_at", "2019-06-06 22:52:50.844980"]]  (1.9ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 199], ["created_at", "2019-06-06 22:52:50.856734"], ["updated_at", "2019-06-06 22:52:50.856734"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 199], ["created_at", "2019-06-06 22:52:50.859318"], ["updated_at", "2019-06-06 22:52:50.859318"]]  (2.7ms) commit transaction Started GET "/users/199/likes.csv" for 127.0.0.1 at 2019-06-06 16:52:50 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"199"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 199], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 199]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:52:50 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:52:50 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 199]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:52:50.871756"], ["updated_at", "2019-06-06 22:52:50.871756"]]  (1.5ms) commit transaction Started GET "/users/200.csv" for 127.0.0.1 at 2019-06-06 16:52:50 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"200"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 200], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:53:25.429362"], ["updated_at", "2019-06-06 22:53:25.429362"]]  (52.8ms) commit transaction Started GET "/users/201/send_instructions" for 127.0.0.1 at 2019-06-06 16:53:25 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"201"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 201], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.5ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.4ms) Notifier#instructions: processed outbound mail in 107.0ms Sent mail to elmer@fudd.com (6.3ms) Date: Thu, 06 Jun 2019 16:53:25 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf99965960f4_10fd2adf030ef9549364d@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf99965952ff_10fd2adf030ef954935dc"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf99965952ff_10fd2adf030ef954935dc Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf99965952ff_10fd2adf030ef954935dc Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_201.csv Content-ID: <5cf99965968fb_10fd2adf030ef95493780@archlinux.mail> IjIwMSIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf99965952ff_10fd2adf030ef954935dc-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 118ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 200]]  (2.3ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 201]]  (2.3ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:53:25.631812"], ["updated_at", "2019-06-06 22:53:25.631812"]]  (2.1ms) commit transaction Started GET "/users/202/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 16:53:25 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"202"} User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 202], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.5ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 16:53:25 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:53:25 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:53:25 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 202]]  (2.2ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:53:25.662771"], ["updated_at", "2019-06-06 22:53:25.662771"]]  (2.1ms) commit transaction Started GET "/users/203.csv" for 127.0.0.1 at 2019-06-06 16:53:25 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"203"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 203], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 203]]  (2.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:53:25.671181"], ["updated_at", "2019-06-06 22:53:25.671181"]]  (1.6ms) commit transaction Started GET "/users/export/204.csv" for 127.0.0.1 at 2019-06-06 16:53:25 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"204"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 204], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:53:25.675775"], ["updated_at", "2019-06-06 22:53:25.675775"]]  (1.8ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 16:53:25 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:53:25 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:53:25 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 204]]  (3.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 205]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:53:25.695790"], ["updated_at", "2019-06-06 22:53:25.695790"]]  (1.9ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 206], ["created_at", "2019-06-06 22:53:25.707637"], ["updated_at", "2019-06-06 22:53:25.707637"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 206], ["created_at", "2019-06-06 22:53:25.710189"], ["updated_at", "2019-06-06 22:53:25.710189"]]  (1.9ms) commit transaction Started GET "/users/206/likes.csv" for 127.0.0.1 at 2019-06-06 16:53:25 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"206"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 206], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 206]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:53:25 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:53:25 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 206]]  (2.2ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:53:25.723736"], ["updated_at", "2019-06-06 22:53:25.723736"]]  (2.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:53:25.727169"], ["updated_at", "2019-06-06 22:53:25.727169"]]  (2.0ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 16:53:25 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 207]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 208]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:53:25.737569"], ["updated_at", "2019-06-06 22:53:25.737569"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:53:25.739778"], ["updated_at", "2019-06-06 22:53:25.739778"]]  (1.7ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 16:53:25 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:53:25 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:53:25 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:54:16.306846"], ["updated_at", "2019-06-06 22:54:16.306846"]]  (5.3ms) commit transaction Started GET "/users/211/send_instructions" for 127.0.0.1 at 2019-06-06 16:54:16 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"211"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 211], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.4ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.8ms) Notifier#instructions: processed outbound mail in 96.1ms Sent mail to elmer@fudd.com (6.3ms) Date: Thu, 06 Jun 2019 16:54:16 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf9999868eea_11182aec115e3968814ba@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf999986810b_11182aec115e3968813da"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf999986810b_11182aec115e3968813da Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf999986810b_11182aec115e3968813da Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_211.csv Content-ID: <5cf99998696c5_11182aec115e39688159f@archlinux.mail> IjIxMSIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf999986810b_11182aec115e3968813da-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 106ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:54:16 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:54:16 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:54:16 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 209]]  (2.1ms) commit transaction  (0.5ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 210]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 211]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:54:16.468598"], ["updated_at", "2019-06-06 22:54:16.468598"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:54:16.470970"], ["updated_at", "2019-06-06 22:54:16.470970"]]  (1.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 16:54:16 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:54:16 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:54:16.482385"], ["updated_at", "2019-06-06 22:54:16.482385"]]  (1.6ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 16:54:16 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 212]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 213]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 214]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:54:16.494886"], ["updated_at", "2019-06-06 22:54:16.494886"]]  (1.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 215], ["created_at", "2019-06-06 22:54:16.506605"], ["updated_at", "2019-06-06 22:54:16.506605"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 215], ["created_at", "2019-06-06 22:54:16.509077"], ["updated_at", "2019-06-06 22:54:16.509077"]]  (1.5ms) commit transaction Started GET "/users/215/likes.csv" for 127.0.0.1 at 2019-06-06 16:54:16 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"215"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 215], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 215]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 215]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:54:16.517844"], ["updated_at", "2019-06-06 22:54:16.517844"]]  (1.6ms) commit transaction Started GET "/users/216.csv" for 127.0.0.1 at 2019-06-06 16:54:16 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"216"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 216], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:54:16 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:54:16 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 216]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:54:16.529863"], ["updated_at", "2019-06-06 22:54:16.529863"]]  (1.6ms) commit transaction Started GET "/users/export/217.csv" for 127.0.0.1 at 2019-06-06 16:54:16 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"217"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 217], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:54:16 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 217]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:54:16.538593"], ["updated_at", "2019-06-06 22:54:16.538593"]]  (3.2ms) commit transaction Started GET "/users/218/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 16:54:16 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"218"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 218], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 16:54:16 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 218]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:54:16.548504"], ["updated_at", "2019-06-06 22:54:16.548504"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:54:16.551056"], ["updated_at", "2019-06-06 22:54:16.551056"]]  (1.6ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 16:54:16 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:54:16 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:56:09.313390"], ["updated_at", "2019-06-06 22:56:09.313390"]]  (54.4ms) commit transaction Started GET "/users/221/send_instructions" for 127.0.0.1 at 2019-06-06 16:56:09 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"221"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 221], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.5ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.8ms) Notifier#instructions: processed outbound mail in 106.2ms Sent mail to elmer@fudd.com (6.4ms) Date: Thu, 06 Jun 2019 16:56:09 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf99a097efcc_11702ae6e5bed95c38761@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf99a097dff7_11702ae6e5bed95c38644"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf99a097dff7_11702ae6e5bed95c38644 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf99a097dff7_11702ae6e5bed95c38644 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_221.csv Content-ID: <5cf99a097f5e4_11702ae6e5bed95c38823@archlinux.mail> IjIyMSIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf99a097dff7_11702ae6e5bed95c38644-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 121ms (Views: 0.8ms | ActiveRecord: 0.2ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:56:09 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:56:09 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 219]]  (2.3ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 220]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 221]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:56:09.559986"], ["updated_at", "2019-06-06 22:56:09.559986"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:56:09.562283"], ["updated_at", "2019-06-06 22:56:09.562283"]]  (1.7ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 16:56:09 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:56:09 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:56:09 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 222]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 223]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:56:09.578244"], ["updated_at", "2019-06-06 22:56:09.578244"]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:56:09.581417"], ["updated_at", "2019-06-06 22:56:09.581417"]]  (2.2ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 16:56:09 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:56:09 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 224]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 225]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:56:09.593392"], ["updated_at", "2019-06-06 22:56:09.593392"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 226], ["created_at", "2019-06-06 22:56:09.604728"], ["updated_at", "2019-06-06 22:56:09.604728"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 226], ["created_at", "2019-06-06 22:56:09.607222"], ["updated_at", "2019-06-06 22:56:09.607222"]]  (1.8ms) commit transaction Started GET "/users/226/likes.csv" for 127.0.0.1 at 2019-06-06 16:56:09 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"226"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 226], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 226]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 226]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:56:09.616608"], ["updated_at", "2019-06-06 22:56:09.616608"]]  (2.3ms) commit transaction Started GET "/users/227.csv" for 127.0.0.1 at 2019-06-06 16:56:09 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"227"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 227], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:56:09 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:56:09 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:56:09 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 227]]  (3.3ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:56:09.631860"], ["updated_at", "2019-06-06 22:56:09.631860"]]  (1.5ms) commit transaction Started GET "/users/228/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 16:56:09 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"228"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 228], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 16:56:09 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:56:09.637972"], ["updated_at", "2019-06-06 22:56:09.637972"]]  (1.5ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 16:56:09 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 228]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 229]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:56:09.647180"], ["updated_at", "2019-06-06 22:56:09.647180"]]  (1.6ms) commit transaction Started GET "/users/export/230.csv" for 127.0.0.1 at 2019-06-06 16:56:09 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"230"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 230], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:57:15 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:57:15 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.4ms) Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:57:15 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:57:15 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.3ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:57:15.477241"], ["updated_at", "2019-06-06 22:57:15.477241"]]  (58.4ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 16:57:15 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 230]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 231]]  (2.2ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:57:15.551040"], ["updated_at", "2019-06-06 22:57:15.551040"]]  (2.3ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:57:15.554507"], ["updated_at", "2019-06-06 22:57:15.554507"]]  (1.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 16:57:15 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (1.2ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 232]]  (2.4ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 233]]  (2.4ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:57:15.575002"], ["updated_at", "2019-06-06 22:57:15.575002"]]  (1.6ms) commit transaction Started GET "/users/234/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 16:57:15 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"234"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 234], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 16:57:15 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:57:15 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.3ms) Rendered home/withpartial.csv.csvrb (1.2ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 234]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:57:15.596965"], ["updated_at", "2019-06-06 22:57:15.596965"]]  (1.6ms) commit transaction Started GET "/users/export/235.csv" for 127.0.0.1 at 2019-06-06 16:57:15 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"235"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 235], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:57:15 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:57:15 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 235]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:57:15.609336"], ["updated_at", "2019-06-06 22:57:15.609336"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 236], ["created_at", "2019-06-06 22:57:15.620711"], ["updated_at", "2019-06-06 22:57:15.620711"]]  (1.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 236], ["created_at", "2019-06-06 22:57:15.623380"], ["updated_at", "2019-06-06 22:57:15.623380"]]  (1.7ms) commit transaction Started GET "/users/236/likes.csv" for 127.0.0.1 at 2019-06-06 16:57:15 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"236"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 236], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 236]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 236]]  (2.2ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:57:15.631943"], ["updated_at", "2019-06-06 22:57:15.631943"]]  (2.3ms) commit transaction Started GET "/users/237.csv" for 127.0.0.1 at 2019-06-06 16:57:15 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"237"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 237], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 237]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:57:15.639861"], ["updated_at", "2019-06-06 22:57:15.639861"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:57:15.642131"], ["updated_at", "2019-06-06 22:57:15.642131"]]  (1.7ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 16:57:15 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:57:15 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:57:15.649129"], ["updated_at", "2019-06-06 22:57:15.649129"]]  (1.4ms) commit transaction Started GET "/users/240/send_instructions" for 127.0.0.1 at 2019-06-06 16:57:15 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"240"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 240], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 115.5ms Sent mail to elmer@fudd.com (3.3ms) Date: Thu, 06 Jun 2019 16:57:15 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf99a4bbc26a_11962b0aa01f796485197@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf99a4bbba81_11962b0aa01f796485035"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf99a4bbba81_11962b0aa01f796485035 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf99a4bbba81_11962b0aa01f796485035 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_240.csv Content-ID: <5cf99a4bbc697_11962b0aa01f796485292@archlinux.mail> IjI0MCIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf99a4bbba81_11962b0aa01f796485035-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 121ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:57:56.441293"], ["updated_at", "2019-06-06 22:57:56.441293"]]  (54.3ms) commit transaction Started GET "/users/241/send_instructions" for 127.0.0.1 at 2019-06-06 16:57:56 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"241"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 241], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.8ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.7ms) Notifier#instructions: processed outbound mail in 106.5ms Sent mail to elmer@fudd.com (6.3ms) Date: Thu, 06 Jun 2019 16:57:56 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf99a749f615_11ce2b056164f974145cf@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf99a749e7fc_11ce2b056164f974144bd"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf99a749e7fc_11ce2b056164f974144bd Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf99a749e7fc_11ce2b056164f974144bd Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_241.csv Content-ID: <5cf99a749fe0f_11ce2b056164f97414674@archlinux.mail> IjI0MSIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf99a749e7fc_11ce2b056164f974144bd-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 120ms (Views: 0.4ms | ActiveRecord: 0.2ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:57:56 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 16:57:56 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 16:57:56 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.6ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 16:57:56 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 238]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 239]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 240]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 241]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:57:56.698591"], ["updated_at", "2019-06-06 22:57:56.698591"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:57:56.701061"], ["updated_at", "2019-06-06 22:57:56.701061"]]  (1.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 16:57:56 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 16:57:56 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 242]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 243]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:57:56.714816"], ["updated_at", "2019-06-06 22:57:56.714816"]]  (2.9ms) commit transaction Started GET "/users/244.csv" for 127.0.0.1 at 2019-06-06 16:57:56 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"244"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 244], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.3ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 244]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:57:56.724184"], ["updated_at", "2019-06-06 22:57:56.724184"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:57:56.726421"], ["updated_at", "2019-06-06 22:57:56.726421"]]  (1.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 16:57:56 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 22:57:56.731203"], ["updated_at", "2019-06-06 22:57:56.731203"]]  (1.5ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 16:57:56 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 245]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 246]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 247]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:57:56.743286"], ["updated_at", "2019-06-06 22:57:56.743286"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 248], ["created_at", "2019-06-06 22:57:56.757158"], ["updated_at", "2019-06-06 22:57:56.757158"]]  (2.9ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 248], ["created_at", "2019-06-06 22:57:56.761054"], ["updated_at", "2019-06-06 22:57:56.761054"]]  (1.7ms) commit transaction Started GET "/users/248/likes.csv" for 127.0.0.1 at 2019-06-06 16:57:56 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"248"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 248], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 248]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 16:57:56 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 248]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:57:56.772687"], ["updated_at", "2019-06-06 22:57:56.772687"]]  (1.7ms) commit transaction Started GET "/users/249/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 16:57:56 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"249"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 249], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 16:57:56 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 16:57:56 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 249]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 22:57:56.782762"], ["updated_at", "2019-06-06 22:57:56.782762"]]  (1.5ms) commit transaction Started GET "/users/export/250.csv" for 127.0.0.1 at 2019-06-06 16:57:56 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"250"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 250], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 16:57:56 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 250]]  (54.0ms) commit transaction  (0.1ms) begin transaction User Create (0.5ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:00:47.357785"], ["updated_at", "2019-06-06 23:00:47.357785"]]  (2.2ms) commit transaction Started GET "/users/export/251.csv" for 127.0.0.1 at 2019-06-06 17:00:47 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"251"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 251], ["LIMIT", 1]] Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.2ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 17:00:47 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (1.1ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 251]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:00:47.408710"], ["updated_at", "2019-06-06 23:00:47.408710"]]  (1.6ms) commit transaction Started GET "/users/252/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 17:00:47 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"252"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 252], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 17:00:47 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:00:47.417550"], ["updated_at", "2019-06-06 23:00:47.417550"]]  (1.8ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 17:00:47 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:00:47 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 17:00:47 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 252]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 253]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:00:47.432883"], ["updated_at", "2019-06-06 23:00:47.432883"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:00:47.435247"], ["updated_at", "2019-06-06 23:00:47.435247"]]  (1.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 17:00:47 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 17:00:47 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 254]]  (3.0ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 255]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:00:47.449132"], ["updated_at", "2019-06-06 23:00:47.449132"]]  (1.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 256], ["created_at", "2019-06-06 23:00:47.460448"], ["updated_at", "2019-06-06 23:00:47.460448"]]  (1.9ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 256], ["created_at", "2019-06-06 23:00:47.463136"], ["updated_at", "2019-06-06 23:00:47.463136"]]  (1.7ms) commit transaction Started GET "/users/256/likes.csv" for 127.0.0.1 at 2019-06-06 17:00:47 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"256"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 256], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 256]] Rendered likes/index.csv.csvrb (0.8ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 17:00:47 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 256]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:00:47.473843"], ["updated_at", "2019-06-06 23:00:47.473843"]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:00:47.476286"], ["updated_at", "2019-06-06 23:00:47.476286"]]  (2.0ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 17:00:47 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 17:00:47 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 257]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 258]]  (3.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:00:47.488499"], ["updated_at", "2019-06-06 23:00:47.488499"]]  (1.6ms) commit transaction Started GET "/users/259.csv" for 127.0.0.1 at 2019-06-06 17:00:47 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"259"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 259], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:00:47 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 17:00:47 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:00:47.496986"], ["updated_at", "2019-06-06 23:00:47.496986"]]  (1.5ms) commit transaction Started GET "/users/260/send_instructions" for 127.0.0.1 at 2019-06-06 17:00:47 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"260"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 260], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.3ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 117.2ms Sent mail to elmer@fudd.com (3.3ms) Date: Thu, 06 Jun 2019 17:00:47 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf99b1f97aaa_13332b0a07097964250@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf99b1f972f0_13332b0a070979641c1"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf99b1f972f0_13332b0a070979641c1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf99b1f972f0_13332b0a070979641c1 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_260.csv Content-ID: <5cf99b1f97ee5_13332b0a0709796431d@archlinux.mail> IjI2MCIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf99b1f972f0_13332b0a070979641c1-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 123ms (Views: 0.3ms | ActiveRecord: 0.1ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 259]]  (54.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 260]]  (2.3ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:02:00.099641"], ["updated_at", "2019-06-06 23:02:00.099641"]]  (2.2ms) commit transaction Started GET "/users/261.csv" for 127.0.0.1 at 2019-06-06 17:02:00 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"261"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 261], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.5ms) Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 17:02:00 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 261]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:02:00.128087"], ["updated_at", "2019-06-06 23:02:00.128087"]]  (1.7ms) commit transaction Started GET "/users/262/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 17:02:00 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"262"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 262], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 17:02:00 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:02:00.137979"], ["updated_at", "2019-06-06 23:02:00.137979"]]  (1.5ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 17:02:00 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.6ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 17:02:00 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 262]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 263]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:02:00.149260"], ["updated_at", "2019-06-06 23:02:00.149260"]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:02:00.151469"], ["updated_at", "2019-06-06 23:02:00.151469"]]  (1.6ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 17:02:00 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 264]]  (2.4ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 265]]  (2.2ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:02:00.163233"], ["updated_at", "2019-06-06 23:02:00.163233"]]  (1.7ms) commit transaction Started GET "/users/export/266.csv" for 127.0.0.1 at 2019-06-06 17:02:00 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"266"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 266], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 17:02:00 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 266]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:02:00.172765"], ["updated_at", "2019-06-06 23:02:00.172765"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:02:00.175119"], ["updated_at", "2019-06-06 23:02:00.175119"]]  (1.8ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 17:02:00 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 267]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 268]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:02:00.184397"], ["updated_at", "2019-06-06 23:02:00.184397"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 269], ["created_at", "2019-06-06 23:02:00.195459"], ["updated_at", "2019-06-06 23:02:00.195459"]]  (1.9ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 269], ["created_at", "2019-06-06 23:02:00.198198"], ["updated_at", "2019-06-06 23:02:00.198198"]]  (2.5ms) commit transaction Started GET "/users/269/likes.csv" for 127.0.0.1 at 2019-06-06 17:02:00 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"269"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 269], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 269]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 17:02:00 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:02:00 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 17:02:00 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:02:00 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 17:02:00 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:02:00.214766"], ["updated_at", "2019-06-06 23:02:00.214766"]]  (1.5ms) commit transaction Started GET "/users/270/send_instructions" for 127.0.0.1 at 2019-06-06 17:02:00 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"270"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 270], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 115.2ms Sent mail to elmer@fudd.com (3.3ms) Date: Thu, 06 Jun 2019 17:02:00 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf99b685241a_137b2ac3096bf96c4275a@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf99b6851c10_137b2ac3096bf96c426d7"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf99b6851c10_137b2ac3096bf96c426d7 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf99b6851c10_137b2ac3096bf96c426d7 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_270.csv Content-ID: <5cf99b685284b_137b2ac3096bf96c42820@archlinux.mail> IjI3MCIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf99b6851c10_137b2ac3096bf96c426d7-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 121ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:02:49.473583"], ["updated_at", "2019-06-06 23:02:49.473583"]]  (53.6ms) commit transaction Started GET "/users/271/send_instructions" for 127.0.0.1 at 2019-06-06 17:02:49 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"271"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 271], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.5ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.8ms) Notifier#instructions: processed outbound mail in 104.3ms Sent mail to elmer@fudd.com (6.5ms) Date: Thu, 06 Jun 2019 17:02:49 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf99b99a0660_13b82b01b3b499681799c@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf99b999f7c8_13b82b01b3b49968178e3"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf99b999f7c8_13b82b01b3b49968178e3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf99b999f7c8_13b82b01b3b49968178e3 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_271.csv Content-ID: <5cf99b99a0e8c_13b82b01b3b4996818074@archlinux.mail> IjI3MSIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf99b999f7c8_13b82b01b3b49968178e3-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 115ms (Views: 0.4ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 17:02:49 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 17:02:49 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 269]]  (2.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 270]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 271]]  (1.5ms) commit transaction  (0.6ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:02:49.685241"], ["updated_at", "2019-06-06 23:02:49.685241"]]  (1.7ms) commit transaction Started GET "/users/272.csv" for 127.0.0.1 at 2019-06-06 17:02:49 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"272"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 272], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.7ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 272]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:02:49.701512"], ["updated_at", "2019-06-06 23:02:49.701512"]]  (2.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:02:49.704880"], ["updated_at", "2019-06-06 23:02:49.704880"]]  (1.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 17:02:49 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:02:49 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:02:49.712295"], ["updated_at", "2019-06-06 23:02:49.712295"]]  (1.7ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 17:02:49 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 17:02:49 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 17:02:49 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:02:49 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 17:02:49 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 273]]  (3.4ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 274]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 275]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:02:49.735280"], ["updated_at", "2019-06-06 23:02:49.735280"]]  (1.6ms) commit transaction Started GET "/users/276/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 17:02:49 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"276"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 276], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 17:02:49 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 17:02:49 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 276]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:02:49.746917"], ["updated_at", "2019-06-06 23:02:49.746917"]]  (1.4ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 277], ["created_at", "2019-06-06 23:02:49.758253"], ["updated_at", "2019-06-06 23:02:49.758253"]]  (2.0ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 277], ["created_at", "2019-06-06 23:02:49.761182"], ["updated_at", "2019-06-06 23:02:49.761182"]]  (1.9ms) commit transaction Started GET "/users/277/likes.csv" for 127.0.0.1 at 2019-06-06 17:02:49 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"277"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 277], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 277]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 277]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:02:49.769462"], ["updated_at", "2019-06-06 23:02:49.769462"]]  (3.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:02:49.773208"], ["updated_at", "2019-06-06 23:02:49.773208"]]  (2.0ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 17:02:49 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 278]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 279]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:02:49.782678"], ["updated_at", "2019-06-06 23:02:49.782678"]]  (2.0ms) commit transaction Started GET "/users/export/280.csv" for 127.0.0.1 at 2019-06-06 17:02:49 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"280"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 280], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:03:28.451070"], ["updated_at", "2019-06-06 23:03:28.451070"]]  (5.1ms) commit transaction Started GET "/users/281/send_instructions" for 127.0.0.1 at 2019-06-06 17:03:28 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"281"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 281], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.4ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.4ms) Notifier#instructions: processed outbound mail in 95.7ms Sent mail to elmer@fudd.com (6.3ms) Date: Thu, 06 Jun 2019 17:03:28 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf99bc08c31c_13d92afe9f0db95c38775@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf99bc08b377_13d92afe9f0db95c386c0"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf99bc08b377_13d92afe9f0db95c386c0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf99bc08b377_13d92afe9f0db95c386c0 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_281.csv Content-ID: <5cf99bc08cb16_13d92afe9f0db95c388c0@archlinux.mail> IjI4MSIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf99bc08b377_13d92afe9f0db95c386c0-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 106ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 280]]  (2.2ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 281]]  (2.2ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:03:28.590239"], ["updated_at", "2019-06-06 23:03:28.590239"]]  (2.4ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 282], ["created_at", "2019-06-06 23:03:28.615035"], ["updated_at", "2019-06-06 23:03:28.615035"]]  (2.9ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 282], ["created_at", "2019-06-06 23:03:28.618762"], ["updated_at", "2019-06-06 23:03:28.618762"]]  (1.6ms) commit transaction Started GET "/users/282/likes.csv" for 127.0.0.1 at 2019-06-06 17:03:28 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"282"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 282], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 282]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 282]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:03:28.627794"], ["updated_at", "2019-06-06 23:03:28.627794"]]  (1.7ms) commit transaction Started GET "/users/283.csv" for 127.0.0.1 at 2019-06-06 17:03:28 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"283"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 283], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 283]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:03:28.635339"], ["updated_at", "2019-06-06 23:03:28.635339"]]  (1.5ms) commit transaction Started GET "/users/export/284.csv" for 127.0.0.1 at 2019-06-06 17:03:28 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"284"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 284], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 17:03:28 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:03:28 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 284]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:03:28.648936"], ["updated_at", "2019-06-06 23:03:28.648936"]]  (1.5ms) commit transaction Started GET "/users/285/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 17:03:28 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"285"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 285], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 17:03:28 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 285]]  (2.3ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:03:28.658643"], ["updated_at", "2019-06-06 23:03:28.658643"]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:03:28.661457"], ["updated_at", "2019-06-06 23:03:28.661457"]]  (1.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 17:03:28 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 286]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 287]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:03:28.671327"], ["updated_at", "2019-06-06 23:03:28.671327"]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:03:28.673881"], ["updated_at", "2019-06-06 23:03:28.673881"]]  (1.6ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 17:03:28 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:03:28 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 17:03:28 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 17:03:28 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 17:03:28 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:03:28.688960"], ["updated_at", "2019-06-06 23:03:28.688960"]]  (1.7ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 17:03:28 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 17:03:28 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 17:03:28 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 17:05:43 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 17:05:43 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 288]]  (7.3ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 289]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 290]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:05:43.357983"], ["updated_at", "2019-06-06 23:05:43.357983"]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:05:43.360409"], ["updated_at", "2019-06-06 23:05:43.360409"]]  (1.7ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 17:05:43 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:05:43 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 17:05:43 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.4ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 291]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 292]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:05:43.377846"], ["updated_at", "2019-06-06 23:05:43.377846"]]  (1.8ms) commit transaction Started GET "/users/293/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 17:05:43 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"293"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 293], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 17:05:43 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 293]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:05:43.388101"], ["updated_at", "2019-06-06 23:05:43.388101"]]  (2.8ms) commit transaction Started GET "/users/export/294.csv" for 127.0.0.1 at 2019-06-06 17:05:43 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"294"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 294], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 17:05:43 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 294]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:05:43.398279"], ["updated_at", "2019-06-06 23:05:43.398279"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 295], ["created_at", "2019-06-06 23:05:43.411543"], ["updated_at", "2019-06-06 23:05:43.411543"]]  (2.4ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 295], ["created_at", "2019-06-06 23:05:43.414807"], ["updated_at", "2019-06-06 23:05:43.414807"]]  (1.7ms) commit transaction Started GET "/users/295/likes.csv" for 127.0.0.1 at 2019-06-06 17:05:43 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"295"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 295], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 295]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:05:43.420663"], ["updated_at", "2019-06-06 23:05:43.420663"]]  (2.0ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 17:05:43 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 17:05:43 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 295]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 296]]  (2.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:05:43.432706"], ["updated_at", "2019-06-06 23:05:43.432706"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:05:43.435074"], ["updated_at", "2019-06-06 23:05:43.435074"]]  (2.8ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 17:05:43 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.8ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:05:43 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 297]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 298]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:05:43.448503"], ["updated_at", "2019-06-06 23:05:43.448503"]]  (1.5ms) commit transaction Started GET "/users/299.csv" for 127.0.0.1 at 2019-06-06 17:05:43 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"299"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 299], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 17:05:43 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:05:43.455826"], ["updated_at", "2019-06-06 23:05:43.455826"]]  (1.5ms) commit transaction Started GET "/users/300/send_instructions" for 127.0.0.1 at 2019-06-06 17:05:43 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"300"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 300], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 118.0ms Sent mail to elmer@fudd.com (3.2ms) Date: Thu, 06 Jun 2019 17:05:43 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf99c478da37_15762acb389b5964894c4@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf99c478d292_15762acb389b596489357"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf99c478d292_15762acb389b596489357 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf99c478d292_15762acb389b596489357 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_300.csv Content-ID: <5cf99c478de58_15762acb389b59648959b@archlinux.mail> IjMwMCIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf99c478d292_15762acb389b596489357-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 123ms (Views: 0.4ms | ActiveRecord: 0.1ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 299]]  (54.7ms) commit transaction  (0.1ms) begin transaction User Destroy (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 300]]  (2.4ms) commit transaction  (0.1ms) begin transaction User Create (0.5ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:05:52.050244"], ["updated_at", "2019-06-06 23:05:52.050244"]]  (2.3ms) commit transaction  (0.1ms) begin transaction Like Create (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 301], ["created_at", "2019-06-06 23:05:52.089715"], ["updated_at", "2019-06-06 23:05:52.089715"]]  (1.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 301], ["created_at", "2019-06-06 23:05:52.092998"], ["updated_at", "2019-06-06 23:05:52.092998"]]  (1.9ms) commit transaction Started GET "/users/301/likes.csv" for 127.0.0.1 at 2019-06-06 17:05:52 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"301"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 301], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 301]] Rendered likes/index.csv.csvrb (1.0ms) Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 301]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:05:52.111992"], ["updated_at", "2019-06-06 23:05:52.111992"]]  (1.7ms) commit transaction Started GET "/users/export/302.csv" for 127.0.0.1 at 2019-06-06 17:05:52 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"302"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 302], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:05:52 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 17:05:52 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 17:05:52 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 17:05:52 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:05:52 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 17:05:52 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 302]]  (2.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:05:52.135371"], ["updated_at", "2019-06-06 23:05:52.135371"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:05:52.137604"], ["updated_at", "2019-06-06 23:05:52.137604"]]  (1.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 17:05:52 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 303]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 304]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:05:52.148387"], ["updated_at", "2019-06-06 23:05:52.148387"]]  (1.6ms) commit transaction Started GET "/users/305/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 17:05:52 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"305"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 305], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 17:05:52 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:05:52.154430"], ["updated_at", "2019-06-06 23:05:52.154430"]]  (1.6ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 17:05:52 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 17:05:52 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 17:05:52 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 305]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 306]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:05:52.167885"], ["updated_at", "2019-06-06 23:05:52.167885"]]  (2.9ms) commit transaction Started GET "/users/307.csv" for 127.0.0.1 at 2019-06-06 17:05:52 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"307"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 307], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.3ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 307]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:05:52.177769"], ["updated_at", "2019-06-06 23:05:52.177769"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:05:52.180102"], ["updated_at", "2019-06-06 23:05:52.180102"]]  (1.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 17:05:52 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:05:52.185684"], ["updated_at", "2019-06-06 23:05:52.185684"]]  (1.7ms) commit transaction Started GET "/users/310/send_instructions" for 127.0.0.1 at 2019-06-06 17:05:52 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"310"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 310], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.3ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 116.8ms Sent mail to elmer@fudd.com (3.2ms) Date: Thu, 06 Jun 2019 17:05:52 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf99c504b96b_15882b06cae379609758@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf99c504b1cf_15882b06cae379609666"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf99c504b1cf_15882b06cae379609666 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf99c504b1cf_15882b06cae379609666 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_310.csv Content-ID: <5cf99c504bd97_15882b06cae37960981a@archlinux.mail> IjMxMCIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf99c504b1cf_15882b06cae379609666-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 123ms (Views: 0.3ms | ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 17:06:48 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:06:48 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 17:06:48 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:06:48.962060"], ["updated_at", "2019-06-06 23:06:48.962060"]]  (52.9ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 17:06:49 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:06:49 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 308]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 309]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 310]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 311]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:06:49.034756"], ["updated_at", "2019-06-06 23:06:49.034756"]]  (1.7ms) commit transaction Started GET "/users/export/312.csv" for 127.0.0.1 at 2019-06-06 17:06:49 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"312"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 312], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 17:06:49 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 312]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:06:49.046201"], ["updated_at", "2019-06-06 23:06:49.046201"]]  (1.5ms) commit transaction Started GET "/users/313.csv" for 127.0.0.1 at 2019-06-06 17:06:49 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"313"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 313], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 313]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:06:49.054432"], ["updated_at", "2019-06-06 23:06:49.054432"]]  (2.7ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:06:49.058072"], ["updated_at", "2019-06-06 23:06:49.058072"]]  (1.8ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 17:06:49 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.8ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 314]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 315]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:06:49.069614"], ["updated_at", "2019-06-06 23:06:49.069614"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:06:49.072086"], ["updated_at", "2019-06-06 23:06:49.072086"]]  (1.6ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 17:06:49 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.8ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 17:06:49 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 17:06:49 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 316]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 317]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:06:49.089650"], ["updated_at", "2019-06-06 23:06:49.089650"]]  (1.8ms) commit transaction Started GET "/users/318/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 17:06:49 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"318"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 318], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 17:06:49 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 17:06:49 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 318]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:06:49.104485"], ["updated_at", "2019-06-06 23:06:49.104485"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 319], ["created_at", "2019-06-06 23:06:49.118325"], ["updated_at", "2019-06-06 23:06:49.118325"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 319], ["created_at", "2019-06-06 23:06:49.121109"], ["updated_at", "2019-06-06 23:06:49.121109"]]  (1.6ms) commit transaction Started GET "/users/319/likes.csv" for 127.0.0.1 at 2019-06-06 17:06:49 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"319"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 319], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 319]] Rendered likes/index.csv.csvrb (1.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.2ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:06:49.127345"], ["updated_at", "2019-06-06 23:06:49.127345"]]  (1.8ms) commit transaction Started GET "/users/320/send_instructions" for 127.0.0.1 at 2019-06-06 17:06:49 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"320"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 320], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 116.2ms Sent mail to elmer@fudd.com (3.3ms) Date: Thu, 06 Jun 2019 17:06:49 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf99c893cef6_15ef2ab45a5a59548318@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf99c893c739_15ef2ab45a5a5954825d"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf99c893c739_15ef2ab45a5a5954825d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf99c893c739_15ef2ab45a5a5954825d Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_320.csv Content-ID: <5cf99c893d324_15ef2ab45a5a595484e9@archlinux.mail> IjMyMCIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf99c893c739_15ef2ab45a5a5954825d-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 121ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:07:13.885650"], ["updated_at", "2019-06-06 23:07:13.885650"]]  (53.6ms) commit transaction Started GET "/users/321/send_instructions" for 127.0.0.1 at 2019-06-06 17:07:13 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"321"} User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 321], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.7ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.8ms) Notifier#instructions: processed outbound mail in 107.8ms Sent mail to elmer@fudd.com (6.4ms) Date: Thu, 06 Jun 2019 17:07:14 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf99ca216a7c_16112abe2ab7996469794@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf99ca215c92_16112abe2ab7996469697"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf99ca215c92_16112abe2ab7996469697 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf99ca215c92_16112abe2ab7996469697 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_321.csv Content-ID: <5cf99ca217277_16112abe2ab79964698e8@archlinux.mail> IjMyMSIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf99ca215c92_16112abe2ab7996469697-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 122ms (Views: 0.8ms | ActiveRecord: 0.3ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:07:14 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 17:07:14 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.0ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 319]]  (2.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 320]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 321]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:07:14.119958"], ["updated_at", "2019-06-06 23:07:14.119958"]]  (1.5ms) commit transaction Started GET "/users/322.csv" for 127.0.0.1 at 2019-06-06 17:07:14 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"322"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 322], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:07:14 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 322]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:07:14.142643"], ["updated_at", "2019-06-06 23:07:14.142643"]]  (2.0ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 323], ["created_at", "2019-06-06 23:07:14.154770"], ["updated_at", "2019-06-06 23:07:14.154770"]]  (1.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 323], ["created_at", "2019-06-06 23:07:14.157512"], ["updated_at", "2019-06-06 23:07:14.157512"]]  (1.9ms) commit transaction Started GET "/users/323/likes.csv" for 127.0.0.1 at 2019-06-06 17:07:14 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"323"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 323], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 323]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 323]]  (2.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:07:14.168796"], ["updated_at", "2019-06-06 23:07:14.168796"]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:07:14.171256"], ["updated_at", "2019-06-06 23:07:14.171256"]]  (1.6ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 17:07:14 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 324]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 325]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:07:14.181537"], ["updated_at", "2019-06-06 23:07:14.181537"]]  (1.6ms) commit transaction Started GET "/users/326/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 17:07:14 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"326"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 326], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 17:07:14 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 17:07:14 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 17:07:14 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 326]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:07:14.195914"], ["updated_at", "2019-06-06 23:07:14.195914"]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:07:14.198517"], ["updated_at", "2019-06-06 23:07:14.198517"]]  (1.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 17:07:14 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.8ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:07:14.203607"], ["updated_at", "2019-06-06 23:07:14.203607"]]  (3.0ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 17:07:14 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 17:07:14 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 17:07:14 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 17:07:14 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 327]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 328]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 329]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:07:14.221568"], ["updated_at", "2019-06-06 23:07:14.221568"]]  (1.5ms) commit transaction Started GET "/users/export/330.csv" for 127.0.0.1 at 2019-06-06 17:07:14 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"330"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 330], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 17:14:08 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:14:08.463387"], ["updated_at", "2019-06-06 23:14:08.463387"]]  (6.0ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 17:14:08 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 17:14:08 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 330]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 331]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:14:08.486345"], ["updated_at", "2019-06-06 23:14:08.486345"]]  (1.6ms) commit transaction Started GET "/users/332.csv" for 127.0.0.1 at 2019-06-06 17:14:08 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"332"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 332], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.3ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:14:08 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 17:14:08 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:14:08 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 332]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:14:08.502117"], ["updated_at", "2019-06-06 23:14:08.502117"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 333], ["created_at", "2019-06-06 23:14:08.513312"], ["updated_at", "2019-06-06 23:14:08.513312"]]  (1.8ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 333], ["created_at", "2019-06-06 23:14:08.515921"], ["updated_at", "2019-06-06 23:14:08.515921"]]  (1.6ms) commit transaction Started GET "/users/333/likes.csv" for 127.0.0.1 at 2019-06-06 17:14:08 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"333"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 333], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 333]] Rendered likes/index.csv.csvrb (1.0ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.2ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 333]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:14:08.525632"], ["updated_at", "2019-06-06 23:14:08.525632"]]  (2.2ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:14:08.528554"], ["updated_at", "2019-06-06 23:14:08.528554"]]  (2.3ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 17:14:08 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 17:14:08 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 334]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 335]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:14:08.543570"], ["updated_at", "2019-06-06 23:14:08.543570"]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:14:08.545658"], ["updated_at", "2019-06-06 23:14:08.545658"]]  (1.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 17:14:08 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 17:14:08 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 336]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 337]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:14:08.557994"], ["updated_at", "2019-06-06 23:14:08.557994"]]  (1.5ms) commit transaction Started GET "/users/export/338.csv" for 127.0.0.1 at 2019-06-06 17:14:08 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"338"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 338], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 17:14:08 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 338]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:14:08.567501"], ["updated_at", "2019-06-06 23:14:08.567501"]]  (1.8ms) commit transaction Started GET "/users/339/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 17:14:08 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"339"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 339], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 17:14:08 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:14:08.575015"], ["updated_at", "2019-06-06 23:14:08.575015"]]  (1.5ms) commit transaction Started GET "/users/340/send_instructions" for 127.0.0.1 at 2019-06-06 17:14:08 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"340"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 340], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 119.6ms Sent mail to elmer@fudd.com (3.4ms) Date: Thu, 06 Jun 2019 17:14:08 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf99e40ab080_18f22b0792e5f974750b2@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf99e40aa7d3_18f22b0792e5f974749cb"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf99e40aa7d3_18f22b0792e5f974749cb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf99e40aa7d3_18f22b0792e5f974749cb Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_340.csv Content-ID: <5cf99e40ab4ba_18f22b0792e5f97475170@archlinux.mail> IjM0MCIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf99e40aa7d3_18f22b0792e5f974749cb-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 125ms (Views: 0.4ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 17:15:05 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) User Load (0.6ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 339]]  (52.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 340]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:15:06.040612"], ["updated_at", "2019-06-06 23:15:06.040612"]]  (2.0ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 341], ["created_at", "2019-06-06 23:15:06.054796"], ["updated_at", "2019-06-06 23:15:06.054796"]]  (2.0ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 341], ["created_at", "2019-06-06 23:15:06.057837"], ["updated_at", "2019-06-06 23:15:06.057837"]]  (1.8ms) commit transaction Started GET "/users/341/likes.csv" for 127.0.0.1 at 2019-06-06 17:15:06 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"341"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 341], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 341]] Rendered likes/index.csv.csvrb (1.0ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.2ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:15:06 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 17:15:06 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.5ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 341]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:15:06.076187"], ["updated_at", "2019-06-06 23:15:06.076187"]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:15:06.078975"], ["updated_at", "2019-06-06 23:15:06.078975"]]  (2.2ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 17:15:06 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 342]]  (3.0ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 343]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:15:06.094813"], ["updated_at", "2019-06-06 23:15:06.094813"]]  (1.9ms) commit transaction Started GET "/users/344.csv" for 127.0.0.1 at 2019-06-06 17:15:06 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"344"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 344], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.3ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 344]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:15:06.103086"], ["updated_at", "2019-06-06 23:15:06.103086"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:15:06.105585"], ["updated_at", "2019-06-06 23:15:06.105585"]]  (1.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 17:15:06 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 345]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 346]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:15:06.115816"], ["updated_at", "2019-06-06 23:15:06.115816"]]  (1.9ms) commit transaction Started GET "/users/export/347.csv" for 127.0.0.1 at 2019-06-06 17:15:06 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"347"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 347], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 17:15:06 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:15:06 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 17:15:06 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 347]]  (2.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:15:06.132415"], ["updated_at", "2019-06-06 23:15:06.132415"]]  (1.5ms) commit transaction Started GET "/users/348/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 17:15:06 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"348"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 348], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 17:15:06 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:15:06.140201"], ["updated_at", "2019-06-06 23:15:06.140201"]]  (1.7ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 17:15:06 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 17:15:06 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 17:15:06 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:15:06.152135"], ["updated_at", "2019-06-06 23:15:06.152135"]]  (1.5ms) commit transaction Started GET "/users/350/send_instructions" for 127.0.0.1 at 2019-06-06 17:15:06 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"350"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 350], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 118.1ms Sent mail to elmer@fudd.com (3.2ms) Date: Thu, 06 Jun 2019 17:15:06 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf99e7a43846_19372ae214bbf9746178d@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf99e7a430b8_19372ae214bbf974616b7"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf99e7a430b8_19372ae214bbf974616b7 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf99e7a430b8_19372ae214bbf974616b7 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_350.csv Content-ID: <5cf99e7a43c5f_19372ae214bbf974618e3@archlinux.mail> IjM1MCIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf99e7a430b8_19372ae214bbf974616b7-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 123ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:17:39.724908"], ["updated_at", "2019-06-06 23:17:39.724908"]]  (6.1ms) commit transaction Started GET "/users/351/send_instructions" for 127.0.0.1 at 2019-06-06 17:17:39 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"351"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 351], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.4ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.4ms) Notifier#instructions: processed outbound mail in 94.9ms Sent mail to elmer@fudd.com (6.6ms) Date: Thu, 06 Jun 2019 17:17:39 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf99f13cf14b_1a182ab80d42997085633@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf99f13ce366_1a182ab80d429970855c6"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf99f13ce366_1a182ab80d429970855c6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf99f13ce366_1a182ab80d429970855c6 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_351.csv Content-ID: <5cf99f13cf955_1a182ab80d42997085759@archlinux.mail> IjM1MSIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf99f13ce366_1a182ab80d429970855c6-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 105ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 348]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 349]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 350]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 351]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:17:39.869396"], ["updated_at", "2019-06-06 23:17:39.869396"]]  (2.5ms) commit transaction Started GET "/users/352.csv" for 127.0.0.1 at 2019-06-06 17:17:39 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"352"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 352], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 17:17:39 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.7ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 352]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:17:39.885898"], ["updated_at", "2019-06-06 23:17:39.885898"]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:17:39.896597"], ["updated_at", "2019-06-06 23:17:39.896597"]]  (1.7ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 17:17:39 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 17:17:39 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:17:39 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 17:17:39 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 353]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 354]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:17:39.914759"], ["updated_at", "2019-06-06 23:17:39.914759"]]  (1.8ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 355], ["created_at", "2019-06-06 23:17:39.926733"], ["updated_at", "2019-06-06 23:17:39.926733"]]  (2.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 355], ["created_at", "2019-06-06 23:17:39.930241"], ["updated_at", "2019-06-06 23:17:39.930241"]]  (2.1ms) commit transaction Started GET "/users/355/likes.csv" for 127.0.0.1 at 2019-06-06 17:17:39 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"355"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 355], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 355]] Rendered likes/index.csv.csvrb (1.0ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 355]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:17:39.940064"], ["updated_at", "2019-06-06 23:17:39.940064"]]  (2.0ms) commit transaction Started GET "/users/356/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 17:17:39 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"356"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 356], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 17:17:39 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 17:17:39 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 356]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:17:39.951552"], ["updated_at", "2019-06-06 23:17:39.951552"]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:17:39.954246"], ["updated_at", "2019-06-06 23:17:39.954246"]]  (1.6ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 17:17:39 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 17:17:39 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:17:39 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 17:17:39 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 357]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 358]]  (2.2ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:17:39.968909"], ["updated_at", "2019-06-06 23:17:39.968909"]]  (2.3ms) commit transaction Started GET "/users/export/359.csv" for 127.0.0.1 at 2019-06-06 17:17:39 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"359"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 359], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:17:39.974435"], ["updated_at", "2019-06-06 23:17:39.974435"]]  (1.7ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 17:17:39 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (45.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:18:41.654261"], ["updated_at", "2019-06-06 23:18:41.654261"]]  (5.0ms) commit transaction Started GET "/users/361/send_instructions" for 127.0.0.1 at 2019-06-06 17:18:41 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"361"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 361], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.3ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.4ms) Notifier#instructions: processed outbound mail in 102.4ms Sent mail to elmer@fudd.com (6.8ms) Date: Thu, 06 Jun 2019 17:18:41 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf99f51c9396_1a472b06bcae997479884@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf99f51c850d_1a472b06bcae9974797c7"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf99f51c850d_1a472b06bcae9974797c7 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf99f51c850d_1a472b06bcae9974797c7 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_361.csv Content-ID: <5cf99f51c9b56_1a472b06bcae99747997c@archlinux.mail> IjM2MSIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf99f51c850d_1a472b06bcae9974797c7-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 114ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 359]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 360]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 361]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:18:41.839514"], ["updated_at", "2019-06-06 23:18:41.839514"]]  (2.9ms) commit transaction Started GET "/users/362/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 17:18:41 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"362"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 362], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 17:18:41 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 17:18:41 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 17:18:41 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.6ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:18:41.869536"], ["updated_at", "2019-06-06 23:18:41.869536"]]  (1.6ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 17:18:41 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 362]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 363]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:18:41.880605"], ["updated_at", "2019-06-06 23:18:41.880605"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 364], ["created_at", "2019-06-06 23:18:41.894927"], ["updated_at", "2019-06-06 23:18:41.894927"]]  (3.1ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 364], ["created_at", "2019-06-06 23:18:41.898921"], ["updated_at", "2019-06-06 23:18:41.898921"]]  (1.8ms) commit transaction Started GET "/users/364/likes.csv" for 127.0.0.1 at 2019-06-06 17:18:41 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"364"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 364], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 364]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 17:18:41 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 364]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:18:41.909523"], ["updated_at", "2019-06-06 23:18:41.909523"]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:18:41.911849"], ["updated_at", "2019-06-06 23:18:41.911849"]]  (3.2ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 17:18:41 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 17:18:41 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 17:18:41 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 365]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 366]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:18:41.927308"], ["updated_at", "2019-06-06 23:18:41.927308"]]  (1.8ms) commit transaction Started GET "/users/export/367.csv" for 127.0.0.1 at 2019-06-06 17:18:41 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"367"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 367], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:18:41 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 367]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:18:41.935408"], ["updated_at", "2019-06-06 23:18:41.935408"]]  (1.7ms) commit transaction Started GET "/users/368.csv" for 127.0.0.1 at 2019-06-06 17:18:41 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"368"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 368], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:18:41 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 17:18:41 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 368]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:18:41.947722"], ["updated_at", "2019-06-06 23:18:41.947722"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:18:41.949878"], ["updated_at", "2019-06-06 23:18:41.949878"]]  (1.4ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 17:18:41 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 369]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 370]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:20:00.965154"], ["updated_at", "2019-06-06 23:20:00.965154"]]  (1.8ms) commit transaction Started GET "/users/371/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 17:20:00 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"371"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 371], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 17:20:00 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 371]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:20:00.981341"], ["updated_at", "2019-06-06 23:20:00.981341"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 372], ["created_at", "2019-06-06 23:20:00.992302"], ["updated_at", "2019-06-06 23:20:00.992302"]]  (1.9ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 372], ["created_at", "2019-06-06 23:20:00.994979"], ["updated_at", "2019-06-06 23:20:00.994979"]]  (3.2ms) commit transaction Started GET "/users/372/likes.csv" for 127.0.0.1 at 2019-06-06 17:20:00 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"372"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 372], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 372]] Rendered likes/index.csv.csvrb (1.2ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 17:20:01 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 372]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:20:01.009550"], ["updated_at", "2019-06-06 23:20:01.009550"]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:20:01.012283"], ["updated_at", "2019-06-06 23:20:01.012283"]]  (2.1ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 17:20:01 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 17:20:01 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 17:20:01 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:20:01 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 17:20:01 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 17:20:01 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:20:01 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 17:20:01 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 373]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 374]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:20:01.037759"], ["updated_at", "2019-06-06 23:20:01.037759"]]  (1.6ms) commit transaction Started GET "/users/export/375.csv" for 127.0.0.1 at 2019-06-06 17:20:01 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"375"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 375], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 375]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:20:01.044881"], ["updated_at", "2019-06-06 23:20:01.044881"]]  (1.7ms) commit transaction Started GET "/users/376.csv" for 127.0.0.1 at 2019-06-06 17:20:01 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"376"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 376], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 376]]  (2.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:20:01.053159"], ["updated_at", "2019-06-06 23:20:01.053159"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:20:01.055518"], ["updated_at", "2019-06-06 23:20:01.055518"]]  (1.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 17:20:01 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:20:01.061469"], ["updated_at", "2019-06-06 23:20:01.061469"]]  (1.7ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 17:20:01 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:20:01.066310"], ["updated_at", "2019-06-06 23:20:01.066310"]]  (1.5ms) commit transaction Started GET "/users/380/send_instructions" for 127.0.0.1 at 2019-06-06 17:20:01 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"380"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 380], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 114.4ms Sent mail to elmer@fudd.com (3.3ms) Date: Thu, 06 Jun 2019 17:20:01 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf99fa12d940_1b1f2ad76e68f964717e3@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf99fa12d190_1b1f2ad76e68f964716f8"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf99fa12d190_1b1f2ad76e68f964716f8 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf99fa12d190_1b1f2ad76e68f964716f8 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_380.csv Content-ID: <5cf99fa12dd76_1b1f2ad76e68f9647181d@archlinux.mail> IjM4MCIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf99fa12d190_1b1f2ad76e68f964716f8-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 120ms (Views: 0.3ms | ActiveRecord: 0.1ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 377]]  (53.2ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 378]]  (2.2ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 379]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 380]]  (3.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:20:37.970387"], ["updated_at", "2019-06-06 23:20:37.970387"]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:20:37.973271"], ["updated_at", "2019-06-06 23:20:37.973271"]]  (1.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 17:20:37 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (1.1ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 17:20:37 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 381]]  (1.8ms) commit transaction  (0.1ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 382]]  (2.7ms) commit transaction  (0.1ms) begin transaction User Create (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:20:38.004707"], ["updated_at", "2019-06-06 23:20:38.004707"]]  (1.8ms) commit transaction Started GET "/users/export/383.csv" for 127.0.0.1 at 2019-06-06 17:20:38 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"383"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 383], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 17:20:38 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:20:38 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 17:20:38 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.6ms) Completed 200 OK in 4ms (Views: 1.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 383]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:20:38.032160"], ["updated_at", "2019-06-06 23:20:38.032160"]]  (1.6ms) commit transaction  (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:20:38.035510"], ["updated_at", "2019-06-06 23:20:38.035510"]]  (1.9ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 17:20:38 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.8ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 17:20:38 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:20:38.046797"], ["updated_at", "2019-06-06 23:20:38.046797"]]  (2.9ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 17:20:38 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 17:20:38 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:20:38 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 384]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 385]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 386]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:20:38.063557"], ["updated_at", "2019-06-06 23:20:38.063557"]]  (1.4ms) commit transaction Started GET "/users/387/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 17:20:38 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"387"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 387], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 17:20:38 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 387]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:20:38.074732"], ["updated_at", "2019-06-06 23:20:38.074732"]]  (1.5ms) commit transaction Started GET "/users/388.csv" for 127.0.0.1 at 2019-06-06 17:20:38 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"388"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 388], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 388]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:20:38.081422"], ["updated_at", "2019-06-06 23:20:38.081422"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 389], ["created_at", "2019-06-06 23:20:38.094054"], ["updated_at", "2019-06-06 23:20:38.094054"]]  (3.4ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 389], ["created_at", "2019-06-06 23:20:38.098296"], ["updated_at", "2019-06-06 23:20:38.098296"]]  (1.5ms) commit transaction Started GET "/users/389/likes.csv" for 127.0.0.1 at 2019-06-06 17:20:38 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"389"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 389], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 389]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 17:20:38 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:20:38.106370"], ["updated_at", "2019-06-06 23:20:38.106370"]]  (1.4ms) commit transaction Started GET "/users/390/send_instructions" for 127.0.0.1 at 2019-06-06 17:20:38 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"390"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 390], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 116.8ms Sent mail to elmer@fudd.com (3.3ms) Date: Thu, 06 Jun 2019 17:20:38 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf99fc637d69_1b372b2480c09958889e1@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf99fc6375b6_1b372b2480c09958888e7"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf99fc6375b6_1b372b2480c09958888e7 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf99fc6375b6_1b372b2480c09958888e7 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_390.csv Content-ID: <5cf99fc638192_1b372b2480c0995889069@archlinux.mail> IjM5MCIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf99fc6375b6_1b372b2480c09958888e7-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 122ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:20:59.894475"], ["updated_at", "2019-06-06 23:20:59.894475"]]  (54.9ms) commit transaction Started GET "/users/391/send_instructions" for 127.0.0.1 at 2019-06-06 17:20:59 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"391"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 391], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.3ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.8ms) Notifier#instructions: processed outbound mail in 103.7ms Sent mail to elmer@fudd.com (6.4ms) Date: Thu, 06 Jun 2019 17:21:00 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf99fdc11839_1b5d2ab76c8c19707c6@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf99fdc10829_1b5d2ab76c8c19706b6"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf99fdc10829_1b5d2ab76c8c19706b6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf99fdc10829_1b5d2ab76c8c19706b6 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_391.csv Content-ID: <5cf99fdc12030_1b5d2ab76c8c1970849@archlinux.mail> IjM5MSIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf99fdc10829_1b5d2ab76c8c19706b6-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 115ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 389]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 390]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 391]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:21:00.087158"], ["updated_at", "2019-06-06 23:21:00.087158"]]  (1.6ms) commit transaction Started GET "/users/export/392.csv" for 127.0.0.1 at 2019-06-06 17:21:00 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"392"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 392], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 17:21:00 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.4ms) Rendered home/withpartial.csv.csvrb (0.7ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:21:00 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 17:21:00 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 392]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:21:00.116453"], ["updated_at", "2019-06-06 23:21:00.116453"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:21:00.118546"], ["updated_at", "2019-06-06 23:21:00.118546"]]  (1.4ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 17:21:00 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 17:21:00 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 17:21:00 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:21:00.128487"], ["updated_at", "2019-06-06 23:21:00.128487"]]  (1.5ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 17:21:00 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 393]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 394]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 395]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:21:00.140126"], ["updated_at", "2019-06-06 23:21:00.140126"]]  (1.6ms) commit transaction Started GET "/users/396/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 17:21:00 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"396"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 396], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 17:21:00 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 396]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:21:00.149636"], ["updated_at", "2019-06-06 23:21:00.149636"]]  (1.8ms) commit transaction Started GET "/users/397.csv" for 127.0.0.1 at 2019-06-06 17:21:00 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"397"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 397], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 17:21:00 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 397]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:21:00.158307"], ["updated_at", "2019-06-06 23:21:00.158307"]]  (1.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 398], ["created_at", "2019-06-06 23:21:00.169425"], ["updated_at", "2019-06-06 23:21:00.169425"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 398], ["created_at", "2019-06-06 23:21:00.171954"], ["updated_at", "2019-06-06 23:21:00.171954"]]  (2.5ms) commit transaction Started GET "/users/398/likes.csv" for 127.0.0.1 at 2019-06-06 17:21:00 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"398"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 398], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 398]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 398]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:21:00.180435"], ["updated_at", "2019-06-06 23:21:00.180435"]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:21:00.182825"], ["updated_at", "2019-06-06 23:21:00.182825"]]  (1.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 17:21:00 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:21:00 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 17:21:00 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.3ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:21:41.787143"], ["updated_at", "2019-06-06 23:21:41.787143"]]  (52.9ms) commit transaction Started GET "/users/401/send_instructions" for 127.0.0.1 at 2019-06-06 17:21:41 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"401"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 401], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.5ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.8ms) Notifier#instructions: processed outbound mail in 102.2ms Sent mail to elmer@fudd.com (6.3ms) Date: Thu, 06 Jun 2019 17:21:41 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf9a005ec4ce_1b792ab14f459964986b7@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf9a005eb6c6_1b792ab14f4599649858b"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf9a005eb6c6_1b792ab14f4599649858b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf9a005eb6c6_1b792ab14f4599649858b Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_401.csv Content-ID: <5cf9a005eccf4_1b792ab14f45996498729@archlinux.mail> IjQwMSIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf9a005eb6c6_1b792ab14f4599649858b-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 113ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 399]]  (2.2ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 400]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 401]]  (3.1ms) commit transaction  (0.1ms) begin transaction User Create (0.3ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:21:41.988515"], ["updated_at", "2019-06-06 23:21:41.988515"]]  (2.1ms) commit transaction  (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:21:41.994368"], ["updated_at", "2019-06-06 23:21:41.994368"]]  (2.1ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 17:21:41 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.2ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (3.0ms) Completed 200 OK in 6ms (Views: 3.4ms | ActiveRecord: 0.2ms) User Load (0.2ms) SELECT "users".* FROM "users"  (0.1ms) begin transaction User Destroy (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 402]]  (2.5ms) commit transaction  (0.1ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 403]]  (2.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:21:42.025830"], ["updated_at", "2019-06-06 23:21:42.025830"]]  (1.7ms) commit transaction Started GET "/users/export/404.csv" for 127.0.0.1 at 2019-06-06 17:21:42 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"404"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 404], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 17:21:42 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 404]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:21:42.049014"], ["updated_at", "2019-06-06 23:21:42.049014"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:21:42.051434"], ["updated_at", "2019-06-06 23:21:42.051434"]]  (1.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 17:21:42 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 17:21:42 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.3ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 405]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 406]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:21:42.063983"], ["updated_at", "2019-06-06 23:21:42.063983"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 407], ["created_at", "2019-06-06 23:21:42.075550"], ["updated_at", "2019-06-06 23:21:42.075550"]]  (2.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 407], ["created_at", "2019-06-06 23:21:42.079113"], ["updated_at", "2019-06-06 23:21:42.079113"]]  (2.3ms) commit transaction Started GET "/users/407/likes.csv" for 127.0.0.1 at 2019-06-06 17:21:42 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"407"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 407], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 407]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 17:21:42 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:21:42 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 17:21:42 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 407]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:21:42.095845"], ["updated_at", "2019-06-06 23:21:42.095845"]]  (2.1ms) commit transaction Started GET "/users/408.csv" for 127.0.0.1 at 2019-06-06 17:21:42 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"408"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 408], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 17:21:42 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 408]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:21:42.105618"], ["updated_at", "2019-06-06 23:21:42.105618"]]  (1.7ms) commit transaction Started GET "/users/409/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 17:21:42 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"409"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 409], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 17:21:42 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:21:42 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:21:42.113514"], ["updated_at", "2019-06-06 23:21:42.113514"]]  (1.8ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 17:21:42 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 17:21:42 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:23:13.738417"], ["updated_at", "2019-06-06 23:23:13.738417"]]  (54.3ms) commit transaction Started GET "/users/411/send_instructions" for 127.0.0.1 at 2019-06-06 17:23:13 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"411"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 411], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.5ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.8ms) Notifier#instructions: processed outbound mail in 102.5ms Sent mail to elmer@fudd.com (6.4ms) Date: Thu, 06 Jun 2019 17:23:13 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf9a061e0ffa_1be92adbcdac5958459e@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf9a061dff8d_1be92adbcdac5958458d6"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf9a061dff8d_1be92adbcdac5958458d6 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf9a061dff8d_1be92adbcdac5958458d6 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_411.csv Content-ID: <5cf9a061e1641_1be92adbcdac59584605d@archlinux.mail> IjQxMSIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf9a061dff8d_1be92adbcdac5958458d6-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 114ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 17:23:13 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (1.0ms) Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 409]]  (2.2ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 410]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 411]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:23:13.945340"], ["updated_at", "2019-06-06 23:23:13.945340"]]  (1.8ms) commit transaction Started GET "/users/412/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 17:23:13 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"412"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 412], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 17:23:13 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 17:23:13 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 412]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:23:13.967313"], ["updated_at", "2019-06-06 23:23:13.967313"]]  (1.9ms) commit transaction Started GET "/users/export/413.csv" for 127.0.0.1 at 2019-06-06 17:23:13 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"413"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 413], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 17:23:13 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 413]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:23:13.975734"], ["updated_at", "2019-06-06 23:23:13.975734"]]  (1.7ms) commit transaction Started GET "/users/414.csv" for 127.0.0.1 at 2019-06-06 17:23:13 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"414"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 414], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:23:13 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 17:23:13 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 17:23:13 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 17:23:13 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:23:13 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 414]]  (3.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:23:13.993763"], ["updated_at", "2019-06-06 23:23:13.993763"]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:23:13.996154"], ["updated_at", "2019-06-06 23:23:13.996154"]]  (1.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 17:23:13 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 415]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 416]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:23:14.004906"], ["updated_at", "2019-06-06 23:23:14.004906"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:23:14.007104"], ["updated_at", "2019-06-06 23:23:14.007104"]]  (1.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 17:23:14 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:23:14.012976"], ["updated_at", "2019-06-06 23:23:14.012976"]]  (1.5ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 17:23:14 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 417]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 418]]  (3.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 419]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:23:14.026061"], ["updated_at", "2019-06-06 23:23:14.026061"]]  (1.8ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 420], ["created_at", "2019-06-06 23:23:14.037063"], ["updated_at", "2019-06-06 23:23:14.037063"]]  (1.9ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 420], ["created_at", "2019-06-06 23:23:14.039688"], ["updated_at", "2019-06-06 23:23:14.039688"]]  (1.8ms) commit transaction Started GET "/users/420/likes.csv" for 127.0.0.1 at 2019-06-06 17:23:14 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"420"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 420], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 420]] Rendered likes/index.csv.csvrb (0.8ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 420]]  (54.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:23:39.422509"], ["updated_at", "2019-06-06 23:23:39.422509"]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:23:39.425418"], ["updated_at", "2019-06-06 23:23:39.425418"]]  (1.8ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 17:23:39 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (1.2ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 17:23:39 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 17:23:39 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:23:39.454436"], ["updated_at", "2019-06-06 23:23:39.454436"]]  (1.9ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 17:23:39 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:23:39 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 421]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 422]]  (2.3ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 423]]  (2.3ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:23:39.478473"], ["updated_at", "2019-06-06 23:23:39.478473"]]  (1.4ms) commit transaction Started GET "/users/424/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 17:23:39 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"424"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 424], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 17:23:39 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 424]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:23:39.489966"], ["updated_at", "2019-06-06 23:23:39.489966"]]  (1.6ms) commit transaction  (0.1ms) begin transaction Like Create (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 425], ["created_at", "2019-06-06 23:23:39.502073"], ["updated_at", "2019-06-06 23:23:39.502073"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 425], ["created_at", "2019-06-06 23:23:39.504910"], ["updated_at", "2019-06-06 23:23:39.504910"]]  (1.5ms) commit transaction Started GET "/users/425/likes.csv" for 127.0.0.1 at 2019-06-06 17:23:39 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"425"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 425], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 425]] Rendered likes/index.csv.csvrb (1.0ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.2ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 17:23:39 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 425]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:23:39.515505"], ["updated_at", "2019-06-06 23:23:39.515505"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:23:39.517709"], ["updated_at", "2019-06-06 23:23:39.517709"]]  (2.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 17:23:39 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 17:23:39 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 17:23:39 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:23:39 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 17:23:39 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 426]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 427]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:23:39.537295"], ["updated_at", "2019-06-06 23:23:39.537295"]]  (1.5ms) commit transaction Started GET "/users/export/428.csv" for 127.0.0.1 at 2019-06-06 17:23:39 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"428"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 428], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 428]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:23:39.544147"], ["updated_at", "2019-06-06 23:23:39.544147"]]  (2.0ms) commit transaction Started GET "/users/429.csv" for 127.0.0.1 at 2019-06-06 17:23:39 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"429"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 429], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:23:39.557663"], ["updated_at", "2019-06-06 23:23:39.557663"]]  (1.6ms) commit transaction Started GET "/users/430/send_instructions" for 127.0.0.1 at 2019-06-06 17:23:39 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"430"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 430], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 114.6ms Sent mail to elmer@fudd.com (3.2ms) Date: Thu, 06 Jun 2019 17:23:39 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf9a07ba597f_1c062ac78e2d7974373c2@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf9a07ba51f9_1c062ac78e2d7974372e9"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf9a07ba51f9_1c062ac78e2d7974372e9 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf9a07ba51f9_1c062ac78e2d7974372e9 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_430.csv Content-ID: <5cf9a07ba5d97_1c062ac78e2d7974374dc@archlinux.mail> IjQzMCIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf9a07ba51f9_1c062ac78e2d7974372e9-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 120ms (Views: 0.3ms | ActiveRecord: 0.1ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 429]]  (7.2ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 430]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:24:10.451268"], ["updated_at", "2019-06-06 23:24:10.451268"]]  (1.6ms) commit transaction Started GET "/users/431.csv" for 127.0.0.1 at 2019-06-06 17:24:10 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"431"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 431], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 17:24:10 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 17:24:10 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 17:24:10 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 17:24:10 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.1ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 431]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:24:10.474189"], ["updated_at", "2019-06-06 23:24:10.474189"]]  (1.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 432], ["created_at", "2019-06-06 23:24:10.484864"], ["updated_at", "2019-06-06 23:24:10.484864"]]  (1.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 432], ["created_at", "2019-06-06 23:24:10.487311"], ["updated_at", "2019-06-06 23:24:10.487311"]]  (2.8ms) commit transaction Started GET "/users/432/likes.csv" for 127.0.0.1 at 2019-06-06 17:24:10 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"432"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 432], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 432]] Rendered likes/index.csv.csvrb (0.8ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:24:10 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 432]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:24:10.503406"], ["updated_at", "2019-06-06 23:24:10.503406"]]  (1.8ms) commit transaction Started GET "/users/export/433.csv" for 127.0.0.1 at 2019-06-06 17:24:10 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"433"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 433], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 17:24:10 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.1ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 433]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:24:10.512413"], ["updated_at", "2019-06-06 23:24:10.512413"]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:24:10.515133"], ["updated_at", "2019-06-06 23:24:10.515133"]]  (1.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 17:24:10 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 434]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 435]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:24:10.523930"], ["updated_at", "2019-06-06 23:24:10.523930"]]  (3.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:24:10.527538"], ["updated_at", "2019-06-06 23:24:10.527538"]]  (2.2ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 17:24:10 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 436]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 437]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:24:10.538221"], ["updated_at", "2019-06-06 23:24:10.538221"]]  (1.4ms) commit transaction Started GET "/users/438/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 17:24:10 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"438"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 438], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 17:24:10 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:24:10 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 17:24:10 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.4ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:24:10.548974"], ["updated_at", "2019-06-06 23:24:10.548974"]]  (1.7ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 17:24:10 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:24:10.559109"], ["updated_at", "2019-06-06 23:24:10.559109"]]  (1.4ms) commit transaction Started GET "/users/440/send_instructions" for 127.0.0.1 at 2019-06-06 17:24:10 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"440"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 440], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 109.6ms Sent mail to elmer@fudd.com (3.2ms) Date: Thu, 06 Jun 2019 17:24:10 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf9a09aa4b22_1c232ad89b17f964198c8@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf9a09aa438c_1c232ad89b17f964197ac"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf9a09aa438c_1c232ad89b17f964197ac Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf9a09aa438c_1c232ad89b17f964197ac Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_440.csv Content-ID: <5cf9a09aa4f52_1c232ad89b17f9641994c@archlinux.mail> IjQ0MCIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf9a09aa438c_1c232ad89b17f964197ac-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 115ms (Views: 0.3ms | ActiveRecord: 0.1ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 438]]  (53.7ms) commit transaction  (0.1ms) begin transaction User Destroy (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 439]]  (4.2ms) commit transaction  (0.1ms) begin transaction User Destroy (0.4ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 440]]  (2.6ms) commit transaction  (0.1ms) begin transaction User Create (0.7ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:26:07.718070"], ["updated_at", "2019-06-06 23:26:07.718070"]]  (2.6ms) commit transaction  (0.1ms) begin transaction User Create (0.6ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:26:07.724904"], ["updated_at", "2019-06-06 23:26:07.724904"]]  (2.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 17:26:07 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (1.2ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 17:26:07 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 17:26:07 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.3ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:26:07.770617"], ["updated_at", "2019-06-06 23:26:07.770617"]]  (1.5ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 17:26:07 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 441]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 442]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 443]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:26:07.783235"], ["updated_at", "2019-06-06 23:26:07.783235"]]  (1.6ms) commit transaction Started GET "/users/export/444.csv" for 127.0.0.1 at 2019-06-06 17:26:07 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"444"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 444], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 444]]  (3.1ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:26:07.792811"], ["updated_at", "2019-06-06 23:26:07.792811"]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:26:07.795451"], ["updated_at", "2019-06-06 23:26:07.795451"]]  (1.8ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 17:26:07 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 17:26:07 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:26:07 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 17:26:07 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:26:07 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 17:26:07 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 17:26:07 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 445]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 446]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:26:07.821514"], ["updated_at", "2019-06-06 23:26:07.821514"]]  (1.6ms) commit transaction Started GET "/users/447/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 17:26:07 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"447"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 447], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 17:26:07 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 447]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:26:07.831439"], ["updated_at", "2019-06-06 23:26:07.831439"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 448], ["created_at", "2019-06-06 23:26:07.845309"], ["updated_at", "2019-06-06 23:26:07.845309"]]  (1.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 448], ["created_at", "2019-06-06 23:26:07.847879"], ["updated_at", "2019-06-06 23:26:07.847879"]]  (3.0ms) commit transaction Started GET "/users/448/likes.csv" for 127.0.0.1 at 2019-06-06 17:26:07 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"448"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 448], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 448]] Rendered likes/index.csv.csvrb (1.1ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 448]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:26:07.857476"], ["updated_at", "2019-06-06 23:26:07.857476"]]  (1.4ms) commit transaction Started GET "/users/449.csv" for 127.0.0.1 at 2019-06-06 17:26:07 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"449"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 449], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:26:07.867283"], ["updated_at", "2019-06-06 23:26:07.867283"]]  (1.4ms) commit transaction Started GET "/users/450/send_instructions" for 127.0.0.1 at 2019-06-06 17:26:07 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"450"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 450], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 112.1ms Sent mail to elmer@fudd.com (3.2ms) Date: Thu, 06 Jun 2019 17:26:07 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf9a10ff0864_1ca02ad351d1b97055178@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf9a10ff00c3_1ca02ad351d1b970550ad"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf9a10ff00c3_1ca02ad351d1b970550ad Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf9a10ff00c3_1ca02ad351d1b970550ad Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_450.csv Content-ID: <5cf9a10ff0c81_1ca02ad351d1b970552b3@archlinux.mail> IjQ1MCIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf9a10ff00c3_1ca02ad351d1b970550ad-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 117ms (Views: 0.3ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:27:40.533792"], ["updated_at", "2019-06-06 23:27:40.533792"]]  (54.4ms) commit transaction Started GET "/users/451/send_instructions" for 127.0.0.1 at 2019-06-06 17:27:40 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"451"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 451], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.3ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.8ms) Notifier#instructions: processed outbound mail in 102.7ms Sent mail to elmer@fudd.com (5.9ms) Date: Thu, 06 Jun 2019 17:27:40 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf9a16cad353_1d052ace7049396477945@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf9a16cac53a_1d052ace70493964778cb"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf9a16cac53a_1d052ace70493964778cb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf9a16cac53a_1d052ace70493964778cb Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_451.csv Content-ID: <5cf9a16cadb5c_1d052ace704939647807@archlinux.mail> IjQ1MSIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf9a16cac53a_1d052ace70493964778cb-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 113ms (Views: 0.9ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 17:27:40 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 449]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 450]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 451]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:27:40.731244"], ["updated_at", "2019-06-06 23:27:40.731244"]]  (1.7ms) commit transaction Started GET "/users/452/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 17:27:40 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"452"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 452], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 17:27:40 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 452]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:27:40.745082"], ["updated_at", "2019-06-06 23:27:40.745082"]]  (2.4ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 453], ["created_at", "2019-06-06 23:27:40.765187"], ["updated_at", "2019-06-06 23:27:40.765187"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 453], ["created_at", "2019-06-06 23:27:40.767614"], ["updated_at", "2019-06-06 23:27:40.767614"]]  (1.6ms) commit transaction Started GET "/users/453/likes.csv" for 127.0.0.1 at 2019-06-06 17:27:40 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"453"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 453], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 453]] Rendered likes/index.csv.csvrb (0.8ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 453]]  (2.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:27:40.776396"], ["updated_at", "2019-06-06 23:27:40.776396"]]  (2.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:27:40.779747"], ["updated_at", "2019-06-06 23:27:40.779747"]]  (2.0ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 17:27:40 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 454]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 455]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:27:40.790139"], ["updated_at", "2019-06-06 23:27:40.790139"]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:27:40.792551"], ["updated_at", "2019-06-06 23:27:40.792551"]]  (2.0ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 17:27:40 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 17:27:40 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 456]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 457]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:27:40.805364"], ["updated_at", "2019-06-06 23:27:40.805364"]]  (2.1ms) commit transaction Started GET "/users/export/458.csv" for 127.0.0.1 at 2019-06-06 17:27:40 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"458"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 458], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 458]]  (2.2ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:27:40.818943"], ["updated_at", "2019-06-06 23:27:40.818943"]]  (1.5ms) commit transaction Started GET "/users/459.csv" for 127.0.0.1 at 2019-06-06 17:27:40 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"459"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 459], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 17:27:40 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:27:40 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 17:27:40 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:27:40.832081"], ["updated_at", "2019-06-06 23:27:40.832081"]]  (1.6ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 17:27:40 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:27:40 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 17:27:40 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 17:27:40 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:28:09.776157"], ["updated_at", "2019-06-06 23:28:09.776157"]]  (3.5ms) commit transaction Started GET "/users/461/send_instructions" for 127.0.0.1 at 2019-06-06 17:28:09 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"461"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 461], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.4ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.8ms) Notifier#instructions: processed outbound mail in 95.8ms Sent mail to elmer@fudd.com (6.7ms) Date: Thu, 06 Jun 2019 17:28:09 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf9a189db45f_1d1d2ab3839fd970347ed@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf9a189da610_1d1d2ab3839fd970346ec"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf9a189da610_1d1d2ab3839fd970346ec Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf9a189da610_1d1d2ab3839fd970346ec Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_461.csv Content-ID: <5cf9a189dbc45_1d1d2ab3839fd97034871@archlinux.mail> IjQ2MSIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf9a189da610_1d1d2ab3839fd970346ec-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 106ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 459]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 460]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 461]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:28:09.913697"], ["updated_at", "2019-06-06 23:28:09.913697"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:28:09.916306"], ["updated_at", "2019-06-06 23:28:09.916306"]]  (1.9ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 17:28:09 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (1.1ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 462]]  (2.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 463]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:28:09.930365"], ["updated_at", "2019-06-06 23:28:09.930365"]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:28:09.932662"], ["updated_at", "2019-06-06 23:28:09.932662"]]  (1.5ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 17:28:09 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.7ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:28:09.940971"], ["updated_at", "2019-06-06 23:28:09.940971"]]  (1.7ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 17:28:09 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 464]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 465]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 466]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:28:09.961935"], ["updated_at", "2019-06-06 23:28:09.961935"]]  (1.9ms) commit transaction Started GET "/users/467/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 17:28:09 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"467"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 467], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 17:28:09 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 17:28:09 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 17:28:09 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 467]]  (3.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:28:09.979349"], ["updated_at", "2019-06-06 23:28:09.979349"]]  (1.9ms) commit transaction Started GET "/users/export/468.csv" for 127.0.0.1 at 2019-06-06 17:28:09 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"468"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 468], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 17:28:09 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 17:28:09 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 468]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:28:09.995457"], ["updated_at", "2019-06-06 23:28:09.995457"]]  (1.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 469], ["created_at", "2019-06-06 23:28:10.006895"], ["updated_at", "2019-06-06 23:28:10.006895"]]  (1.6ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 469], ["created_at", "2019-06-06 23:28:10.009508"], ["updated_at", "2019-06-06 23:28:10.009508"]]  (1.7ms) commit transaction Started GET "/users/469/likes.csv" for 127.0.0.1 at 2019-06-06 17:28:10 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"469"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 469], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 469]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:28:10 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:28:10 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 17:28:10 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 469]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:28:10.024295"], ["updated_at", "2019-06-06 23:28:10.024295"]]  (1.5ms) commit transaction Started GET "/users/470.csv" for 127.0.0.1 at 2019-06-06 17:28:10 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"470"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 470], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 17:28:10 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:29:20.429179"], ["updated_at", "2019-06-06 23:29:20.429179"]]  (53.2ms) commit transaction Started GET "/users/471/send_instructions" for 127.0.0.1 at 2019-06-06 17:29:20 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"471"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 471], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.5ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.4ms) Notifier#instructions: processed outbound mail in 100.4ms Sent mail to elmer@fudd.com (6.3ms) Date: Thu, 06 Jun 2019 17:29:20 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf9a1d09456f_1d512acb94a2b96430d@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf9a1d09375d_1d512acb94a2b9642964"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf9a1d09375d_1d512acb94a2b9642964 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf9a1d09375d_1d512acb94a2b9642964 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_471.csv Content-ID: <5cf9a1d094d19_1d512acb94a2b9643117@archlinux.mail> IjQ3MSIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf9a1d09375d_1d512acb94a2b9642964-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 111ms (Views: 0.4ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:29:20 -0600 Processing by HomeController#another as */* Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 17:29:20 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 17:29:20 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 17:29:20 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.7ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 470]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 471]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:29:20.647873"], ["updated_at", "2019-06-06 23:29:20.647873"]]  (2.0ms) commit transaction  (0.0ms) begin transaction Like Create (0.2ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 472], ["created_at", "2019-06-06 23:29:20.671386"], ["updated_at", "2019-06-06 23:29:20.671386"]]  (2.8ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 472], ["created_at", "2019-06-06 23:29:20.675401"], ["updated_at", "2019-06-06 23:29:20.675401"]]  (1.6ms) commit transaction Started GET "/users/472/likes.csv" for 127.0.0.1 at 2019-06-06 17:29:20 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"472"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 472], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 472]] Rendered likes/index.csv.csvrb (1.1ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.2ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 17:29:20 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 17:29:20 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 472]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:29:20.690876"], ["updated_at", "2019-06-06 23:29:20.690876"]]  (1.9ms) commit transaction Started GET "/users/export/473.csv" for 127.0.0.1 at 2019-06-06 17:29:20 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"473"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 473], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 473]]  (1.9ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:29:20.697892"], ["updated_at", "2019-06-06 23:29:20.697892"]]  (1.5ms) commit transaction Started GET "/users/474.csv" for 127.0.0.1 at 2019-06-06 17:29:20 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"474"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 474], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.3ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 474]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:29:20.705906"], ["updated_at", "2019-06-06 23:29:20.705906"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:29:20.708397"], ["updated_at", "2019-06-06 23:29:20.708397"]]  (2.6ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 17:29:20 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 17:29:20 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:29:20 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 475]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 476]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:29:20.723342"], ["updated_at", "2019-06-06 23:29:20.723342"]]  (1.5ms) commit transaction Started GET "/users/477/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 17:29:20 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"477"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 477], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 17:29:20 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:29:20.733422"], ["updated_at", "2019-06-06 23:29:20.733422"]]  (1.6ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 17:29:20 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.4ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 477]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 478]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:29:20.744102"], ["updated_at", "2019-06-06 23:29:20.744102"]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:29:20.746216"], ["updated_at", "2019-06-06 23:29:20.746216"]]  (2.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 17:29:20 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.9ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 17:29:34 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.3ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 479]]  (53.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 480]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:29:34.884852"], ["updated_at", "2019-06-06 23:29:34.884852"]]  (1.9ms) commit transaction Started GET "/users/481.csv" for 127.0.0.1 at 2019-06-06 17:29:34 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"481"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 481], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.3ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:29:34.893926"], ["updated_at", "2019-06-06 23:29:34.893926"]]  (2.8ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 17:29:34 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 17:29:34 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 481]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 482]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:29:34.910112"], ["updated_at", "2019-06-06 23:29:34.910112"]]  (1.7ms) commit transaction Started GET "/users/export/483.csv" for 127.0.0.1 at 2019-06-06 17:29:34 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"483"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 483], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 483]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:29:34.918138"], ["updated_at", "2019-06-06 23:29:34.918138"]]  (1.6ms) commit transaction Started GET "/users/484/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 17:29:34 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"484"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 484], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 17:29:34 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.csv?type=4" for 127.0.0.1 at 2019-06-06 17:29:34 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"4"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.8ms) Completed 200 OK in 1ms (Views: 1.3ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:29:34 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 17:29:34 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:29:34 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 17:29:34 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 484]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:29:34.949103"], ["updated_at", "2019-06-06 23:29:34.949103"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:29:34.951399"], ["updated_at", "2019-06-06 23:29:34.951399"]]  (2.6ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 17:29:34 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 485]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 486]]  (1.8ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:29:34.962613"], ["updated_at", "2019-06-06 23:29:34.962613"]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:29:34.965294"], ["updated_at", "2019-06-06 23:29:34.965294"]]  (1.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 17:29:34 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 17:29:34 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 487]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 488]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:29:34.976288"], ["updated_at", "2019-06-06 23:29:34.976288"]]  (1.7ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 489], ["created_at", "2019-06-06 23:29:34.987672"], ["updated_at", "2019-06-06 23:29:34.987672"]]  (2.3ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 489], ["created_at", "2019-06-06 23:29:34.990993"], ["updated_at", "2019-06-06 23:29:34.990993"]]  (2.5ms) commit transaction Started GET "/users/489/likes.csv" for 127.0.0.1 at 2019-06-06 17:29:34 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"489"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 489], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 489]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 17:29:34 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.6ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:29:35.006469"], ["updated_at", "2019-06-06 23:29:35.006469"]]  (1.7ms) commit transaction Started GET "/users/490/send_instructions" for 127.0.0.1 at 2019-06-06 17:29:35 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"490"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 490], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 111.3ms Sent mail to elmer@fudd.com (3.2ms) Date: Thu, 06 Jun 2019 17:29:35 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf9a1df1e458_1d672b204edcf9587464c@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf9a1df1dcc7_1d672b204edcf9587454d"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf9a1df1dcc7_1d672b204edcf9587454d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf9a1df1dcc7_1d672b204edcf9587454d Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_490.csv Content-ID: <5cf9a1df1e875_1d672b204edcf95874758@archlinux.mail> IjQ5MCIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf9a1df1dcc7_1d672b204edcf9587454d-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 117ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:30:36.903097"], ["updated_at", "2019-06-06 23:30:36.903097"]]  (6.9ms) commit transaction Started GET "/users/491/send_instructions" for 127.0.0.1 at 2019-06-06 17:30:36 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"491"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 491], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.4ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.8ms) Notifier#instructions: processed outbound mail in 96.0ms Sent mail to elmer@fudd.com (6.2ms) Date: Thu, 06 Jun 2019 17:30:37 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf9a21d6fb2_1d932aacca8cf96469380@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf9a21d618a_1d932aacca8cf964692a1"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf9a21d618a_1d932aacca8cf964692a1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf9a21d618a_1d932aacca8cf964692a1 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_491.csv Content-ID: <5cf9a21d7791_1d932aacca8cf964694ca@archlinux.mail> IjQ5MSIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf9a21d618a_1d932aacca8cf964692a1-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 106ms (Views: 0.8ms | ActiveRecord: 0.1ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 17:30:37 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.6ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 489]]  (2.1ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 490]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 491]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:30:37.051630"], ["updated_at", "2019-06-06 23:30:37.051630"]]  (3.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:30:37.056093"], ["updated_at", "2019-06-06 23:30:37.056093"]]  (2.1ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 17:30:37 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (1.0ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 17:30:37 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 492]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 493]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:30:37.081386"], ["updated_at", "2019-06-06 23:30:37.081386"]]  (1.6ms) commit transaction Started GET "/users/export/494.csv" for 127.0.0.1 at 2019-06-06 17:30:37 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"494"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 494], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 17:30:37 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 494]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:30:37.090773"], ["updated_at", "2019-06-06 23:30:37.090773"]]  (1.5ms) commit transaction  (0.1ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 495], ["created_at", "2019-06-06 23:30:37.103720"], ["updated_at", "2019-06-06 23:30:37.103720"]]  (1.5ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 495], ["created_at", "2019-06-06 23:30:37.106218"], ["updated_at", "2019-06-06 23:30:37.106218"]]  (1.4ms) commit transaction Started GET "/users/495/likes.csv" for 127.0.0.1 at 2019-06-06 17:30:37 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"495"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 495], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 495]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.2ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:30:37.113183"], ["updated_at", "2019-06-06 23:30:37.113183"]]  (3.1ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 17:30:37 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 495]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 496]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-06 23:30:37.124971"], ["updated_at", "2019-06-06 23:30:37.124971"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:30:37.127197"], ["updated_at", "2019-06-06 23:30:37.127197"]]  (1.6ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 17:30:37 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 17:30:37 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.7ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 497]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 498]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:30:37.139551"], ["updated_at", "2019-06-06 23:30:37.139551"]]  (1.6ms) commit transaction Started GET "/users/499/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 17:30:37 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"499"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 499], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 17:30:37 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.csv?type=4" for 127.0.0.1 at 2019-06-06 17:30:37 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"4"} Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.3ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.csv?type=3" for 127.0.0.1 at 2019-06-06 17:30:37 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"3"} Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.3ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.csv?type=1" for 127.0.0.1 at 2019-06-06 17:30:37 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"1"} Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/another" for 127.0.0.1 at 2019-06-06 17:30:37 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 17:30:37 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 17:30:37 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 17:30:37 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 499]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-06 23:30:37.161528"], ["updated_at", "2019-06-06 23:30:37.161528"]]  (2.6ms) commit transaction Started GET "/users/500.csv" for 127.0.0.1 at 2019-06-06 17:30:37 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"500"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 500], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.5ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 500]]  (4.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-07 00:05:25.315787"], ["updated_at", "2019-06-07 00:05:25.315787"]]  (1.9ms) commit transaction Started GET "/users/501.csv" for 127.0.0.1 at 2019-06-06 18:05:25 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"501"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 501], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.4ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.1ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 18:05:25 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-06 18:05:25 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.2ms) Rendered home/withpartial.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 501]]  (2.0ms) commit transaction  (0.1ms) begin transaction User Create (0.6ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-07 00:05:25.339798"], ["updated_at", "2019-06-07 00:05:25.339798"]]  (2.4ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 502], ["created_at", "2019-06-07 00:05:25.381543"], ["updated_at", "2019-06-07 00:05:25.381543"]]  (1.8ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 502], ["created_at", "2019-06-07 00:05:25.384366"], ["updated_at", "2019-06-07 00:05:25.384366"]]  (2.7ms) commit transaction Started GET "/users/502/likes.csv" for 127.0.0.1 at 2019-06-06 18:05:25 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"502"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 502], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 502]] Rendered likes/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 502]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-07 00:05:25.394684"], ["updated_at", "2019-06-07 00:05:25.394684"]]  (1.8ms) commit transaction Started GET "/users/503/render_elsewhere.csv" for 127.0.0.1 at 2019-06-06 18:05:25 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"503"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 503], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-06 18:05:25 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.csv?type=4" for 127.0.0.1 at 2019-06-06 18:05:25 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"4"} Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.4ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.csv?type=3" for 127.0.0.1 at 2019-06-06 18:05:25 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"3"} Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.3ms) Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.csv?type=1" for 127.0.0.1 at 2019-06-06 18:05:25 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"1"} Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/another.csv" for 127.0.0.1 at 2019-06-06 18:05:25 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-06 18:05:25 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-07 00:05:25.406757"], ["updated_at", "2019-06-07 00:05:25.406757"]]  (2.1ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-06 18:05:25 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.5ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 503]]  (2.0ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 504]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-07 00:05:25.416922"], ["updated_at", "2019-06-07 00:05:25.416922"]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-07 00:05:25.419183"], ["updated_at", "2019-06-07 00:05:25.419183"]]  (1.5ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-06 18:05:25 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.5ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-06 18:05:25 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.3ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 505]]  (2.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 506]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-07 00:05:25.431932"], ["updated_at", "2019-06-07 00:05:25.431932"]]  (1.6ms) commit transaction Started GET "/users/export/507.csv" for 127.0.0.1 at 2019-06-06 18:05:25 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"507"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 507], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-06 18:05:25 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-06 18:05:25 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 507]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-07 00:05:25.443773"], ["updated_at", "2019-06-07 00:05:25.443773"]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-07 00:05:25.446227"], ["updated_at", "2019-06-07 00:05:25.446227"]]  (1.4ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-06 18:05:25 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (0.6ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.0ms) Started GET "/home.csv" for 127.0.0.1 at 2019-06-06 18:05:25 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-07 00:05:25.454191"], ["updated_at", "2019-06-07 00:05:25.454191"]]  (1.6ms) commit transaction Started GET "/users/510/send_instructions" for 127.0.0.1 at 2019-06-06 18:05:25 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"510"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 510], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.2ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.2ms) Notifier#instructions: processed outbound mail in 110.3ms Sent mail to elmer@fudd.com (3.3ms) Date: Thu, 06 Jun 2019 18:05:25 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cf9aa458cd89_359f2ab7bbdfd96c83899@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cf9aa458c56f_359f2ab7bbdfd96c8372f"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cf9aa458c56f_359f2ab7bbdfd96c8372f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cf9aa458c56f_359f2ab7bbdfd96c8372f Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_510.csv Content-ID: <5cf9aa458d1a8_359f2ab7bbdfd96c839dc@archlinux.mail> IjUxMCIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cf9aa458c56f_359f2ab7bbdfd96c8372f-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 122ms (Views: 0.3ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.4ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-07 16:31:18.602368"], ["updated_at", "2019-06-07 16:31:18.602368"]]  (24.6ms) commit transaction Started GET "/users/511/send_instructions" for 127.0.0.1 at 2019-06-07 10:31:18 -0600 Processing by UsersController#send_instructions as HTML Parameters: {"user_id"=>"511"} User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 511], ["LIMIT", 1]] Rendering users/send_instructions.csv.csvrb Rendered users/send_instructions.csv.csvrb (0.7ms) Rendering notifier/instructions.html.erb Rendered notifier/instructions.html.erb (0.9ms) Notifier#instructions: processed outbound mail in 122.7ms Sent mail to elmer@fudd.com (7.1ms) Date: Fri, 07 Jun 2019 10:31:18 -0600 From: noreply@company.com To: elmer@fudd.com Message-ID: <5cfa9156c2bc0_2efa2b08c188795416843@archlinux.mail> Subject: Instructions Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_5cfa9156c1c99_2efa2b08c1887954167f1"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5cfa9156c1c99_2efa2b08c1887954167f1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Instructions

You have successfully signed up to example.com, your username is: elmer@fudd.com.

Thanks for joining and have a great day!

----==_mimepart_5cfa9156c1c99_2efa2b08c1887954167f1 Content-Type: text/csv; charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=user_511.csv Content-ID: <5cfa9156c3413_2efa2b08c1887954169b7@archlinux.mail> IjUxMSIsIkVsbWVyIiwiZWxtZXJAZnVkZC5jb20iDQoiIiwiSW5zdHJ1Y3Rp b25zIiwiIg0K ----==_mimepart_5cfa9156c1c99_2efa2b08c1887954167f1-- Rendering text template Rendered text template (0.0ms) Completed 200 OK in 138ms (Views: 0.9ms | ActiveRecord: 0.2ms) Started GET "/withpartial.csv" for 127.0.0.1 at 2019-06-07 10:31:18 -0600 Processing by HomeController#withpartial as CSV Rendering home/withpartial.csv.csvrb Rendered home/_cover_sheet.csv.csvrb (0.4ms) Rendered home/withpartial.csv.csvrb (3.0ms) Completed 200 OK in 9ms (Views: 6.5ms | ActiveRecord: 0.0ms) User Load (0.2ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 508]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 509]]  (1.7ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 510]]  (1.3ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 511]]  (1.2ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-07 16:31:18.864953"], ["updated_at", "2019-06-07 16:31:18.864953"]]  (2.3ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-07 16:31:18.868340"], ["updated_at", "2019-06-07 16:31:18.868340"]]  (1.8ms) commit transaction Started GET "/users/noaction.csv" for 127.0.0.1 at 2019-06-07 10:31:18 -0600 Processing by UsersController#noaction as CSV Rendering users/noaction.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/noaction.csv.csvrb (1.7ms) Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.8ms) begin transaction User Destroy (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 512]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 513]]  (1.6ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-07 16:31:18.896375"], ["updated_at", "2019-06-07 16:31:18.896375"]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.2ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-07 16:31:18.898971"], ["updated_at", "2019-06-07 16:31:18.898971"]]  (1.4ms) commit transaction Started GET "/users.csv" for 127.0.0.1 at 2019-06-07 10:31:18 -0600 Processing by UsersController#index as CSV Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.9ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.1ms) Started GET "/useheader.csv" for 127.0.0.1 at 2019-06-07 10:31:18 -0600 Processing by HomeController#useheader as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/useheader.csv?set_direct=true" for 127.0.0.1 at 2019-06-07 10:31:18 -0600 Processing by HomeController#useheader as CSV Parameters: {"set_direct"=>"true"} Rendering home/useheader.csv.csvrb Rendered home/useheader.csv.csvrb (0.3ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 514]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 515]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-07 16:31:18.916975"], ["updated_at", "2019-06-07 16:31:18.916975"]]  (1.3ms) commit transaction  (0.0ms) begin transaction Like Create (0.3ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Carrots"], ["user_id", 516], ["created_at", "2019-06-07 16:31:18.930788"], ["updated_at", "2019-06-07 16:31:18.930788"]]  (1.2ms) commit transaction  (0.0ms) begin transaction Like Create (0.1ms) INSERT INTO "likes" ("name", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Celery"], ["user_id", 516], ["created_at", "2019-06-07 16:31:18.933139"], ["updated_at", "2019-06-07 16:31:18.933139"]]  (2.6ms) commit transaction Started GET "/users/516/likes.csv" for 127.0.0.1 at 2019-06-07 10:31:18 -0600 Processing by LikesController#index as CSV Parameters: {"user_id"=>"516"} User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 516], ["LIMIT", 1]] Rendering likes/index.csv.csvrb Like Load (0.1ms) SELECT "likes".* FROM "likes" WHERE "likes"."user_id" = ? [["user_id", 516]] Rendered likes/index.csv.csvrb (1.1ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Elmer"], ["last_name", "Fudd"], ["address", "1234 Somewhere, Over NY 11111"], ["email", "elmer@fudd.com"], ["created_at", "2019-06-07 16:31:18.941724"], ["updated_at", "2019-06-07 16:31:18.941724"]]  (1.4ms) commit transaction Started GET "/" for 127.0.0.1 at 2019-06-07 10:31:18 -0600 Processing by HomeController#index as HTML Rendering home/index.html.erb within layouts/application Rendered home/index.html.erb within layouts/application (0.3ms) Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms) Started GET "/another.csv" for 127.0.0.1 at 2019-06-07 10:31:18 -0600 Processing by HomeController#another as CSV Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-07 10:31:18 -0600 Processing by HomeController#another as HTML Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/another" for 127.0.0.1 at 2019-06-07 10:31:18 -0600 Processing by HomeController#another as */* Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) Started GET "/home/only_html" for 127.0.0.1 at 2019-06-07 10:31:18 -0600 Processing by HomeController#only_html as */* Rendering home/only_html.html.erb within layouts/application Rendered home/only_html.html.erb within layouts/application (0.1ms) Completed 200 OK in 2ms (Views: 0.4ms | ActiveRecord: 0.0ms) User Load (0.1ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 516]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 517]]  (1.3ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bugs"], ["last_name", "Bunny"], ["address", "1234 Left Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-07 16:31:18.958756"], ["updated_at", "2019-06-07 16:31:18.958756"]]  (1.3ms) commit transaction Started GET "/users/518/render_elsewhere.csv" for 127.0.0.1 at 2019-06-07 10:31:18 -0600 Processing by LikesController#render_elsewhere as CSV Parameters: {"user_id"=>"518"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 518], ["LIMIT", 1]] Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.1ms) SELECT "users".* FROM "users" Started GET "/home/render_elsewhere.csv?type=5" for 127.0.0.1 at 2019-06-07 10:31:18 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"5"} Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.csv?type=4" for 127.0.0.1 at 2019-06-07 10:31:18 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"4"} Rendering users/index.csv.csvrb User Load (0.1ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.4ms) Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.1ms) Started GET "/home/render_elsewhere.csv?type=3" for 127.0.0.1 at 2019-06-07 10:31:18 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"3"} Rendering users/index.csv.csvrb User Load (0.0ms) SELECT "users".* FROM "users" Rendered users/index.csv.csvrb (0.3ms) Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms) Started GET "/home/render_elsewhere.csv?type=1" for 127.0.0.1 at 2019-06-07 10:31:18 -0600 Processing by HomeController#render_elsewhere as CSV Parameters: {"type"=>"1"} Completed 200 OK in 0ms (Views: 0.0ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users" Started GET "/home.csv" for 127.0.0.1 at 2019-06-07 10:31:18 -0600 Processing by HomeController#index as CSV Rendering home/index.csv.csvrb Rendered home/index.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 518]]  (1.5ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-07 16:31:18.973065"], ["updated_at", "2019-06-07 16:31:18.973065"]]  (1.4ms) commit transaction Started GET "/users/export/519.csv" for 127.0.0.1 at 2019-06-07 10:31:18 -0600 Processing by UsersController#export as CSV Parameters: {"id"=>"519"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 519], ["LIMIT", 1]] Completed 200 OK in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms) User Load (0.0ms) SELECT "users".* FROM "users"  (0.0ms) begin transaction User Destroy (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 519]]  (1.4ms) commit transaction  (0.0ms) begin transaction User Create (0.1ms) INSERT INTO "users" ("name", "last_name", "address", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Responder"], ["last_name", "Bunny"], ["address", "1234 Right Turn, Albuquerque NM 22222"], ["email", "bugs@bunny.com"], ["created_at", "2019-06-07 16:31:18.979812"], ["updated_at", "2019-06-07 16:31:18.979812"]]  (1.4ms) commit transaction Started GET "/users/520.csv" for 127.0.0.1 at 2019-06-07 10:31:18 -0600 Processing by UsersController#show as CSV Parameters: {"id"=>"520"} User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT ? [["id", 520], ["LIMIT", 1]] Rendering users/respond_with.csv.csvrb Rendered users/respond_with.csv.csvrb (0.2ms) Completed 200 OK in 1ms (Views: 0.7ms | ActiveRecord: 0.1ms)