raffle_v1 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (97) hide show
  1. checksums.yaml +15 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.md +31 -0
  4. data/Rakefile +40 -0
  5. data/app/assets/javascripts/raffle_v1/application.js +15 -0
  6. data/app/assets/javascripts/raffle_v1/comments.js +2 -0
  7. data/app/assets/javascripts/raffle_v1/posts.js +2 -0
  8. data/app/assets/stylesheets/raffle_v1/application.css +13 -0
  9. data/app/assets/stylesheets/raffle_v1/comments.css +4 -0
  10. data/app/assets/stylesheets/raffle_v1/posts.css +4 -0
  11. data/app/assets/stylesheets/scaffold.css +56 -0
  12. data/app/controllers/raffle_v1/application_controller.rb +4 -0
  13. data/app/controllers/raffle_v1/comments_controller.rb +30 -0
  14. data/app/controllers/raffle_v1/posts_controller.rb +87 -0
  15. data/app/helpers/raffle_v1/application_helper.rb +4 -0
  16. data/app/helpers/raffle_v1/comments_helper.rb +4 -0
  17. data/app/helpers/raffle_v1/posts_helper.rb +4 -0
  18. data/app/models/raffle_v1/comment.rb +7 -0
  19. data/app/models/raffle_v1/post.rb +7 -0
  20. data/app/views/layouts/raffle_v1/application.html.erb +14 -0
  21. data/app/views/raffle_v1/comments/_comment.html.erb +1 -0
  22. data/app/views/raffle_v1/comments/_form.html.erb +8 -0
  23. data/app/views/raffle_v1/comments/index.html.erb +13 -0
  24. data/app/views/raffle_v1/posts/_form.html.erb +25 -0
  25. data/app/views/raffle_v1/posts/edit.html.erb +6 -0
  26. data/app/views/raffle_v1/posts/index.html.erb +25 -0
  27. data/app/views/raffle_v1/posts/new.html.erb +5 -0
  28. data/app/views/raffle_v1/posts/show.html.erb +19 -0
  29. data/config/routes.rb +9 -0
  30. data/db/migrate/20130326135125_create_raffle_v1_posts.rb +10 -0
  31. data/db/migrate/20130326174121_create_raffle_v1_comments.rb +10 -0
  32. data/lib/raffle_v1.rb +4 -0
  33. data/lib/raffle_v1/engine.rb +5 -0
  34. data/lib/raffle_v1/version.rb +3 -0
  35. data/lib/tasks/raffle_v1_tasks.rake +4 -0
  36. data/test/dummy/README.rdoc +261 -0
  37. data/test/dummy/Rakefile +7 -0
  38. data/test/dummy/app/assets/javascripts/application.js +15 -0
  39. data/test/dummy/app/assets/stylesheets/application.css +13 -0
  40. data/test/dummy/app/controllers/application_controller.rb +3 -0
  41. data/test/dummy/app/helpers/application_helper.rb +2 -0
  42. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  43. data/test/dummy/config.ru +4 -0
  44. data/test/dummy/config/application.rb +59 -0
  45. data/test/dummy/config/boot.rb +10 -0
  46. data/test/dummy/config/database.yml +25 -0
  47. data/test/dummy/config/environment.rb +5 -0
  48. data/test/dummy/config/environments/development.rb +37 -0
  49. data/test/dummy/config/environments/production.rb +67 -0
  50. data/test/dummy/config/environments/test.rb +37 -0
  51. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  52. data/test/dummy/config/initializers/inflections.rb +15 -0
  53. data/test/dummy/config/initializers/mime_types.rb +5 -0
  54. data/test/dummy/config/initializers/secret_token.rb +7 -0
  55. data/test/dummy/config/initializers/session_store.rb +8 -0
  56. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  57. data/test/dummy/config/locales/en.yml +5 -0
  58. data/test/dummy/config/routes.rb +4 -0
  59. data/test/dummy/db/development.sqlite3 +0 -0
  60. data/test/dummy/db/schema.rb +30 -0
  61. data/test/dummy/db/test.sqlite3 +0 -0
  62. data/test/dummy/log/development.log +1304 -0
  63. data/test/dummy/public/404.html +26 -0
  64. data/test/dummy/public/422.html +26 -0
  65. data/test/dummy/public/500.html +25 -0
  66. data/test/dummy/public/favicon.ico +0 -0
  67. data/test/dummy/script/rails +6 -0
  68. data/test/dummy/tmp/cache/assets/CA9/000/sprockets%2F4a08cdc7528358910b09a742236ce1d5 +0 -0
  69. data/test/dummy/tmp/cache/assets/CB2/BD0/sprockets%2F85aac33f66112e73231ea0779f646d48 +0 -0
  70. data/test/dummy/tmp/cache/assets/CC8/930/sprockets%2Ff75c059e31f23788564cdeb37454997a +0 -0
  71. data/test/dummy/tmp/cache/assets/CEF/E80/sprockets%2Fd1d95274bb399cd78c4372bc6330679f +0 -0
  72. data/test/dummy/tmp/cache/assets/D00/C30/sprockets%2F7d453e5233c35cc0664189bd1c060dca +0 -0
  73. data/test/dummy/tmp/cache/assets/D06/390/sprockets%2F2db5f5807daaf42647f3f1614b2061c7 +0 -0
  74. data/test/dummy/tmp/cache/assets/D06/5C0/sprockets%2F10f71b69148321ca26d0bb94df09ed46 +0 -0
  75. data/test/dummy/tmp/cache/assets/D1E/8D0/sprockets%2Fd0f3965813d75eefebe5353981159cb3 +0 -0
  76. data/test/dummy/tmp/cache/assets/D35/FB0/sprockets%2Ff706372b7e19b270321cbce180d7edd3 +0 -0
  77. data/test/dummy/tmp/cache/assets/D49/1E0/sprockets%2F1c8eb9a82d46a60faa9b194282db8976 +0 -0
  78. data/test/dummy/tmp/cache/assets/D67/FA0/sprockets%2F3072f540a4a5f4af3636dc9cee4bd821 +0 -0
  79. data/test/dummy/tmp/cache/assets/D76/180/sprockets%2Fe06d9366092cba68641ddefa60cb5e97 +0 -0
  80. data/test/dummy/tmp/cache/assets/D9B/470/sprockets%2Fb7bb6ac37b3929f36a390e4f5b70aec3 +0 -0
  81. data/test/dummy/tmp/cache/assets/D9F/080/sprockets%2F67fdbee8438ea0fdd3406c4f3b277a14 +0 -0
  82. data/test/dummy/tmp/cache/assets/DCD/970/sprockets%2Fb3d4eb65c6d389bff1cb035a7c4e74d2 +0 -0
  83. data/test/dummy/tmp/cache/assets/DD2/7D0/sprockets%2F6d8fc01a6bd28f831fdbe625ea56f2c7 +0 -0
  84. data/test/dummy/tmp/cache/assets/DF1/CA0/sprockets%2Faa2be5b854dacdce2a30a0fff7412887 +0 -0
  85. data/test/dummy/tmp/cache/assets/E0B/E40/sprockets%2F96b1b0fa8f4feee3299fc9dcd2078d0d +0 -0
  86. data/test/fixtures/raffle_v1/comments.yml +9 -0
  87. data/test/fixtures/raffle_v1/posts.yml +9 -0
  88. data/test/functional/raffle_v1/comments_controller_test.rb +9 -0
  89. data/test/functional/raffle_v1/posts_controller_test.rb +51 -0
  90. data/test/integration/navigation_test.rb +10 -0
  91. data/test/raffle_v1_test.rb +7 -0
  92. data/test/test_helper.rb +15 -0
  93. data/test/unit/helpers/raffle_v1/comments_helper_test.rb +6 -0
  94. data/test/unit/helpers/raffle_v1/posts_helper_test.rb +6 -0
  95. data/test/unit/raffle_v1/comment_test.rb +9 -0
  96. data/test/unit/raffle_v1/post_test.rb +9 -0
  97. metadata +255 -0
