Skip to content

Instantly share code, notes, and snippets.

Created June 24, 2016 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/b28f1a9fd5cbf5526862c633e1b6b7be to your computer and use it in GitHub Desktop.
Save anonymous/b28f1a9fd5cbf5526862c633e1b6b7be to your computer and use it in GitHub Desktop.
DEPRECATION WARNING: alias_method_chain is deprecated. Please, use Module#prepend instead. From module, you can access the original method using super. (called from <class:RouteSet> at /home/max/.rvm/gems/ruby-2.2.2/gems/devise-3.5.7/lib/devise/rails/routes.rb:27)
=> Booting Puma
=> Rails 5.0.0.beta3 application starting in development on http://localhost:3000
=> Run `rails server -h` for more startup options
DEPRECATION WARNING: Using a dynamic :action segment in a route is deprecated and will be removed in Rails 5.1. (called from devise_omniauth_callback at /home/max/.rvm/gems/ruby-2.2.2/gems/devise-3.5.7/lib/devise/rails/routes.rb:445)
[5005] Puma starting in cluster mode...
[5005] * Version 3.4.0 (ruby 2.2.2-p95), codename: Owl Bowl Brawl
[5005] * Min threads: 5, max threads: 5
[5005] * Environment: development
[5005] * Process workers: 2
[5005] * Preloading application
[5005] * Listening on tcp://localhost:3000
[5005] Use Ctrl-C to stop
[5005] - Worker 0 (pid: 5008) booted, phase: 0
[5005] - Worker 1 (pid: 5022) booted, phase: 0
2016-06-24 22:40:48 +0700: Rack app error: #<PG::ConnectionBad: could not connect to server: Connection refused
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 5432?
>
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:663:in `initialize'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:663:in `new'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:663:in `connect'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:212:in `initialize'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:39:in `new'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:39:in `postgresql_connection'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:721:in `new_connection'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:765:in `checkout_new_connection'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:744:in `try_to_checkout_new_connection'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:705:in `acquire_connection'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:501:in `checkout'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:364:in `connection'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:879:in `retrieve_connection'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_handling.rb:113:in `retrieve_connection'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_handling.rb:87:in `connection'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/query_cache.rb:27:in `run'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/execution_wrapper.rb:39:in `block in register_hook'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:396:in `instance_exec'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:396:in `block in make_lambda'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:169:in `call'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:169:in `block (2 levels) in halting'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:547:in `call'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:547:in `block (2 levels) in default_terminator'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:546:in `catch'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:546:in `block in default_terminator'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:170:in `call'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:170:in `block in halting'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:454:in `call'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:454:in `block in call'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:454:in `each'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:454:in `call'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:101:in `__run_callbacks__'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:750:in `_run_run_callbacks'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:90:in `run_callbacks'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/execution_wrapper.rb:99:in `run!'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/execution_wrapper.rb:61:in `block in run!'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/execution_wrapper.rb:58:in `tap'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/execution_wrapper.rb:58:in `run!'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/actionpack/lib/action_dispatch/middleware/executor.rb:10:in `call'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/actionpack/lib/action_dispatch/middleware/static.rb:136:in `call'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rack-241db7a81eb1/lib/rack/sendfile.rb:111:in `call'
/home/max/.rvm/gems/ruby-2.2.2/gems/rack-cors-0.4.0/lib/rack/cors.rb:80:in `call'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/railties/lib/rails/engine.rb:522:in `call'
/home/max/.rvm/gems/ruby-2.2.2/gems/puma-3.4.0/lib/puma/configuration.rb:224:in `call'
/home/max/.rvm/gems/ruby-2.2.2/gems/puma-3.4.0/lib/puma/server.rb:569:in `handle_request'
/home/max/.rvm/gems/ruby-2.2.2/gems/puma-3.4.0/lib/puma/server.rb:406:in `process_client'
/home/max/.rvm/gems/ruby-2.2.2/gems/puma-3.4.0/lib/puma/server.rb:271:in `block in run'
/home/max/.rvm/gems/ruby-2.2.2/gems/puma-3.4.0/lib/puma/thread_pool.rb:114:in `call'
/home/max/.rvm/gems/ruby-2.2.2/gems/puma-3.4.0/lib/puma/thread_pool.rb:114:in `block in spawn_thread'
2016-06-24 22:40:51 +0700: Rack app error: #<PG::ConnectionBad: could not connect to server: Connection refused
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 5432?
>
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:663:in `initialize'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:663:in `new'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:663:in `connect'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:212:in `initialize'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:39:in `new'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:39:in `postgresql_connection'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:721:in `new_connection'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:765:in `checkout_new_connection'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:744:in `try_to_checkout_new_connection'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:705:in `acquire_connection'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:501:in `checkout'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:364:in `connection'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:879:in `retrieve_connection'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_handling.rb:113:in `retrieve_connection'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_handling.rb:87:in `connection'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/query_cache.rb:27:in `run'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/execution_wrapper.rb:39:in `block in register_hook'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:396:in `instance_exec'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:396:in `block in make_lambda'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:169:in `call'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:169:in `block (2 levels) in halting'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:547:in `call'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:547:in `block (2 levels) in default_terminator'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:546:in `catch'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:546:in `block in default_terminator'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:170:in `call'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:170:in `block in halting'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:454:in `call'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:454:in `block in call'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:454:in `each'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:454:in `call'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:101:in `__run_callbacks__'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:750:in `_run_run_callbacks'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:90:in `run_callbacks'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/execution_wrapper.rb:99:in `run!'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/execution_wrapper.rb:61:in `block in run!'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/execution_wrapper.rb:58:in `tap'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/execution_wrapper.rb:58:in `run!'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/actionpack/lib/action_dispatch/middleware/executor.rb:10:in `call'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/actionpack/lib/action_dispatch/middleware/static.rb:136:in `call'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rack-241db7a81eb1/lib/rack/sendfile.rb:111:in `call'
/home/max/.rvm/gems/ruby-2.2.2/gems/rack-cors-0.4.0/lib/rack/cors.rb:80:in `call'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/railties/lib/rails/engine.rb:522:in `call'
/home/max/.rvm/gems/ruby-2.2.2/gems/puma-3.4.0/lib/puma/configuration.rb:224:in `call'
/home/max/.rvm/gems/ruby-2.2.2/gems/puma-3.4.0/lib/puma/server.rb:569:in `handle_request'
/home/max/.rvm/gems/ruby-2.2.2/gems/puma-3.4.0/lib/puma/server.rb:406:in `process_client'
/home/max/.rvm/gems/ruby-2.2.2/gems/puma-3.4.0/lib/puma/server.rb:271:in `block in run'
/home/max/.rvm/gems/ruby-2.2.2/gems/puma-3.4.0/lib/puma/thread_pool.rb:114:in `call'
/home/max/.rvm/gems/ruby-2.2.2/gems/puma-3.4.0/lib/puma/thread_pool.rb:114:in `block in spawn_thread'
2016-06-24 22:40:54 +0700: Rack app error: #<PG::ConnectionBad: could not connect to server: Connection refused
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 5432?
>
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:663:in `initialize'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:663:in `new'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:663:in `connect'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:212:in `initialize'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:39:in `new'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:39:in `postgresql_connection'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:721:in `new_connection'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:765:in `checkout_new_connection'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:744:in `try_to_checkout_new_connection'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:705:in `acquire_connection'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:501:in `checkout'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:364:in `connection'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_adapters/abstract/connection_pool.rb:879:in `retrieve_connection'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_handling.rb:113:in `retrieve_connection'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/connection_handling.rb:87:in `connection'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activerecord/lib/active_record/query_cache.rb:27:in `run'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/execution_wrapper.rb:39:in `block in register_hook'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:396:in `instance_exec'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:396:in `block in make_lambda'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:169:in `call'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:169:in `block (2 levels) in halting'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:547:in `call'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:547:in `block (2 levels) in default_terminator'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:546:in `catch'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:546:in `block in default_terminator'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:170:in `call'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:170:in `block in halting'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:454:in `call'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:454:in `block in call'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:454:in `each'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:454:in `call'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:101:in `__run_callbacks__'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:750:in `_run_run_callbacks'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/callbacks.rb:90:in `run_callbacks'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/execution_wrapper.rb:99:in `run!'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/execution_wrapper.rb:61:in `block in run!'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/execution_wrapper.rb:58:in `tap'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/activesupport/lib/active_support/execution_wrapper.rb:58:in `run!'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/actionpack/lib/action_dispatch/middleware/executor.rb:10:in `call'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/actionpack/lib/action_dispatch/middleware/static.rb:136:in `call'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rack-241db7a81eb1/lib/rack/sendfile.rb:111:in `call'
/home/max/.rvm/gems/ruby-2.2.2/gems/rack-cors-0.4.0/lib/rack/cors.rb:80:in `call'
/home/max/.rvm/gems/ruby-2.2.2/bundler/gems/rails-2b92069a4985/railties/lib/rails/engine.rb:522:in `call'
/home/max/.rvm/gems/ruby-2.2.2/gems/puma-3.4.0/lib/puma/configuration.rb:224:in `call'
/home/max/.rvm/gems/ruby-2.2.2/gems/puma-3.4.0/lib/puma/server.rb:569:in `handle_request'
/home/max/.rvm/gems/ruby-2.2.2/gems/puma-3.4.0/lib/puma/server.rb:406:in `process_client'
/home/max/.rvm/gems/ruby-2.2.2/gems/puma-3.4.0/lib/puma/server.rb:271:in `block in run'
/home/max/.rvm/gems/ruby-2.2.2/gems/puma-3.4.0/lib/puma/thread_pool.rb:114:in `call'
/home/max/.rvm/gems/ruby-2.2.2/gems/puma-3.4.0/lib/puma/thread_pool.rb:114:in `block in spawn_thread'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment