GithubHelp home page GithubHelp logo

party_foul_demo's Introduction

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

Please feel free to use a different markup language if you do not plan to run rake doc:app.

party_foul_demo's People

Contributors

tusharmaroo avatar

Watchers

James Cloos avatar

party_foul_demo's Issues

PeopleController#show (ActiveRecord::RecordNotFound) "Couldn't find Person with 'id'=3"

ExceptionCouldn't find Person with 'id'=3
Last OccurrenceDecember 20, 2014 04:40:03 +0000
Count1

Stack Trace

[bundle].../gems/activerecord-4.1.5/lib/active_record/relation/finder_methods.rb:320:in `raise_record_not_found_exception!'
[bundle].../gems/activerecord-4.1.5/lib/active_record/relation/finder_methods.rb:420:in `find_one'
[bundle].../gems/activerecord-4.1.5/lib/active_record/relation/finder_methods.rb:404:in `find_with_ids'
[bundle].../gems/activerecord-4.1.5/lib/active_record/relation/finder_methods.rb:68:in `find'
[bundle].../gems/activerecord-4.1.5/lib/active_record/querying.rb:3:in `find'
[app].../app/controllers/people_controller.rb:67:in `set_person'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:424:in `block in make_lambda'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:143:in `call'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:143:in `block in halting_and_conditional'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:229:in `call'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:229:in `block in halting'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:229:in `call'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:229:in `block in halting'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `call'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `block in halting'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `call'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `block in halting'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `call'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `block in halting'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:86:in `call'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:86:in `run_callbacks'
[bundle].../gems/actionpack-4.1.5/lib/abstract_controller/callbacks.rb:19:in `process_action'
[bundle].../gems/actionpack-4.1.5/lib/action_controller/metal/rescue.rb:29:in `process_action'
[bundle].../gems/actionpack-4.1.5/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
[bundle].../gems/activesupport-4.1.5/lib/active_support/notifications.rb:159:in `block in instrument'
[bundle].../gems/activesupport-4.1.5/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
[bundle].../gems/activesupport-4.1.5/lib/active_support/notifications.rb:159:in `instrument'
[bundle].../gems/actionpack-4.1.5/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
[bundle].../gems/actionpack-4.1.5/lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
[bundle].../gems/activerecord-4.1.5/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
[bundle].../gems/actionpack-4.1.5/lib/abstract_controller/base.rb:136:in `process'
[bundle].../gems/actionview-4.1.5/lib/action_view/rendering.rb:30:in `process'
[bundle].../gems/actionpack-4.1.5/lib/action_controller/metal.rb:196:in `dispatch'
[bundle].../gems/actionpack-4.1.5/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
[bundle].../gems/actionpack-4.1.5/lib/action_controller/metal.rb:232:in `block in action'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/routing/route_set.rb:82:in `call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/routing/route_set.rb:50:in `call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/journey/router.rb:71:in `block in call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/journey/router.rb:59:in `each'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/journey/router.rb:59:in `call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/routing/route_set.rb:678:in `call'
[bundle].../gems/party_foul-1.5.5/lib/party_foul/middleware.rb:8:in `call'
[bundle].../gems/rack-1.5.2/lib/rack/etag.rb:23:in `call'
[bundle].../gems/rack-1.5.2/lib/rack/conditionalget.rb:25:in `call'
[bundle].../gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/middleware/params_parser.rb:27:in `call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/middleware/flash.rb:254:in `call'
[bundle].../gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context'
[bundle].../gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/middleware/cookies.rb:560:in `call'
[bundle].../gems/activerecord-4.1.5/lib/active_record/query_cache.rb:36:in `call'
[bundle].../gems/activerecord-4.1.5/lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
[bundle].../gems/activerecord-4.1.5/lib/active_record/migration.rb:380:in `call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:82:in `run_callbacks'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/middleware/reloader.rb:73:in `call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
[bundle].../gems/railties-4.1.5/lib/rails/rack/logger.rb:38:in `call_app'
[bundle].../gems/railties-4.1.5/lib/rails/rack/logger.rb:20:in `block in call'
[bundle].../gems/activesupport-4.1.5/lib/active_support/tagged_logging.rb:68:in `block in tagged'
[bundle].../gems/activesupport-4.1.5/lib/active_support/tagged_logging.rb:26:in `tagged'
[bundle].../gems/activesupport-4.1.5/lib/active_support/tagged_logging.rb:68:in `tagged'
[bundle].../gems/railties-4.1.5/lib/rails/rack/logger.rb:20:in `call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/middleware/request_id.rb:21:in `call'
[bundle].../gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
[bundle].../gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call'
[bundle].../gems/activesupport-4.1.5/lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
[bundle].../gems/rack-1.5.2/lib/rack/lock.rb:17:in `call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/middleware/static.rb:64:in `call'
[bundle].../gems/rack-1.5.2/lib/rack/sendfile.rb:112:in `call'
[bundle].../gems/railties-4.1.5/lib/rails/engine.rb:514:in `call'
[bundle].../gems/railties-4.1.5/lib/rails/application.rb:144:in `call'
[bundle].../gems/rack-1.5.2/lib/rack/lock.rb:17:in `call'
[bundle].../gems/rack-1.5.2/lib/rack/content_length.rb:14:in `call'
[bundle].../gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service'
/home/tusharmaroo/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
/home/tusharmaroo/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
/home/tusharmaroo/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'

Fingerprint: 417b8c082e5c5d4ca66af544ccc422c3f06187e8

PeopleController#show (ActiveRecord::RecordNotFound) "Couldn't find Person with 'id'=5"

ExceptionCouldn't find Person with 'id'=5
Last OccurrenceDecember 21, 2014 18:41:25 +0000
Count1

Stack Trace

[bundle].../gems/activerecord-4.1.5/lib/active_record/relation/finder_methods.rb:320:in `raise_record_not_found_exception!'
[bundle].../gems/activerecord-4.1.5/lib/active_record/relation/finder_methods.rb:420:in `find_one'
[bundle].../gems/activerecord-4.1.5/lib/active_record/relation/finder_methods.rb:404:in `find_with_ids'
[bundle].../gems/activerecord-4.1.5/lib/active_record/relation/finder_methods.rb:68:in `find'
[bundle].../gems/activerecord-4.1.5/lib/active_record/querying.rb:3:in `find'
[app].../app/controllers/people_controller.rb:67:in `set_person'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:424:in `block in make_lambda'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:143:in `call'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:143:in `block in halting_and_conditional'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:229:in `call'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:229:in `block in halting'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:229:in `call'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:229:in `block in halting'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `call'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `block in halting'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `call'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `block in halting'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `call'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:166:in `block in halting'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:86:in `call'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:86:in `run_callbacks'
[bundle].../gems/actionpack-4.1.5/lib/abstract_controller/callbacks.rb:19:in `process_action'
[bundle].../gems/actionpack-4.1.5/lib/action_controller/metal/rescue.rb:29:in `process_action'
[bundle].../gems/actionpack-4.1.5/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
[bundle].../gems/activesupport-4.1.5/lib/active_support/notifications.rb:159:in `block in instrument'
[bundle].../gems/activesupport-4.1.5/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
[bundle].../gems/activesupport-4.1.5/lib/active_support/notifications.rb:159:in `instrument'
[bundle].../gems/actionpack-4.1.5/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
[bundle].../gems/actionpack-4.1.5/lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
[bundle].../gems/activerecord-4.1.5/lib/active_record/railties/controller_runtime.rb:18:in `process_action'
[bundle].../gems/actionpack-4.1.5/lib/abstract_controller/base.rb:136:in `process'
[bundle].../gems/actionview-4.1.5/lib/action_view/rendering.rb:30:in `process'
[bundle].../gems/actionpack-4.1.5/lib/action_controller/metal.rb:196:in `dispatch'
[bundle].../gems/actionpack-4.1.5/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
[bundle].../gems/actionpack-4.1.5/lib/action_controller/metal.rb:232:in `block in action'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/routing/route_set.rb:82:in `call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/routing/route_set.rb:50:in `call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/journey/router.rb:71:in `block in call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/journey/router.rb:59:in `each'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/journey/router.rb:59:in `call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/routing/route_set.rb:678:in `call'
[bundle].../gems/party_foul-1.5.5/lib/party_foul/middleware.rb:8:in `call'
[bundle].../gems/rack-1.5.2/lib/rack/etag.rb:23:in `call'
[bundle].../gems/rack-1.5.2/lib/rack/conditionalget.rb:25:in `call'
[bundle].../gems/rack-1.5.2/lib/rack/head.rb:11:in `call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/middleware/params_parser.rb:27:in `call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/middleware/flash.rb:254:in `call'
[bundle].../gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context'
[bundle].../gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/middleware/cookies.rb:560:in `call'
[bundle].../gems/activerecord-4.1.5/lib/active_record/query_cache.rb:36:in `call'
[bundle].../gems/activerecord-4.1.5/lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
[bundle].../gems/activerecord-4.1.5/lib/active_record/migration.rb:380:in `call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
[bundle].../gems/activesupport-4.1.5/lib/active_support/callbacks.rb:82:in `run_callbacks'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/middleware/reloader.rb:73:in `call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
[bundle].../gems/railties-4.1.5/lib/rails/rack/logger.rb:38:in `call_app'
[bundle].../gems/railties-4.1.5/lib/rails/rack/logger.rb:20:in `block in call'
[bundle].../gems/activesupport-4.1.5/lib/active_support/tagged_logging.rb:68:in `block in tagged'
[bundle].../gems/activesupport-4.1.5/lib/active_support/tagged_logging.rb:26:in `tagged'
[bundle].../gems/activesupport-4.1.5/lib/active_support/tagged_logging.rb:68:in `tagged'
[bundle].../gems/railties-4.1.5/lib/rails/rack/logger.rb:20:in `call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/middleware/request_id.rb:21:in `call'
[bundle].../gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call'
[bundle].../gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call'
[bundle].../gems/activesupport-4.1.5/lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
[bundle].../gems/rack-1.5.2/lib/rack/lock.rb:17:in `call'
[bundle].../gems/actionpack-4.1.5/lib/action_dispatch/middleware/static.rb:64:in `call'
[bundle].../gems/rack-1.5.2/lib/rack/sendfile.rb:112:in `call'
[bundle].../gems/railties-4.1.5/lib/rails/engine.rb:514:in `call'
[bundle].../gems/railties-4.1.5/lib/rails/application.rb:144:in `call'
[bundle].../gems/rack-1.5.2/lib/rack/lock.rb:17:in `call'
[bundle].../gems/rack-1.5.2/lib/rack/content_length.rb:14:in `call'
[bundle].../gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service'
/home/tusharmaroo/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
/home/tusharmaroo/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
/home/tusharmaroo/.rvm/rubies/ruby-2.1.2/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'

Fingerprint: 3064a35ea81b6ed469849f958e2080c34cd818d7

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.