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.
- data/app/controllers/modulate/application_controller.rb +3 -0
- data/app/models/modulate/document.rb +39 -0
- data/app/uploaders/modulate/document_uploader.rb +5 -0
- data/config/routes.rb +5 -0
- data/db/migrate/20130320174022_add_modulate_document_table.rb +27 -0
- data/lib/generators/modulate/USAGE +8 -0
- data/lib/generators/modulate/modulate_generator.rb +33 -0
- data/lib/generators/modulate/templates/_carrierwave.rb +5 -0
- data/lib/generators/modulate/templates/_modulate_attachments.html.haml +11 -0
- data/lib/generators/modulate/templates/_modulate_documents.html.haml +31 -0
- data/lib/modulate.rb +20 -0
- data/lib/modulate/configuration.rb +10 -0
- data/lib/modulate/engine.rb +21 -0
- data/lib/modulate/relation.rb +10 -0
- data/lib/modulate/version.rb +3 -0
- data/lib/tasks/modulate_tasks.rake +4 -0
- data/spec/dummy/README.rdoc +261 -0
- data/spec/dummy/Rakefile +7 -0
- data/spec/dummy/app/assets/javascripts/application.js +15 -0
- data/spec/dummy/app/assets/stylesheets/application.css +13 -0
- data/spec/dummy/app/controllers/accounts_controller.rb +23 -0
- data/spec/dummy/app/controllers/application_controller.rb +3 -0
- data/spec/dummy/app/helpers/application_helper.rb +2 -0
- data/spec/dummy/app/models/account.rb +5 -0
- data/spec/dummy/app/views/accounts/_modulate_account_documents.html.haml +31 -0
- data/spec/dummy/app/views/accounts/_modulate_attachments.html.haml +11 -0
- data/spec/dummy/app/views/accounts/index.html.haml +0 -0
- data/spec/dummy/app/views/accounts/show.html.erb +1 -0
- data/spec/dummy/app/views/layouts/application.html.erb +16 -0
- data/spec/dummy/config.ru +4 -0
- data/spec/dummy/config/application.rb +59 -0
- data/spec/dummy/config/boot.rb +10 -0
- data/spec/dummy/config/carrierwave.rb +5 -0
- data/spec/dummy/config/database.yml +19 -0
- data/spec/dummy/config/database.yml.example +19 -0
- data/spec/dummy/config/environment.rb +5 -0
- data/spec/dummy/config/environments/development.rb +37 -0
- data/spec/dummy/config/environments/production.rb +67 -0
- data/spec/dummy/config/environments/test.rb +37 -0
- data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/spec/dummy/config/initializers/carrierwave.rb +5 -0
- data/spec/dummy/config/initializers/inflections.rb +15 -0
- data/spec/dummy/config/initializers/mime_types.rb +5 -0
- data/spec/dummy/config/initializers/secret_token.rb +7 -0
- data/spec/dummy/config/initializers/session_store.rb +8 -0
- data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/spec/dummy/config/locales/en.yml +5 -0
- data/spec/dummy/config/routes.rb +6 -0
- data/spec/dummy/config/setup_load_paths.rb +13 -0
- data/spec/dummy/db/migrate/20130325151020_create_account_table.rb +13 -0
- data/spec/dummy/db/migrate/20130326150838_add_modulate_document_table.modulate_engine.rb +28 -0
- data/spec/dummy/db/schema.rb +39 -0
- data/spec/dummy/log/development.log +3082 -0
- data/spec/dummy/log/test.log +158 -0
- data/spec/dummy/public/404.html +26 -0
- data/spec/dummy/public/422.html +26 -0
- data/spec/dummy/public/500.html +25 -0
- data/spec/dummy/public/favicon.ico +0 -0
- data/spec/dummy/public/uploads/tmp/20130325-1326-99529-7743/test.txt +1 -0
- data/spec/dummy/public/uploads/tmp/20130325-1339-356-7432/test.txt +1 -0
- data/spec/dummy/public/uploads/tmp/20130325-1346-523-3336/test.txt +1 -0
- data/spec/dummy/public/uploads/tmp/20130325-1356-749-8446/test.txt +1 -0
- data/spec/dummy/public/uploads/tmp/20130325-1400-850-1252/test.txt +1 -0
- data/spec/dummy/public/uploads/tmp/20130325-1415-1419-1757/test.txt +1 -0
- data/spec/dummy/public/uploads/tmp/20130325-1907-5106-0607/test.txt +1 -0
- data/spec/dummy/public/uploads/tmp/20130325-1911-5106-7321/test.txt +1 -0
- data/spec/dummy/public/uploads/tmp/20130325-1912-5106-9847/test.txt +1 -0
- data/spec/dummy/public/uploads/tmp/20130325-1921-5966-2686/test.txt +1 -0
- data/spec/dummy/public/uploads/tmp/20130325-1921-5993-4088/test.txt +1 -0
- data/spec/dummy/public/uploads/tmp/20130325-1925-6117-8582/test.txt +1 -0
- data/spec/dummy/public/uploads/tmp/20130325-1925-6144-5138/test.txt +1 -0
- data/spec/dummy/public/uploads/tmp/20130325-1927-6226-6892/cheat_sheet.txt +45 -0
- data/spec/dummy/public/uploads/tmp/20130325-1929-6226-5235/cheat_sheet.txt +45 -0
- data/spec/dummy/public/uploads/tmp/20130325-1929-6229-8925/cheat_sheet.txt +45 -0
- data/spec/dummy/public/uploads/tmp/20130325-1929-6258-0126/cheat_sheet.txt +45 -0
- data/spec/dummy/public/uploads/tmp/20130325-1930-6203-2358/cheat_sheet.txt +45 -0
- data/spec/dummy/public/uploads/tmp/20130325-1930-6226-1942/cheat_sheet.txt +45 -0
- data/spec/dummy/public/uploads/tmp/20130325-1930-6226-6311/cheat_sheet.txt +45 -0
- data/spec/dummy/public/uploads/tmp/20130325-1931-6258-4650/cheat_sheet.txt +45 -0
- data/spec/dummy/public/uploads/tmp/20130325-1932-6229-3505/cheat_sheet.txt +45 -0
- data/spec/dummy/public/uploads/tmp/20130325-1959-6759-5643/test.txt +1 -0
- data/spec/dummy/public/uploads/tmp/20130325-2000-6796-5968/test.txt +1 -0
- data/spec/dummy/public/uploads/tmp/20130325-2011-7688-7128/cheat_sheet.txt +45 -0
- data/spec/dummy/public/uploads/tmp/20130326-1409-11412-4323/test.txt +1 -0
- data/spec/dummy/public/uploads/tmp/20130326-1410-11453-4835/test.txt +1 -0
- data/spec/dummy/public/uploads/tmp/20130326-1411-11541-3107/test.txt +1 -0
- data/spec/dummy/script/rails +6 -0
- data/spec/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/dummy/tmp/cache/assets/CE1/F20/sprockets%2F27802e706f9b4a4cb47f23279b8ef112 +0 -0
- data/spec/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/dummy/tmp/cache/assets/D8B/5A0/sprockets%2Fd3f389f822beaa012aea0e1608a7a72c +0 -0
- data/spec/dummy/tmp/cache/assets/D9F/9E0/sprockets%2Ffa7ea1d234b86f62fd44bcd872e804f0 +0 -0
- data/spec/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/spec/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/spec/dummy/tmp/cache/assets/E46/F00/sprockets%2Fef28af54ec693affaad6788eac6597af +0 -0
- data/spec/dummy/tmp/capybara/capybara-20130325113329863132478.html +15 -0
- data/spec/dummy/tmp/capybara/capybara-201303251136086016711973.html +43 -0
- data/spec/dummy/tmp/capybara/capybara-2013032511414321142326.html +43 -0
- data/spec/dummy/tmp/capybara/capybara-20130325114349437448737.html +43 -0
- data/spec/dummy/tmp/capybara/capybara-201303251145079289531432.html +43 -0
- data/spec/dummy/tmp/capybara/capybara-201303251146231982487841.html +43 -0
- data/spec/dummy/tmp/capybara/capybara-201303251501229219755210.html +43 -0
- data/spec/dummy/tmp/capybara/capybara-201303251504055386888420.html +43 -0
- data/spec/dummy/tmp/restart.txt +0 -0
- data/spec/factories/account_factory.rb +6 -0
- data/spec/features/modulate_spec.rb +14 -0
- data/spec/fixtures/test.txt +1 -0
- data/spec/modulate/configuration_spec.rb +34 -0
- data/spec/modulate/relation_spec.rb +40 -0
- data/spec/modulate_spec.rb +55 -0
- data/spec/spec_helper.rb +22 -0
- 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,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,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,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
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
|
3
|
+
[1m[35m (1.8ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
|
4
|
+
[1m[36m (1.4ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
5
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
|
6
|
+
Connecting to database specified by database.yml
|
|
7
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
|
8
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
9
|
+
[1m[36m (87.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
10
|
+
[1m[35m (28.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
11
|
+
[1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
12
|
+
[1m[35m (2.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
|
|
13
|
+
Connecting to database specified by database.yml
|
|
14
|
+
[1m[36m (0.2ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
|
15
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
16
|
+
[1m[36m (1.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
17
|
+
[1m[35m (1.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
18
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
19
|
+
[1m[35m (1.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
|
|
20
|
+
Connecting to database specified by database.yml
|
|
21
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
|
22
|
+
[1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
|
23
|
+
[1m[36m (1.4ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
|
24
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
|
25
|
+
[1m[36m (1.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
|
26
|
+
Connecting to database specified by database.yml
|
|
27
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
|
28
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
|
29
|
+
[1m[36m (1.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
|
30
|
+
[1m[35m (1.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
31
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
|
32
|
+
[1m[35m (1.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('0')
|
|
33
|
+
Connecting to database specified by database.yml
|
|
34
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
|
35
|
+
Migrating to AddModulateDocumentTable (20130320181906)
|
|
36
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
|
37
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
38
|
+
[1m[35m (0.6ms)[0m 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
|
+
[1m[36m (0.3ms)[0m [1mCREATE UNIQUE INDEX "index_modulate_documents_on_key" ON "modulate_documents" ("key")[0m
|
|
40
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20130320181906')
|
|
41
|
+
[1m[36m (1.9ms)[0m [1mcommit transaction[0m
|
|
42
|
+
[1m[35m (0.1ms)[0m 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
|
+
[1m[36m (8.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
|
47
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
|
48
|
+
Migrating to AddModulateDocumentTable (20130320181906)
|
|
49
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
|
50
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
51
|
+
[1m[36m (1.2ms)[0m [1mDROP TABLE "modulate_documents"[0m
|
|
52
|
+
[1m[35m (0.1ms)[0m DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20130320181906'
|
|
53
|
+
[1m[36m (14.5ms)[0m [1mcommit transaction[0m
|
|
54
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
|
55
|
+
Connecting to database specified by database.yml
|
|
56
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
|
57
|
+
Migrating to AddModulateDocumentTable (20130325143645)
|
|
58
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
|
59
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
60
|
+
[1m[35m (0.6ms)[0m 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
|
+
[1m[36m (0.3ms)[0m [1mCREATE UNIQUE INDEX "index_modulate_documents_on_key" ON "modulate_documents" ("key")[0m
|
|
62
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20130325143645')
|
|
63
|
+
[1m[36m (2.2ms)[0m [1mcommit transaction[0m
|
|
64
|
+
[1m[35m (0.2ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
|
65
|
+
Connecting to database specified by database.yml
|
|
66
|
+
Connecting to database specified by database.yml
|
|
67
|
+
[1m[36m (38.7ms)[0m [1mCREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB[0m
|
|
68
|
+
[1m[35m (132.6ms)[0m CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
|
|
69
|
+
[1m[36m (2.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
|
70
|
+
Migrating to AddModulateDocumentTable (20130325143645)
|
|
71
|
+
[1m[35m (48.1ms)[0m 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
|
+
[1m[36m (94.2ms)[0m [1mCREATE UNIQUE INDEX `index_modulate_documents_on_key` ON `modulate_documents` (`key`)[0m
|
|
73
|
+
[1m[35m (0.7ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20130325143645')
|
|
74
|
+
[1m[36m (0.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
|
75
|
+
Connecting to database specified by database.yml
|
|
76
|
+
Connecting to database specified by database.yml
|
|
77
|
+
[1m[36m (1.9ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
|
78
|
+
Migrating to AddModulateDocumentTable (20130325143645)
|
|
79
|
+
Migrating to CreateAccountTable (20130325151020)
|
|
80
|
+
[1m[35m (59.1ms)[0m 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
|
+
[1m[36m (0.5ms)[0m [1mINSERT INTO `schema_migrations` (`version`) VALUES ('20130325151020')[0m
|
|
82
|
+
[1m[35m (0.2ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
|
83
|
+
Connecting to database specified by database.yml
|
|
84
|
+
[1m[36m (0.4ms)[0m [1mDROP DATABASE IF EXISTS `modulate_test`[0m
|
|
85
|
+
[1m[35m (0.3ms)[0m CREATE DATABASE `modulate_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
|
|
86
|
+
[1m[36m (27.2ms)[0m [1mCREATE TABLE `accounts` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB[0m
|
|
87
|
+
[1m[35m (102.0ms)[0m 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
|
+
[1m[36m (86.4ms)[0m [1mCREATE UNIQUE INDEX `index_modulate_documents_on_key` ON `modulate_documents` (`key`)[0m
|
|
89
|
+
[1m[35m (70.7ms)[0m CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
|
|
90
|
+
[1m[36m (87.1ms)[0m [1mCREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)[0m
|
|
91
|
+
[1m[35m (0.2ms)[0m SELECT version FROM `schema_migrations`
|
|
92
|
+
[1m[36m (0.5ms)[0m [1mINSERT INTO `schema_migrations` (version) VALUES ('20130325151020')[0m
|
|
93
|
+
[1m[35m (0.4ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20130325143645')
|
|
94
|
+
Connecting to database specified by database.yml
|
|
95
|
+
[1m[36m (1.9ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
|
96
|
+
[1m[35m (0.1ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
|
97
|
+
Migrating to CreateAccountTable (20130325151020)
|
|
98
|
+
[1m[36m (1.0ms)[0m [1mDROP TABLE `accounts`[0m
|
|
99
|
+
[1m[35m (0.5ms)[0m DELETE FROM `schema_migrations` WHERE `schema_migrations`.`version` = '20130325151020'
|
|
100
|
+
[1m[36m (0.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
|
101
|
+
Connecting to database specified by database.yml
|
|
102
|
+
[1m[36m (2.0ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
|
103
|
+
Migrating to AddModulateDocumentTable (20130325143645)
|
|
104
|
+
Migrating to CreateAccountTable (20130325151020)
|
|
105
|
+
[1m[35m (32.8ms)[0m 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
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO `schema_migrations` (`version`) VALUES ('20130325151020')[0m
|
|
107
|
+
[1m[35m (0.2ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
|
108
|
+
Connecting to database specified by database.yml
|
|
109
|
+
[1m[36m (1.9ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
|
110
|
+
Migrating to AddModulateDocumentTable (20130325143645)
|
|
111
|
+
Migrating to CreateAccountTable (20130325151020)
|
|
112
|
+
[1m[35m (0.2ms)[0m 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
|
+
[1m[36mAccount Load (0.3ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
734
|
+
[1m[35m (0.3ms)[0m 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
|
+
[1m[36mAccount Load (0.3ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
1302
|
+
[1m[35m (0.2ms)[0m 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
|
+
[1m[36mAccount Load (0.3ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
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
|
+
[1m[35mAccount Load (0.2ms)[0m 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
|
+
[1m[36mAccount Load (0.3ms)[0m [1mSELECT `accounts`.* FROM `accounts` [0m
|
|
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
|
+
[1m[36mAccount Load (0.2ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
1634
|
+
[1m[35m (0.2ms)[0m 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
|
+
[1m[36mAccount Load (0.3ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
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
|
+
[1m[35mAccount Load (0.2ms)[0m 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
|
+
[1m[36mAccount Load (0.3ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
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
|
+
[1m[35mAccount Load (0.3ms)[0m 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
|
+
[1m[36mAccount Load (0.3ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
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
|
+
[1m[35mAccount Load (0.2ms)[0m 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
|
+
[1m[36mAccount Load (0.4ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
1878
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
|
|
1879
|
+
[1m[36mModulate::Document Load (0.2ms)[0m [1mSELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'[0m
|
|
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
|
+
[1m[36mAccount Load (0.3ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
1906
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
|
|
1907
|
+
[1m[36mModulate::Document Load (0.3ms)[0m [1mSELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'[0m
|
|
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
|
+
[1m[35mAccount Load (0.4ms)[0m SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
|
|
1934
|
+
[1m[36mModulate::Document Load (0.5ms)[0m [1mSELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'[0m
|
|
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
|
+
[1m[36mAccount Load (0.4ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
1960
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
1961
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
1962
|
+
[1m[35mModulate::Document Exists (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
1964
|
+
[1m[35mModulate::Document Load (0.3ms)[0m 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
|
+
[1m[36mAccount Load (0.3ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
1990
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
1991
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
1992
|
+
[1m[35mModulate::Document Exists (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
1994
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
|
|
1995
|
+
[1m[36mModulate::Document Load (0.2ms)[0m [1mSELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'[0m
|
|
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
|
+
[1m[36mAccount Load (0.3ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
2022
|
+
[1m[35mModulate::Document Load (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2024
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
|
|
2025
|
+
[1m[36mModulate::Document Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `modulate_documents` WHERE (`modulate_documents`.`key` = BINARY '1-cheat_sheet.txt' AND `modulate_documents`.`bucket` = 'Dummy::Account') LIMIT 1[0m
|
|
2026
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
2027
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'[0m
|
|
2028
|
+
[1m[35mModulate::Document Load (0.2ms)[0m 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
|
+
[1m[36mAccount Load (0.3ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
2055
|
+
[1m[35mModulate::Document Load (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2057
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
|
|
2058
|
+
[1m[36mModulate::Document Exists (0.4ms)[0m [1mSELECT 1 AS one FROM `modulate_documents` WHERE (`modulate_documents`.`key` = BINARY '1-cheat_sheet.txt' AND `modulate_documents`.`bucket` = 'Dummy::Account') LIMIT 1[0m
|
|
2059
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
2060
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'[0m
|
|
2061
|
+
[1m[35mModulate::Document Load (0.4ms)[0m 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
|
+
[1m[35mAccount Load (0.3ms)[0m SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
|
|
2088
|
+
[1m[36mModulate::Document Load (0.3ms)[0m [1mSELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account' AND `modulate_documents`.`id` IN (3)[0m
|
|
2089
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2090
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
2091
|
+
[1m[35mModulate::Document Exists (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
2093
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
|
|
2094
|
+
[1m[36mModulate::Document Load (0.2ms)[0m [1mSELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'[0m
|
|
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
|
+
[1m[35mAccount Load (0.3ms)[0m SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
|
|
2121
|
+
[1m[36mModulate::Document Load (0.3ms)[0m [1mSELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account' AND `modulate_documents`.`id` IN (3)[0m
|
|
2122
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2123
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
2124
|
+
[1m[35mModulate::Document Exists (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
2126
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
|
|
2127
|
+
[1m[36mModulate::Document Load (0.2ms)[0m [1mSELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'[0m
|
|
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
|
+
[1m[35mAccount Load (0.3ms)[0m SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
|
|
2170
|
+
[1m[36mModulate::Document Load (0.7ms)[0m [1mSELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account' AND `modulate_documents`.`id` IN (3)[0m
|
|
2171
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2172
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
2173
|
+
[1m[35mModulate::Document Exists (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
|
2175
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
|
|
2176
|
+
[1m[36mModulate::Document Load (0.2ms)[0m [1mSELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'[0m
|
|
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
|
+
[1m[36mAccount Load (0.2ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
2203
|
+
[1m[35mModulate::Document Load (0.3ms)[0m 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
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
2205
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
|
|
2206
|
+
[1m[36mModulate::Document Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `modulate_documents` WHERE (`modulate_documents`.`key` = BINARY '1-cheat_sheet.txt' AND `modulate_documents`.`bucket` = 'Dummy::Account') LIMIT 1[0m
|
|
2207
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
2208
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'[0m
|
|
2209
|
+
[1m[35mModulate::Document Load (0.2ms)[0m 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
|
+
[1m[36mAccount Load (0.2ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
2236
|
+
[1m[35mModulate::Document Load (0.3ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2238
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
|
|
2239
|
+
[1m[36mModulate::Document Exists (0.3ms)[0m [1mSELECT 1 AS one FROM `modulate_documents` WHERE (`modulate_documents`.`key` = BINARY '1-cheat_sheet.txt' AND `modulate_documents`.`bucket` = 'Dummy::Account') LIMIT 1[0m
|
|
2240
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
|
2241
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'[0m
|
|
2242
|
+
[1m[35mModulate::Document Load (0.2ms)[0m 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
|
+
[1m[36m (2.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
|
2265
|
+
[1m[35m (0.1ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
|
2266
|
+
Migrating to CreateAccountTable (20130325151020)
|
|
2267
|
+
[1m[36m (0.9ms)[0m [1mDROP TABLE `accounts`[0m
|
|
2268
|
+
[1m[35m (0.6ms)[0m DELETE FROM `schema_migrations` WHERE `schema_migrations`.`version` = '20130325151020'
|
|
2269
|
+
[1m[36m (0.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
|
2270
|
+
Connecting to database specified by database.yml
|
|
2271
|
+
[1m[36m (2.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
|
2272
|
+
[1m[35m (0.1ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
|
2273
|
+
Migrating to AddModulateDocumentTable (20130325143645)
|
|
2274
|
+
[1m[36m (4.8ms)[0m [1mDROP TABLE `modulate_documents`[0m
|
|
2275
|
+
[1m[35m (0.6ms)[0m DELETE FROM `schema_migrations` WHERE `schema_migrations`.`version` = '20130325143645'
|
|
2276
|
+
[1m[36m (0.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
|
2277
|
+
Connecting to database specified by database.yml
|
|
2278
|
+
[1m[36m (2.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
|
2279
|
+
Migrating to CreateAccountTable (20130325151020)
|
|
2280
|
+
[1m[35m (43.3ms)[0m 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
|
+
[1m[36m (0.5ms)[0m [1mINSERT INTO `schema_migrations` (`version`) VALUES ('20130325151020')[0m
|
|
2282
|
+
Migrating to AddModulateDocumentTable (20130325200306)
|
|
2283
|
+
[1m[35m (207.4ms)[0m 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
|
+
[1m[36m (71.7ms)[0m [1mCREATE UNIQUE INDEX `index_modulate_documents_on_key` ON `modulate_documents` (`key`)[0m
|
|
2285
|
+
[1m[35m (0.6ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20130325200306')
|
|
2286
|
+
[1m[36m (0.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
|
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
|
+
[1m[35mAccount Load (0.2ms)[0m 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
|
+
[1m[36mAccount Load (0.3ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
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
|
+
[1m[35mAccount Load (0.3ms)[0m 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
|
+
[1m[36mAccount Load (0.4ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
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
|
+
[1m[35mAccount Load (0.2ms)[0m 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
|
+
[1m[36mAccount Load (0.4ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
2370
|
+
[1m[35mModulate::Document Load (0.2ms)[0m 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
|
+
[1m[36mAccount Load (0.3ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
2402
|
+
[1m[35mModulate::Document Load (0.3ms)[0m 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
|
+
[1m[36mAccount Load (2.3ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
2418
|
+
[1m[35mModulate::Document Load (0.4ms)[0m 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
|
+
[1m[36mAccount Load (0.4ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
2435
|
+
[1m[35mModulate::Document Load (0.2ms)[0m 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
|
+
[1m[36mAccount Load (0.3ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
2451
|
+
[1m[35mModulate::Document Load (0.3ms)[0m 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
|
+
[1m[36mAccount Load (0.5ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
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
|
+
[1m[35mAccount Load (0.4ms)[0m 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
|
+
[1m[36mAccount Load (0.2ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
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
|
+
[1m[35mAccount Load (0.2ms)[0m SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
|
|
2528
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
|
2529
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
|
|
2530
|
+
[1m[36mModulate::Document Exists (0.4ms)[0m [1mSELECT 1 AS one FROM `modulate_documents` WHERE (`modulate_documents`.`key` = BINARY '1-cheat_sheet.txt' AND `modulate_documents`.`bucket` = 'Dummy::Account') LIMIT 1[0m
|
|
2531
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
|
2532
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'[0m
|
|
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
|
+
[1m[36mAccount Load (0.3ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
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
|
+
[1m[35mAccount Load (0.3ms)[0m 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
|
+
[1m[36mAccount Load (0.2ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
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
|
+
[1m[35mAccount Load (0.3ms)[0m 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
|
+
[1m[36mAccount Load (0.4ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
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
|
+
[1m[35mAccount Load (0.2ms)[0m 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
|
+
[1m[36mAccount Load (0.3ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
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
|
+
[1m[35mAccount Load (0.3ms)[0m SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
|
|
2686
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'[0m
|
|
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
|
+
[1m[36mAccount Load (0.3ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
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
|
+
[1m[35mAccount Load (0.2ms)[0m 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
|
+
[1m[36mAccount Load (0.3ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
2743
|
+
[1m[35m (0.3ms)[0m 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
|
+
[1m[36mAccount Load (0.4ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
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
|
+
[1m[36m (2.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
|
2782
|
+
[1m[35m (0.2ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
|
2783
|
+
Migrating to AddModulateDocumentTable (20130325200306)
|
|
2784
|
+
[1m[36m (17.6ms)[0m [1mDROP TABLE `modulate_documents`[0m
|
|
2785
|
+
[1m[35m (0.6ms)[0m DELETE FROM `schema_migrations` WHERE `schema_migrations`.`version` = '20130325200306'
|
|
2786
|
+
[1m[36m (0.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
|
2787
|
+
Connecting to database specified by database.yml
|
|
2788
|
+
[1m[36m (2.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
|
2789
|
+
Migrating to CreateAccountTable (20130325151020)
|
|
2790
|
+
Migrating to AddModulateDocumentTable (20130325200306)
|
|
2791
|
+
[1m[35m (23.7ms)[0m 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
|
+
[1m[36m (110.4ms)[0m [1mCREATE UNIQUE INDEX `index_modulate_documents_on_key` ON `modulate_documents` (`key`)[0m
|
|
2793
|
+
[1m[35m (0.5ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20130325200306')
|
|
2794
|
+
[1m[36m (0.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
|
2795
|
+
Connecting to database specified by database.yml
|
|
2796
|
+
[1m[36m (20.5ms)[0m [1mDROP DATABASE IF EXISTS `modulate_test`[0m
|
|
2797
|
+
[1m[35m (0.5ms)[0m CREATE DATABASE `modulate_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
|
|
2798
|
+
[1m[36m (31.7ms)[0m [1mCREATE 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[0m
|
|
2799
|
+
[1m[35m (112.5ms)[0m 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
|
+
[1m[36m (62.2ms)[0m [1mCREATE UNIQUE INDEX `index_modulate_documents_on_key` ON `modulate_documents` (`key`)[0m
|
|
2801
|
+
[1m[35m (61.3ms)[0m CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
|
|
2802
|
+
[1m[36m (77.9ms)[0m [1mCREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)[0m
|
|
2803
|
+
[1m[35m (0.2ms)[0m SELECT version FROM `schema_migrations`
|
|
2804
|
+
[1m[36m (0.4ms)[0m [1mINSERT INTO `schema_migrations` (version) VALUES ('20130325200306')[0m
|
|
2805
|
+
[1m[35m (0.4ms)[0m 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
|
+
[1m[36m (2.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
|
2811
|
+
[1m[35m (0.1ms)[0m SELECT `schema_migrations`.`version` FROM `schema_migrations`
|
|
2812
|
+
Migrating to AddModulateDocumentTable (20130325200306)
|
|
2813
|
+
[1m[36m (8.1ms)[0m [1mDROP TABLE `modulate_documents`[0m
|
|
2814
|
+
[1m[35m (0.5ms)[0m DELETE FROM `schema_migrations` WHERE `schema_migrations`.`version` = '20130325200306'
|
|
2815
|
+
[1m[36m (0.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
|
2816
|
+
Connecting to database specified by database.yml
|
|
2817
|
+
[1m[36m (2.4ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
|
2818
|
+
Migrating to CreateAccountTable (20130325151020)
|
|
2819
|
+
Migrating to AddModulateDocumentTable (20130326150838)
|
|
2820
|
+
[1m[35m (26.2ms)[0m 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
|
+
[1m[36m (127.2ms)[0m [1mCREATE UNIQUE INDEX `index_modulate_documents_on_key` ON `modulate_documents` (`key`)[0m
|
|
2822
|
+
[1m[35m (0.7ms)[0m INSERT INTO `schema_migrations` (`version`) VALUES ('20130326150838')
|
|
2823
|
+
[1m[36m (0.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
|
2824
|
+
Connecting to database specified by database.yml
|
|
2825
|
+
[1m[36m (9.9ms)[0m [1mDROP DATABASE IF EXISTS `modulate_test`[0m
|
|
2826
|
+
[1m[35m (0.3ms)[0m CREATE DATABASE `modulate_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
|
|
2827
|
+
[1m[36m (31.4ms)[0m [1mCREATE 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[0m
|
|
2828
|
+
[1m[35m (113.9ms)[0m 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
|
+
[1m[36m (62.4ms)[0m [1mCREATE UNIQUE INDEX `index_modulate_documents_on_key` ON `modulate_documents` (`key`)[0m
|
|
2830
|
+
[1m[35m (52.1ms)[0m CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
|
|
2831
|
+
[1m[36m (87.1ms)[0m [1mCREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)[0m
|
|
2832
|
+
[1m[35m (0.2ms)[0m SELECT version FROM `schema_migrations`
|
|
2833
|
+
[1m[36m (0.6ms)[0m [1mINSERT INTO `schema_migrations` (version) VALUES ('20130326150838')[0m
|
|
2834
|
+
[1m[35m (0.7ms)[0m 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
|
+
[1m[35mAccount Load (0.2ms)[0m SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
|
|
2844
|
+
[1m[36mModulate::Document Load (0.3ms)[0m [1mSELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'[0m
|
|
2845
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
2846
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
2847
|
+
[1m[35mModulate::Document Exists (0.4ms)[0m 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
|
+
[1m[36mSQL (3.2ms)[0m [1mINSERT 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')[0m
|
|
2849
|
+
[1m[35m (0.5ms)[0m 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
|
+
[1m[36mAccount Load (0.3ms)[0m [1mSELECT `accounts`.* FROM `accounts` [0m
|
|
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
|
+
[1m[35mAccount Load (0.3ms)[0m SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
|
|
2881
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'[0m
|
|
2882
|
+
[1m[35mModulate::Document Load (0.3ms)[0m 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
|
+
[1m[36mAccount Load (0.4ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
2910
|
+
[1m[35mModulate::Document Load (0.3ms)[0m 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
|
+
[1m[36mModulate::Document Load (0.3ms)[0m [1mSELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'[0m
|
|
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
|
+
[1m[35mAccount Load (0.2ms)[0m SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
|
|
2927
|
+
[1m[36mModulate::Document Load (0.3ms)[0m [1mSELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account' AND `modulate_documents`.`id` IN (1)[0m
|
|
2928
|
+
[1m[35mModulate::Document Load (0.3ms)[0m SELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
|
|
2929
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
|
2930
|
+
[1m[35mCACHE (0.0ms)[0m SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
|
|
2931
|
+
[1m[36mModulate::Document Exists (0.5ms)[0m [1mSELECT 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[0m
|
|
2932
|
+
[1m[35m (2.6ms)[0m UPDATE `modulate_documents` SET `label` = 'Some Lable', `updated_at` = '2013-03-26 17:20:03' WHERE `modulate_documents`.`id` = 1
|
|
2933
|
+
[1m[36m (0.4ms)[0m [1mCOMMIT[0m
|
|
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
|
+
[1m[35mAccount Load (0.4ms)[0m 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
|
+
[1m[36mAccount Load (0.4ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
2965
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
|
|
2966
|
+
[1m[36mModulate::Document Load (0.3ms)[0m [1mSELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'[0m
|
|
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
|
+
[1m[36mAccount Load (0.3ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
2993
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'
|
|
2994
|
+
[1m[36mModulate::Document Load (0.2ms)[0m [1mSELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'[0m
|
|
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
|
+
[1m[36mAccount Load (0.3ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
3021
|
+
[1m[35mModulate::Document Load (0.3ms)[0m 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
|
+
[1m[36mModulate::Document Load (0.3ms)[0m [1mSELECT `modulate_documents`.* FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'[0m
|
|
3023
|
+
[1m[35m (0.1ms)[0m BEGIN
|
|
3024
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1[0m
|
|
3025
|
+
[1m[35mModulate::Document Exists (0.4ms)[0m 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
|
+
[1m[36m (2.5ms)[0m [1mUPDATE `modulate_documents` SET `public` = 1, `updated_at` = '2013-03-26 17:58:38' WHERE `modulate_documents`.`id` = 1[0m
|
|
3027
|
+
[1m[35m (0.4ms)[0m 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
|
+
[1m[36mAccount Load (0.3ms)[0m [1mSELECT `accounts`.* FROM `accounts` [0m
|
|
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
|
+
[1m[35mAccount Load (0.3ms)[0m SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`id` = 1 LIMIT 1
|
|
3059
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM `modulate_documents` WHERE `modulate_documents`.`attachable_id` = 1 AND `modulate_documents`.`attachable_type` = 'Account'[0m
|
|
3060
|
+
[1m[35mModulate::Document Load (0.2ms)[0m 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
|