@@ -0,0 +1,59 @@
1
+ require File.expand_path('../boot', __FILE__)
2
+
3
+ require 'rails/all'
4
+
5
+ Bundler.require(*Rails.groups)
6
+ require "raffle_v1"
7
+
8
+ module Dummy
9
+ class Application < Rails::Application
10
+ # Settings in config/environments/* take precedence over those specified here.
11
+ # Application configuration should go into files in config/initializers
12
+ # -- all .rb files in that directory are automatically loaded.
13
+
14
+ # Custom directories with classes and modules you want to be autoloadable.
15
+ # config.autoload_paths += %W(#{config.root}/extras)
16
+
17
+ # Only load the plugins named here, in the order given (default is alphabetical).
18
+ # :all can be used as a placeholder for all plugins not explicitly named.
19
+ # config.plugins = [ :exception_notification, :ssl_requirement, :all ]
20
+
21
+ # Activate observers that should always be running.
22
+ # config.active_record.observers = :cacher, :garbage_collector, :forum_observer
23
+
24
+ # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
25
+ # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
26
+ # config.time_zone = 'Central Time (US & Canada)'
27
+
28
+ # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
29
+ # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
30
+ # config.i18n.default_locale = :de
31
+
32
+ # Configure the default encoding used in templates for Ruby 1.9.
33
+ config.encoding = "utf-8"
34
+
35
+ # Configure sensitive parameters which will be filtered from the log file.
36
+ config.filter_parameters += [:password]
37
+
38
+ # Enable escaping HTML in JSON.
39
+ config.active_support.escape_html_entities_in_json = true
40
+
41
+ # Use SQL instead of Active Record's schema dumper when creating the database.
42
+ # This is necessary if your schema can't be completely dumped by the schema dumper,
43
+ # like if you have constraints or database-specific column types
44
+ # config.active_record.schema_format = :sql
45
+
46
+ # Enforce whitelist mode for mass assignment.
47
+ # This will create an empty whitelist of attributes available for mass-assignment for all models
48
+ # in your app. As such, your models will need to explicitly whitelist or blacklist accessible
49
+ # parameters by using an attr_accessible or attr_protected declaration.
50
+ config.active_record.whitelist_attributes = true
51
+
52
+ # Enable the asset pipeline
53
+ config.assets.enabled = true
54
+
55
+ # Version of your assets, change this if you want to expire all your assets
56
+ config.assets.version = '1.0'
57
+ end
58
+ end
59
+
@@ -0,0 +1,10 @@
1
+ require 'rubygems'
2
+ gemfile = File.expand_path('../../../../Gemfile', __FILE__)
3
+
4
+ if File.exist?(gemfile)
5
+ ENV['BUNDLE_GEMFILE'] = gemfile
6
+ require 'bundler'
7
+ Bundler.setup
8
+ end
9
+
10
+ $:.unshift File.expand_path('../../../../lib', __FILE__)
@@ -0,0 +1,25 @@
1
+ # SQLite version 3.x
2
+ # gem install sqlite3
3
+ #
4
+ # Ensure the SQLite 3 gem is defined in your Gemfile
5
+ # gem 'sqlite3'
6
+ development:
7
+ adapter: sqlite3
8
+ database: db/development.sqlite3
9
+ pool: 5
10
+ timeout: 5000
11
+
12
+ # Warning: The database defined as "test" will be erased and
13
+ # re-generated from your development database when you run "rake".
14
+ # Do not set this db to the same as development or production.
15
+ test:
16
+ adapter: sqlite3
17
+ database: db/test.sqlite3
18
+ pool: 5
19
+ timeout: 5000
20
+
21
+ production:
22
+ adapter: sqlite3
23
+ database: db/production.sqlite3
24
+ pool: 5
25
+ timeout: 5000
@@ -0,0 +1,5 @@
1
+ # Load the rails application
2
+ require File.expand_path('../application', __FILE__)
3
+
4
+ # Initialize the rails application
5
+ Dummy::Application.initialize!
@@ -0,0 +1,37 @@
1
+ Dummy::Application.configure do
2
+ # Settings specified here will take precedence over those in config/application.rb
3
+
4
+ # In the development environment your application's code is reloaded on
5
+ # every request. This slows down response time but is perfect for development
6
+ # since you don't have to restart the web server when you make code changes.
7
+ config.cache_classes = false
8
+
9
+ # Log error messages when you accidentally call methods on nil.
10
+ config.whiny_nils = true
11
+
12
+ # Show full error reports and disable caching
13
+ config.consider_all_requests_local = true
14
+ config.action_controller.perform_caching = false
15
+
16
+ # Don't care if the mailer can't send
17
+ config.action_mailer.raise_delivery_errors = false
18
+
19
+ # Print deprecation notices to the Rails logger
20
+ config.active_support.deprecation = :log
21
+
22
+ # Only use best-standards-support built into browsers
23
+ config.action_dispatch.best_standards_support = :builtin
24
+
25
+ # Raise exception on mass assignment protection for Active Record models
26
+ config.active_record.mass_assignment_sanitizer = :strict
27
+
28
+ # Log the query plan for queries taking more than this (works
29
+ # with SQLite, MySQL, and PostgreSQL)
30
+ config.active_record.auto_explain_threshold_in_seconds = 0.5
31
+
32
+ # Do not compress assets
33
+ config.assets.compress = false
34
+
35
+ # Expands the lines which load the assets
36
+ config.assets.debug = true
37
+ end
@@ -0,0 +1,67 @@
1
+ Dummy::Application.configure do
2
+ # Settings specified here will take precedence over those in config/application.rb
3
+
4
+ # Code is not reloaded between requests
5
+ config.cache_classes = true
6
+
7
+ # Full error reports are disabled and caching is turned on
8
+ config.consider_all_requests_local = false
9
+ config.action_controller.perform_caching = true
10
+
11
+ # Disable Rails's static asset server (Apache or nginx will already do this)
12
+ config.serve_static_assets = false
13
+
14
+ # Compress JavaScripts and CSS
15
+ config.assets.compress = true
16
+
17
+ # Don't fallback to assets pipeline if a precompiled asset is missed
18
+ config.assets.compile = false
19
+
20
+ # Generate digests for assets URLs
21
+ config.assets.digest = true
22
+
23
+ # Defaults to nil and saved in location specified by config.assets.prefix
24
+ # config.assets.manifest = YOUR_PATH
25
+
26
+ # Specifies the header that your server uses for sending files
27
+ # config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache
28
+ # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx
29
+
30
+ # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
31
+ # config.force_ssl = true
32
+
33
+ # See everything in the log (default is :info)
34
+ # config.log_level = :debug
35
+
36
+ # Prepend all log lines with the following tags
37
+ # config.log_tags = [ :subdomain, :uuid ]
38
+
39
+ # Use a different logger for distributed setups
40
+ # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
41
+
42
+ # Use a different cache store in production
43
+ # config.cache_store = :mem_cache_store
44
+
45
+ # Enable serving of images, stylesheets, and JavaScripts from an asset server
46
+ # config.action_controller.asset_host = "http://assets.example.com"
47
+
48
+ # Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
49
+ # config.assets.precompile += %w( search.js )
50
+
51
+ # Disable delivery errors, bad email addresses will be ignored
52
+ # config.action_mailer.raise_delivery_errors = false
53
+
54
+ # Enable threaded mode
55
+ # config.threadsafe!
56
+
57
+ # Enable locale fallbacks for I18n (makes lookups for any locale fall back to
58
+ # the I18n.default_locale when a translation can not be found)
59
+ config.i18n.fallbacks = true
60
+
61
+ # Send deprecation notices to registered listeners
62
+ config.active_support.deprecation = :notify
63
+
64
+ # Log the query plan for queries taking more than this (works
65
+ # with SQLite, MySQL, and PostgreSQL)
66
+ # config.active_record.auto_explain_threshold_in_seconds = 0.5
67
+ end
@@ -0,0 +1,37 @@
1
+ Dummy::Application.configure do
2
+ # Settings specified here will take precedence over those in config/application.rb
3
+
4
+ # The test environment is used exclusively to run your application's
5
+ # test suite. You never need to work with it otherwise. Remember that
6
+ # your test database is "scratch space" for the test suite and is wiped
7
+ # and recreated between test runs. Don't rely on the data there!
8
+ config.cache_classes = true
9
+
10
+ # Configure static asset server for tests with Cache-Control for performance
11
+ config.serve_static_assets = true
12
+ config.static_cache_control = "public, max-age=3600"
13
+
14
+ # Log error messages when you accidentally call methods on nil
15
+ config.whiny_nils = true
16
+
17
+ # Show full error reports and disable caching
18
+ config.consider_all_requests_local = true
19
+ config.action_controller.perform_caching = false
20
+
21
+ # Raise exceptions instead of rendering exception templates
22
+ config.action_dispatch.show_exceptions = false
23
+
24
+ # Disable request forgery protection in test environment
25
+ config.action_controller.allow_forgery_protection = false
26
+
27
+ # Tell Action Mailer not to deliver emails to the real world.
28
+ # The :test delivery method accumulates sent emails in the
29
+ # ActionMailer::Base.deliveries array.
30
+ config.action_mailer.delivery_method = :test
31
+
32
+ # Raise exception on mass assignment protection for Active Record models
33
+ config.active_record.mass_assignment_sanitizer = :strict
34
+
35
+ # Print deprecation notices to the stderr
36
+ config.active_support.deprecation = :stderr
37
+ end
@@ -0,0 +1,7 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
4
+ # Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
5
+
6
+ # You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.
7
+ # Rails.backtrace_cleaner.remove_silencers!
@@ -0,0 +1,15 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Add new inflection rules using the following format
4
+ # (all these examples are active by default):
5
+ # ActiveSupport::Inflector.inflections do |inflect|
6
+ # inflect.plural /^(ox)$/i, '\1en'
7
+ # inflect.singular /^(ox)en/i, '\1'
8
+ # inflect.irregular 'person', 'people'
9
+ # inflect.uncountable %w( fish sheep )
10
+ # end
11
+ #
12
+ # These inflection rules are supported but not enabled by default:
13
+ # ActiveSupport::Inflector.inflections do |inflect|
14
+ # inflect.acronym 'RESTful'
15
+ # end
@@ -0,0 +1,5 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Add new mime types for use in respond_to blocks:
4
+ # Mime::Type.register "text/richtext", :rtf
5
+ # Mime::Type.register_alias "text/html", :iphone
@@ -0,0 +1,7 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Your secret key for verifying the integrity of signed cookies.
4
+ # If you change this key, all old signed cookies will become invalid!
5
+ # Make sure the secret is at least 30 characters and all random,
6
+ # no regular words or you'll be exposed to dictionary attacks.
7
+ Dummy::Application.config.secret_token = 'f336cba496e7df365d76b8b9197b1c8ce2bfd0cb86df83ef8a0aa5d97e8830b71045ebb9e3010558cd47b405fc0c589e201cecc6dff51d5875616fe81ce08d25'
@@ -0,0 +1,8 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ Dummy::Application.config.session_store :cookie_store, key: '_dummy_session'
4
+
5
+ # Use the database for sessions instead of the cookie-based default,
6
+ # which shouldn't be used to store highly confidential information
7
+ # (create the session table with "rails generate session_migration")
8
+ # Dummy::Application.config.session_store :active_record_store
@@ -0,0 +1,14 @@
1
+ # Be sure to restart your server when you modify this file.
2
+ #
3
+ # This file contains settings for ActionController::ParamsWrapper which
4
+ # is enabled by default.
5
+
6
+ # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
7
+ ActiveSupport.on_load(:action_controller) do
8
+ wrap_parameters format: [:json]
9
+ end
10
+
11
+ # Disable root element in JSON by default.
12
+ ActiveSupport.on_load(:active_record) do
13
+ self.include_root_in_json = false
14
+ end
@@ -0,0 +1,5 @@
1
+ # Sample localization file for English. Add more files in this directory for other locales.
2
+ # See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points.
3
+
4
+ en:
5
+ hello: "Hello world"
@@ -0,0 +1,4 @@
1
+ Rails.application.routes.draw do
2
+
3
+ mount RaffleV1::Engine => "/raffle_v1"
4
+ end
@@ -0,0 +1,30 @@
1
+ # encoding: UTF-8
2
+ # This file is auto-generated from the current state of the database. Instead
3
+ # of editing this file, please use the migrations feature of Active Record to
4
+ # incrementally modify your database, and then regenerate this schema definition.
5
+ #
6
+ # Note that this schema.rb definition is the authoritative source for your
7
+ # database schema. If you need to create the application database on another
8
+ # system, you should be using db:schema:load, not running all the migrations
9
+ # from scratch. The latter is a flawed and unsustainable approach (the more migrations
10
+ # you'll amass, the slower it'll run and the greater likelihood for issues).
11
+ #
12
+ # It's strongly recommended to check this file into your version control system.
13
+
14
+ ActiveRecord::Schema.define(:version => 20130326174121) do
15
+
16
+ create_table "raffle_v1_comments", :force => true do |t|
17
+ t.integer "post_id"
18
+ t.text "text"
19
+ t.datetime "created_at", :null => false
20
+ t.datetime "updated_at", :null => false
21
+ end
22
+
23
+ create_table "raffle_v1_posts", :force => true do |t|
24
+ t.string "title"
25
+ t.text "text"
26
+ t.datetime "created_at", :null => false
27
+ t.datetime "updated_at", :null => false
28
+ end
29
+
30
+ end
File without changes
@@ -0,0 +1,1304 @@
1
+ Connecting to database specified by database.yml
2
+ Connecting to database specified by database.yml
3
+ Connecting to database specified by database.yml
4
+ Connecting to database specified by database.yml
5
+ Connecting to database specified by database.yml
6
+  (21.1ms) select sqlite_version(*)
7
+  (1.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
8
+  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
9
+  (2.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
10
+ Connecting to database specified by database.yml
11
+  (2.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
12
+ Migrating to CreateRaffleV1Posts (20130326135125)
13
+  (0.1ms) select sqlite_version(*)
14
+  (0.0ms) begin transaction
15
+  (1.3ms) CREATE TABLE "raffle_v1_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "text" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
16
+  (11.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130326135125')
17
+  (32.6ms) commit transaction
18
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
19
+ Connecting to database specified by database.yml
20
+  (100.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
21
+ Migrating to CreateRaffleV1Posts (20130326135125)
22
+ Migrating to CreateRaffleV1Comments (20130326174121)
23
+  (0.1ms) select sqlite_version(*)
24
+  (0.1ms) begin transaction
25
+  (0.6ms) CREATE TABLE "raffle_v1_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "text" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
26
+  (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130326174121')
27
+  (1.4ms) commit transaction
28
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
29
+ Connecting to database specified by database.yml
30
+
31
+
32
+ Started GET "/" for 127.0.0.1 at 2013-03-26 14:05:51 -0400
33
+
34
+ ActionController::RoutingError (No route matches [GET] "/"):
35
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
36
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
37
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
38
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
39
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
40
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
41
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
42
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
43
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
44
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
45
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
46
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
47
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
48
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
49
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
50
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
51
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
52
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
53
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
54
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
55
+
56
+
57
+ Rendered /Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (10.4ms)
58
+
59
+
60
+ Started GET "/posts" for 127.0.0.1 at 2013-03-26 14:05:59 -0400
61
+
62
+ ActionController::RoutingError (No route matches [GET] "/posts"):
63
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
64
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
65
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
66
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
67
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
68
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
69
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
70
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
71
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
72
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
73
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
74
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
75
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
76
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
77
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
78
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
79
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
80
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
81
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
82
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
83
+
84
+
85
+ Rendered /Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
86
+
87
+
88
+ Started GET "/rafflev1/posts" for 127.0.0.1 at 2013-03-26 14:06:14 -0400
89
+
90
+ ActionController::RoutingError (No route matches [GET] "/rafflev1/posts"):
91
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
92
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
93
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
94
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
95
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
96
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
97
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
98
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
99
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
100
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
101
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
102
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
103
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
104
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
105
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
106
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
107
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
108
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
109
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
110
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
111
+
112
+
113
+ Rendered /Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
114
+
115
+
116
+ Started GET "/rafflev1/posts/new" for 127.0.0.1 at 2013-03-26 14:06:18 -0400
117
+
118
+ ActionController::RoutingError (No route matches [GET] "/rafflev1/posts/new"):
119
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
120
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
121
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
122
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
123
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
124
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
125
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
126
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
127
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
128
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
129
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
130
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
131
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
132
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
133
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
134
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
135
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
136
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
137
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
138
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
139
+
140
+
141
+ Rendered /Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
142
+
143
+
144
+ Started GET "/raffle_v1/posts/new" for 127.0.0.1 at 2013-03-26 14:10:28 -0400
145
+ Processing by RaffleV1::PostsController#new as HTML
146
+ Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/posts/_form.html.erb (114.7ms)
147
+ Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/posts/new.html.erb within layouts/raffle_v1/application (196.8ms)
148
+ Compiled raffle_v1/comments.css (0ms) (pid 44057)
149
+ Compiled raffle_v1/posts.css (0ms) (pid 44057)
150
+ Compiled raffle_v1/application.css (69ms) (pid 44057)
151
+ Compiled jquery.js (3ms) (pid 44057)
152
+ Compiled jquery_ujs.js (0ms) (pid 44057)
153
+ Compiled raffle_v1/comments.js (0ms) (pid 44057)
154
+ Compiled raffle_v1/posts.js (0ms) (pid 44057)
155
+ Compiled raffle_v1/application.js (137ms) (pid 44057)
156
+ Completed 200 OK in 735ms (Views: 600.3ms | ActiveRecord: 2.7ms)
157
+
158
+
159
+ Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 14:10:29 -0400
160
+ Served asset /raffle_v1/application.css - 200 OK (43ms)
161
+
162
+
163
+ Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 14:10:29 -0400
164
+ Served asset /raffle_v1/comments.css - 200 OK (2ms)
165
+
166
+
167
+ Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 14:10:29 -0400
168
+ Served asset /raffle_v1/posts.css - 200 OK (3ms)
169
+
170
+
171
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 14:10:29 -0400
172
+ Served asset /jquery.js - 200 OK (2ms)
173
+
174
+
175
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 14:10:29 -0400
176
+ Served asset /jquery_ujs.js - 200 OK (2ms)
177
+
178
+
179
+ Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 14:10:29 -0400
180
+ Served asset /raffle_v1/comments.js - 200 OK (2ms)
181
+
182
+
183
+ Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 14:10:29 -0400
184
+ Served asset /raffle_v1/application.js - 200 OK (8ms)
185
+
186
+
187
+ Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 14:10:29 -0400
188
+ Served asset /raffle_v1/posts.js - 200 OK (8ms)
189
+
190
+
191
+ Started POST "/raffle_v1/posts" for 127.0.0.1 at 2013-03-26 14:11:10 -0400
192
+ Processing by RaffleV1::PostsController#create as HTML
193
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Z/yv5HfrXr0q/ZY1J+OcApRzwirUBqCEsklPuzn9Wy0=", "post"=>{"title"=>"sample 1", "text"=>"this is a sample"}, "commit"=>"Create Post"}
194
+  (0.1ms) begin transaction
195
+ SQL (210.5ms) INSERT INTO "raffle_v1_posts" ("created_at", "text", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Tue, 26 Mar 2013 18:11:10 UTC +00:00], ["text", "this is a sample"], ["title", "sample 1"], ["updated_at", Tue, 26 Mar 2013 18:11:10 UTC +00:00]]
196
+  (31.4ms) commit transaction
197
+ Redirected to http://localhost:3000/raffle_v1/posts/1
198
+ Completed 302 Found in 248ms (ActiveRecord: 242.0ms)
199
+
200
+
201
+ Started GET "/raffle_v1/posts/1" for 127.0.0.1 at 2013-03-26 14:11:11 -0400
202
+ Processing by RaffleV1::PostsController#show as HTML
203
+ Parameters: {"id"=>"1"}
204
+ RaffleV1::Post Load (0.4ms) SELECT "raffle_v1_posts".* FROM "raffle_v1_posts" WHERE "raffle_v1_posts"."id" = ? LIMIT 1 [["id", "1"]]
205
+ RaffleV1::Comment Load (0.4ms) SELECT "raffle_v1_comments".* FROM "raffle_v1_comments" WHERE "raffle_v1_comments"."post_id" = 1
206
+ Rendered collection (0.0ms)
207
+ Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/posts/show.html.erb within layouts/raffle_v1/application (256.1ms)
208
+ Completed 500 Internal Server Error in 289ms
209
+
210
+ ActionView::Template::Error (Missing partial rafflev1/comments/form with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
211
+ * "/Users/albertmckeever/Sites/raffle_v1/test/dummy/app/views"
212
+ * "/Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/devise-2.2.3/app/views"
213
+ * "/Users/albertmckeever/Sites/raffle_v1/app/views"
214
+ ):
215
+ 12:
216
+ 13: <h3>Comments</h3>
217
+ 14: <%= render @post.comments %>
218
+ 15: <%= render "rafflev1/comments/form" %>
219
+ 16:
220
+ 17:
221
+ 18: <%= link_to 'Edit', edit_post_path(@post) %> |
222
+ actionpack (3.2.13) lib/action_view/path_set.rb:58:in `find'
223
+ actionpack (3.2.13) lib/action_view/lookup_context.rb:109:in `find'
224
+ actionpack (3.2.13) lib/action_view/renderer/partial_renderer.rb:339:in `find_template'
225
+ actionpack (3.2.13) lib/action_view/renderer/partial_renderer.rb:333:in `find_partial'
226
+ actionpack (3.2.13) lib/action_view/renderer/partial_renderer.rb:222:in `render'
227
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:41:in `render_partial'
228
+ actionpack (3.2.13) lib/action_view/helpers/rendering_helper.rb:27:in `render'
229
+ /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/posts/show.html.erb:15:in `___sers_albertmckeever__ites_raffle_v__app_views_raffle_v__posts_show_html_erb__3020222800891270095_70330261661660'
230
+ actionpack (3.2.13) lib/action_view/template.rb:145:in `block in render'
231
+ activesupport (3.2.13) lib/active_support/notifications.rb:125:in `instrument'
232
+ actionpack (3.2.13) lib/action_view/template.rb:143:in `render'
233
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:47:in `block (2 levels) in render_template'
234
+ actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
235
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
236
+ activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
237
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
238
+ actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
239
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:46:in `block in render_template'
240
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout'
241
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:45:in `render_template'
242
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:18:in `render'
243
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
244
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
245
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
246
+ actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
247
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
248
+ actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
249
+ actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
250
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
251
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
252
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
253
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
254
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
255
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
256
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
257
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
258
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
259
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
260
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
261
+ actionpack (3.2.13) lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
262
+ /Users/albertmckeever/Sites/raffle_v1/app/controllers/raffle_v1/posts_controller.rb:21:in `show'
263
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
264
+ actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
265
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
266
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
267
+ activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__1857496235845912092__process_action__3385320578368508097__callbacks'
268
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
269
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
270
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
271
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
272
+ actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
273
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
274
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
275
+ activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
276
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
277
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
278
+ actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
279
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
280
+ actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
281
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
282
+ actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
283
+ actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
284
+ actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
285
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
286
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
287
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
288
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
289
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
290
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
291
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
292
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
293
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
294
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
295
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
296
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
297
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
298
+ warden (1.2.1) lib/warden/manager.rb:35:in `block in call'
299
+ warden (1.2.1) lib/warden/manager.rb:34:in `catch'
300
+ warden (1.2.1) lib/warden/manager.rb:34:in `call'
301
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
302
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
303
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
304
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
305
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
306
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
307
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
308
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
309
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
310
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
311
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
312
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
313
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1862015093205694650__call__2153355161977486189__callbacks'
314
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
315
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
316
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
317
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
318
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
319
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
320
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
321
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
322
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
323
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
324
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
325
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
326
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
327
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
328
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
329
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
330
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
331
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
332
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
333
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
334
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
335
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
336
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
337
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
338
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
339
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
340
+
341
+
342
+ Rendered /Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.1ms)
343
+ Rendered /Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms)
344
+ Rendered /Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.3ms)
345
+
346
+
347
+ Started GET "/raffle_v1/posts/1" for 127.0.0.1 at 2013-03-26 14:16:26 -0400
348
+ Processing by RaffleV1::PostsController#show as HTML
349
+ Parameters: {"id"=>"1"}
350
+ RaffleV1::Post Load (0.2ms) SELECT "raffle_v1_posts".* FROM "raffle_v1_posts" WHERE "raffle_v1_posts"."id" = ? LIMIT 1 [["id", "1"]]
351
+ RaffleV1::Comment Load (0.2ms) SELECT "raffle_v1_comments".* FROM "raffle_v1_comments" WHERE "raffle_v1_comments"."post_id" = 1
352
+ Rendered collection (0.0ms)
353
+ Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/comments/_form.html.erb (12.2ms)
354
+ Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/posts/show.html.erb within layouts/raffle_v1/application (33.0ms)
355
+ Completed 200 OK in 105ms (Views: 102.7ms | ActiveRecord: 0.5ms)
356
+
357
+
358
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 14:16:26 -0400
359
+ Served asset /jquery.js - 304 Not Modified (0ms)
360
+
361
+
362
+ Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 14:16:26 -0400
363
+ Served asset /raffle_v1/comments.js - 304 Not Modified (0ms)
364
+
365
+
366
+ Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 14:16:26 -0400
367
+ Served asset /raffle_v1/application.css - 304 Not Modified (0ms)
368
+
369
+
370
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 14:16:26 -0400
371
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
372
+
373
+
374
+ Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 14:16:26 -0400
375
+ Served asset /raffle_v1/posts.css - 304 Not Modified (0ms)
376
+
377
+
378
+ Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 14:16:26 -0400
379
+ Served asset /raffle_v1/comments.css - 304 Not Modified (0ms)
380
+
381
+
382
+ Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 14:16:26 -0400
383
+ Served asset /raffle_v1/application.js - 304 Not Modified (0ms)
384
+
385
+
386
+ Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 14:16:27 -0400
387
+ Served asset /raffle_v1/posts.js - 304 Not Modified (0ms)
388
+
389
+
390
+ Started POST "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 14:16:46 -0400
391
+ Processing by RaffleV1::CommentsController#create as HTML
392
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Z/yv5HfrXr0q/ZY1J+OcApRzwirUBqCEsklPuzn9Wy0=", "comment"=>{"text"=>"simple comment"}, "commit"=>"Create Comment", "post_id"=>"1"}
393
+ RaffleV1::Post Load (0.2ms) SELECT "raffle_v1_posts".* FROM "raffle_v1_posts" WHERE "raffle_v1_posts"."id" = ? LIMIT 1 [["id", "1"]]
394
+ Completed 404 Not Found in 3ms
395
+
396
+ ActionController::RoutingError (No route matches {:action=>"show", :controller=>"raffle_v1/posts"}):
397
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:544:in `raise_routing_error'
398
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:540:in `rescue in generate'
399
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:532:in `generate'
400
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:573:in `generate'
401
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:598:in `url_for'
402
+ actionpack (3.2.13) lib/action_dispatch/routing/url_for.rb:148:in `url_for'
403
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:220:in `post_path'
404
+ /Users/albertmckeever/Sites/raffle_v1/app/controllers/raffle_v1/comments_controller.rb:10:in `create'
405
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
406
+ actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
407
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
408
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
409
+ activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__2874245441753928857__process_action__4092430308565105069__callbacks'
410
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
411
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
412
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
413
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
414
+ actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
415
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
416
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
417
+ activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
418
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
419
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
420
+ actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
421
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
422
+ actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
423
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
424
+ actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
425
+ actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
426
+ actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
427
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
428
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
429
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
430
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
431
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
432
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
433
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
434
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
435
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
436
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
437
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
438
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
439
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
440
+ warden (1.2.1) lib/warden/manager.rb:35:in `block in call'
441
+ warden (1.2.1) lib/warden/manager.rb:34:in `catch'
442
+ warden (1.2.1) lib/warden/manager.rb:34:in `call'
443
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
444
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
445
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
446
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
447
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
448
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
449
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
450
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
451
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
452
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
453
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
454
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
455
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1862015093205694650__call__2153355161977486189__callbacks'
456
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
457
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
458
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
459
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
460
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
461
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
462
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
463
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
464
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
465
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
466
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
467
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
468
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
469
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
470
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
471
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
472
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
473
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
474
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
475
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
476
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
477
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
478
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
479
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
480
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
481
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
482
+
483
+
484
+ Rendered /Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)
485
+
486
+
487
+ Started POST "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 14:23:34 -0400
488
+ Processing by RaffleV1::CommentsController#create as HTML
489
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Z/yv5HfrXr0q/ZY1J+OcApRzwirUBqCEsklPuzn9Wy0=", "comment"=>{"text"=>"simple comment"}, "commit"=>"Create Comment", "post_id"=>"1"}
490
+ RaffleV1::Post Load (0.2ms) SELECT "raffle_v1_posts".* FROM "raffle_v1_posts" WHERE "raffle_v1_posts"."id" = ? LIMIT 1 [["id", "1"]]
491
+ Completed 404 Not Found in 42ms
492
+
493
+ ActionController::RoutingError (No route matches {:action=>"show", :controller=>"raffle_v1/posts"}):
494
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:544:in `raise_routing_error'
495
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:540:in `rescue in generate'
496
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:532:in `generate'
497
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:573:in `generate'
498
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:598:in `url_for'
499
+ actionpack (3.2.13) lib/action_dispatch/routing/url_for.rb:148:in `url_for'
500
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:220:in `post_path'
501
+ /Users/albertmckeever/Sites/raffle_v1/app/controllers/raffle_v1/comments_controller.rb:10:in `create'
502
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
503
+ actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
504
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
505
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
506
+ activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__2874245441753928857__process_action__4092430308565105069__callbacks'
507
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
508
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
509
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
510
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
511
+ actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
512
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
513
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
514
+ activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
515
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
516
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
517
+ actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
518
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
519
+ actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
520
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
521
+ actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
522
+ actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
523
+ actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
524
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
525
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
526
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
527
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
528
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
529
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
530
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
531
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
532
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
533
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
534
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
535
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
536
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
537
+ warden (1.2.1) lib/warden/manager.rb:35:in `block in call'
538
+ warden (1.2.1) lib/warden/manager.rb:34:in `catch'
539
+ warden (1.2.1) lib/warden/manager.rb:34:in `call'
540
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
541
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
542
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
543
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
544
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
545
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
546
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
547
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
548
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
549
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
550
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
551
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
552
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1862015093205694650__call__2153355161977486189__callbacks'
553
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
554
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
555
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
556
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
557
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
558
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
559
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
560
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
561
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
562
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
563
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
564
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
565
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
566
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
567
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
568
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
569
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
570
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
571
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
572
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
573
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
574
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
575
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
576
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
577
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
578
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
579
+
580
+
581
+ Rendered /Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
582
+
583
+
584
+ Started GET "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 14:25:43 -0400
585
+
586
+ AbstractController::ActionNotFound (The action 'index' could not be found for RaffleV1::CommentsController):
587
+ actionpack (3.2.13) lib/abstract_controller/base.rb:116:in `process'
588
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
589
+ actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
590
+ actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
591
+ actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
592
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
593
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
594
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
595
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
596
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
597
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
598
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
599
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
600
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
601
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
602
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
603
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
604
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
605
+ warden (1.2.1) lib/warden/manager.rb:35:in `block in call'
606
+ warden (1.2.1) lib/warden/manager.rb:34:in `catch'
607
+ warden (1.2.1) lib/warden/manager.rb:34:in `call'
608
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
609
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
610
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
611
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
612
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
613
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
614
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
615
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
616
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
617
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
618
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
619
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
620
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1862015093205694650__call__2153355161977486189__callbacks'
621
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
622
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
623
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
624
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
625
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
626
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
627
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
628
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
629
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
630
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
631
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
632
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
633
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
634
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
635
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
636
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
637
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
638
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
639
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
640
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
641
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
642
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
643
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
644
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
645
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
646
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
647
+
648
+
649
+ Rendered /Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.6ms)
650
+
651
+
652
+ Started GET "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 14:26:32 -0400
653
+ Processing by RaffleV1::CommentsController#index as HTML
654
+ Parameters: {"post_id"=>"1"}
655
+ RaffleV1::Comment Load (0.1ms) SELECT "raffle_v1_comments".* FROM "raffle_v1_comments"
656
+ Completed 500 Internal Server Error in 5ms
657
+
658
+ ActionView::MissingTemplate (Missing template raffle_v1/comments/index, raffle_v1/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
659
+ * "/Users/albertmckeever/Sites/raffle_v1/test/dummy/app/views"
660
+ * "/Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/devise-2.2.3/app/views"
661
+ * "/Users/albertmckeever/Sites/raffle_v1/app/views"
662
+ ):
663
+ actionpack (3.2.13) lib/action_view/path_set.rb:58:in `find'
664
+ actionpack (3.2.13) lib/action_view/lookup_context.rb:109:in `find'
665
+ actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
666
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:34:in `determine_template'
667
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:10:in `render'
668
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
669
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
670
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
671
+ actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
672
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
673
+ actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
674
+ actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
675
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
676
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
677
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
678
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
679
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
680
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
681
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
682
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
683
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
684
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
685
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
686
+ actionpack (3.2.13) lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
687
+ /Users/albertmckeever/Sites/raffle_v1/app/controllers/raffle_v1/comments_controller.rb:9:in `index'
688
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
689
+ actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
690
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
691
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
692
+ activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__2874245441753928857__process_action__4525497931480812128__callbacks'
693
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
694
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
695
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
696
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
697
+ actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
698
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
699
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
700
+ activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
701
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
702
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
703
+ actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
704
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
705
+ actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
706
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
707
+ actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
708
+ actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
709
+ actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
710
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
711
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
712
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
713
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
714
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
715
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
716
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
717
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
718
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
719
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
720
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
721
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
722
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
723
+ warden (1.2.1) lib/warden/manager.rb:35:in `block in call'
724
+ warden (1.2.1) lib/warden/manager.rb:34:in `catch'
725
+ warden (1.2.1) lib/warden/manager.rb:34:in `call'
726
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
727
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
728
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
729
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
730
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
731
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
732
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
733
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
734
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
735
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
736
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
737
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
738
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1862015093205694650__call__2153355161977486189__callbacks'
739
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
740
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
741
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
742
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
743
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
744
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
745
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
746
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
747
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
748
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
749
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
750
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
751
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
752
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
753
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
754
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
755
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
756
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
757
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
758
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
759
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
760
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
761
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
762
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
763
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
764
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
765
+
766
+
767
+ Rendered /Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.6ms)
768
+
769
+
770
+ Started GET "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 15:17:35 -0400
771
+ Processing by RaffleV1::CommentsController#index as HTML
772
+ Parameters: {"post_id"=>"1"}
773
+ RaffleV1::Comment Load (0.2ms) SELECT "raffle_v1_comments".* FROM "raffle_v1_comments" 
774
+ Completed 500 Internal Server Error in 3ms
775
+
776
+ ActionView::MissingTemplate (Missing template raffle_v1/comments/index, raffle_v1/application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in:
777
+ * "/Users/albertmckeever/Sites/raffle_v1/test/dummy/app/views"
778
+ * "/Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/devise-2.2.3/app/views"
779
+ * "/Users/albertmckeever/Sites/raffle_v1/app/views"
780
+ ):
781
+ actionpack (3.2.13) lib/action_view/path_set.rb:58:in `find'
782
+ actionpack (3.2.13) lib/action_view/lookup_context.rb:109:in `find'
783
+ actionpack (3.2.13) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template'
784
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:34:in `determine_template'
785
+ actionpack (3.2.13) lib/action_view/renderer/template_renderer.rb:10:in `render'
786
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:36:in `render_template'
787
+ actionpack (3.2.13) lib/action_view/renderer/renderer.rb:17:in `render'
788
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:110:in `_render_template'
789
+ actionpack (3.2.13) lib/action_controller/metal/streaming.rb:225:in `_render_template'
790
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:103:in `render_to_body'
791
+ actionpack (3.2.13) lib/action_controller/metal/renderers.rb:28:in `render_to_body'
792
+ actionpack (3.2.13) lib/action_controller/metal/compatibility.rb:50:in `render_to_body'
793
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:88:in `render'
794
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:16:in `render'
795
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
796
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
797
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/benchmark.rb:295:in `realtime'
798
+ activesupport (3.2.13) lib/active_support/core_ext/benchmark.rb:5:in `ms'
799
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:40:in `block in render'
800
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime'
801
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime'
802
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:39:in `render'
803
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
804
+ actionpack (3.2.13) lib/action_controller/metal/mime_responds.rb:196:in `respond_to'
805
+ /Users/albertmckeever/Sites/raffle_v1/app/controllers/raffle_v1/comments_controller.rb:9:in `index'
806
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
807
+ actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
808
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
809
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
810
+ activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__2874245441753928857__process_action__4525497931480812128__callbacks'
811
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
812
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
813
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
814
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
815
+ actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
816
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
817
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
818
+ activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
819
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
820
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
821
+ actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
822
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
823
+ actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
824
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
825
+ actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
826
+ actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
827
+ actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
828
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
829
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
830
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
831
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
832
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
833
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
834
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
835
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
836
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
837
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
838
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
839
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
840
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
841
+ warden (1.2.1) lib/warden/manager.rb:35:in `block in call'
842
+ warden (1.2.1) lib/warden/manager.rb:34:in `catch'
843
+ warden (1.2.1) lib/warden/manager.rb:34:in `call'
844
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
845
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
846
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
847
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
848
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
849
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
850
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
851
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
852
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
853
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
854
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
855
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
856
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1862015093205694650__call__2153355161977486189__callbacks'
857
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
858
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
859
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
860
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
861
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
862
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
863
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
864
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
865
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
866
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
867
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
868
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
869
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
870
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
871
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
872
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
873
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
874
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
875
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
876
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
877
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
878
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
879
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
880
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
881
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
882
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
883
+
884
+
885
+ Rendered /Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.8ms)
886
+
887
+
888
+ Started GET "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 15:32:31 -0400
889
+ Processing by RaffleV1::CommentsController#index as HTML
890
+ Parameters: {"post_id"=>"1"}
891
+ RaffleV1::Comment Load (0.2ms) SELECT "raffle_v1_comments".* FROM "raffle_v1_comments"
892
+ Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/comments/index.html.erb within layouts/raffle_v1/application (0.5ms)
893
+ Completed 200 OK in 77ms (Views: 75.3ms | ActiveRecord: 0.2ms)
894
+
895
+
896
+ Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 15:32:31 -0400
897
+ Served asset /raffle_v1/application.css - 304 Not Modified (0ms)
898
+
899
+
900
+ Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 15:32:31 -0400
901
+ Served asset /raffle_v1/comments.css - 304 Not Modified (0ms)
902
+
903
+
904
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 15:32:31 -0400
905
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
906
+
907
+
908
+ Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 15:32:31 -0400
909
+ Served asset /raffle_v1/posts.css - 304 Not Modified (0ms)
910
+
911
+
912
+ Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 15:32:31 -0400
913
+ Served asset /raffle_v1/comments.js - 304 Not Modified (0ms)
914
+
915
+
916
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 15:32:31 -0400
917
+ Served asset /jquery.js - 304 Not Modified (0ms)
918
+
919
+
920
+ Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 15:32:31 -0400
921
+ Served asset /raffle_v1/posts.js - 304 Not Modified (0ms)
922
+
923
+
924
+ Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 15:32:31 -0400
925
+ Served asset /raffle_v1/application.js - 304 Not Modified (0ms)
926
+
927
+
928
+ Started GET "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 15:35:55 -0400
929
+ Processing by RaffleV1::CommentsController#index as HTML
930
+ Parameters: {"post_id"=>"1"}
931
+ RaffleV1::Comment Load (0.2ms) SELECT "raffle_v1_comments".* FROM "raffle_v1_comments" 
932
+ Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/comments/index.html.erb within layouts/raffle_v1/application (1.1ms)
933
+ Completed 200 OK in 41ms (Views: 34.9ms | ActiveRecord: 0.2ms)
934
+
935
+
936
+ Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 15:35:56 -0400
937
+ Served asset /raffle_v1/application.css - 304 Not Modified (0ms)
938
+
939
+
940
+ Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 15:35:56 -0400
941
+ Served asset /raffle_v1/comments.css - 304 Not Modified (0ms)
942
+
943
+
944
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 15:35:56 -0400
945
+ Served asset /jquery.js - 304 Not Modified (0ms)
946
+
947
+
948
+ Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 15:35:56 -0400
949
+ Served asset /raffle_v1/comments.js - 304 Not Modified (0ms)
950
+
951
+
952
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 15:35:56 -0400
953
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
954
+
955
+
956
+ Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 15:35:56 -0400
957
+ Served asset /raffle_v1/posts.css - 304 Not Modified (0ms)
958
+
959
+
960
+ Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 15:35:56 -0400
961
+ Served asset /raffle_v1/posts.js - 304 Not Modified (0ms)
962
+
963
+
964
+ Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 15:35:56 -0400
965
+ Served asset /raffle_v1/application.js - 304 Not Modified (0ms)
966
+
967
+
968
+ Started GET "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 15:36:21 -0400
969
+ Processing by RaffleV1::CommentsController#index as HTML
970
+ Parameters: {"post_id"=>"1"}
971
+ RaffleV1::Comment Load (0.2ms) SELECT "raffle_v1_comments".* FROM "raffle_v1_comments"
972
+ Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/comments/index.html.erb within layouts/raffle_v1/application (0.7ms)
973
+ Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.2ms)
974
+
975
+
976
+ Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 15:36:21 -0400
977
+ Served asset /raffle_v1/application.css - 304 Not Modified (0ms)
978
+
979
+
980
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:21 -0400
981
+ Served asset /jquery.js - 304 Not Modified (0ms)
982
+
983
+
984
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:21 -0400
985
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
986
+
987
+
988
+ Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:21 -0400
989
+ Served asset /raffle_v1/comments.js - 304 Not Modified (0ms)
990
+
991
+
992
+ Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 15:36:21 -0400
993
+ Served asset /raffle_v1/posts.css - 304 Not Modified (0ms)
994
+
995
+
996
+ Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 15:36:21 -0400
997
+ Served asset /raffle_v1/comments.css - 304 Not Modified (0ms)
998
+
999
+
1000
+ Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:21 -0400
1001
+ Served asset /raffle_v1/posts.js - 304 Not Modified (0ms)
1002
+
1003
+
1004
+ Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:21 -0400
1005
+ Served asset /raffle_v1/application.js - 304 Not Modified (0ms)
1006
+
1007
+
1008
+ Started GET "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 15:36:47 -0400
1009
+ Processing by RaffleV1::CommentsController#index as HTML
1010
+ Parameters: {"post_id"=>"1"}
1011
+ RaffleV1::Comment Load (0.2ms) SELECT "raffle_v1_comments".* FROM "raffle_v1_comments" 
1012
+ Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/comments/index.html.erb within layouts/raffle_v1/application (0.7ms)
1013
+ Completed 200 OK in 13ms (Views: 9.4ms | ActiveRecord: 0.9ms)
1014
+
1015
+
1016
+ Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 15:36:47 -0400
1017
+ Served asset /raffle_v1/application.css - 304 Not Modified (2ms)
1018
+
1019
+
1020
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:47 -0400
1021
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1022
+
1023
+
1024
+ Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 15:36:47 -0400
1025
+ Served asset /raffle_v1/comments.css - 304 Not Modified (0ms)
1026
+
1027
+
1028
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:47 -0400
1029
+ Served asset /jquery.js - 304 Not Modified (0ms)
1030
+
1031
+
1032
+ Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:47 -0400
1033
+ Served asset /raffle_v1/comments.js - 304 Not Modified (0ms)
1034
+
1035
+
1036
+ Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:47 -0400
1037
+ Served asset /raffle_v1/posts.js - 304 Not Modified (0ms)
1038
+
1039
+
1040
+ Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 15:36:47 -0400
1041
+ Served asset /raffle_v1/posts.css - 304 Not Modified (0ms)
1042
+
1043
+
1044
+ Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 15:36:47 -0400
1045
+ Served asset /raffle_v1/application.js - 304 Not Modified (0ms)
1046
+
1047
+
1048
+ Started GET "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 15:37:09 -0400
1049
+ Processing by RaffleV1::CommentsController#index as HTML
1050
+ Parameters: {"post_id"=>"1"}
1051
+ RaffleV1::Comment Load (0.2ms) SELECT "raffle_v1_comments".* FROM "raffle_v1_comments"
1052
+ Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/comments/index.html.erb within layouts/raffle_v1/application (0.6ms)
1053
+ Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.2ms)
1054
+
1055
+
1056
+ Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:09 -0400
1057
+ Served asset /raffle_v1/application.css - 304 Not Modified (0ms)
1058
+
1059
+
1060
+ Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:09 -0400
1061
+ Served asset /raffle_v1/comments.css - 304 Not Modified (0ms)
1062
+
1063
+
1064
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:09 -0400
1065
+ Served asset /jquery.js - 304 Not Modified (0ms)
1066
+
1067
+
1068
+ Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:09 -0400
1069
+ Served asset /raffle_v1/posts.css - 304 Not Modified (0ms)
1070
+
1071
+
1072
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:09 -0400
1073
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1074
+
1075
+
1076
+ Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:09 -0400
1077
+ Served asset /raffle_v1/comments.js - 304 Not Modified (0ms)
1078
+
1079
+
1080
+ Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:09 -0400
1081
+ Served asset /raffle_v1/posts.js - 304 Not Modified (0ms)
1082
+
1083
+
1084
+ Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:09 -0400
1085
+ Served asset /raffle_v1/application.js - 304 Not Modified (0ms)
1086
+
1087
+
1088
+ Started GET "/raffle_v1/posts/" for 127.0.0.1 at 2013-03-26 15:37:16 -0400
1089
+ Processing by RaffleV1::PostsController#index as HTML
1090
+ RaffleV1::Post Load (0.1ms) SELECT "raffle_v1_posts".* FROM "raffle_v1_posts" 
1091
+ Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/posts/index.html.erb within layouts/raffle_v1/application (4.3ms)
1092
+ Completed 200 OK in 22ms (Views: 12.2ms | ActiveRecord: 0.5ms)
1093
+
1094
+
1095
+ Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:16 -0400
1096
+ Served asset /raffle_v1/application.css - 304 Not Modified (0ms)
1097
+
1098
+
1099
+ Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:16 -0400
1100
+ Served asset /raffle_v1/comments.js - 304 Not Modified (0ms)
1101
+
1102
+
1103
+ Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:16 -0400
1104
+ Served asset /raffle_v1/comments.css - 304 Not Modified (0ms)
1105
+
1106
+
1107
+ Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:16 -0400
1108
+ Served asset /raffle_v1/posts.css - 304 Not Modified (1ms)
1109
+
1110
+
1111
+ Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:17 -0400
1112
+ Served asset /raffle_v1/application.js - 304 Not Modified (0ms)
1113
+
1114
+
1115
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:17 -0400
1116
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1117
+
1118
+
1119
+ Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:17 -0400
1120
+ Served asset /raffle_v1/posts.js - 304 Not Modified (0ms)
1121
+
1122
+
1123
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:17 -0400
1124
+ Served asset /jquery.js - 304 Not Modified (0ms)
1125
+
1126
+
1127
+ Started GET "/raffle_v1/posts/1" for 127.0.0.1 at 2013-03-26 15:37:19 -0400
1128
+ Processing by RaffleV1::PostsController#show as HTML
1129
+ Parameters: {"id"=>"1"}
1130
+ RaffleV1::Post Load (0.3ms) SELECT "raffle_v1_posts".* FROM "raffle_v1_posts" WHERE "raffle_v1_posts"."id" = ? LIMIT 1 [["id", "1"]]
1131
+ RaffleV1::Comment Load (0.2ms) SELECT "raffle_v1_comments".* FROM "raffle_v1_comments" WHERE "raffle_v1_comments"."post_id" = 1
1132
+ Rendered collection (0.0ms)
1133
+ Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/comments/_form.html.erb (12.5ms)
1134
+ Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/posts/show.html.erb within layouts/raffle_v1/application (41.9ms)
1135
+ Completed 200 OK in 131ms (Views: 128.5ms | ActiveRecord: 0.5ms)
1136
+
1137
+
1138
+ Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:19 -0400
1139
+ Served asset /raffle_v1/application.css - 304 Not Modified (0ms)
1140
+
1141
+
1142
+ Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:19 -0400
1143
+ Served asset /raffle_v1/posts.css - 304 Not Modified (0ms)
1144
+
1145
+
1146
+ Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:19 -0400
1147
+ Served asset /raffle_v1/comments.css - 304 Not Modified (0ms)
1148
+
1149
+
1150
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:19 -0400
1151
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1152
+
1153
+
1154
+ Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:19 -0400
1155
+ Served asset /raffle_v1/posts.js - 304 Not Modified (0ms)
1156
+
1157
+
1158
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:19 -0400
1159
+ Served asset /jquery.js - 304 Not Modified (0ms)
1160
+
1161
+
1162
+ Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:19 -0400
1163
+ Served asset /raffle_v1/comments.js - 304 Not Modified (0ms)
1164
+
1165
+
1166
+ Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:19 -0400
1167
+ Served asset /raffle_v1/application.js - 304 Not Modified (0ms)
1168
+
1169
+
1170
+ Started POST "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 15:37:32 -0400
1171
+ Processing by RaffleV1::CommentsController#create as HTML
1172
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Z/yv5HfrXr0q/ZY1J+OcApRzwirUBqCEsklPuzn9Wy0=", "comment"=>{"text"=>"new comment"}, "commit"=>"Create Comment", "post_id"=>"1"}
1173
+ RaffleV1::Post Load (0.2ms) SELECT "raffle_v1_posts".* FROM "raffle_v1_posts" WHERE "raffle_v1_posts"."id" = ? LIMIT 1 [["id", "1"]]
1174
+ Completed 404 Not Found in 3ms
1175
+
1176
+ ActionController::RoutingError (No route matches {:action=>"show", :controller=>"raffle_v1/posts"}):
1177
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:544:in `raise_routing_error'
1178
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:540:in `rescue in generate'
1179
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:532:in `generate'
1180
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:573:in `generate'
1181
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:598:in `url_for'
1182
+ actionpack (3.2.13) lib/action_dispatch/routing/url_for.rb:148:in `url_for'
1183
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:220:in `post_path'
1184
+ /Users/albertmckeever/Sites/raffle_v1/app/controllers/raffle_v1/comments_controller.rb:19:in `create'
1185
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1186
+ actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
1187
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
1188
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1189
+ activesupport (3.2.13) lib/active_support/callbacks.rb:403:in `_run__2874245441753928857__process_action__4092430308565105069__callbacks'
1190
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
1191
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
1192
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
1193
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
1194
+ actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
1195
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
1196
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
1197
+ activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1198
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
1199
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
1200
+ actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
1201
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1202
+ actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
1203
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
1204
+ actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
1205
+ actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1206
+ actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
1207
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
1208
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
1209
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
1210
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1211
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1212
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1213
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
1214
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1215
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
1216
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1217
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1218
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1219
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
1220
+ warden (1.2.1) lib/warden/manager.rb:35:in `block in call'
1221
+ warden (1.2.1) lib/warden/manager.rb:34:in `catch'
1222
+ warden (1.2.1) lib/warden/manager.rb:34:in `call'
1223
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1224
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
1225
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
1226
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
1227
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1228
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
1229
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
1230
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
1231
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
1232
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
1233
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
1234
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1235
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1862015093205694650__call__2153355161977486189__callbacks'
1236
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
1237
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1238
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
1239
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1240
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1241
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1242
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1243
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1244
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1245
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1246
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1247
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1248
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1249
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1250
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1251
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1252
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1253
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1254
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1255
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1256
+ rack (1.4.5) lib/rack/content_length.rb:14:in `call'
1257
+ railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
1258
+ rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
1259
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1260
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1261
+ /Users/albertmckeever/.rvm/rubies/ruby-1.9.3-p374/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1262
+
1263
+
1264
+ Rendered /Users/albertmckeever/.rvm/gems/ruby-1.9.3-p374@spree/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)
1265
+
1266
+
1267
+ Started GET "/raffle_v1/posts/1/comments" for 127.0.0.1 at 2013-03-26 15:37:40 -0400
1268
+ Processing by RaffleV1::CommentsController#index as HTML
1269
+ Parameters: {"post_id"=>"1"}
1270
+ RaffleV1::Comment Load (2.4ms) SELECT "raffle_v1_comments".* FROM "raffle_v1_comments" 
1271
+ Rendered /Users/albertmckeever/Sites/raffle_v1/app/views/raffle_v1/comments/index.html.erb within layouts/raffle_v1/application (0.1ms)
1272
+ Completed 200 OK in 12ms (Views: 8.0ms | ActiveRecord: 2.4ms)
1273
+
1274
+
1275
+ Started GET "/assets/raffle_v1/application.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:40 -0400
1276
+ Served asset /raffle_v1/application.css - 304 Not Modified (0ms)
1277
+
1278
+
1279
+ Started GET "/assets/raffle_v1/posts.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:40 -0400
1280
+ Served asset /raffle_v1/posts.js - 304 Not Modified (0ms)
1281
+
1282
+
1283
+ Started GET "/assets/raffle_v1/comments.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:40 -0400
1284
+ Served asset /raffle_v1/comments.css - 304 Not Modified (0ms)
1285
+
1286
+
1287
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:40 -0400
1288
+ Served asset /jquery.js - 304 Not Modified (0ms)
1289
+
1290
+
1291
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:40 -0400
1292
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1293
+
1294
+
1295
+ Started GET "/assets/raffle_v1/posts.css?body=1" for 127.0.0.1 at 2013-03-26 15:37:40 -0400
1296
+ Served asset /raffle_v1/posts.css - 304 Not Modified (0ms)
1297
+
1298
+
1299
+ Started GET "/assets/raffle_v1/comments.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:40 -0400
1300
+ Served asset /raffle_v1/comments.js - 304 Not Modified (0ms)
1301
+
1302
+
1303
+ Started GET "/assets/raffle_v1/application.js?body=1" for 127.0.0.1 at 2013-03-26 15:37:40 -0400
1304
+ Served asset /raffle_v1/application.js - 304 Not Modified (0ms)