modulate 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (114) hide show
  1. data/app/controllers/modulate/application_controller.rb +3 -0
  2. data/app/models/modulate/document.rb +39 -0
  3. data/app/uploaders/modulate/document_uploader.rb +5 -0
  4. data/config/routes.rb +5 -0
  5. data/db/migrate/20130320174022_add_modulate_document_table.rb +27 -0
  6. data/lib/generators/modulate/USAGE +8 -0
  7. data/lib/generators/modulate/modulate_generator.rb +33 -0
  8. data/lib/generators/modulate/templates/_carrierwave.rb +5 -0
  9. data/lib/generators/modulate/templates/_modulate_attachments.html.haml +11 -0
  10. data/lib/generators/modulate/templates/_modulate_documents.html.haml +31 -0
  11. data/lib/modulate.rb +20 -0
  12. data/lib/modulate/configuration.rb +10 -0
  13. data/lib/modulate/engine.rb +21 -0
  14. data/lib/modulate/relation.rb +10 -0
  15. data/lib/modulate/version.rb +3 -0
  16. data/lib/tasks/modulate_tasks.rake +4 -0
  17. data/spec/dummy/README.rdoc +261 -0
  18. data/spec/dummy/Rakefile +7 -0
  19. data/spec/dummy/app/assets/javascripts/application.js +15 -0
  20. data/spec/dummy/app/assets/stylesheets/application.css +13 -0
  21. data/spec/dummy/app/controllers/accounts_controller.rb +23 -0
  22. data/spec/dummy/app/controllers/application_controller.rb +3 -0
  23. data/spec/dummy/app/helpers/application_helper.rb +2 -0
  24. data/spec/dummy/app/models/account.rb +5 -0
  25. data/spec/dummy/app/views/accounts/_modulate_account_documents.html.haml +31 -0
  26. data/spec/dummy/app/views/accounts/_modulate_attachments.html.haml +11 -0
  27. data/spec/dummy/app/views/accounts/index.html.haml +0 -0
  28. data/spec/dummy/app/views/accounts/show.html.erb +1 -0
  29. data/spec/dummy/app/views/layouts/application.html.erb +16 -0
  30. data/spec/dummy/config.ru +4 -0
  31. data/spec/dummy/config/application.rb +59 -0
  32. data/spec/dummy/config/boot.rb +10 -0
  33. data/spec/dummy/config/carrierwave.rb +5 -0
  34. data/spec/dummy/config/database.yml +19 -0
  35. data/spec/dummy/config/database.yml.example +19 -0
  36. data/spec/dummy/config/environment.rb +5 -0
  37. data/spec/dummy/config/environments/development.rb +37 -0
  38. data/spec/dummy/config/environments/production.rb +67 -0
  39. data/spec/dummy/config/environments/test.rb +37 -0
  40. data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
  41. data/spec/dummy/config/initializers/carrierwave.rb +5 -0
  42. data/spec/dummy/config/initializers/inflections.rb +15 -0
  43. data/spec/dummy/config/initializers/mime_types.rb +5 -0
  44. data/spec/dummy/config/initializers/secret_token.rb +7 -0
  45. data/spec/dummy/config/initializers/session_store.rb +8 -0
  46. data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
  47. data/spec/dummy/config/locales/en.yml +5 -0
  48. data/spec/dummy/config/routes.rb +6 -0
  49. data/spec/dummy/config/setup_load_paths.rb +13 -0
  50. data/spec/dummy/db/migrate/20130325151020_create_account_table.rb +13 -0
  51. data/spec/dummy/db/migrate/20130326150838_add_modulate_document_table.modulate_engine.rb +28 -0
  52. data/spec/dummy/db/schema.rb +39 -0
  53. data/spec/dummy/log/development.log +3082 -0
  54. data/spec/dummy/log/test.log +158 -0
  55. data/spec/dummy/public/404.html +26 -0
  56. data/spec/dummy/public/422.html +26 -0
  57. data/spec/dummy/public/500.html +25 -0
  58. data/spec/dummy/public/favicon.ico +0 -0
  59. data/spec/dummy/public/uploads/tmp/20130325-1326-99529-7743/test.txt +1 -0
  60. data/spec/dummy/public/uploads/tmp/20130325-1339-356-7432/test.txt +1 -0
  61. data/spec/dummy/public/uploads/tmp/20130325-1346-523-3336/test.txt +1 -0
  62. data/spec/dummy/public/uploads/tmp/20130325-1356-749-8446/test.txt +1 -0
  63. data/spec/dummy/public/uploads/tmp/20130325-1400-850-1252/test.txt +1 -0
  64. data/spec/dummy/public/uploads/tmp/20130325-1415-1419-1757/test.txt +1 -0
  65. data/spec/dummy/public/uploads/tmp/20130325-1907-5106-0607/test.txt +1 -0
  66. data/spec/dummy/public/uploads/tmp/20130325-1911-5106-7321/test.txt +1 -0
  67. data/spec/dummy/public/uploads/tmp/20130325-1912-5106-9847/test.txt +1 -0
  68. data/spec/dummy/public/uploads/tmp/20130325-1921-5966-2686/test.txt +1 -0
  69. data/spec/dummy/public/uploads/tmp/20130325-1921-5993-4088/test.txt +1 -0
  70. data/spec/dummy/public/uploads/tmp/20130325-1925-6117-8582/test.txt +1 -0
  71. data/spec/dummy/public/uploads/tmp/20130325-1925-6144-5138/test.txt +1 -0
  72. data/spec/dummy/public/uploads/tmp/20130325-1927-6226-6892/cheat_sheet.txt +45 -0
  73. data/spec/dummy/public/uploads/tmp/20130325-1929-6226-5235/cheat_sheet.txt +45 -0
  74. data/spec/dummy/public/uploads/tmp/20130325-1929-6229-8925/cheat_sheet.txt +45 -0
  75. data/spec/dummy/public/uploads/tmp/20130325-1929-6258-0126/cheat_sheet.txt +45 -0
  76. data/spec/dummy/public/uploads/tmp/20130325-1930-6203-2358/cheat_sheet.txt +45 -0
  77. data/spec/dummy/public/uploads/tmp/20130325-1930-6226-1942/cheat_sheet.txt +45 -0
  78. data/spec/dummy/public/uploads/tmp/20130325-1930-6226-6311/cheat_sheet.txt +45 -0
  79. data/spec/dummy/public/uploads/tmp/20130325-1931-6258-4650/cheat_sheet.txt +45 -0
  80. data/spec/dummy/public/uploads/tmp/20130325-1932-6229-3505/cheat_sheet.txt +45 -0
  81. data/spec/dummy/public/uploads/tmp/20130325-1959-6759-5643/test.txt +1 -0
  82. data/spec/dummy/public/uploads/tmp/20130325-2000-6796-5968/test.txt +1 -0
  83. data/spec/dummy/public/uploads/tmp/20130325-2011-7688-7128/cheat_sheet.txt +45 -0
  84. data/spec/dummy/public/uploads/tmp/20130326-1409-11412-4323/test.txt +1 -0
  85. data/spec/dummy/public/uploads/tmp/20130326-1410-11453-4835/test.txt +1 -0
  86. data/spec/dummy/public/uploads/tmp/20130326-1411-11541-3107/test.txt +1 -0
  87. data/spec/dummy/script/rails +6 -0
  88. data/spec/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
  89. data/spec/dummy/tmp/cache/assets/CE1/F20/sprockets%2F27802e706f9b4a4cb47f23279b8ef112 +0 -0
  90. data/spec/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  91. data/spec/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
  92. data/spec/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  93. data/spec/dummy/tmp/cache/assets/D8B/5A0/sprockets%2Fd3f389f822beaa012aea0e1608a7a72c +0 -0
  94. data/spec/dummy/tmp/cache/assets/D9F/9E0/sprockets%2Ffa7ea1d234b86f62fd44bcd872e804f0 +0 -0
  95. data/spec/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
  96. data/spec/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
  97. data/spec/dummy/tmp/cache/assets/E46/F00/sprockets%2Fef28af54ec693affaad6788eac6597af +0 -0
  98. data/spec/dummy/tmp/capybara/capybara-20130325113329863132478.html +15 -0
  99. data/spec/dummy/tmp/capybara/capybara-201303251136086016711973.html +43 -0
  100. data/spec/dummy/tmp/capybara/capybara-2013032511414321142326.html +43 -0
  101. data/spec/dummy/tmp/capybara/capybara-20130325114349437448737.html +43 -0
  102. data/spec/dummy/tmp/capybara/capybara-201303251145079289531432.html +43 -0
  103. data/spec/dummy/tmp/capybara/capybara-201303251146231982487841.html +43 -0
  104. data/spec/dummy/tmp/capybara/capybara-201303251501229219755210.html +43 -0
  105. data/spec/dummy/tmp/capybara/capybara-201303251504055386888420.html +43 -0
  106. data/spec/dummy/tmp/restart.txt +0 -0
  107. data/spec/factories/account_factory.rb +6 -0
  108. data/spec/features/modulate_spec.rb +14 -0
  109. data/spec/fixtures/test.txt +1 -0
  110. data/spec/modulate/configuration_spec.rb +34 -0
  111. data/spec/modulate/relation_spec.rb +40 -0
  112. data/spec/modulate_spec.rb +55 -0
  113. data/spec/spec_helper.rb +22 -0
  114. metadata +405 -0
@@ -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 = '7d2b4d65b7965061933a8063682e2aa0aef43ba099b100e3b299ef04539ba5d7117bf277fac5c5df1834f2d08f1ff15989a1299cef5d828dd023e2462319c824'
@@ -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,6 @@
1
+ Dummy::Application.routes.draw do
2
+
3
+ root :to => 'accounts#index'
4
+
5
+ resources :accounts
6
+ end
@@ -0,0 +1,13 @@
1
+ if ENV['MY_RUBY_HOME'] && ENV['MY_RUBY_HOME'].include?('rvm')
2
+ begin
3
+ require 'rvm'
4
+ RVM.use_from_path! File.dirname(File.dirname(__FILE__))
5
+ rescue LoadError
6
+ # RVM is unavailable at this point.
7
+ raise "RVM ruby lib is currently unavailable."
8
+ end
9
+ end
10
+
11
+ ENV['BUNDLE_GEMFILE'] = File.expand_path('../../../Gemfile', File.dirname(__FILE__))
12
+ require 'bundler/setup'
13
+
@@ -0,0 +1,13 @@
1
+ class CreateAccountTable < ActiveRecord::Migration
2
+ def up
3
+ create_table :accounts do |t|
4
+ t.string :name
5
+
6
+ t.timestamps
7
+ end
8
+ end
9
+
10
+ def down
11
+ drop_table :accounts
12
+ end
13
+ end
@@ -0,0 +1,28 @@
1
+ # This migration comes from modulate_engine (originally 20130320174022)
2
+ class AddModulateDocumentTable < ActiveRecord::Migration
3
+ def up
4
+
5
+ create_table :modulate_documents do |z|
6
+ z.integer :attached_by_id
7
+ z.integer :attachable_id, null: false
8
+ z.string :attachable_type, null: false
9
+ z.string :attachment, null: false
10
+ z.string :content_type, null: false
11
+ z.string :filename, null: false
12
+ z.string :bucket, null: false
13
+ z.string :key, null: false
14
+ z.string :label
15
+ z.boolean :public, null: false, default: 0
16
+
17
+ z.timestamps
18
+ end
19
+
20
+ add_index :modulate_documents, :key, unique: true
21
+
22
+ end
23
+
24
+ def down
25
+ drop_table :modulate_documents
26
+ end
27
+
28
+ end
@@ -0,0 +1,39 @@
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 => 20130326150838) do
15
+
16
+ create_table "accounts", :force => true do |t|
17
+ t.string "name"
18
+ t.datetime "created_at", :null => false
19
+ t.datetime "updated_at", :null => false
20
+ end
21
+
22
+ create_table "modulate_documents", :force => true do |t|
23
+ t.integer "attached_by_id"
24
+ t.integer "attachable_id", :null => false
25
+ t.string "attachable_type", :null => false
26
+ t.string "attachment", :null => false
27
+ t.string "content_type", :null => false
28
+ t.string "filename", :null => false
29
+ t.string "bucket", :null => false
30
+ t.string "key", :null => false
31
+ t.string "label"
32
+ t.boolean "public", :default => false, :null => false
33
+ t.datetime "created_at", :null => false
34
+ t.datetime "updated_at", :null => false
35
+ end
36
+
37
+ add_index "modulate_documents", ["key"], :name => "index_modulate_documents_on_key", :unique => true
38
+
39
+ end
@@ -0,0 +1,3082 @@
1
+ Connecting to database specified by database.yml
2
+  (0.1ms) select sqlite_version(*)
3
+  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
4
+  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
5
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
6
+ Connecting to database specified by database.yml
7
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
8
+  (0.1ms) select sqlite_version(*)
9
+  (87.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
10
+  (28.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
11
+  (0.2ms) SELECT version FROM "schema_migrations"
12
+  (2.6ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
13
+ Connecting to database specified by database.yml
14
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
15
+  (0.1ms) select sqlite_version(*)
16
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
17
+  (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
18
+  (0.1ms) SELECT version FROM "schema_migrations"
19
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
20
+ Connecting to database specified by database.yml
21
+  (0.2ms) select sqlite_version(*)
22
+  (2.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
23
+  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
24
+  (0.1ms) SELECT version FROM "schema_migrations"
25
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
26
+ Connecting to database specified by database.yml
27
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
28
+  (0.1ms) select sqlite_version(*)
29
+  (1.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
30
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
31
+  (0.1ms) SELECT version FROM "schema_migrations"
32
+  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
33
+ Connecting to database specified by database.yml
34
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
35
+ Migrating to AddModulateDocumentTable (20130320181906)
36
+  (0.0ms) select sqlite_version(*)
37
+  (0.0ms) begin transaction
38
+  (0.6ms) CREATE TABLE "modulate_documents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attached_by_id" integer NOT NULL, "attachable_id" integer NOT NULL, "attachable_type" varchar(255) NOT NULL, "content_type" varchar(255) NOT NULL, "filename" varchar(255) NOT NULL, "key" varchar(255) NOT NULL, "label" varchar(255) NOT NULL, "public" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
39
+  (0.3ms) CREATE UNIQUE INDEX "index_modulate_documents_on_key" ON "modulate_documents" ("key")
40
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130320181906')
41
+  (1.9ms) commit transaction
42
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
43
+ Connecting to database specified by database.yml
44
+ Connecting to database specified by database.yml
45
+ Connecting to database specified by database.yml
46
+  (8.0ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
47
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
48
+ Migrating to AddModulateDocumentTable (20130320181906)
49
+  (0.0ms) select sqlite_version(*)
50
+  (0.0ms) begin transaction
51
+  (1.2ms) DROP TABLE "modulate_documents"
52
+  (0.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20130320181906'
53
+  (14.5ms) commit transaction
54
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
55
+ Connecting to database specified by database.yml
56
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
57
+ Migrating to AddModulateDocumentTable (20130325143645)
58
+  (0.0ms) select sqlite_version(*)
59
+  (0.0ms) begin transaction
60
+  (0.6ms) CREATE TABLE "modulate_documents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "attached_by_id" integer NOT NULL, "attachable_id" integer NOT NULL, "attachable_type" varchar(255) NOT NULL, "attachment" varchar(255) NOT NULL, "content_type" varchar(255) NOT NULL, "filename" varchar(255) NOT NULL, "bucket" varchar(255) NOT NULL, "key" varchar(255) NOT NULL, "label" varchar(255) NOT NULL, "public" boolean DEFAULT 0 NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
61
+  (0.3ms) CREATE UNIQUE INDEX "index_modulate_documents_on_key" ON "modulate_documents" ("key")
62
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20130325143645')
63
+  (2.2ms) commit transaction
64
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
65
+ Connecting to database specified by database.yml
66
+ Connecting to database specified by database.yml
67
+  (38.7ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
68
+  (132.6ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
69
+  (2.4ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
70
+ Migrating to AddModulateDocumentTable (20130325143645)
71
+  (48.1ms) CREATE TABLE `modulate_documents` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `attached_by_id` int(11) NOT NULL, `attachable_id` int(11) NOT NULL, `attachable_type` varchar(255) NOT NULL, `attachment` varchar(255) NOT NULL, `content_type` varchar(255) NOT NULL, `filename` varchar(255) NOT NULL, `bucket` varchar(255) NOT NULL, `key` varchar(255) NOT NULL, `label` varchar(255) NOT NULL, `public` tinyint(1) DEFAULT 0 NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
72
+  (94.2ms) CREATE UNIQUE INDEX `index_modulate_documents_on_key` ON `modulate_documents` (`key`)
73
+  (0.7ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130325143645')
74
+  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
75
+ Connecting to database specified by database.yml
76
+ Connecting to database specified by database.yml
77
+  (1.9ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
78
+ Migrating to AddModulateDocumentTable (20130325143645)
79
+ Migrating to CreateAccountTable (20130325151020)
80
+  (59.1ms) CREATE TABLE `accounts` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
81
+  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130325151020')
82
+  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`
83
+ Connecting to database specified by database.yml
84
+  (0.4ms) DROP DATABASE IF EXISTS `modulate_test`
85
+  (0.3ms) CREATE DATABASE `modulate_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
86
+  (27.2ms) CREATE TABLE `accounts` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
87
+  (102.0ms) CREATE TABLE `modulate_documents` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `attached_by_id` int(11) NOT NULL, `attachable_id` int(11) NOT NULL, `attachable_type` varchar(255) NOT NULL, `attachment` varchar(255) NOT NULL, `content_type` varchar(255) NOT NULL, `filename` varchar(255) NOT NULL, `bucket` varchar(255) NOT NULL, `key` varchar(255) NOT NULL, `label` varchar(255) NOT NULL, `public` tinyint(1) DEFAULT 0 NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
88
+  (86.4ms) CREATE UNIQUE INDEX `index_modulate_documents_on_key` ON `modulate_documents` (`key`)
89
+  (70.7ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
90
+  (87.1ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
91
+  (0.2ms) SELECT version FROM `schema_migrations`
92
+  (0.5ms) INSERT INTO `schema_migrations` (version) VALUES ('20130325151020')
93
+  (0.4ms) INSERT INTO `schema_migrations` (version) VALUES ('20130325143645')
94
+ Connecting to database specified by database.yml
95
+  (1.9ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
96
+  (0.1ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`
97
+ Migrating to CreateAccountTable (20130325151020)
98
+  (1.0ms) DROP TABLE `accounts`
99
+  (0.5ms) DELETE FROM `schema_migrations` WHERE `schema_migrations`.`version` = '20130325151020'
100
+  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
101
+ Connecting to database specified by database.yml
102
+  (2.0ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
103
+ Migrating to AddModulateDocumentTable (20130325143645)
104
+ Migrating to CreateAccountTable (20130325151020)
105
+  (32.8ms) CREATE TABLE `accounts` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `name` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
106
+  (0.6ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130325151020')
107
+  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`
108
+ Connecting to database specified by database.yml
109
+  (1.9ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
110
+ Migrating to AddModulateDocumentTable (20130325143645)
111
+ Migrating to CreateAccountTable (20130325151020)
112
+  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`
113
+ Connecting to database specified by database.yml
114
+ Connecting to database specified by database.yml
115
+ Connecting to database specified by database.yml
116
+ Connecting to database specified by database.yml
117
+ Connecting to database specified by database.yml
118
+ Connecting to database specified by database.yml
119
+ Mysql2::Error: Column 'attached_by_id' cannot be null: INSERT INTO `modulate_documents` (`attachable_id`, `attachable_type`, `attached_by_id`, `attachment`, `bucket`, `content_type`, `created_at`, `filename`, `key`, `label`, `public`, `updated_at`) VALUES (1, 'Account', NULL, '1-test.txt', 'Athena::Account', 'text/plain', '2013-03-25 17:57:07', 'test.txt', '1-test.txt', NULL, 0, '2013-03-25 17:57:07')
120
+ Mysql2::Error: Column 'label' cannot be null: INSERT INTO `modulate_documents` (`attachable_id`, `attachable_type`, `attached_by_id`, `attachment`, `bucket`, `content_type`, `created_at`, `filename`, `key`, `label`, `public`, `updated_at`) VALUES (1, 'Account', 1, '1-test.txt', 'Athena::Account', 'text/plain', '2013-03-25 17:57:07', 'test.txt', '1-test.txt', NULL, 0, '2013-03-25 17:57:07')
121
+ Mysql2::Error: Column 'label' cannot be null: INSERT INTO `modulate_documents` (`attachable_id`, `attachable_type`, `attached_by_id`, `attachment`, `bucket`, `content_type`, `created_at`, `filename`, `key`, `label`, `public`, `updated_at`) VALUES (1, 'Account', 1, '1-test.txt', 'Athena::Account', 'text/plain', '2013-03-25 17:57:07', 'test.txt', '1-test.txt', NULL, 0, '2013-03-25 17:57:07')
122
+ Connecting to database specified by database.yml
123
+ Mysql2::Error: Column 'label' cannot be null: INSERT INTO `modulate_documents` (`attachable_id`, `attachable_type`, `attached_by_id`, `attachment`, `bucket`, `content_type`, `created_at`, `filename`, `key`, `label`, `public`, `updated_at`) VALUES (2, 'Account', 1, '2-test.txt', 'Athena::Account', 'text/plain', '2013-03-25 18:01:31', 'test.txt', '2-test.txt', NULL, 0, '2013-03-25 18:01:31')
124
+ Connecting to database specified by database.yml
125
+ Connecting to database specified by database.yml
126
+
127
+
128
+ Started GET "/" for 127.0.0.1 at 2013-03-25 14:22:50 -0400
129
+
130
+ ActionController::RoutingError (uninitialized constant Account::Controller):
131
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:230:in `block in constantize'
132
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `each'
133
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `constantize'
134
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
135
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:54:in `controller'
136
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:32:in `call'
137
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
138
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
139
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
140
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
141
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
142
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
143
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
144
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
145
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
146
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
147
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
148
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
149
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
150
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
151
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
152
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
153
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1450843989937319325__call__743725964449870611__callbacks'
154
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
155
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
156
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
157
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
158
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
159
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
160
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
161
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
162
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
163
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
164
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
165
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
166
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
167
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
168
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
169
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
170
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
171
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
172
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
173
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
174
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
175
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/request_handler.rb:96:in `process_request'
176
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:516:in `accept_and_process_next_request'
177
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:274:in `main_loop'
178
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:206:in `start_request_handler'
179
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:171:in `block in handle_spawn_application'
180
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/utils.rb:470:in `safe_fork'
181
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:166:in `handle_spawn_application'
182
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
183
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
184
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:180:in `start'
185
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:129:in `start'
186
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:253:in `block (2 levels) in spawn_rack_application'
187
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:132:in `lookup_or_add'
188
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:246:in `block in spawn_rack_application'
189
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:82:in `block in synchronize'
190
+ <internal:prelude>:10:in `synchronize'
191
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
192
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:244:in `spawn_rack_application'
193
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:137:in `spawn_application'
194
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:275:in `handle_spawn_application'
195
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
196
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
197
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/helper-scripts/passenger-spawn-server:99:in `<main>'
198
+
199
+
200
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (4.1ms)
201
+ Connecting to database specified by database.yml
202
+ Connecting to database specified by database.yml
203
+
204
+
205
+ Started GET "/" for 127.0.0.1 at 2013-03-25 14:27:01 -0400
206
+
207
+ ActionController::RoutingError (uninitialized constant Accounts):
208
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:230:in `block in constantize'
209
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `each'
210
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `constantize'
211
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
212
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:54:in `controller'
213
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:32:in `call'
214
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
215
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
216
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
217
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
218
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
219
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
220
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
221
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
222
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
223
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
224
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
225
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
226
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
227
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
228
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
229
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
230
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1450843989937319325__call__743725964449870611__callbacks'
231
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
232
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
233
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
234
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
235
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
236
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
237
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
238
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
239
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
240
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
241
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
242
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
243
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
244
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
245
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
246
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
247
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
248
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
249
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
250
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
251
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
252
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/request_handler.rb:96:in `process_request'
253
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:516:in `accept_and_process_next_request'
254
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:274:in `main_loop'
255
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:206:in `start_request_handler'
256
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:171:in `block in handle_spawn_application'
257
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/utils.rb:470:in `safe_fork'
258
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:166:in `handle_spawn_application'
259
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
260
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
261
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:180:in `start'
262
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:129:in `start'
263
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:253:in `block (2 levels) in spawn_rack_application'
264
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:132:in `lookup_or_add'
265
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:246:in `block in spawn_rack_application'
266
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:82:in `block in synchronize'
267
+ <internal:prelude>:10:in `synchronize'
268
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
269
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:244:in `spawn_rack_application'
270
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:137:in `spawn_application'
271
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:275:in `handle_spawn_application'
272
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
273
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
274
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/helper-scripts/passenger-spawn-server:99:in `<main>'
275
+
276
+
277
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
278
+
279
+
280
+ Started GET "/" for 127.0.0.1 at 2013-03-25 14:27:03 -0400
281
+
282
+ ActionController::RoutingError (uninitialized constant Accounts):
283
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:230:in `block in constantize'
284
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `each'
285
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `constantize'
286
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
287
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:54:in `controller'
288
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:32:in `call'
289
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
290
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
291
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
292
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
293
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
294
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
295
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
296
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
297
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
298
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
299
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
300
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
301
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
302
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
303
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
304
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
305
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1450843989937319325__call__743725964449870611__callbacks'
306
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
307
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
308
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
309
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
310
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
311
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
312
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
313
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
314
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
315
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
316
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
317
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
318
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
319
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
320
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
321
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
322
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
323
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
324
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
325
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
326
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
327
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/request_handler.rb:96:in `process_request'
328
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:516:in `accept_and_process_next_request'
329
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:274:in `main_loop'
330
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:206:in `start_request_handler'
331
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:171:in `block in handle_spawn_application'
332
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/utils.rb:470:in `safe_fork'
333
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:166:in `handle_spawn_application'
334
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
335
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
336
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:180:in `start'
337
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:129:in `start'
338
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:253:in `block (2 levels) in spawn_rack_application'
339
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:132:in `lookup_or_add'
340
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:246:in `block in spawn_rack_application'
341
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:82:in `block in synchronize'
342
+ <internal:prelude>:10:in `synchronize'
343
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
344
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:244:in `spawn_rack_application'
345
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:137:in `spawn_application'
346
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:275:in `handle_spawn_application'
347
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
348
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
349
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/helper-scripts/passenger-spawn-server:99:in `<main>'
350
+
351
+
352
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
353
+
354
+
355
+ Started GET "/" for 127.0.0.1 at 2013-03-25 14:27:06 -0400
356
+
357
+ ActionController::RoutingError (uninitialized constant Account::Controller):
358
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:230:in `block in constantize'
359
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `each'
360
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `constantize'
361
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
362
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:54:in `controller'
363
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:32:in `call'
364
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
365
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
366
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
367
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
368
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
369
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
370
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
371
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
372
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
373
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
374
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
375
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
376
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
377
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
378
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
379
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
380
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1450843989937319325__call__743725964449870611__callbacks'
381
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
382
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
383
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
384
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
385
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
386
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
387
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
388
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
389
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
390
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
391
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
392
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
393
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
394
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
395
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
396
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
397
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
398
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
399
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
400
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
401
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
402
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/request_handler.rb:96:in `process_request'
403
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:516:in `accept_and_process_next_request'
404
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:274:in `main_loop'
405
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:206:in `start_request_handler'
406
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:171:in `block in handle_spawn_application'
407
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/utils.rb:470:in `safe_fork'
408
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:166:in `handle_spawn_application'
409
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
410
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
411
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:180:in `start'
412
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:129:in `start'
413
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:253:in `block (2 levels) in spawn_rack_application'
414
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:132:in `lookup_or_add'
415
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:246:in `block in spawn_rack_application'
416
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:82:in `block in synchronize'
417
+ <internal:prelude>:10:in `synchronize'
418
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
419
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:244:in `spawn_rack_application'
420
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:137:in `spawn_application'
421
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:275:in `handle_spawn_application'
422
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
423
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
424
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/helper-scripts/passenger-spawn-server:99:in `<main>'
425
+
426
+
427
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
428
+
429
+
430
+ Started GET "/" for 127.0.0.1 at 2013-03-25 14:27:07 -0400
431
+
432
+ ActionController::RoutingError (uninitialized constant Account::Controller):
433
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:230:in `block in constantize'
434
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `each'
435
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `constantize'
436
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
437
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:54:in `controller'
438
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:32:in `call'
439
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
440
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
441
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
442
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612: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:25: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__1450843989937319325__call__743725964449870611__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
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
477
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/request_handler.rb:96:in `process_request'
478
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:516:in `accept_and_process_next_request'
479
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:274:in `main_loop'
480
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:206:in `start_request_handler'
481
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:171:in `block in handle_spawn_application'
482
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/utils.rb:470:in `safe_fork'
483
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:166:in `handle_spawn_application'
484
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
485
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
486
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:180:in `start'
487
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:129:in `start'
488
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:253:in `block (2 levels) in spawn_rack_application'
489
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:132:in `lookup_or_add'
490
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:246:in `block in spawn_rack_application'
491
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:82:in `block in synchronize'
492
+ <internal:prelude>:10:in `synchronize'
493
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
494
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:244:in `spawn_rack_application'
495
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:137:in `spawn_application'
496
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:275:in `handle_spawn_application'
497
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
498
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
499
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/helper-scripts/passenger-spawn-server:99:in `<main>'
500
+
501
+
502
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
503
+
504
+
505
+ Started GET "/" for 127.0.0.1 at 2013-03-25 14:27:08 -0400
506
+
507
+ ActionController::RoutingError (uninitialized constant Account::Controller):
508
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:230:in `block in constantize'
509
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `each'
510
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `constantize'
511
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
512
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:54:in `controller'
513
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:32:in `call'
514
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
515
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
516
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
517
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
518
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
519
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
520
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
521
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
522
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
523
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
524
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
525
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
526
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
527
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
528
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
529
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
530
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1450843989937319325__call__743725964449870611__callbacks'
531
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
532
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
533
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
534
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
535
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
536
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
537
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
538
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
539
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
540
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
541
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
542
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
543
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
544
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
545
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
546
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
547
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
548
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
549
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
550
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
551
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
552
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/request_handler.rb:96:in `process_request'
553
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:516:in `accept_and_process_next_request'
554
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:274:in `main_loop'
555
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:206:in `start_request_handler'
556
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:171:in `block in handle_spawn_application'
557
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/utils.rb:470:in `safe_fork'
558
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:166:in `handle_spawn_application'
559
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
560
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
561
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:180:in `start'
562
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:129:in `start'
563
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:253:in `block (2 levels) in spawn_rack_application'
564
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:132:in `lookup_or_add'
565
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:246:in `block in spawn_rack_application'
566
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:82:in `block in synchronize'
567
+ <internal:prelude>:10:in `synchronize'
568
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
569
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:244:in `spawn_rack_application'
570
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:137:in `spawn_application'
571
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:275:in `handle_spawn_application'
572
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
573
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
574
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/helper-scripts/passenger-spawn-server:99:in `<main>'
575
+
576
+
577
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
578
+
579
+
580
+ Started GET "/" for 127.0.0.1 at 2013-03-25 14:27:08 -0400
581
+
582
+ ActionController::RoutingError (uninitialized constant Account::Controller):
583
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:230:in `block in constantize'
584
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `each'
585
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `constantize'
586
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
587
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:54:in `controller'
588
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:32:in `call'
589
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
590
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
591
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
592
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
593
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
594
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
595
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
596
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
597
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
598
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
599
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
600
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
601
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
602
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
603
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
604
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
605
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1450843989937319325__call__743725964449870611__callbacks'
606
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
607
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
608
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
609
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
610
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
611
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
612
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
613
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
614
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
615
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
616
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
617
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
618
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
619
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
620
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
621
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
622
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
623
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
624
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
625
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
626
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
627
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/request_handler.rb:96:in `process_request'
628
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:516:in `accept_and_process_next_request'
629
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:274:in `main_loop'
630
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:206:in `start_request_handler'
631
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:171:in `block in handle_spawn_application'
632
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/utils.rb:470:in `safe_fork'
633
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:166:in `handle_spawn_application'
634
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
635
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
636
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:180:in `start'
637
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:129:in `start'
638
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:253:in `block (2 levels) in spawn_rack_application'
639
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:132:in `lookup_or_add'
640
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:246:in `block in spawn_rack_application'
641
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:82:in `block in synchronize'
642
+ <internal:prelude>:10:in `synchronize'
643
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
644
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:244:in `spawn_rack_application'
645
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:137:in `spawn_application'
646
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:275:in `handle_spawn_application'
647
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
648
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
649
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/helper-scripts/passenger-spawn-server:99:in `<main>'
650
+
651
+
652
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
653
+
654
+
655
+ Started GET "/" for 127.0.0.1 at 2013-03-25 14:27:21 -0400
656
+
657
+ ActionController::RoutingError (uninitialized constant Account::Controller):
658
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:230:in `block in constantize'
659
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `each'
660
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `constantize'
661
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
662
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:54:in `controller'
663
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:32:in `call'
664
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
665
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
666
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
667
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
668
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
669
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
670
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
671
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
672
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
673
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
674
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
675
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
676
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
677
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
678
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
679
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
680
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1450843989937319325__call__743725964449870611__callbacks'
681
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
682
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
683
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
684
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
685
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
686
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
687
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
688
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
689
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
690
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
691
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
692
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
693
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
694
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
695
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
696
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
697
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
698
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
699
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
700
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
701
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
702
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/request_handler.rb:96:in `process_request'
703
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:516:in `accept_and_process_next_request'
704
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:274:in `main_loop'
705
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:206:in `start_request_handler'
706
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:171:in `block in handle_spawn_application'
707
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/utils.rb:470:in `safe_fork'
708
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:166:in `handle_spawn_application'
709
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
710
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
711
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:180:in `start'
712
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:129:in `start'
713
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:253:in `block (2 levels) in spawn_rack_application'
714
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:132:in `lookup_or_add'
715
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:246:in `block in spawn_rack_application'
716
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:82:in `block in synchronize'
717
+ <internal:prelude>:10:in `synchronize'
718
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
719
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:244:in `spawn_rack_application'
720
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:137:in `spawn_application'
721
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:275:in `handle_spawn_application'
722
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
723
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
724
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/helper-scripts/passenger-spawn-server:99:in `<main>'
725
+
726
+
727
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
728
+
729
+
730
+ Started GET "/accounts/1" for 127.0.0.1 at 2013-03-25 14:37:18 -0400
731
+ Processing by AccountsController#show as HTML
732
+ Parameters: {"id"=>"1"}
733
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
734
+  (0.3ms) SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
735
+ Rendered accounts/_modulate_account_documents.html.haml (96.8ms)
736
+ Rendered accounts/_modulate_attachments.html.haml (243.7ms)
737
+ Rendered accounts/show.html.erb within layouts/application (250.9ms)
738
+ Compiled application.css (1ms) (pid 2788)
739
+ Compiled jquery.js (3ms) (pid 2788)
740
+ Compiled jquery_ujs.js (0ms) (pid 2788)
741
+ Compiled application.js (90ms) (pid 2788)
742
+ Completed 200 OK in 528ms (Views: 438.4ms | ActiveRecord: 5.9ms)
743
+
744
+
745
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-25 14:37:19 -0400
746
+ Served asset /application.css - 200 OK (12ms)
747
+
748
+
749
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-25 14:37:19 -0400
750
+ Served asset /jquery_ujs.js - 200 OK (3ms)
751
+
752
+
753
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-25 14:37:19 -0400
754
+ Served asset /application.js - 200 OK (7ms)
755
+
756
+
757
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-25 14:37:19 -0400
758
+ Served asset /jquery.js - 200 OK (6ms)
759
+
760
+
761
+ Started GET "/" for 127.0.0.1 at 2013-03-25 14:37:30 -0400
762
+
763
+ ActionController::RoutingError (uninitialized constant Account::Controller):
764
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:230:in `block in constantize'
765
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `each'
766
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `constantize'
767
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
768
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:54:in `controller'
769
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:32:in `call'
770
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
771
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
772
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
773
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
774
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
775
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
776
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
777
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
778
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
779
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
780
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
781
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
782
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
783
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
784
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
785
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
786
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1450843989937319325__call__743725964449870611__callbacks'
787
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
788
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
789
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
790
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
791
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
792
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
793
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
794
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
795
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
796
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
797
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
798
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
799
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
800
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
801
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
802
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
803
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
804
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
805
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
806
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
807
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
808
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/request_handler.rb:96:in `process_request'
809
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:516:in `accept_and_process_next_request'
810
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:274:in `main_loop'
811
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:206:in `start_request_handler'
812
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:171:in `block in handle_spawn_application'
813
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/utils.rb:470:in `safe_fork'
814
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:166:in `handle_spawn_application'
815
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
816
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
817
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:180:in `start'
818
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:129:in `start'
819
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:253:in `block (2 levels) in spawn_rack_application'
820
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:132:in `lookup_or_add'
821
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:246:in `block in spawn_rack_application'
822
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:82:in `block in synchronize'
823
+ <internal:prelude>:10:in `synchronize'
824
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
825
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:244:in `spawn_rack_application'
826
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:137:in `spawn_application'
827
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:275:in `handle_spawn_application'
828
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
829
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
830
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/helper-scripts/passenger-spawn-server:99:in `<main>'
831
+
832
+
833
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (38.6ms)
834
+
835
+
836
+ Started GET "/" for 127.0.0.1 at 2013-03-25 14:37:56 -0400
837
+
838
+ ActionController::RoutingError (uninitialized constant Account::Controller):
839
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:230:in `block in constantize'
840
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `each'
841
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `constantize'
842
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
843
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:54:in `controller'
844
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:32:in `call'
845
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
846
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
847
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
848
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
849
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
850
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
851
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
852
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
853
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
854
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
855
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
856
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
857
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
858
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
859
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
860
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
861
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1450843989937319325__call__743725964449870611__callbacks'
862
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
863
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
864
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
865
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
866
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
867
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
868
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
869
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
870
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
871
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
872
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
873
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
874
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
875
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
876
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
877
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
878
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
879
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
880
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
881
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
882
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
883
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/request_handler.rb:96:in `process_request'
884
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:516:in `accept_and_process_next_request'
885
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:274:in `main_loop'
886
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:206:in `start_request_handler'
887
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:171:in `block in handle_spawn_application'
888
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/utils.rb:470:in `safe_fork'
889
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:166:in `handle_spawn_application'
890
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
891
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
892
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:180:in `start'
893
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:129:in `start'
894
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:253:in `block (2 levels) in spawn_rack_application'
895
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:132:in `lookup_or_add'
896
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:246:in `block in spawn_rack_application'
897
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:82:in `block in synchronize'
898
+ <internal:prelude>:10:in `synchronize'
899
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
900
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:244:in `spawn_rack_application'
901
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:137:in `spawn_application'
902
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:275:in `handle_spawn_application'
903
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
904
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
905
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/helper-scripts/passenger-spawn-server:99:in `<main>'
906
+
907
+
908
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
909
+
910
+
911
+ Started GET "/" for 127.0.0.1 at 2013-03-25 14:37:57 -0400
912
+
913
+ ActionController::RoutingError (uninitialized constant Account::Controller):
914
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:230:in `block in constantize'
915
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `each'
916
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `constantize'
917
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
918
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:54:in `controller'
919
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:32:in `call'
920
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
921
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
922
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
923
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
924
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
925
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
926
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
927
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
928
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
929
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
930
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
931
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
932
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
933
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
934
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
935
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
936
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1450843989937319325__call__743725964449870611__callbacks'
937
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
938
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
939
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
940
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
941
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
942
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
943
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
944
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
945
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
946
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
947
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
948
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
949
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
950
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
951
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
952
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
953
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
954
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
955
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
956
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
957
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
958
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/request_handler.rb:96:in `process_request'
959
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:516:in `accept_and_process_next_request'
960
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:274:in `main_loop'
961
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:206:in `start_request_handler'
962
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:171:in `block in handle_spawn_application'
963
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/utils.rb:470:in `safe_fork'
964
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:166:in `handle_spawn_application'
965
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
966
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
967
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:180:in `start'
968
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:129:in `start'
969
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:253:in `block (2 levels) in spawn_rack_application'
970
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:132:in `lookup_or_add'
971
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:246:in `block in spawn_rack_application'
972
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:82:in `block in synchronize'
973
+ <internal:prelude>:10:in `synchronize'
974
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
975
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:244:in `spawn_rack_application'
976
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:137:in `spawn_application'
977
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:275:in `handle_spawn_application'
978
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
979
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
980
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/helper-scripts/passenger-spawn-server:99:in `<main>'
981
+
982
+
983
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
984
+
985
+
986
+ Started GET "/" for 127.0.0.1 at 2013-03-25 14:37:57 -0400
987
+
988
+ ActionController::RoutingError (uninitialized constant Account::Controller):
989
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:230:in `block in constantize'
990
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `each'
991
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `constantize'
992
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
993
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:54:in `controller'
994
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:32:in `call'
995
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
996
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
997
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
998
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
999
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1000
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
1001
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
1002
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
1003
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1004
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
1005
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
1006
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
1007
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
1008
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
1009
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
1010
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1011
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1450843989937319325__call__743725964449870611__callbacks'
1012
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
1013
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1014
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
1015
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1016
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1017
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1018
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1019
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1020
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1021
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1022
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1023
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1024
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1025
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1026
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1027
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1028
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1029
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1030
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1031
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1032
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
1033
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/request_handler.rb:96:in `process_request'
1034
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:516:in `accept_and_process_next_request'
1035
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:274:in `main_loop'
1036
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:206:in `start_request_handler'
1037
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:171:in `block in handle_spawn_application'
1038
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/utils.rb:470:in `safe_fork'
1039
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:166:in `handle_spawn_application'
1040
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
1041
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
1042
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:180:in `start'
1043
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:129:in `start'
1044
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:253:in `block (2 levels) in spawn_rack_application'
1045
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:132:in `lookup_or_add'
1046
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:246:in `block in spawn_rack_application'
1047
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:82:in `block in synchronize'
1048
+ <internal:prelude>:10:in `synchronize'
1049
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
1050
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:244:in `spawn_rack_application'
1051
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:137:in `spawn_application'
1052
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:275:in `handle_spawn_application'
1053
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
1054
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
1055
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/helper-scripts/passenger-spawn-server:99:in `<main>'
1056
+
1057
+
1058
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
1059
+
1060
+
1061
+ Started GET "/" for 127.0.0.1 at 2013-03-25 14:37:57 -0400
1062
+
1063
+ ActionController::RoutingError (uninitialized constant Account::Controller):
1064
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:230:in `block in constantize'
1065
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `each'
1066
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `constantize'
1067
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
1068
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:54:in `controller'
1069
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:32:in `call'
1070
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1071
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1072
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1073
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
1074
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1075
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
1076
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
1077
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
1078
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1079
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
1080
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
1081
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
1082
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
1083
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
1084
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
1085
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1086
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1450843989937319325__call__743725964449870611__callbacks'
1087
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
1088
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1089
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
1090
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1091
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1092
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1093
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1094
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1095
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1096
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1097
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1098
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1099
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1100
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1101
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1102
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1103
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1104
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1105
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1106
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1107
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
1108
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/request_handler.rb:96:in `process_request'
1109
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:516:in `accept_and_process_next_request'
1110
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:274:in `main_loop'
1111
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:206:in `start_request_handler'
1112
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:171:in `block in handle_spawn_application'
1113
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/utils.rb:470:in `safe_fork'
1114
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:166:in `handle_spawn_application'
1115
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
1116
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
1117
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:180:in `start'
1118
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:129:in `start'
1119
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:253:in `block (2 levels) in spawn_rack_application'
1120
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:132:in `lookup_or_add'
1121
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:246:in `block in spawn_rack_application'
1122
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:82:in `block in synchronize'
1123
+ <internal:prelude>:10:in `synchronize'
1124
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
1125
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:244:in `spawn_rack_application'
1126
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:137:in `spawn_application'
1127
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:275:in `handle_spawn_application'
1128
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
1129
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
1130
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/helper-scripts/passenger-spawn-server:99:in `<main>'
1131
+
1132
+
1133
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
1134
+
1135
+
1136
+ Started GET "/" for 127.0.0.1 at 2013-03-25 14:37:58 -0400
1137
+
1138
+ ActionController::RoutingError (uninitialized constant Account::Controller):
1139
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:230:in `block in constantize'
1140
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `each'
1141
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `constantize'
1142
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
1143
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:54:in `controller'
1144
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:32:in `call'
1145
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1146
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1147
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1148
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
1149
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1150
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
1151
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
1152
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
1153
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1154
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
1155
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
1156
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
1157
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
1158
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
1159
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
1160
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1161
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1450843989937319325__call__743725964449870611__callbacks'
1162
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
1163
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1164
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
1165
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1166
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1167
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1168
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1169
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1170
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1171
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1172
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1173
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1174
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1175
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1176
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1177
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1178
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1179
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1180
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1181
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1182
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
1183
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/request_handler.rb:96:in `process_request'
1184
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:516:in `accept_and_process_next_request'
1185
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:274:in `main_loop'
1186
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:206:in `start_request_handler'
1187
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:171:in `block in handle_spawn_application'
1188
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/utils.rb:470:in `safe_fork'
1189
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:166:in `handle_spawn_application'
1190
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
1191
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
1192
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:180:in `start'
1193
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:129:in `start'
1194
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:253:in `block (2 levels) in spawn_rack_application'
1195
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:132:in `lookup_or_add'
1196
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:246:in `block in spawn_rack_application'
1197
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:82:in `block in synchronize'
1198
+ <internal:prelude>:10:in `synchronize'
1199
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
1200
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:244:in `spawn_rack_application'
1201
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:137:in `spawn_application'
1202
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:275:in `handle_spawn_application'
1203
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
1204
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
1205
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/helper-scripts/passenger-spawn-server:99:in `<main>'
1206
+
1207
+
1208
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
1209
+
1210
+
1211
+ Started GET "/" for 127.0.0.1 at 2013-03-25 14:38:17 -0400
1212
+
1213
+ ArgumentError (controller name should not start with a slash):
1214
+ config/routes.rb:3:in `block in <top (required)>'
1215
+ config/routes.rb:1:in `<top (required)>'
1216
+
1217
+
1218
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms)
1219
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
1220
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (26.4ms)
1221
+
1222
+
1223
+ Started GET "/" for 127.0.0.1 at 2013-03-25 14:38:24 -0400
1224
+
1225
+ ActionController::RoutingError (uninitialized constant Accounts):
1226
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:230:in `block in constantize'
1227
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `each'
1228
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `constantize'
1229
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
1230
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:54:in `controller'
1231
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:32:in `call'
1232
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1233
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1234
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1235
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
1236
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1237
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
1238
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
1239
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
1240
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1241
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
1242
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
1243
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
1244
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
1245
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
1246
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
1247
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1248
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1450843989937319325__call__743725964449870611__callbacks'
1249
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
1250
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1251
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
1252
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1253
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1254
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1255
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1256
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1257
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1258
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1259
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1260
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1261
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1262
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1263
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1264
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1265
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1266
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1267
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1268
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1269
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
1270
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/request_handler.rb:96:in `process_request'
1271
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:516:in `accept_and_process_next_request'
1272
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:274:in `main_loop'
1273
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:206:in `start_request_handler'
1274
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:171:in `block in handle_spawn_application'
1275
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/utils.rb:470:in `safe_fork'
1276
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:166:in `handle_spawn_application'
1277
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
1278
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
1279
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:180:in `start'
1280
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:129:in `start'
1281
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:253:in `block (2 levels) in spawn_rack_application'
1282
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:132:in `lookup_or_add'
1283
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:246:in `block in spawn_rack_application'
1284
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:82:in `block in synchronize'
1285
+ <internal:prelude>:10:in `synchronize'
1286
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
1287
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:244:in `spawn_rack_application'
1288
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:137:in `spawn_application'
1289
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:275:in `handle_spawn_application'
1290
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
1291
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
1292
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/helper-scripts/passenger-spawn-server:99:in `<main>'
1293
+
1294
+
1295
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
1296
+
1297
+
1298
+ Started GET "/accounts/1" for 127.0.0.1 at 2013-03-25 14:39:45 -0400
1299
+ Processing by AccountsController#show as HTML
1300
+ Parameters: {"id"=>"1"}
1301
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
1302
+  (0.2ms) SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
1303
+ Rendered accounts/_modulate_account_documents.html.haml (93.7ms)
1304
+ Rendered accounts/_modulate_attachments.html.haml (219.3ms)
1305
+ Rendered accounts/show.html.erb within layouts/application (224.9ms)
1306
+ Completed 200 OK in 330ms (Views: 280.6ms | ActiveRecord: 5.1ms)
1307
+
1308
+
1309
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 14:39:50 -0400
1310
+ Processing by AccountsController#update as HTML
1311
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>[{"attachment"=>[#<ActionDispatch::Http::UploadedFile:0x007fa64557df08 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][][attachment][]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-3452-98u2bt>>]}]}, "button"=>"", "id"=>"1"}
1312
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
1313
+ Completed 500 Internal Server Error in 17ms
1314
+
1315
+ TypeError (can't convert nil into String):
1316
+ carrierwave (0.8.0) lib/carrierwave/uploader/cache.rb:159:in `join'
1317
+ carrierwave (0.8.0) lib/carrierwave/uploader/cache.rb:159:in `cache_path'
1318
+ carrierwave (0.8.0) lib/carrierwave/uploader/cache.rb:131:in `block in cache!'
1319
+ carrierwave (0.8.0) lib/carrierwave/uploader/callbacks.rb:17:in `with_callbacks'
1320
+ carrierwave (0.8.0) lib/carrierwave/uploader/cache.rb:122:in `cache!'
1321
+ carrierwave (0.8.0) lib/carrierwave/mount.rb:327:in `cache'
1322
+ carrierwave (0.8.0) lib/carrierwave/mount.rb:179:in `attachment='
1323
+ carrierwave (0.8.0) lib/carrierwave/orm/activerecord.rb:38:in `attachment='
1324
+ activerecord (3.2.13) lib/active_record/attribute_assignment.rb:85:in `block in assign_attributes'
1325
+ activerecord (3.2.13) lib/active_record/attribute_assignment.rb:78:in `each'
1326
+ activerecord (3.2.13) lib/active_record/attribute_assignment.rb:78:in `assign_attributes'
1327
+ activerecord (3.2.13) lib/active_record/base.rb:498:in `initialize'
1328
+ activerecord (3.2.13) lib/active_record/reflection.rb:183:in `new'
1329
+ activerecord (3.2.13) lib/active_record/reflection.rb:183:in `build_association'
1330
+ activerecord (3.2.13) lib/active_record/associations/association.rb:233:in `build_record'
1331
+ activerecord (3.2.13) lib/active_record/associations/collection_association.rb:112:in `build'
1332
+ activerecord (3.2.13) lib/active_record/nested_attributes.rb:406:in `block in assign_nested_attributes_for_collection_association'
1333
+ activerecord (3.2.13) lib/active_record/nested_attributes.rb:401:in `each'
1334
+ activerecord (3.2.13) lib/active_record/nested_attributes.rb:401:in `assign_nested_attributes_for_collection_association'
1335
+ activerecord (3.2.13) lib/active_record/nested_attributes.rb:289:in `modulate_documents_attributes='
1336
+ activerecord (3.2.13) lib/active_record/attribute_assignment.rb:85:in `block in assign_attributes'
1337
+ activerecord (3.2.13) lib/active_record/attribute_assignment.rb:78:in `each'
1338
+ activerecord (3.2.13) lib/active_record/attribute_assignment.rb:78:in `assign_attributes'
1339
+ activerecord (3.2.13) lib/active_record/attribute_assignment.rb:36:in `attributes='
1340
+ /Users/zachcolon/Projects/modulate/app/controllers/accounts_controller.rb:14:in `update'
1341
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1342
+ actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
1343
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
1344
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1345
+ activesupport (3.2.13) lib/active_support/callbacks.rb:414:in `_run__2553992126563457455__process_action__62080569904082951__callbacks'
1346
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
1347
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
1348
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
1349
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
1350
+ actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
1351
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
1352
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
1353
+ activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1354
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
1355
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
1356
+ actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
1357
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1358
+ actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
1359
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
1360
+ actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
1361
+ actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1362
+ actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
1363
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
1364
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
1365
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
1366
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1367
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1368
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1369
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
1370
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1371
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
1372
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
1373
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
1374
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1375
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
1376
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
1377
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
1378
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
1379
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
1380
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
1381
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1382
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1450843989937319325__call__743725964449870611__callbacks'
1383
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
1384
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1385
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
1386
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1387
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1388
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1389
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1390
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1391
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1392
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1393
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1394
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1395
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1396
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1397
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1398
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1399
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1400
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1401
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1402
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1403
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
1404
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/request_handler.rb:96:in `process_request'
1405
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:516:in `accept_and_process_next_request'
1406
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:274:in `main_loop'
1407
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:206:in `start_request_handler'
1408
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:171:in `block in handle_spawn_application'
1409
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/utils.rb:470:in `safe_fork'
1410
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:166:in `handle_spawn_application'
1411
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
1412
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
1413
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:180:in `start'
1414
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:129:in `start'
1415
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:253:in `block (2 levels) in spawn_rack_application'
1416
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:132:in `lookup_or_add'
1417
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:246:in `block in spawn_rack_application'
1418
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:82:in `block in synchronize'
1419
+ <internal:prelude>:10:in `synchronize'
1420
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
1421
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:244:in `spawn_rack_application'
1422
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:137:in `spawn_application'
1423
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:275:in `handle_spawn_application'
1424
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
1425
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
1426
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/helper-scripts/passenger-spawn-server:99:in `<main>'
1427
+
1428
+
1429
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
1430
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms)
1431
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.3ms)
1432
+
1433
+
1434
+ Started GET "/" for 127.0.0.1 at 2013-03-25 14:40:31 -0400
1435
+
1436
+ ActionController::RoutingError (uninitialized constant AccountController):
1437
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:230:in `block in constantize'
1438
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `each'
1439
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `constantize'
1440
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
1441
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:54:in `controller'
1442
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:32:in `call'
1443
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1444
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1445
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1446
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
1447
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1448
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
1449
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
1450
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
1451
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1452
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
1453
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
1454
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
1455
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
1456
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
1457
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
1458
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1459
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1450843989937319325__call__743725964449870611__callbacks'
1460
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
1461
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1462
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
1463
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1464
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1465
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1466
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1467
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1468
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1469
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1470
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1471
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1472
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1473
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1474
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1475
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1476
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1477
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1478
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1479
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1480
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
1481
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/request_handler.rb:96:in `process_request'
1482
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:516:in `accept_and_process_next_request'
1483
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:274:in `main_loop'
1484
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:206:in `start_request_handler'
1485
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:171:in `block in handle_spawn_application'
1486
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/utils.rb:470:in `safe_fork'
1487
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:166:in `handle_spawn_application'
1488
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
1489
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
1490
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:180:in `start'
1491
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:129:in `start'
1492
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:253:in `block (2 levels) in spawn_rack_application'
1493
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:132:in `lookup_or_add'
1494
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:246:in `block in spawn_rack_application'
1495
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:82:in `block in synchronize'
1496
+ <internal:prelude>:10:in `synchronize'
1497
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
1498
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:244:in `spawn_rack_application'
1499
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:137:in `spawn_application'
1500
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:275:in `handle_spawn_application'
1501
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
1502
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
1503
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/helper-scripts/passenger-spawn-server:99:in `<main>'
1504
+
1505
+
1506
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
1507
+
1508
+
1509
+ Started GET "/" for 127.0.0.1 at 2013-03-25 14:40:32 -0400
1510
+
1511
+ ActionController::RoutingError (uninitialized constant AccountController):
1512
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:230:in `block in constantize'
1513
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `each'
1514
+ activesupport (3.2.13) lib/active_support/inflector/methods.rb:229:in `constantize'
1515
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:69:in `controller_reference'
1516
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:54:in `controller'
1517
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:32:in `call'
1518
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1519
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1520
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1521
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
1522
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1523
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
1524
+ rack (1.4.5) lib/rack/conditionalget.rb:25:in `call'
1525
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
1526
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1527
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
1528
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
1529
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
1530
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
1531
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
1532
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
1533
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1534
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1450843989937319325__call__743725964449870611__callbacks'
1535
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
1536
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1537
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
1538
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1539
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1540
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1541
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1542
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1543
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1544
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1545
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1546
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1547
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1548
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1549
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1550
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1551
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1552
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1553
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1554
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1555
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
1556
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/request_handler.rb:96:in `process_request'
1557
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:516:in `accept_and_process_next_request'
1558
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:274:in `main_loop'
1559
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:206:in `start_request_handler'
1560
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:171:in `block in handle_spawn_application'
1561
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/utils.rb:470:in `safe_fork'
1562
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:166:in `handle_spawn_application'
1563
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
1564
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
1565
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:180:in `start'
1566
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:129:in `start'
1567
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:253:in `block (2 levels) in spawn_rack_application'
1568
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:132:in `lookup_or_add'
1569
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:246:in `block in spawn_rack_application'
1570
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:82:in `block in synchronize'
1571
+ <internal:prelude>:10:in `synchronize'
1572
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
1573
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:244:in `spawn_rack_application'
1574
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:137:in `spawn_application'
1575
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:275:in `handle_spawn_application'
1576
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
1577
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
1578
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/helper-scripts/passenger-spawn-server:99:in `<main>'
1579
+
1580
+
1581
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
1582
+
1583
+
1584
+ Started GET "/" for 127.0.0.1 at 2013-03-25 14:40:36 -0400
1585
+ Processing by AccountsController#index as HTML
1586
+ Account Load (0.2ms) SELECT `accounts`.* FROM `accounts`
1587
+ Rendered accounts/index.html.haml within layouts/application (1.2ms)
1588
+ Completed 200 OK in 22ms (Views: 8.5ms | ActiveRecord: 2.3ms)
1589
+
1590
+
1591
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-25 14:40:36 -0400
1592
+
1593
+
1594
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-25 14:40:36 -0400
1595
+ Served asset /application.css - 304 Not Modified (7ms)
1596
+
1597
+
1598
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-25 14:40:36 -0400
1599
+ Served asset /application.js - 304 Not Modified (8ms)
1600
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
1601
+
1602
+
1603
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-25 14:40:36 -0400
1604
+ Served asset /jquery.js - 304 Not Modified (6ms)
1605
+
1606
+
1607
+ Started GET "/" for 127.0.0.1 at 2013-03-25 14:41:12 -0400
1608
+ Processing by AccountsController#index as HTML
1609
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` 
1610
+ Rendered accounts/index.html.haml within layouts/application (7.0ms)
1611
+ Completed 200 OK in 197ms (Views: 94.2ms | ActiveRecord: 2.2ms)
1612
+
1613
+
1614
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-25 14:41:12 -0400
1615
+
1616
+
1617
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-25 14:41:12 -0400
1618
+
1619
+
1620
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-25 14:41:12 -0400
1621
+ Served asset /application.css - 304 Not Modified (7ms)
1622
+
1623
+
1624
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-25 14:41:12 -0400
1625
+ Served asset /jquery_ujs.js - 304 Not Modified (3ms)
1626
+ Served asset /application.js - 304 Not Modified (24ms)
1627
+ Served asset /jquery.js - 304 Not Modified (78ms)
1628
+
1629
+
1630
+ Started GET "/accounts/1" for 127.0.0.1 at 2013-03-25 14:41:15 -0400
1631
+ Processing by AccountsController#show as HTML
1632
+ Parameters: {"id"=>"1"}
1633
+ Account Load (0.2ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
1634
+  (0.2ms) SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
1635
+ Rendered accounts/_modulate_account_documents.html.haml (19.7ms)
1636
+ Rendered accounts/_modulate_attachments.html.haml (50.0ms)
1637
+ Rendered accounts/show.html.erb within layouts/application (51.0ms)
1638
+ Completed 200 OK in 69ms (Views: 55.1ms | ActiveRecord: 4.7ms)
1639
+
1640
+
1641
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-25 14:41:15 -0400
1642
+
1643
+
1644
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-25 14:41:15 -0400
1645
+
1646
+
1647
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-25 14:41:15 -0400
1648
+ Served asset /jquery_ujs.js - 304 Not Modified (3ms)
1649
+ Served asset /application.css - 304 Not Modified (0ms)
1650
+ Served asset /application.js - 304 Not Modified (0ms)
1651
+
1652
+
1653
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-25 14:41:15 -0400
1654
+ Served asset /jquery.js - 304 Not Modified (14ms)
1655
+
1656
+
1657
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 14:41:19 -0400
1658
+ Processing by AccountsController#update as HTML
1659
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>[{"attachment"=>[#<ActionDispatch::Http::UploadedFile:0x007fa6443888c0 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][][attachment][]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-3556-d8h7ut>>]}]}, "button"=>"", "id"=>"1"}
1660
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
1661
+ Completed 500 Internal Server Error in 185ms
1662
+
1663
+ TypeError (can't convert nil into String):
1664
+ carrierwave (0.8.0) lib/carrierwave/uploader/cache.rb:159:in `join'
1665
+ carrierwave (0.8.0) lib/carrierwave/uploader/cache.rb:159:in `cache_path'
1666
+ carrierwave (0.8.0) lib/carrierwave/uploader/cache.rb:131:in `block in cache!'
1667
+ carrierwave (0.8.0) lib/carrierwave/uploader/callbacks.rb:17:in `with_callbacks'
1668
+ carrierwave (0.8.0) lib/carrierwave/uploader/cache.rb:122:in `cache!'
1669
+ carrierwave (0.8.0) lib/carrierwave/mount.rb:327:in `cache'
1670
+ carrierwave (0.8.0) lib/carrierwave/mount.rb:179:in `attachment='
1671
+ carrierwave (0.8.0) lib/carrierwave/orm/activerecord.rb:38:in `attachment='
1672
+ activerecord (3.2.13) lib/active_record/attribute_assignment.rb:85:in `block in assign_attributes'
1673
+ activerecord (3.2.13) lib/active_record/attribute_assignment.rb:78:in `each'
1674
+ activerecord (3.2.13) lib/active_record/attribute_assignment.rb:78:in `assign_attributes'
1675
+ activerecord (3.2.13) lib/active_record/base.rb:498:in `initialize'
1676
+ activerecord (3.2.13) lib/active_record/reflection.rb:183:in `new'
1677
+ activerecord (3.2.13) lib/active_record/reflection.rb:183:in `build_association'
1678
+ activerecord (3.2.13) lib/active_record/associations/association.rb:233:in `build_record'
1679
+ activerecord (3.2.13) lib/active_record/associations/collection_association.rb:112:in `build'
1680
+ activerecord (3.2.13) lib/active_record/nested_attributes.rb:406:in `block in assign_nested_attributes_for_collection_association'
1681
+ activerecord (3.2.13) lib/active_record/nested_attributes.rb:401:in `each'
1682
+ activerecord (3.2.13) lib/active_record/nested_attributes.rb:401:in `assign_nested_attributes_for_collection_association'
1683
+ activerecord (3.2.13) lib/active_record/nested_attributes.rb:289:in `modulate_documents_attributes='
1684
+ activerecord (3.2.13) lib/active_record/attribute_assignment.rb:85:in `block in assign_attributes'
1685
+ activerecord (3.2.13) lib/active_record/attribute_assignment.rb:78:in `each'
1686
+ activerecord (3.2.13) lib/active_record/attribute_assignment.rb:78:in `assign_attributes'
1687
+ activerecord (3.2.13) lib/active_record/attribute_assignment.rb:36:in `attributes='
1688
+ /Users/zachcolon/Projects/modulate/app/controllers/accounts_controller.rb:14:in `update'
1689
+ actionpack (3.2.13) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1690
+ actionpack (3.2.13) lib/abstract_controller/base.rb:167:in `process_action'
1691
+ actionpack (3.2.13) lib/action_controller/metal/rendering.rb:10:in `process_action'
1692
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1693
+ activesupport (3.2.13) lib/active_support/callbacks.rb:414:in `_run__2553992126563457455__process_action__62080569904082951__callbacks'
1694
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
1695
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
1696
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
1697
+ actionpack (3.2.13) lib/abstract_controller/callbacks.rb:17:in `process_action'
1698
+ actionpack (3.2.13) lib/action_controller/metal/rescue.rb:29:in `process_action'
1699
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
1700
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `block in instrument'
1701
+ activesupport (3.2.13) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1702
+ activesupport (3.2.13) lib/active_support/notifications.rb:123:in `instrument'
1703
+ actionpack (3.2.13) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
1704
+ actionpack (3.2.13) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
1705
+ activerecord (3.2.13) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1706
+ actionpack (3.2.13) lib/abstract_controller/base.rb:121:in `process'
1707
+ actionpack (3.2.13) lib/abstract_controller/rendering.rb:45:in `process'
1708
+ actionpack (3.2.13) lib/action_controller/metal.rb:203:in `dispatch'
1709
+ actionpack (3.2.13) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1710
+ actionpack (3.2.13) lib/action_controller/metal.rb:246:in `block in action'
1711
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `call'
1712
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
1713
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:36:in `call'
1714
+ journey (1.0.4) lib/journey/router.rb:68:in `block in call'
1715
+ journey (1.0.4) lib/journey/router.rb:56:in `each'
1716
+ journey (1.0.4) lib/journey/router.rb:56:in `call'
1717
+ actionpack (3.2.13) lib/action_dispatch/routing/route_set.rb:612:in `call'
1718
+ actionpack (3.2.13) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1719
+ rack (1.4.5) lib/rack/etag.rb:23:in `call'
1720
+ rack (1.4.5) lib/rack/conditionalget.rb:35:in `call'
1721
+ actionpack (3.2.13) lib/action_dispatch/middleware/head.rb:14:in `call'
1722
+ actionpack (3.2.13) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1723
+ actionpack (3.2.13) lib/action_dispatch/middleware/flash.rb:242:in `call'
1724
+ rack (1.4.5) lib/rack/session/abstract/id.rb:210:in `context'
1725
+ rack (1.4.5) lib/rack/session/abstract/id.rb:205:in `call'
1726
+ actionpack (3.2.13) lib/action_dispatch/middleware/cookies.rb:341:in `call'
1727
+ activerecord (3.2.13) lib/active_record/query_cache.rb:64:in `call'
1728
+ activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
1729
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1730
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__1450843989937319325__call__743725964449870611__callbacks'
1731
+ activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
1732
+ activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1733
+ activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
1734
+ actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1735
+ actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1736
+ actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1737
+ actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1738
+ actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1739
+ railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
1740
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
1741
+ activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
1742
+ railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
1743
+ actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1744
+ rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
1745
+ rack (1.4.5) lib/rack/runtime.rb:17:in `call'
1746
+ activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1747
+ rack (1.4.5) lib/rack/lock.rb:15:in `call'
1748
+ actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
1749
+ railties (3.2.13) lib/rails/engine.rb:479:in `call'
1750
+ railties (3.2.13) lib/rails/application.rb:223:in `call'
1751
+ railties (3.2.13) lib/rails/railtie/configurable.rb:30:in `method_missing'
1752
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/request_handler.rb:96:in `process_request'
1753
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:516:in `accept_and_process_next_request'
1754
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_request_handler.rb:274:in `main_loop'
1755
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:206:in `start_request_handler'
1756
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:171:in `block in handle_spawn_application'
1757
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/utils.rb:470:in `safe_fork'
1758
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:166:in `handle_spawn_application'
1759
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
1760
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
1761
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:180:in `start'
1762
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/rack/application_spawner.rb:129:in `start'
1763
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:253:in `block (2 levels) in spawn_rack_application'
1764
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:132:in `lookup_or_add'
1765
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:246:in `block in spawn_rack_application'
1766
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:82:in `block in synchronize'
1767
+ <internal:prelude>:10:in `synchronize'
1768
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server_collection.rb:79:in `synchronize'
1769
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:244:in `spawn_rack_application'
1770
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:137:in `spawn_application'
1771
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/spawn_manager.rb:275:in `handle_spawn_application'
1772
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:357:in `server_main_loop'
1773
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/lib/phusion_passenger/abstract_server.rb:206:in `start_synchronously'
1774
+ /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194/gems/passenger-3.0.17/helper-scripts/passenger-spawn-server:99:in `<main>'
1775
+
1776
+
1777
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.9ms)
1778
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms)
1779
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.3ms)
1780
+ Connecting to database specified by database.yml
1781
+ Connecting to database specified by database.yml
1782
+ Mysql2::Error: Column 'content_type' cannot be null: INSERT INTO `modulate_documents` (`attachable_id`, `attachable_type`, `attached_by_id`, `attachment`, `bucket`, `content_type`, `created_at`, `filename`, `key`, `label`, `public`, `updated_at`) VALUES (1, 'Account', 1, '1-test.txt', 'Athena::Account', NULL, '2013-03-25 19:07:42', 'test.txt', '1-test.txt', 'foo', 0, '2013-03-25 19:07:42')
1783
+ Mysql2::Error: Column 'content_type' cannot be null: INSERT INTO `modulate_documents` (`attachable_id`, `attachable_type`, `attached_by_id`, `attachment`, `bucket`, `content_type`, `created_at`, `filename`, `key`, `label`, `public`, `updated_at`) VALUES (1, 'Account', 1, '1-test.txt', 'Athena::Account', NULL, '2013-03-25 19:07:42', 'test.txt', '1-test.txt', 'foo', 0, '2013-03-25 19:07:42')
1784
+ Mysql2::Error: Column 'content_type' cannot be null: INSERT INTO `modulate_documents` (`attachable_id`, `attachable_type`, `attached_by_id`, `attachment`, `bucket`, `content_type`, `created_at`, `filename`, `key`, `label`, `public`, `updated_at`) VALUES (1, 'Account', 1, '1-test.txt', 'Athena::Account', NULL, '2013-03-25 19:11:25', 'test.txt', '1-test.txt', 'foo', 0, '2013-03-25 19:11:25')
1785
+ Mysql2::Error: Column 'attached_by_id' cannot be null: INSERT INTO `modulate_documents` (`attachable_id`, `attachable_type`, `attached_by_id`, `attachment`, `bucket`, `content_type`, `created_at`, `filename`, `key`, `label`, `public`, `updated_at`) VALUES (1, 'Account', NULL, '1-test.txt', 'Athena::Account', NULL, '2013-03-25 19:12:37', 'test.txt', '1-test.txt', NULL, 0, '2013-03-25 19:12:37')
1786
+ Mysql2::Error: Column 'content_type' cannot be null: INSERT INTO `modulate_documents` (`attachable_id`, `attachable_type`, `attached_by_id`, `attachment`, `bucket`, `content_type`, `created_at`, `filename`, `key`, `label`, `public`, `updated_at`) VALUES (1, 'Account', 1, '1-test.txt', 'Athena::Account', NULL, '2013-03-25 19:12:37', 'test.txt', '1-test.txt', 'foo', 0, '2013-03-25 19:12:37')
1787
+ Mysql2::Error: Column 'content_type' cannot be null: INSERT INTO `modulate_documents` (`attachable_id`, `attachable_type`, `attached_by_id`, `attachment`, `bucket`, `content_type`, `created_at`, `filename`, `key`, `label`, `public`, `updated_at`) VALUES (1, 'Account', 1, '1-test.txt', 'Athena::Account', NULL, '2013-03-25 19:12:37', 'test.txt', '1-test.txt', 'foo', 0, '2013-03-25 19:12:37')
1788
+ Connecting to database specified by database.yml
1789
+ Mysql2::Error: Column 'attached_by_id' cannot be null: INSERT INTO `modulate_documents` (`attachable_id`, `attachable_type`, `attached_by_id`, `attachment`, `bucket`, `content_type`, `created_at`, `filename`, `key`, `label`, `public`, `updated_at`) VALUES (1, 'Account', NULL, '1-test.txt', 'Athena::Account', 'text/plain', '2013-03-25 19:13:31', 'test.txt', '1-test.txt', NULL, 0, '2013-03-25 19:13:31')
1790
+ Mysql2::Error: Column 'label' cannot be null: INSERT INTO `modulate_documents` (`attachable_id`, `attachable_type`, `attached_by_id`, `attachment`, `bucket`, `content_type`, `created_at`, `filename`, `key`, `label`, `public`, `updated_at`) VALUES (1, 'Account', 1, '1-test.txt', 'Athena::Account', 'text/plain', '2013-03-25 19:13:31', 'test.txt', '1-test.txt', NULL, 0, '2013-03-25 19:13:31')
1791
+
1792
+
1793
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 15:17:19 -0400
1794
+ Processing by AccountsController#update as HTML
1795
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>[{"attachment"=>[#<ActionDispatch::Http::UploadedFile:0x007fa64545a8d8 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][][attachment][]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-3556-1kg0vgm>>]}]}, "button"=>"", "id"=>"1"}
1796
+ Account Load (0.2ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
1797
+ Completed 500 Internal Server Error in 18ms
1798
+
1799
+ NameError (uninitialized constant Account::Modulate::Document):
1800
+ app/controllers/accounts_controller.rb:13:in `update'
1801
+
1802
+
1803
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms)
1804
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.2ms)
1805
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (18.4ms)
1806
+ Connecting to database specified by database.yml
1807
+
1808
+
1809
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 15:18:11 -0400
1810
+ Processing by AccountsController#update as HTML
1811
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>[{"attachment"=>[#<ActionDispatch::Http::UploadedFile:0x007fa642f33f50 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][][attachment][]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-5880-1o4o92o>>]}]}, "button"=>"", "id"=>"1"}
1812
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
1813
+ Completed 500 Internal Server Error in 138ms
1814
+
1815
+ TypeError (can't convert nil into String):
1816
+ app/controllers/accounts_controller.rb:13:in `update'
1817
+
1818
+
1819
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.9ms)
1820
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.2ms)
1821
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.6ms)
1822
+
1823
+
1824
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 15:18:15 -0400
1825
+ Processing by AccountsController#update as HTML
1826
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>[{"attachment"=>[#<ActionDispatch::Http::UploadedFile:0x007fa642fa9688 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][][attachment][]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-5880-1277yje>>]}]}, "button"=>"", "id"=>"1"}
1827
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
1828
+ Completed 500 Internal Server Error in 3ms
1829
+
1830
+ TypeError (can't convert nil into String):
1831
+ app/controllers/accounts_controller.rb:13:in `update'
1832
+
1833
+
1834
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms)
1835
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms)
1836
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.2ms)
1837
+
1838
+
1839
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 15:18:17 -0400
1840
+ Processing by AccountsController#update as HTML
1841
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>[{"attachment"=>[#<ActionDispatch::Http::UploadedFile:0x007fa643549e58 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][][attachment][]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-5880-37egg2>>]}]}, "button"=>"", "id"=>"1"}
1842
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
1843
+ Completed 500 Internal Server Error in 3ms
1844
+
1845
+ TypeError (can't convert nil into String):
1846
+ app/controllers/accounts_controller.rb:13:in `update'
1847
+
1848
+
1849
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms)
1850
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms)
1851
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.5ms)
1852
+ Connecting to database specified by database.yml
1853
+
1854
+
1855
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-25 15:20:03 -0400
1856
+ Served asset /jquery.js - 304 Not Modified (6ms)
1857
+
1858
+
1859
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 15:26:49 -0400
1860
+ Processing by AccountsController#update as HTML
1861
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>[{"attachment"=>[#<ActionDispatch::Http::UploadedFile:0x007fa642e2d3b8 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][][attachment][]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-5880-19ocpe3>>]}]}, "button"=>"", "id"=>"1"}
1862
+ Account Load (0.2ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
1863
+ Completed 500 Internal Server Error in 86ms
1864
+
1865
+ TypeError (can't convert nil into String):
1866
+ app/controllers/accounts_controller.rb:13:in `update'
1867
+
1868
+
1869
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
1870
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms)
1871
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (17.5ms)
1872
+
1873
+
1874
+ Started GET "/accounts/1" for 127.0.0.1 at 2013-03-25 15:26:58 -0400
1875
+ Processing by AccountsController#show as HTML
1876
+ Parameters: {"id"=>"1"}
1877
+ Account Load (0.4ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
1878
+  (0.3ms) SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
1879
+ Modulate::Document Load (0.2ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
1880
+ Rendered accounts/_modulate_account_documents.html.haml (50.6ms)
1881
+ Rendered accounts/_modulate_attachments.html.haml (152.6ms)
1882
+ Rendered accounts/show.html.erb within layouts/application (158.5ms)
1883
+ Completed 200 OK in 222ms (Views: 218.6ms | ActiveRecord: 0.9ms)
1884
+
1885
+
1886
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-25 15:26:58 -0400
1887
+ Served asset /application.css - 304 Not Modified (14ms)
1888
+
1889
+
1890
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-25 15:26:59 -0400
1891
+
1892
+
1893
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-25 15:26:59 -0400
1894
+
1895
+
1896
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-25 15:26:59 -0400
1897
+ Served asset /jquery_ujs.js - 304 Not Modified (14ms)
1898
+ Served asset /application.js - 304 Not Modified (17ms)
1899
+ Served asset /jquery.js - 304 Not Modified (8ms)
1900
+
1901
+
1902
+ Started GET "/accounts/1" for 127.0.0.1 at 2013-03-25 15:27:14 -0400
1903
+ Processing by AccountsController#show as HTML
1904
+ Parameters: {"id"=>"1"}
1905
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
1906
+  (0.2ms) SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
1907
+ Modulate::Document Load (0.3ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
1908
+ Rendered accounts/_modulate_account_documents.html.haml (145.4ms)
1909
+ Rendered accounts/_modulate_attachments.html.haml (244.6ms)
1910
+ Rendered accounts/show.html.erb within layouts/application (253.6ms)
1911
+ Completed 200 OK in 365ms (Views: 317.1ms | ActiveRecord: 5.6ms)
1912
+
1913
+
1914
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-25 15:27:15 -0400
1915
+
1916
+
1917
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-25 15:27:15 -0400
1918
+
1919
+
1920
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-25 15:27:15 -0400
1921
+ Served asset /jquery_ujs.js - 304 Not Modified (3ms)
1922
+ Served asset /jquery.js - 304 Not Modified (11ms)
1923
+ Served asset /application.css - 304 Not Modified (3ms)
1924
+
1925
+
1926
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-25 15:27:15 -0400
1927
+ Served asset /application.js - 304 Not Modified (7ms)
1928
+
1929
+
1930
+ Started GET "/accounts/1" for 127.0.0.1 at 2013-03-25 15:27:55 -0400
1931
+ Processing by AccountsController#show as HTML
1932
+ Parameters: {"id"=>"1"}
1933
+ Account Load (0.4ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
1934
+ Modulate::Document Load (0.5ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
1935
+ Rendered accounts/_modulate_attachments.html.haml (15.5ms)
1936
+ Rendered accounts/show.html.erb within layouts/application (16.6ms)
1937
+ Completed 200 OK in 25ms (Views: 22.4ms | ActiveRecord: 0.9ms)
1938
+
1939
+
1940
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-25 15:27:55 -0400
1941
+ Served asset /application.css - 304 Not Modified (0ms)
1942
+
1943
+
1944
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-25 15:27:55 -0400
1945
+ Served asset /application.js - 304 Not Modified (0ms)
1946
+
1947
+
1948
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-25 15:27:55 -0400
1949
+ Served asset /jquery.js - 304 Not Modified (4ms)
1950
+
1951
+
1952
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-25 15:27:56 -0400
1953
+ Served asset /jquery_ujs.js - 304 Not Modified (5ms)
1954
+
1955
+
1956
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 15:27:59 -0400
1957
+ Processing by AccountsController#update as HTML
1958
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>[{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa645836ba0 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-6226-1kyi1zo>>}]}, "button"=>"", "id"=>"1"}
1959
+ Account Load (0.4ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
1960
+  (0.1ms) BEGIN
1961
+ CACHE (0.0ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
1962
+ Modulate::Document Exists (0.3ms) SELECT 1 AS one FROM `modulate_documents` WHERE (`modulate_documents`.`key` = BINARY '1-cheat_sheet.txt' AND `modulate_documents`.`bucket` = 'Dummy::Account') LIMIT 1
1963
+  (0.1ms) ROLLBACK
1964
+ Modulate::Document Load (0.3ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
1965
+ Rendered accounts/_modulate_attachments.html.haml (100.6ms)
1966
+ Rendered accounts/show.html.erb within layouts/application (110.2ms)
1967
+ Completed 200 OK in 422ms (Views: 178.1ms | ActiveRecord: 6.4ms)
1968
+
1969
+
1970
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-25 15:28:00 -0400
1971
+
1972
+
1973
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-25 15:28:00 -0400
1974
+ Served asset /jquery.js - 304 Not Modified (0ms)
1975
+
1976
+
1977
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-25 15:28:00 -0400
1978
+ Served asset /application.css - 304 Not Modified (7ms)
1979
+ Served asset /jquery_ujs.js - 304 Not Modified (3ms)
1980
+
1981
+
1982
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-25 15:28:00 -0400
1983
+ Served asset /application.js - 304 Not Modified (10ms)
1984
+
1985
+
1986
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 15:29:13 -0400
1987
+ Processing by AccountsController#update as HTML
1988
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>[{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa64350a578 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-6226-157g9x8>>}]}, "button"=>"", "id"=>"1"}
1989
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
1990
+  (0.1ms) BEGIN
1991
+ CACHE (0.0ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
1992
+ Modulate::Document Exists (0.3ms) SELECT 1 AS one FROM `modulate_documents` WHERE (`modulate_documents`.`key` = BINARY '1-cheat_sheet.txt' AND `modulate_documents`.`bucket` = 'Dummy::Account') LIMIT 1
1993
+  (0.1ms) ROLLBACK
1994
+  (0.3ms) SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
1995
+ Modulate::Document Load (0.2ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
1996
+ Rendered accounts/_modulate_account_documents.html.haml (28.0ms)
1997
+ Rendered accounts/_modulate_attachments.html.haml (42.2ms)
1998
+ Rendered accounts/show.html.erb within layouts/application (43.5ms)
1999
+ Completed 200 OK in 61ms (Views: 49.0ms | ActiveRecord: 1.3ms)
2000
+
2001
+
2002
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-25 15:29:13 -0400
2003
+
2004
+
2005
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-25 15:29:13 -0400
2006
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2007
+ Served asset /jquery.js - 304 Not Modified (7ms)
2008
+
2009
+
2010
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-25 15:29:13 -0400
2011
+ Served asset /application.js - 304 Not Modified (0ms)
2012
+
2013
+
2014
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-25 15:29:13 -0400
2015
+ Served asset /application.css - 304 Not Modified (5ms)
2016
+
2017
+
2018
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 15:29:26 -0400
2019
+ Processing by AccountsController#update as HTML
2020
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"label"=>"foo", "public"=>"0", "id"=>"3"}, "1"=>{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa642fe81a8 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][1][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-6229-1h3pavb>>}}}, "button"=>"", "id"=>"1"}
2021
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2022
+ Modulate::Document Load (0.3ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account' AND `modulate_documents`.`id` IN (3)
2023
+  (0.1ms) BEGIN
2024
+ CACHE (0.0ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2025
+ Modulate::Document Exists (0.3ms) SELECT 1 AS one FROM `modulate_documents` WHERE (`modulate_documents`.`key` = BINARY '1-cheat_sheet.txt' AND `modulate_documents`.`bucket` = 'Dummy::Account') LIMIT 1
2026
+  (0.1ms) ROLLBACK
2027
+  (0.3ms) SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
2028
+ Modulate::Document Load (0.2ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
2029
+ Rendered accounts/_modulate_account_documents.html.haml (67.8ms)
2030
+ Rendered accounts/_modulate_attachments.html.haml (166.3ms)
2031
+ Rendered accounts/show.html.erb within layouts/application (177.5ms)
2032
+ Completed 200 OK in 467ms (Views: 210.4ms | ActiveRecord: 6.5ms)
2033
+
2034
+
2035
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-25 15:29:27 -0400
2036
+
2037
+
2038
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-25 15:29:27 -0400
2039
+ Served asset /application.css - 304 Not Modified (0ms)
2040
+ Served asset /application.js - 304 Not Modified (0ms)
2041
+
2042
+
2043
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-25 15:29:27 -0400
2044
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2045
+
2046
+
2047
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-25 15:29:27 -0400
2048
+ Served asset /jquery.js - 304 Not Modified (6ms)
2049
+
2050
+
2051
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 15:29:32 -0400
2052
+ Processing by AccountsController#update as HTML
2053
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"label"=>"foo", "public"=>"0", "id"=>"3"}, "1"=>{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa642849208 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][1][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-6258-1ir0tji>>}}}, "button"=>"", "id"=>"1"}
2054
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2055
+ Modulate::Document Load (0.3ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account' AND `modulate_documents`.`id` IN (3)
2056
+  (0.1ms) BEGIN
2057
+ CACHE (0.0ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2058
+ Modulate::Document Exists (0.4ms) SELECT 1 AS one FROM `modulate_documents` WHERE (`modulate_documents`.`key` = BINARY '1-cheat_sheet.txt' AND `modulate_documents`.`bucket` = 'Dummy::Account') LIMIT 1
2059
+  (0.1ms) ROLLBACK
2060
+  (0.4ms) SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
2061
+ Modulate::Document Load (0.4ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
2062
+ Rendered accounts/_modulate_account_documents.html.haml (68.6ms)
2063
+ Rendered accounts/_modulate_attachments.html.haml (167.2ms)
2064
+ Rendered accounts/show.html.erb within layouts/application (178.0ms)
2065
+ Completed 200 OK in 467ms (Views: 211.1ms | ActiveRecord: 7.5ms)
2066
+
2067
+
2068
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-25 15:29:32 -0400
2069
+
2070
+
2071
+
2072
+
2073
+
2074
+
2075
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-25 15:29:32 -0400
2076
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-25 15:29:32 -0400
2077
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-25 15:29:32 -0400
2078
+ Served asset /jquery.js - 304 Not Modified (4ms)
2079
+ Served asset /application.js - 304 Not Modified (3ms)
2080
+ Served asset /jquery_ujs.js - 304 Not Modified (3ms)
2081
+ Served asset /application.css - 304 Not Modified (0ms)
2082
+
2083
+
2084
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 15:30:14 -0400
2085
+ Processing by AccountsController#update as HTML
2086
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"label"=>"foo", "public"=>"0", "id"=>"3"}, "1"=>{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa645eda5b0 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][1][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-6203-tzyv75>>}}}, "button"=>"", "id"=>"1"}
2087
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2088
+ Modulate::Document Load (0.3ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account' AND `modulate_documents`.`id` IN (3)
2089
+  (0.1ms) BEGIN
2090
+ CACHE (0.0ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2091
+ Modulate::Document Exists (0.3ms) SELECT 1 AS one FROM `modulate_documents` WHERE (`modulate_documents`.`key` = BINARY '1-cheat_sheet.txt' AND `modulate_documents`.`bucket` = 'Dummy::Account') LIMIT 1
2092
+  (0.1ms) ROLLBACK
2093
+  (0.3ms) SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
2094
+ Modulate::Document Load (0.2ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
2095
+ Rendered accounts/_modulate_account_documents.html.haml (25.0ms)
2096
+ Rendered accounts/_modulate_attachments.html.haml (41.4ms)
2097
+ Rendered accounts/show.html.erb within layouts/application (43.2ms)
2098
+ Completed 200 OK in 140ms (Views: 48.8ms | ActiveRecord: 1.7ms)
2099
+
2100
+
2101
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-25 15:30:14 -0400
2102
+
2103
+
2104
+
2105
+
2106
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-25 15:30:14 -0400
2107
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-25 15:30:14 -0400
2108
+
2109
+
2110
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-25 15:30:14 -0400
2111
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2112
+ Served asset /jquery.js - 304 Not Modified (0ms)
2113
+ Served asset /application.css - 304 Not Modified (2ms)
2114
+ Served asset /application.js - 304 Not Modified (12ms)
2115
+
2116
+
2117
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 15:30:19 -0400
2118
+ Processing by AccountsController#update as HTML
2119
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"label"=>"foo", "public"=>"0", "id"=>"3"}, "1"=>{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa645b50390 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][1][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-6226-3bodk1>>}}}, "button"=>"", "id"=>"1"}
2120
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2121
+ Modulate::Document Load (0.3ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account' AND `modulate_documents`.`id` IN (3)
2122
+  (0.1ms) BEGIN
2123
+ CACHE (0.0ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2124
+ Modulate::Document Exists (0.3ms) SELECT 1 AS one FROM `modulate_documents` WHERE (`modulate_documents`.`key` = BINARY '1-cheat_sheet.txt' AND `modulate_documents`.`bucket` = 'Dummy::Account') LIMIT 1
2125
+  (0.1ms) ROLLBACK
2126
+  (0.4ms) SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
2127
+ Modulate::Document Load (0.2ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
2128
+ Rendered accounts/_modulate_account_documents.html.haml (16.7ms)
2129
+ Rendered accounts/_modulate_attachments.html.haml (28.2ms)
2130
+ Rendered accounts/show.html.erb within layouts/application (30.0ms)
2131
+ Completed 200 OK in 55ms (Views: 35.4ms | ActiveRecord: 1.8ms)
2132
+
2133
+
2134
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-25 15:30:19 -0400
2135
+
2136
+
2137
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-25 15:30:19 -0400
2138
+
2139
+
2140
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-25 15:30:19 -0400
2141
+
2142
+
2143
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-25 15:30:19 -0400
2144
+ Served asset /application.js - 304 Not Modified (0ms)
2145
+ Served asset /jquery.js - 304 Not Modified (5ms)
2146
+ Served asset /application.css - 304 Not Modified (0ms)
2147
+ Served asset /jquery_ujs.js - 304 Not Modified (9ms)
2148
+
2149
+
2150
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-25 15:30:37 -0400
2151
+
2152
+
2153
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-25 15:30:37 -0400
2154
+
2155
+
2156
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-25 15:30:37 -0400
2157
+
2158
+
2159
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-25 15:30:37 -0400
2160
+ Served asset /application.css - 304 Not Modified (0ms)
2161
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2162
+ Served asset /application.js - 304 Not Modified (0ms)
2163
+ Served asset /jquery.js - 304 Not Modified (0ms)
2164
+
2165
+
2166
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 15:30:45 -0400
2167
+ Processing by AccountsController#update as HTML
2168
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"label"=>"foo", "public"=>"0", "id"=>"3"}, "1"=>{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa642fe74d8 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][1][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-6226-qjul3v>>}}}, "button"=>"", "id"=>"1"}
2169
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2170
+ Modulate::Document Load (0.7ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account' AND `modulate_documents`.`id` IN (3)
2171
+  (0.1ms) BEGIN
2172
+ CACHE (0.0ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2173
+ Modulate::Document Exists (0.3ms) SELECT 1 AS one FROM `modulate_documents` WHERE (`modulate_documents`.`key` = BINARY '1-cheat_sheet.txt' AND `modulate_documents`.`bucket` = 'Dummy::Account') LIMIT 1
2174
+  (0.1ms) ROLLBACK
2175
+  (0.3ms) SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
2176
+ Modulate::Document Load (0.2ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
2177
+ Rendered accounts/_modulate_account_documents.html.haml (58.8ms)
2178
+ Rendered accounts/_modulate_attachments.html.haml (70.4ms)
2179
+ Rendered accounts/show.html.erb within layouts/application (71.5ms)
2180
+ Completed 200 OK in 91ms (Views: 76.8ms | ActiveRecord: 2.1ms)
2181
+
2182
+
2183
+
2184
+
2185
+
2186
+
2187
+
2188
+
2189
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-25 15:30:45 -0400
2190
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-25 15:30:45 -0400
2191
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-25 15:30:45 -0400
2192
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-25 15:30:45 -0400
2193
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2194
+ Served asset /application.css - 304 Not Modified (1ms)
2195
+ Served asset /jquery.js - 304 Not Modified (0ms)
2196
+ Served asset /application.js - 304 Not Modified (9ms)
2197
+
2198
+
2199
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 15:31:37 -0400
2200
+ Processing by AccountsController#update as HTML
2201
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"label"=>"foo", "public"=>"0", "id"=>"3"}, "1"=>{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa646a06448 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][1][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-6258-aeznjr>>}}}, "button"=>"", "id"=>"1"}
2202
+ Account Load (0.2ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2203
+ Modulate::Document Load (0.3ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account' AND `modulate_documents`.`id` IN (3)
2204
+  (0.2ms) BEGIN
2205
+ CACHE (0.0ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2206
+ Modulate::Document Exists (0.3ms) SELECT 1 AS one FROM `modulate_documents` WHERE (`modulate_documents`.`key` = BINARY '1-cheat_sheet.txt' AND `modulate_documents`.`bucket` = 'Dummy::Account') LIMIT 1
2207
+  (0.1ms) ROLLBACK
2208
+  (0.3ms) SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
2209
+ Modulate::Document Load (0.2ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
2210
+ Rendered accounts/_modulate_account_documents.html.haml (16.5ms)
2211
+ Rendered accounts/_modulate_attachments.html.haml (28.8ms)
2212
+ Rendered accounts/show.html.erb within layouts/application (30.6ms)
2213
+ Completed 200 OK in 140ms (Views: 36.8ms | ActiveRecord: 6.3ms)
2214
+
2215
+
2216
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-25 15:31:37 -0400
2217
+
2218
+
2219
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-25 15:31:37 -0400
2220
+
2221
+
2222
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-25 15:31:37 -0400
2223
+
2224
+
2225
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-25 15:31:37 -0400
2226
+ Served asset /application.css - 304 Not Modified (0ms)
2227
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2228
+ Served asset /application.js - 304 Not Modified (1ms)
2229
+ Served asset /jquery.js - 304 Not Modified (0ms)
2230
+
2231
+
2232
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 15:32:21 -0400
2233
+ Processing by AccountsController#update as HTML
2234
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"label"=>"foo", "public"=>"0", "id"=>"3"}, "1"=>{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa642f148d0 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][1][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-6229-1x0cbj9>>}}}, "button"=>"", "id"=>"1"}
2235
+ Account Load (0.2ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2236
+ Modulate::Document Load (0.3ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account' AND `modulate_documents`.`id` IN (3)
2237
+  (0.1ms) BEGIN
2238
+ CACHE (0.0ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2239
+ Modulate::Document Exists (0.3ms) SELECT 1 AS one FROM `modulate_documents` WHERE (`modulate_documents`.`key` = BINARY '1-cheat_sheet.txt' AND `modulate_documents`.`bucket` = 'Dummy::Account') LIMIT 1
2240
+  (0.1ms) ROLLBACK
2241
+  (0.4ms) SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
2242
+ Modulate::Document Load (0.2ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
2243
+ Rendered accounts/_modulate_account_documents.html.haml (16.9ms)
2244
+ Rendered accounts/_modulate_attachments.html.haml (29.5ms)
2245
+ Rendered accounts/show.html.erb within layouts/application (31.2ms)
2246
+ Completed 200 OK in 139ms (Views: 37.3ms | ActiveRecord: 6.0ms)
2247
+
2248
+
2249
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-25 15:32:21 -0400
2250
+ Served asset /application.css - 304 Not Modified (0ms)
2251
+
2252
+
2253
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-25 15:32:21 -0400
2254
+
2255
+
2256
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-25 15:32:21 -0400
2257
+ Served asset /jquery.js - 304 Not Modified (0ms)
2258
+
2259
+
2260
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-25 15:32:21 -0400
2261
+ Served asset /application.js - 304 Not Modified (0ms)
2262
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2263
+ Connecting to database specified by database.yml
2264
+  (2.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
2265
+  (0.1ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`
2266
+ Migrating to CreateAccountTable (20130325151020)
2267
+  (0.9ms) DROP TABLE `accounts`
2268
+  (0.6ms) DELETE FROM `schema_migrations` WHERE `schema_migrations`.`version` = '20130325151020'
2269
+  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
2270
+ Connecting to database specified by database.yml
2271
+  (2.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
2272
+  (0.1ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`
2273
+ Migrating to AddModulateDocumentTable (20130325143645)
2274
+  (4.8ms) DROP TABLE `modulate_documents`
2275
+  (0.6ms) DELETE FROM `schema_migrations` WHERE `schema_migrations`.`version` = '20130325143645'
2276
+  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
2277
+ Connecting to database specified by database.yml
2278
+  (2.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
2279
+ Migrating to CreateAccountTable (20130325151020)
2280
+  (43.3ms) CREATE TABLE `accounts` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `name` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
2281
+  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130325151020')
2282
+ Migrating to AddModulateDocumentTable (20130325200306)
2283
+  (207.4ms) CREATE TABLE `modulate_documents` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `attached_by_id` int(11) NOT NULL, `attachable_id` int(11) NOT NULL, `attachable_type` varchar(255) NOT NULL, `attachment` varchar(255) NOT NULL, `content_type` varchar(255) NOT NULL, `filename` varchar(255) NOT NULL, `bucket` varchar(255) NOT NULL, `key` varchar(255) NOT NULL, `label` varchar(255), `public` tinyint(1) DEFAULT 0 NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
2284
+  (71.7ms) CREATE UNIQUE INDEX `index_modulate_documents_on_key` ON `modulate_documents` (`key`)
2285
+  (0.6ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130325200306')
2286
+  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
2287
+
2288
+
2289
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 16:05:01 -0400
2290
+ Processing by AccountsController#update as HTML
2291
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"label"=>"foo", "public"=>"0", "id"=>"3"}, "1"=>{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa6433d0ce8 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][1][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-6203-bthq8z>>}}}, "button"=>"", "id"=>"1"}
2292
+ Account Load (0.2ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2293
+ Completed 404 Not Found in 6ms
2294
+
2295
+ ActiveRecord::RecordNotFound (Couldn't find Account with id=1):
2296
+ app/controllers/accounts_controller.rb:12:in `update'
2297
+
2298
+
2299
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms)
2300
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.2ms)
2301
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (18.1ms)
2302
+ Connecting to database specified by database.yml
2303
+
2304
+
2305
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 16:06:07 -0400
2306
+ Processing by AccountsController#update as HTML
2307
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"label"=>"foo", "public"=>"0", "id"=>"3"}, "1"=>{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa64359abc8 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][1][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-6203-1aa0zzk>>}}}, "button"=>"", "id"=>"1"}
2308
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2309
+ Completed 500 Internal Server Error in 14ms
2310
+
2311
+ NoMethodError (undefined method `merge' for nil:NilClass):
2312
+ app/controllers/accounts_controller.rb:13:in `update'
2313
+
2314
+
2315
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms)
2316
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.1ms)
2317
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.9ms)
2318
+
2319
+
2320
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 16:06:34 -0400
2321
+ Processing by AccountsController#update as HTML
2322
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"label"=>"foo", "public"=>"0", "id"=>"3"}, "1"=>{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa64351cc28 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][1][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-6203-xcvnrw>>}}}, "button"=>"", "id"=>"1"}
2323
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2324
+ Completed 500 Internal Server Error in 52ms
2325
+
2326
+ ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: modulate_documents_attributes):
2327
+ app/controllers/accounts_controller.rb:14:in `update'
2328
+
2329
+
2330
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms)
2331
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms)
2332
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.2ms)
2333
+
2334
+
2335
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 16:07:17 -0400
2336
+ Processing by AccountsController#update as HTML
2337
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"label"=>"foo", "public"=>"0", "id"=>"3"}, "1"=>{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa643271640 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][1][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-6203-1wra9ft>>}}}, "button"=>"", "id"=>"1"}
2338
+ Account Load (0.4ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2339
+ Completed 500 Internal Server Error in 3ms
2340
+
2341
+ ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: modulate_documents_attributes):
2342
+ app/controllers/accounts_controller.rb:14:in `update'
2343
+
2344
+
2345
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
2346
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms)
2347
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.5ms)
2348
+
2349
+
2350
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 16:07:47 -0400
2351
+ Processing by AccountsController#update as HTML
2352
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"label"=>"foo", "public"=>"0", "id"=>"3"}, "1"=>{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa642fc08b0 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][1][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-6203-12brcir>>}}}, "button"=>"", "id"=>"1"}
2353
+ Account Load (0.2ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2354
+ Completed 500 Internal Server Error in 12ms
2355
+
2356
+ ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: modulate_documents_attributes):
2357
+ app/controllers/accounts_controller.rb:14:in `update'
2358
+
2359
+
2360
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
2361
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms)
2362
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.9ms)
2363
+ Connecting to database specified by database.yml
2364
+
2365
+
2366
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 16:08:18 -0400
2367
+ Processing by AccountsController#update as HTML
2368
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"label"=>"foo", "public"=>"0", "id"=>"3"}, "1"=>{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa6449507d0 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][1][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-7681-1iz8x02>>}}}, "button"=>"", "id"=>"1"}
2369
+ Account Load (0.4ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2370
+ Modulate::Document Load (0.2ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account' AND `modulate_documents`.`id` IN (3)
2371
+ Completed 404 Not Found in 131ms
2372
+
2373
+ ActiveRecord::RecordNotFound (Couldn't find Modulate::Document with ID=3 for Account with ID=1):
2374
+ app/controllers/accounts_controller.rb:14:in `update'
2375
+
2376
+
2377
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
2378
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.1ms)
2379
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.1ms)
2380
+
2381
+
2382
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-25 16:08:29 -0400
2383
+ Served asset /application.css - 304 Not Modified (7ms)
2384
+
2385
+
2386
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-25 16:08:29 -0400
2387
+ Served asset /jquery.js - 304 Not Modified (3ms)
2388
+
2389
+
2390
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-25 16:08:29 -0400
2391
+ Served asset /application.js - 304 Not Modified (7ms)
2392
+
2393
+
2394
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-25 16:08:30 -0400
2395
+ Served asset /jquery_ujs.js - 304 Not Modified (6ms)
2396
+
2397
+
2398
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 16:08:33 -0400
2399
+ Processing by AccountsController#update as HTML
2400
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"label"=>"foo", "public"=>"0", "id"=>"3"}, "1"=>{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa6428436c8 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][1][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-7686-acft18>>}}}, "button"=>"", "id"=>"1"}
2401
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2402
+ Modulate::Document Load (0.3ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account' AND `modulate_documents`.`id` IN (3)
2403
+ Completed 404 Not Found in 141ms
2404
+
2405
+ ActiveRecord::RecordNotFound (Couldn't find Modulate::Document with ID=3 for Account with ID=1):
2406
+ app/controllers/accounts_controller.rb:14:in `update'
2407
+
2408
+
2409
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms)
2410
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.4ms)
2411
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (56.3ms)
2412
+
2413
+
2414
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 16:08:45 -0400
2415
+ Processing by AccountsController#update as HTML
2416
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"label"=>"foo", "public"=>"0", "id"=>"3"}, "1"=>{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa6429ea7d8 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][1][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-7686-6ub3ac>>}}}, "button"=>"", "id"=>"1"}
2417
+ Account Load (2.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2418
+ Modulate::Document Load (0.4ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account' AND `modulate_documents`.`id` IN (3)
2419
+ Completed 404 Not Found in 7ms
2420
+
2421
+ ActiveRecord::RecordNotFound (Couldn't find Modulate::Document with ID=3 for Account with ID=1):
2422
+ app/controllers/accounts_controller.rb:14:in `update'
2423
+
2424
+
2425
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
2426
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms)
2427
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.3ms)
2428
+ Connecting to database specified by database.yml
2429
+
2430
+
2431
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 16:09:42 -0400
2432
+ Processing by AccountsController#update as HTML
2433
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"label"=>"foo", "public"=>"0", "id"=>"3"}, "1"=>{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa644d9c8c0 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][1][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-7686-b9fbmk>>}}}, "button"=>"", "id"=>"1"}
2434
+ Account Load (0.4ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2435
+ Modulate::Document Load (0.2ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account' AND `modulate_documents`.`id` IN (3)
2436
+ Completed 404 Not Found in 4ms
2437
+
2438
+ ActiveRecord::RecordNotFound (Couldn't find Modulate::Document with ID=3 for Account with ID=1):
2439
+ app/controllers/accounts_controller.rb:14:in `update'
2440
+
2441
+
2442
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
2443
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms)
2444
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.1ms)
2445
+
2446
+
2447
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 16:10:07 -0400
2448
+ Processing by AccountsController#update as HTML
2449
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"label"=>"foo", "public"=>"0", "id"=>"3"}, "1"=>{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa6469bb420 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][1][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-7686-194vf8g>>}}}, "button"=>"", "id"=>"1"}
2450
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2451
+ Modulate::Document Load (0.3ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account' AND `modulate_documents`.`id` IN (3)
2452
+ Completed 404 Not Found in 4ms
2453
+
2454
+ ActiveRecord::RecordNotFound (Couldn't find Modulate::Document with ID=3 for Account with ID=1):
2455
+ app/controllers/accounts_controller.rb:14:in `update'
2456
+
2457
+
2458
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms)
2459
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.1ms)
2460
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.8ms)
2461
+
2462
+
2463
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-25 16:10:09 -0400
2464
+
2465
+
2466
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-25 16:10:09 -0400
2467
+ Served asset /jquery_ujs.js - 304 Not Modified (3ms)
2468
+
2469
+
2470
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-25 16:10:09 -0400
2471
+ Served asset /application.css - 304 Not Modified (9ms)
2472
+ Served asset /application.js - 304 Not Modified (0ms)
2473
+
2474
+
2475
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-25 16:10:09 -0400
2476
+ Served asset /jquery.js - 304 Not Modified (7ms)
2477
+
2478
+
2479
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 16:10:17 -0400
2480
+ Processing by AccountsController#update as HTML
2481
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>[{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa642895068 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-7688-10mro5f>>}]}, "button"=>"", "id"=>"1"}
2482
+ Account Load (0.5ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2483
+ Completed 500 Internal Server Error in 46ms
2484
+
2485
+ NoMethodError (undefined method `merge' for #<Array:0x007fa6428945a0>):
2486
+ app/controllers/accounts_controller.rb:13:in `update'
2487
+
2488
+
2489
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms)
2490
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms)
2491
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (23.9ms)
2492
+
2493
+
2494
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 16:10:21 -0400
2495
+ Processing by AccountsController#update as HTML
2496
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>[{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa644864a88 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-7688-123ly78>>}]}, "button"=>"", "id"=>"1"}
2497
+ Account Load (0.4ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2498
+ Completed 500 Internal Server Error in 3ms
2499
+
2500
+ NoMethodError (undefined method `merge' for #<Array:0x007fa644864380>):
2501
+ app/controllers/accounts_controller.rb:13:in `update'
2502
+
2503
+
2504
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.7ms)
2505
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms)
2506
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.5ms)
2507
+
2508
+
2509
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 16:11:15 -0400
2510
+ Processing by AccountsController#update as HTML
2511
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>[{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa6437857d0 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-7688-q1wni>>}]}, "button"=>"", "id"=>"1"}
2512
+ Account Load (0.2ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2513
+ Completed 500 Internal Server Error in 85ms
2514
+
2515
+ ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: attached_by_id):
2516
+ app/controllers/accounts_controller.rb:14:in `update'
2517
+
2518
+
2519
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms)
2520
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms)
2521
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.2ms)
2522
+
2523
+
2524
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 16:11:28 -0400
2525
+ Processing by AccountsController#update as HTML
2526
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>[{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa642dbcc58 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-7688-2kc4r6>>}]}, "button"=>"", "id"=>"1"}
2527
+ Account Load (0.2ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2528
+  (0.2ms) BEGIN
2529
+ CACHE (0.0ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2530
+ Modulate::Document Exists (0.4ms) SELECT 1 AS one FROM `modulate_documents` WHERE (`modulate_documents`.`key` = BINARY '1-cheat_sheet.txt' AND `modulate_documents`.`bucket` = 'Dummy::Account') LIMIT 1
2531
+  (0.2ms) ROLLBACK
2532
+  (0.3ms) SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
2533
+ Rendered accounts/_modulate_account_documents.html.haml (9.7ms)
2534
+ Rendered accounts/_modulate_attachments.html.haml (107.9ms)
2535
+ Rendered accounts/show.html.erb within layouts/application (161.0ms)
2536
+ Completed 200 OK in 343ms (Views: 188.3ms | ActiveRecord: 5.9ms)
2537
+
2538
+
2539
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-25 16:11:29 -0400
2540
+
2541
+
2542
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-25 16:11:29 -0400
2543
+
2544
+
2545
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-25 16:11:29 -0400
2546
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2547
+ Served asset /application.js - 304 Not Modified (8ms)
2548
+ Served asset /application.css - 304 Not Modified (12ms)
2549
+
2550
+
2551
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-25 16:11:29 -0400
2552
+ Served asset /jquery.js - 304 Not Modified (6ms)
2553
+
2554
+
2555
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 16:11:35 -0400
2556
+ Processing by AccountsController#update as HTML
2557
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa643001018 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][0][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-7726-fbi6rk>>}}}, "button"=>"", "id"=>"1"}
2558
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2559
+ Completed 500 Internal Server Error in 48ms
2560
+
2561
+ NoMethodError (undefined method `merge' for #<Array:0x007fa644da5a38>):
2562
+ app/controllers/accounts_controller.rb:13:in `block in update'
2563
+ app/controllers/accounts_controller.rb:13:in `each'
2564
+ app/controllers/accounts_controller.rb:13:in `map'
2565
+ app/controllers/accounts_controller.rb:13:in `update'
2566
+
2567
+
2568
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
2569
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms)
2570
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (21.6ms)
2571
+
2572
+
2573
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 16:12:44 -0400
2574
+ Processing by AccountsController#update as HTML
2575
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa644da4228 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][0][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-7726-wnetse>>}}}, "button"=>"", "id"=>"1"}
2576
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2577
+ Completed 500 Internal Server Error in 83ms
2578
+
2579
+ ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: attached_by_id):
2580
+ app/controllers/accounts_controller.rb:14:in `update'
2581
+
2582
+
2583
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
2584
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms)
2585
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.2ms)
2586
+
2587
+
2588
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 16:13:13 -0400
2589
+ Processing by AccountsController#update as HTML
2590
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa646efd3e8 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][0][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-7726-1qlg25p>>}}}, "button"=>"", "id"=>"1"}
2591
+ Account Load (0.2ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2592
+ Completed 500 Internal Server Error in 28ms
2593
+
2594
+ ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: attached_by_id):
2595
+ app/controllers/accounts_controller.rb:14:in `update'
2596
+
2597
+
2598
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms)
2599
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms)
2600
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.6ms)
2601
+
2602
+
2603
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 16:13:20 -0400
2604
+ Processing by AccountsController#update as HTML
2605
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa646f30ea0 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][0][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-7726-ruetfn>>}}}, "button"=>"", "id"=>"1"}
2606
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2607
+ Completed 500 Internal Server Error in 3ms
2608
+
2609
+ ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: attached_by_id):
2610
+ app/controllers/accounts_controller.rb:14:in `update'
2611
+
2612
+
2613
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms)
2614
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms)
2615
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.3ms)
2616
+ Connecting to database specified by database.yml
2617
+
2618
+
2619
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 16:13:34 -0400
2620
+ Processing by AccountsController#update as HTML
2621
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa64405e618 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][0][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-8282-1otchfw>>}}}, "button"=>"", "id"=>"1"}
2622
+ Account Load (0.4ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2623
+ Completed 500 Internal Server Error in 118ms
2624
+
2625
+ ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: attached_by_id):
2626
+ app/controllers/accounts_controller.rb:14:in `update'
2627
+
2628
+
2629
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms)
2630
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.1ms)
2631
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.1ms)
2632
+
2633
+
2634
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 16:13:57 -0400
2635
+ Processing by AccountsController#update as HTML
2636
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa642da1d90 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][0][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-8282-dxt93a>>}}}, "button"=>"", "id"=>"1"}
2637
+ Account Load (0.2ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2638
+ Completed 500 Internal Server Error in 28ms
2639
+
2640
+ ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: attached_by_id):
2641
+ app/controllers/accounts_controller.rb:14:in `update'
2642
+
2643
+
2644
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms)
2645
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms)
2646
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.2ms)
2647
+
2648
+
2649
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-25 16:13:59 -0400
2650
+ Served asset /application.css - 304 Not Modified (6ms)
2651
+
2652
+
2653
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-25 16:13:59 -0400
2654
+ Served asset /jquery.js - 304 Not Modified (8ms)
2655
+
2656
+
2657
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-25 16:13:59 -0400
2658
+ Served asset /application.js - 304 Not Modified (8ms)
2659
+
2660
+
2661
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-25 16:13:59 -0400
2662
+ Served asset /jquery_ujs.js - 304 Not Modified (6ms)
2663
+
2664
+
2665
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 16:14:05 -0400
2666
+ Processing by AccountsController#update as HTML
2667
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>[{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa642851a70 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-8292-ohd608>>}]}, "button"=>"", "id"=>"1"}
2668
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2669
+ Completed 500 Internal Server Error in 47ms
2670
+
2671
+ NoMethodError (undefined method `merge!' for nil:NilClass):
2672
+ app/controllers/accounts_controller.rb:13:in `block in update'
2673
+ app/controllers/accounts_controller.rb:13:in `map'
2674
+ app/controllers/accounts_controller.rb:13:in `update'
2675
+
2676
+
2677
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.1ms)
2678
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms)
2679
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (22.0ms)
2680
+
2681
+
2682
+ Started GET "/accounts/1" for 127.0.0.1 at 2013-03-25 16:14:11 -0400
2683
+ Processing by AccountsController#show as HTML
2684
+ Parameters: {"id"=>"1"}
2685
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2686
+  (0.2ms) SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
2687
+ Rendered accounts/_modulate_account_documents.html.haml (92.0ms)
2688
+ Rendered accounts/_modulate_attachments.html.haml (219.2ms)
2689
+ Rendered accounts/show.html.erb within layouts/application (225.1ms)
2690
+ Completed 200 OK in 249ms (Views: 243.4ms | ActiveRecord: 3.1ms)
2691
+
2692
+
2693
+
2694
+
2695
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-25 16:14:12 -0400
2696
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-25 16:14:12 -0400
2697
+ Served asset /jquery.js - 304 Not Modified (7ms)
2698
+ Served asset /jquery_ujs.js - 304 Not Modified (3ms)
2699
+
2700
+
2701
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-25 16:14:12 -0400
2702
+ Served asset /application.js - 304 Not Modified (0ms)
2703
+
2704
+
2705
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-25 16:14:12 -0400
2706
+ Served asset /application.css - 304 Not Modified (5ms)
2707
+
2708
+
2709
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 16:14:17 -0400
2710
+ Processing by AccountsController#update as HTML
2711
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa64284a770 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][0][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-8294-1j7oomm>>}}}, "button"=>"", "id"=>"1"}
2712
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2713
+ Completed 500 Internal Server Error in 122ms
2714
+
2715
+ ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: attached_by_id):
2716
+ app/controllers/accounts_controller.rb:14:in `update'
2717
+
2718
+
2719
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.6ms)
2720
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms)
2721
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.3ms)
2722
+
2723
+
2724
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 16:14:36 -0400
2725
+ Processing by AccountsController#update as HTML
2726
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa6430c4248 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][0][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-8294-1q8q9fa>>}}}, "button"=>"", "id"=>"1"}
2727
+ Account Load (0.2ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2728
+ Completed 500 Internal Server Error in 34ms
2729
+
2730
+ ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: attached_by_id):
2731
+ app/controllers/accounts_controller.rb:14:in `update'
2732
+
2733
+
2734
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.4ms)
2735
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms)
2736
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (18.7ms)
2737
+
2738
+
2739
+ Started GET "/accounts/1" for 127.0.0.1 at 2013-03-25 16:14:40 -0400
2740
+ Processing by AccountsController#show as HTML
2741
+ Parameters: {"id"=>"1"}
2742
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2743
+  (0.3ms) SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
2744
+ Rendered accounts/_modulate_account_documents.html.haml (19.9ms)
2745
+ Rendered accounts/_modulate_attachments.html.haml (189.5ms)
2746
+ Rendered accounts/show.html.erb within layouts/application (195.6ms)
2747
+ Completed 200 OK in 221ms (Views: 218.4ms | ActiveRecord: 0.6ms)
2748
+
2749
+
2750
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-25 16:14:40 -0400
2751
+
2752
+
2753
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-25 16:14:40 -0400
2754
+ Served asset /jquery.js - 304 Not Modified (0ms)
2755
+
2756
+
2757
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-25 16:14:40 -0400
2758
+ Served asset /application.css - 304 Not Modified (0ms)
2759
+ Served asset /application.js - 304 Not Modified (8ms)
2760
+
2761
+
2762
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-25 16:14:40 -0400
2763
+ Served asset /jquery_ujs.js - 304 Not Modified (6ms)
2764
+
2765
+
2766
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-25 16:14:43 -0400
2767
+ Processing by AccountsController#update as HTML
2768
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa642850a58 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][0][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130325-8304-10wkopq>>}}}, "button"=>"", "id"=>"1"}
2769
+ Account Load (0.4ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2770
+ Completed 500 Internal Server Error in 127ms
2771
+
2772
+ ActiveModel::MassAssignmentSecurity::Error (Can't mass-assign protected attributes: attached_by_id):
2773
+ app/controllers/accounts_controller.rb:14:in `update'
2774
+
2775
+
2776
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.7ms)
2777
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms)
2778
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.6ms)
2779
+ Connecting to database specified by database.yml
2780
+ Connecting to database specified by database.yml
2781
+  (2.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
2782
+  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`
2783
+ Migrating to AddModulateDocumentTable (20130325200306)
2784
+  (17.6ms) DROP TABLE `modulate_documents`
2785
+  (0.6ms) DELETE FROM `schema_migrations` WHERE `schema_migrations`.`version` = '20130325200306'
2786
+  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
2787
+ Connecting to database specified by database.yml
2788
+  (2.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
2789
+ Migrating to CreateAccountTable (20130325151020)
2790
+ Migrating to AddModulateDocumentTable (20130325200306)
2791
+  (23.7ms) CREATE TABLE `modulate_documents` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `attached_by_id` int(11) NOT NULL, `attachable_id` int(11) NOT NULL, `attachable_type` varchar(255) NOT NULL, `attachment` varchar(255) NOT NULL, `content_type` varchar(255) NOT NULL, `filename` varchar(255) NOT NULL, `bucket` varchar(255) NOT NULL, `key` varchar(255) NOT NULL, `label` varchar(255), `public` tinyint(1) DEFAULT 0 NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
2792
+  (110.4ms) CREATE UNIQUE INDEX `index_modulate_documents_on_key` ON `modulate_documents` (`key`)
2793
+  (0.5ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130325200306')
2794
+  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
2795
+ Connecting to database specified by database.yml
2796
+  (20.5ms) DROP DATABASE IF EXISTS `modulate_test`
2797
+  (0.5ms) CREATE DATABASE `modulate_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
2798
+  (31.7ms) CREATE TABLE `accounts` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `name` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
2799
+  (112.5ms) CREATE TABLE `modulate_documents` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `attached_by_id` int(11) NOT NULL, `attachable_id` int(11) NOT NULL, `attachable_type` varchar(255) NOT NULL, `attachment` varchar(255) NOT NULL, `content_type` varchar(255) NOT NULL, `filename` varchar(255) NOT NULL, `bucket` varchar(255) NOT NULL, `key` varchar(255) NOT NULL, `label` varchar(255), `public` tinyint(1) DEFAULT 0 NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
2800
+  (62.2ms) CREATE UNIQUE INDEX `index_modulate_documents_on_key` ON `modulate_documents` (`key`)
2801
+  (61.3ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
2802
+  (77.9ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
2803
+  (0.2ms) SELECT version FROM `schema_migrations`
2804
+  (0.4ms) INSERT INTO `schema_migrations` (version) VALUES ('20130325200306')
2805
+  (0.4ms) INSERT INTO `schema_migrations` (version) VALUES ('20130325151020')
2806
+ Connecting to database specified by database.yml
2807
+ Connecting to database specified by database.yml
2808
+ Connecting to database specified by database.yml
2809
+ Connecting to database specified by database.yml
2810
+  (2.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
2811
+  (0.1ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`
2812
+ Migrating to AddModulateDocumentTable (20130325200306)
2813
+  (8.1ms) DROP TABLE `modulate_documents`
2814
+  (0.5ms) DELETE FROM `schema_migrations` WHERE `schema_migrations`.`version` = '20130325200306'
2815
+  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
2816
+ Connecting to database specified by database.yml
2817
+  (2.4ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
2818
+ Migrating to CreateAccountTable (20130325151020)
2819
+ Migrating to AddModulateDocumentTable (20130326150838)
2820
+  (26.2ms) CREATE TABLE `modulate_documents` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `attached_by_id` int(11), `attachable_id` int(11) NOT NULL, `attachable_type` varchar(255) NOT NULL, `attachment` varchar(255) NOT NULL, `content_type` varchar(255) NOT NULL, `filename` varchar(255) NOT NULL, `bucket` varchar(255) NOT NULL, `key` varchar(255) NOT NULL, `label` varchar(255), `public` tinyint(1) DEFAULT 0 NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
2821
+  (127.2ms) CREATE UNIQUE INDEX `index_modulate_documents_on_key` ON `modulate_documents` (`key`)
2822
+  (0.7ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20130326150838')
2823
+  (0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
2824
+ Connecting to database specified by database.yml
2825
+  (9.9ms) DROP DATABASE IF EXISTS `modulate_test`
2826
+  (0.3ms) CREATE DATABASE `modulate_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
2827
+  (31.4ms) CREATE TABLE `accounts` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `name` varchar(255), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
2828
+  (113.9ms) CREATE TABLE `modulate_documents` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `attached_by_id` int(11), `attachable_id` int(11) NOT NULL, `attachable_type` varchar(255) NOT NULL, `attachment` varchar(255) NOT NULL, `content_type` varchar(255) NOT NULL, `filename` varchar(255) NOT NULL, `bucket` varchar(255) NOT NULL, `key` varchar(255) NOT NULL, `label` varchar(255), `public` tinyint(1) DEFAULT 0 NOT NULL, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
2829
+  (62.4ms) CREATE UNIQUE INDEX `index_modulate_documents_on_key` ON `modulate_documents` (`key`)
2830
+  (52.1ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
2831
+  (87.1ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
2832
+  (0.2ms) SELECT version FROM `schema_migrations`
2833
+  (0.6ms) INSERT INTO `schema_migrations` (version) VALUES ('20130326150838')
2834
+  (0.7ms) INSERT INTO `schema_migrations` (version) VALUES ('20130325151020')
2835
+ Connecting to database specified by database.yml
2836
+ Connecting to database specified by database.yml
2837
+ Connecting to database specified by database.yml
2838
+
2839
+
2840
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-26 13:18:57 -0400
2841
+ Processing by AccountsController#update as HTML
2842
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"attachment"=>#<ActionDispatch::Http::UploadedFile:0x007fa6430d8ba8 @original_filename="cheat_sheet.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"account[modulate_documents_attributes][0][attachment]\"; filename=\"cheat_sheet.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/tmp/RackMultipart20130326-8304-1jeza5t>>}}}, "button"=>"", "id"=>"1"}
2843
+ Account Load (0.2ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2844
+ Modulate::Document Load (0.3ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
2845
+  (0.1ms) BEGIN
2846
+ CACHE (0.0ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2847
+ Modulate::Document Exists (0.4ms) SELECT 1 AS one FROM `modulate_documents` WHERE (`modulate_documents`.`key` = BINARY '1-cheat_sheet.txt' AND `modulate_documents`.`bucket` = 'Dummy::Account') LIMIT 1
2848
+ SQL (3.2ms) INSERT INTO `modulate_documents` (`attachable_id`, `attachable_type`, `attached_by_id`, `attachment`, `bucket`, `content_type`, `created_at`, `filename`, `key`, `label`, `public`, `updated_at`) VALUES (1, 'Account', 1, '1-cheat_sheet.txt', 'Dummy::Account', 'text/plain', '2013-03-26 17:18:57', 'cheat_sheet.txt', '1-cheat_sheet.txt', NULL, 0, '2013-03-26 17:18:57')
2849
+  (0.5ms) COMMIT
2850
+ Redirected to http://modulate.local/accounts
2851
+ Completed 302 Found in 180ms (ActiveRecord: 9.2ms)
2852
+
2853
+
2854
+ Started GET "/accounts" for 127.0.0.1 at 2013-03-26 13:18:57 -0400
2855
+ Processing by AccountsController#index as HTML
2856
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` 
2857
+ Rendered accounts/index.html.haml within layouts/application (2.6ms)
2858
+ Completed 200 OK in 110ms (Views: 107.9ms | ActiveRecord: 0.3ms)
2859
+
2860
+
2861
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-26 13:18:57 -0400
2862
+ Served asset /application.css - 304 Not Modified (3ms)
2863
+
2864
+
2865
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 13:18:57 -0400
2866
+ Served asset /jquery.js - 304 Not Modified (4ms)
2867
+
2868
+
2869
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 13:18:57 -0400
2870
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2871
+
2872
+
2873
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-26 13:18:57 -0400
2874
+ Served asset /application.js - 304 Not Modified (11ms)
2875
+
2876
+
2877
+ Started GET "/accounts/1" for 127.0.0.1 at 2013-03-26 13:19:03 -0400
2878
+ Processing by AccountsController#show as HTML
2879
+ Parameters: {"id"=>"1"}
2880
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2881
+  (0.3ms) SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
2882
+ Modulate::Document Load (0.3ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
2883
+ Rendered accounts/_modulate_account_documents.html.haml (80.4ms)
2884
+ Rendered accounts/_modulate_attachments.html.haml (203.6ms)
2885
+ Rendered accounts/show.html.erb within layouts/application (211.7ms)
2886
+ Completed 200 OK in 223ms (Views: 219.7ms | ActiveRecord: 0.9ms)
2887
+
2888
+
2889
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 13:19:03 -0400
2890
+ Served asset /jquery.js - 304 Not Modified (0ms)
2891
+
2892
+
2893
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-26 13:19:03 -0400
2894
+ Served asset /application.css - 304 Not Modified (0ms)
2895
+
2896
+
2897
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-26 13:19:03 -0400
2898
+ Served asset /application.js - 304 Not Modified (0ms)
2899
+
2900
+
2901
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 13:19:03 -0400
2902
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
2903
+ Connecting to database specified by database.yml
2904
+
2905
+
2906
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-26 13:19:08 -0400
2907
+ Processing by AccountsController#update as HTML
2908
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"label"=>"Some Lable", "public"=>"0", "id"=>"1"}}}, "button"=>"", "id"=>"1"}
2909
+ Account Load (0.4ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2910
+ Modulate::Document Load (0.3ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account' AND `modulate_documents`.`id` IN (1)
2911
+ Modulate::Document Load (0.3ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
2912
+ Completed 500 Internal Server Error in 190ms
2913
+
2914
+ NoMethodError (undefined method `attached_by_id=' for nil:NilClass):
2915
+ app/controllers/accounts_controller.rb:14:in `update'
2916
+
2917
+
2918
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.9ms)
2919
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms)
2920
+ Rendered /Users/zachcolon/.rvm/gems/ruby-1.9.3-p194@modulate/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (25.7ms)
2921
+
2922
+
2923
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-26 13:20:02 -0400
2924
+ Processing by AccountsController#update as HTML
2925
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"label"=>"Some Lable", "public"=>"0", "id"=>"1"}}}, "button"=>"", "id"=>"1"}
2926
+ Account Load (0.2ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2927
+ Modulate::Document Load (0.3ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account' AND `modulate_documents`.`id` IN (1)
2928
+ Modulate::Document Load (0.3ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
2929
+  (0.1ms) BEGIN
2930
+ CACHE (0.0ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2931
+ Modulate::Document Exists (0.5ms) SELECT 1 AS one FROM `modulate_documents` WHERE (`modulate_documents`.`key` = BINARY '1-cheat_sheet.txt' AND `modulate_documents`.`id` != 1 AND `modulate_documents`.`bucket` = 'Dummy::Account') LIMIT 1
2932
+  (2.6ms) UPDATE `modulate_documents` SET `label` = 'Some Lable', `updated_at` = '2013-03-26 17:20:03' WHERE `modulate_documents`.`id` = 1
2933
+  (0.4ms) COMMIT
2934
+ Redirected to http://modulate.local/accounts
2935
+ Completed 302 Found in 132ms (ActiveRecord: 9.0ms)
2936
+
2937
+
2938
+ Started GET "/accounts" for 127.0.0.1 at 2013-03-26 13:20:03 -0400
2939
+ Processing by AccountsController#index as HTML
2940
+ Account Load (0.4ms) SELECT `accounts`.* FROM `accounts`
2941
+ Rendered accounts/index.html.haml within layouts/application (2.6ms)
2942
+ Completed 200 OK in 75ms (Views: 70.9ms | ActiveRecord: 0.4ms)
2943
+
2944
+
2945
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-26 13:20:03 -0400
2946
+
2947
+
2948
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 13:20:03 -0400
2949
+ Served asset /application.css - 304 Not Modified (3ms)
2950
+ Served asset /jquery.js - 304 Not Modified (0ms)
2951
+
2952
+
2953
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 13:20:03 -0400
2954
+
2955
+
2956
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-26 13:20:03 -0400
2957
+ Served asset /application.js - 304 Not Modified (0ms)
2958
+ Served asset /jquery_ujs.js - 304 Not Modified (7ms)
2959
+
2960
+
2961
+ Started GET "/accounts/1" for 127.0.0.1 at 2013-03-26 13:20:06 -0400
2962
+ Processing by AccountsController#show as HTML
2963
+ Parameters: {"id"=>"1"}
2964
+ Account Load (0.4ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2965
+  (0.3ms) SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
2966
+ Modulate::Document Load (0.3ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
2967
+ Rendered accounts/_modulate_account_documents.html.haml (26.5ms)
2968
+ Rendered accounts/_modulate_attachments.html.haml (125.1ms)
2969
+ Rendered accounts/show.html.erb within layouts/application (131.4ms)
2970
+ Completed 200 OK in 140ms (Views: 136.9ms | ActiveRecord: 0.9ms)
2971
+
2972
+
2973
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-26 13:20:07 -0400
2974
+ Served asset /application.css - 304 Not Modified (0ms)
2975
+
2976
+
2977
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 13:20:07 -0400
2978
+
2979
+
2980
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-26 13:20:07 -0400
2981
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
2982
+ Served asset /application.js - 304 Not Modified (7ms)
2983
+
2984
+
2985
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 13:20:07 -0400
2986
+ Served asset /jquery.js - 304 Not Modified (6ms)
2987
+
2988
+
2989
+ Started GET "/accounts/1" for 127.0.0.1 at 2013-03-26 13:20:09 -0400
2990
+ Processing by AccountsController#show as HTML
2991
+ Parameters: {"id"=>"1"}
2992
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
2993
+  (0.2ms) SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
2994
+ Modulate::Document Load (0.2ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
2995
+ Rendered accounts/_modulate_account_documents.html.haml (130.1ms)
2996
+ Rendered accounts/_modulate_attachments.html.haml (227.2ms)
2997
+ Rendered accounts/show.html.erb within layouts/application (235.9ms)
2998
+ Completed 200 OK in 348ms (Views: 299.0ms | ActiveRecord: 5.4ms)
2999
+
3000
+
3001
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-26 13:20:09 -0400
3002
+
3003
+
3004
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-26 13:20:09 -0400
3005
+ Served asset /application.css - 304 Not Modified (5ms)
3006
+
3007
+
3008
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 13:20:09 -0400
3009
+ Served asset /application.js - 304 Not Modified (2ms)
3010
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3011
+
3012
+
3013
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 13:20:09 -0400
3014
+ Served asset /jquery.js - 304 Not Modified (6ms)
3015
+
3016
+
3017
+ Started PUT "/accounts/1" for 127.0.0.1 at 2013-03-26 13:58:38 -0400
3018
+ Processing by AccountsController#update as HTML
3019
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"g3+XFBSxVmD2x0P6aT+SHf3ZJif6T/UkMlt1J4JBQr0=", "account"=>{"modulate_documents_attributes"=>{"0"=>{"label"=>"Some Lable", "public"=>"1", "id"=>"1"}}}, "button"=>"", "id"=>"1"}
3020
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
3021
+ Modulate::Document Load (0.3ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account' AND `modulate_documents`.`id` IN (1)
3022
+ Modulate::Document Load (0.3ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
3023
+  (0.1ms) BEGIN
3024
+ CACHE (0.0ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
3025
+ Modulate::Document Exists (0.4ms) SELECT 1 AS one FROM `modulate_documents` WHERE (`modulate_documents`.`key` = BINARY '1-cheat_sheet.txt' AND `modulate_documents`.`id` != 1 AND `modulate_documents`.`bucket` = 'Dummy::Account') LIMIT 1
3026
+  (2.5ms) UPDATE `modulate_documents` SET `public` = 1, `updated_at` = '2013-03-26 17:58:38' WHERE `modulate_documents`.`id` = 1
3027
+  (0.4ms) COMMIT
3028
+ Redirected to http://modulate.local/accounts
3029
+ Completed 302 Found in 239ms (ActiveRecord: 9.2ms)
3030
+
3031
+
3032
+ Started GET "/accounts" for 127.0.0.1 at 2013-03-26 13:58:38 -0400
3033
+ Processing by AccountsController#index as HTML
3034
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` 
3035
+ Rendered accounts/index.html.haml within layouts/application (4.1ms)
3036
+ Completed 200 OK in 76ms (Views: 74.3ms | ActiveRecord: 0.3ms)
3037
+
3038
+
3039
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 13:58:38 -0400
3040
+ Served asset /jquery.js - 304 Not Modified (0ms)
3041
+
3042
+
3043
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 13:58:38 -0400
3044
+ Served asset /jquery_ujs.js - 304 Not Modified (3ms)
3045
+
3046
+
3047
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-26 13:58:38 -0400
3048
+ Served asset /application.js - 304 Not Modified (7ms)
3049
+
3050
+
3051
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-26 13:58:38 -0400
3052
+ Served asset /application.css - 304 Not Modified (3ms)
3053
+
3054
+
3055
+ Started GET "/accounts/1" for 127.0.0.1 at 2013-03-26 13:58:41 -0400
3056
+ Processing by AccountsController#show as HTML
3057
+ Parameters: {"id"=>"1"}
3058
+ Account Load (0.3ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
3059
+  (0.4ms) SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
3060
+ Modulate::Document Load (0.2ms) SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
3061
+ Rendered accounts/_modulate_account_documents.html.haml (26.6ms)
3062
+ Rendered accounts/_modulate_attachments.html.haml (137.4ms)
3063
+ Rendered accounts/show.html.erb within layouts/application (144.0ms)
3064
+ Completed 200 OK in 155ms (Views: 152.5ms | ActiveRecord: 0.9ms)
3065
+
3066
+
3067
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-03-26 13:58:41 -0400
3068
+ Served asset /application.css - 304 Not Modified (0ms)
3069
+
3070
+
3071
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-26 13:58:41 -0400
3072
+ Served asset /jquery.js - 304 Not Modified (0ms)
3073
+
3074
+
3075
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-26 13:58:41 -0400
3076
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
3077
+
3078
+
3079
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-03-26 13:58:41 -0400
3080
+ Served asset /application.js - 304 Not Modified (0ms)
3081
+ Connecting to database specified by database.yml
3082
+ Connecting to database specified by database.yml