rails_sortable 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/LICENSE +20 -0
- data/README.md +3 -0
- data/Rakefile +23 -0
- data/app/controllers/sortable_controller.rb +22 -0
- data/app/helpers/sortable_helper.rb +9 -0
- data/config/routes.rb +3 -0
- data/lib/rails_sortable.rb +4 -0
- data/lib/rails_sortable/engine.rb +4 -0
- data/lib/rails_sortable/version.rb +3 -0
- data/lib/tasks/rails_sortable_tasks.rake +4 -0
- data/spec/controllers/sortable_controller_spec.rb +18 -0
- data/spec/dummy/README.rdoc +28 -0
- data/spec/dummy/Rakefile +6 -0
- data/spec/dummy/app/assets/javascripts/application.js +17 -0
- data/spec/dummy/app/assets/javascripts/items.js +5 -0
- data/spec/dummy/app/assets/stylesheets/application.css +13 -0
- data/spec/dummy/app/assets/stylesheets/items.css +4 -0
- data/spec/dummy/app/assets/stylesheets/scaffold.css +56 -0
- data/spec/dummy/app/controllers/application_controller.rb +5 -0
- data/spec/dummy/app/controllers/items_controller.rb +58 -0
- data/spec/dummy/app/helpers/application_helper.rb +2 -0
- data/spec/dummy/app/helpers/items_helper.rb +2 -0
- data/spec/dummy/app/models/item.rb +3 -0
- data/spec/dummy/app/views/items/_form.html.erb +25 -0
- data/spec/dummy/app/views/items/edit.html.erb +6 -0
- data/spec/dummy/app/views/items/index.html.erb +29 -0
- data/spec/dummy/app/views/items/new.html.erb +5 -0
- data/spec/dummy/app/views/items/show.html.erb +14 -0
- data/spec/dummy/app/views/layouts/application.html.erb +14 -0
- data/spec/dummy/bin/bundle +3 -0
- data/spec/dummy/bin/rails +4 -0
- data/spec/dummy/bin/rake +4 -0
- data/spec/dummy/config.ru +4 -0
- data/spec/dummy/config/application.rb +28 -0
- data/spec/dummy/config/boot.rb +5 -0
- data/spec/dummy/config/database.yml +25 -0
- data/spec/dummy/config/environment.rb +5 -0
- data/spec/dummy/config/environments/development.rb +29 -0
- data/spec/dummy/config/environments/production.rb +80 -0
- data/spec/dummy/config/environments/test.rb +36 -0
- data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/spec/dummy/config/initializers/inflections.rb +16 -0
- data/spec/dummy/config/initializers/mime_types.rb +5 -0
- data/spec/dummy/config/initializers/secret_token.rb +12 -0
- data/spec/dummy/config/initializers/session_store.rb +3 -0
- data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/spec/dummy/config/locales/en.yml +23 -0
- data/spec/dummy/config/routes.rb +58 -0
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/migrate/20131223124841_create_items.rb +10 -0
- data/spec/dummy/db/schema.rb +23 -0
- data/spec/dummy/db/seeds.rb +1 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +4188 -0
- data/spec/dummy/log/test.log +269 -0
- data/spec/dummy/public/404.html +58 -0
- data/spec/dummy/public/422.html +58 -0
- data/spec/dummy/public/500.html +57 -0
- data/spec/dummy/public/favicon.ico +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/09c0e9561d4e4c3ec8867c7a8a9b9b42 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/0e84bdca51a3a0487e386e9da49cab86 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/12552dd68c1fdaa0e003f5139c1ef188 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/21445b043a030a6b874e6fc2926b3f03 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/24af22f97404b0fdf1924aa9c64dbefc +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/24e4e999e945d87db51a6c0639266e6c +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/271346ac3b88c8d5b342e1e9617ecd25 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/2a668655870d5f03dc3a3d9aa691bfed +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/371bf96e99717688ed7313a0c53f4212 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/3d7976736cb0fb316656b1ceeeb68979 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/3f88dd8cc7343b35f4ad7016c8a8aa2f +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/443eeec33985f295f3de84d801267f43 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/45690638871d819932026564912e2195 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/46bfe8e4c6de42d38202670518db2720 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/47210cd74cee569fb21f67fe042804a0 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/48711599d95075043d13736e542084b4 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/510da110ae528e2d22533be39ff696c5 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/59a3fa5688c2134fd84019b59936c2b6 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/5c5e9ad9739439966aa96de5924073ba +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/5da49418ee5d9d42e17ac02fca5457b6 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/618391a0ef7663854d9df6f34286bfbd +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/62485efd0b3ff6bb41eac572b53368da +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/6fc757c2c8329244ca95d6909865bbc2 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/70de4d1e613727407438e972a9099dfd +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/71418eee6104b64017eb6e6a1f2773c4 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/72ac123f6449bd8bef14d2eab5098f14 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/7c69465efeecee1a50197180d6684639 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/7c7385263be91392fe4b3ebac4e30c18 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/87d94fb98d5bd32dfd9d145e5b837a83 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/8f32d9d0ad1e7bbeaf8ae8477dc9f861 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/96d9c878cbed31839fb895da7fea6146 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/9daa91d8364698dd61c25d6de342962d +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/a1a1917817d5eb7f6a00422e9b3f731e +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/b0e2031acc600ce5786fd4e5685545ae +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/bc6acc8a7c1dacadb37b0bd2e5df09dd +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/c292a12f53708efd19a07da3aa15a0b8 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/c374e273ada03bedc3ec10dddbaf5a5d +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/c5b2447c005428e7f762f972217f7fc9 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/c7fb08920199d3630a32e2233c85433e +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/cb36d45bba6ca52ebb343d2ceeff7645 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/ccaade7f71ba3ee748987ed0d4e09af8 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/d23f84be9419f8cd6361e094fd9aa0ff +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/d2b64ac41957bdfd9906972476b82d0e +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/d486933f2537d00d15fd3cf43bf7af8f +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/d4d4f33a44b8bd5e03a00ac263ac59d8 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/d69e40330afbc5a33c238ac4dfbd86a6 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/df136c2e2fc74151ed1324d5fd05481e +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/e84cf0ef44a46fdbcc61114872eb0714 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/e9bb2f00040ed550d231427ad03b236e +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/ecbc5574068be4c5270f875b71d7e95a +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/ee8d3ea7f4ea5f4f5204e13648ebad08 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/f5086810e52de33164c7427bec325b8d +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/f932895e1a3359b877edea2bedae3850 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/ff209c6e804d4f56d185430b6ed27bc4 +0 -0
- data/spec/helpers/enumerable_spec.rb +25 -0
- data/spec/spec_helper.rb +42 -0
- data/vendor/assets/javascripts/rails_sortable.js +17 -0
- metadata +321 -0
@@ -0,0 +1 @@
|
|
1
|
+
10.times {|i| Item.create! title: "Title#{i}", sort: i }
|
Binary file
|
@@ -0,0 +1,4188 @@
|
|
1
|
+
[1m[36m (2.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
2
|
+
[1m[35m (1.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
3
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
4
|
+
Migrating to CreateItems (20131223124841)
|
5
|
+
[1m[35m (0.1ms)[0m begin transaction
|
6
|
+
[1m[36m (0.4ms)[0m [1mCREATE TABLE "items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "sort" integer, "created_at" datetime, "updated_at" datetime) [0m
|
7
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20131223124841"]]
|
8
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
9
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
10
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
11
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
12
|
+
[1m[35m (0.1ms)[0m begin transaction
|
13
|
+
[1m[36mSQL (5.0ms)[0m [1mINSERT INTO "items" ("created_at", "sort", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 23 Dec 2013 12:49:40 UTC +00:00], ["sort", 0], ["title", "Title0"], ["updated_at", Mon, 23 Dec 2013 12:49:40 UTC +00:00]]
|
14
|
+
[1m[35m (3.4ms)[0m commit transaction
|
15
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
16
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "items" ("created_at", "sort", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Dec 2013 12:49:40 UTC +00:00], ["sort", 1], ["title", "Title1"], ["updated_at", Mon, 23 Dec 2013 12:49:40 UTC +00:00]]
|
17
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
18
|
+
[1m[35m (0.0ms)[0m begin transaction
|
19
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "items" ("created_at", "sort", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 23 Dec 2013 12:49:40 UTC +00:00], ["sort", 2], ["title", "Title2"], ["updated_at", Mon, 23 Dec 2013 12:49:40 UTC +00:00]]
|
20
|
+
[1m[35m (0.9ms)[0m commit transaction
|
21
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
22
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "items" ("created_at", "sort", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Dec 2013 12:49:40 UTC +00:00], ["sort", 3], ["title", "Title3"], ["updated_at", Mon, 23 Dec 2013 12:49:40 UTC +00:00]]
|
23
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
24
|
+
[1m[35m (0.1ms)[0m begin transaction
|
25
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "items" ("created_at", "sort", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 23 Dec 2013 12:49:40 UTC +00:00], ["sort", 4], ["title", "Title4"], ["updated_at", Mon, 23 Dec 2013 12:49:40 UTC +00:00]]
|
26
|
+
[1m[35m (0.9ms)[0m commit transaction
|
27
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
28
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "items" ("created_at", "sort", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Dec 2013 12:49:40 UTC +00:00], ["sort", 5], ["title", "Title5"], ["updated_at", Mon, 23 Dec 2013 12:49:40 UTC +00:00]]
|
29
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
30
|
+
[1m[35m (0.0ms)[0m begin transaction
|
31
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "items" ("created_at", "sort", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 23 Dec 2013 12:49:40 UTC +00:00], ["sort", 6], ["title", "Title6"], ["updated_at", Mon, 23 Dec 2013 12:49:40 UTC +00:00]]
|
32
|
+
[1m[35m (0.9ms)[0m commit transaction
|
33
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
34
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "items" ("created_at", "sort", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Dec 2013 12:49:40 UTC +00:00], ["sort", 7], ["title", "Title7"], ["updated_at", Mon, 23 Dec 2013 12:49:40 UTC +00:00]]
|
35
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
36
|
+
[1m[35m (0.1ms)[0m begin transaction
|
37
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "items" ("created_at", "sort", "title", "updated_at") VALUES (?, ?, ?, ?)[0m [["created_at", Mon, 23 Dec 2013 12:49:40 UTC +00:00], ["sort", 8], ["title", "Title8"], ["updated_at", Mon, 23 Dec 2013 12:49:40 UTC +00:00]]
|
38
|
+
[1m[35m (0.9ms)[0m commit transaction
|
39
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
40
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "items" ("created_at", "sort", "title", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 23 Dec 2013 12:49:40 UTC +00:00], ["sort", 9], ["title", "Title9"], ["updated_at", Mon, 23 Dec 2013 12:49:40 UTC +00:00]]
|
41
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
42
|
+
|
43
|
+
|
44
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 19:49:48 +0700
|
45
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
46
|
+
Processing by ItemsController#index as HTML
|
47
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
48
|
+
Rendered items/index.html.erb within layouts/application (14.8ms)
|
49
|
+
Completed 200 OK in 74ms (Views: 72.0ms | ActiveRecord: 0.6ms)
|
50
|
+
|
51
|
+
|
52
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 19:49:48 +0700
|
53
|
+
|
54
|
+
|
55
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 19:49:48 +0700
|
56
|
+
|
57
|
+
|
58
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 19:49:48 +0700
|
59
|
+
|
60
|
+
|
61
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 19:49:48 +0700
|
62
|
+
|
63
|
+
|
64
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 19:49:48 +0700
|
65
|
+
|
66
|
+
|
67
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 19:50:31 +0700
|
68
|
+
Processing by ItemsController#index as HTML
|
69
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items"[0m
|
70
|
+
Rendered items/index.html.erb within layouts/application (5.7ms)
|
71
|
+
Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.2ms)
|
72
|
+
|
73
|
+
|
74
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 19:50:31 +0700
|
75
|
+
|
76
|
+
|
77
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 19:50:31 +0700
|
78
|
+
|
79
|
+
|
80
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 19:50:31 +0700
|
81
|
+
|
82
|
+
|
83
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 19:50:31 +0700
|
84
|
+
|
85
|
+
|
86
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 19:50:31 +0700
|
87
|
+
|
88
|
+
|
89
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 19:52:21 +0700
|
90
|
+
Processing by ItemsController#index as HTML
|
91
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
92
|
+
Rendered items/index.html.erb within layouts/application (5.1ms)
|
93
|
+
Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.2ms)
|
94
|
+
|
95
|
+
|
96
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 19:52:21 +0700
|
97
|
+
|
98
|
+
|
99
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 19:52:21 +0700
|
100
|
+
|
101
|
+
|
102
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 19:52:21 +0700
|
103
|
+
|
104
|
+
|
105
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 19:52:21 +0700
|
106
|
+
|
107
|
+
|
108
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 19:52:21 +0700
|
109
|
+
|
110
|
+
|
111
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 19:52:57 +0700
|
112
|
+
Processing by ItemsController#index as HTML
|
113
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items"[0m
|
114
|
+
Rendered items/index.html.erb within layouts/application (4.7ms)
|
115
|
+
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.2ms)
|
116
|
+
|
117
|
+
|
118
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 19:52:57 +0700
|
119
|
+
|
120
|
+
|
121
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 19:52:57 +0700
|
122
|
+
|
123
|
+
|
124
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 19:52:57 +0700
|
125
|
+
|
126
|
+
|
127
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 19:52:57 +0700
|
128
|
+
|
129
|
+
|
130
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 19:52:57 +0700
|
131
|
+
|
132
|
+
|
133
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 19:54:33 +0700
|
134
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
135
|
+
Processing by ItemsController#index as HTML
|
136
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
137
|
+
Rendered items/index.html.erb within layouts/application (11.8ms)
|
138
|
+
Completed 200 OK in 53ms (Views: 50.1ms | ActiveRecord: 0.5ms)
|
139
|
+
|
140
|
+
|
141
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 19:54:33 +0700
|
142
|
+
|
143
|
+
|
144
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 19:54:33 +0700
|
145
|
+
|
146
|
+
|
147
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 19:54:33 +0700
|
148
|
+
|
149
|
+
|
150
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 19:54:33 +0700
|
151
|
+
|
152
|
+
|
153
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 19:54:33 +0700
|
154
|
+
|
155
|
+
|
156
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 19:55:21 +0700
|
157
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
158
|
+
Processing by ItemsController#index as HTML
|
159
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
160
|
+
Rendered items/index.html.erb within layouts/application (10.5ms)
|
161
|
+
Completed 500 Internal Server Error in 41ms
|
162
|
+
|
163
|
+
ActionView::Template::Error (couldn't find file 'jquery-ui.sortable'
|
164
|
+
(in /Users/madmax/Programs/itmammoth/rails_sortable/spec/dummy/app/assets/javascripts/application.js:13)):
|
165
|
+
3: <head>
|
166
|
+
4: <title>Dummy</title>
|
167
|
+
5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
|
168
|
+
6: <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
|
169
|
+
7: <%= csrf_meta_tags %>
|
170
|
+
8: </head>
|
171
|
+
9: <body>
|
172
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__233220013308058380_70145983906060'
|
173
|
+
|
174
|
+
|
175
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
|
176
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (16.6ms)
|
177
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (26.5ms)
|
178
|
+
|
179
|
+
|
180
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 19:55:39 +0700
|
181
|
+
Processing by ItemsController#index as HTML
|
182
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items"[0m
|
183
|
+
Rendered items/index.html.erb within layouts/application (4.7ms)
|
184
|
+
Completed 500 Internal Server Error in 33ms
|
185
|
+
|
186
|
+
ActionView::Template::Error (couldn't find file 'jquery-ui'
|
187
|
+
(in /Users/madmax/Programs/itmammoth/rails_sortable/spec/dummy/app/assets/javascripts/application.js:13)):
|
188
|
+
3: <head>
|
189
|
+
4: <title>Dummy</title>
|
190
|
+
5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
|
191
|
+
6: <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
|
192
|
+
7: <%= csrf_meta_tags %>
|
193
|
+
8: </head>
|
194
|
+
9: <body>
|
195
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__233220013308058380_70145983906060'
|
196
|
+
|
197
|
+
|
198
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (24.0ms)
|
199
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
200
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (34.6ms)
|
201
|
+
|
202
|
+
|
203
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 19:57:32 +0700
|
204
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
205
|
+
Processing by ItemsController#index as HTML
|
206
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
207
|
+
Rendered items/index.html.erb within layouts/application (29.6ms)
|
208
|
+
Completed 200 OK in 164ms (Views: 162.1ms | ActiveRecord: 0.5ms)
|
209
|
+
|
210
|
+
|
211
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 19:57:33 +0700
|
212
|
+
|
213
|
+
|
214
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 19:57:33 +0700
|
215
|
+
|
216
|
+
|
217
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 19:57:33 +0700
|
218
|
+
|
219
|
+
|
220
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 19:57:33 +0700
|
221
|
+
|
222
|
+
|
223
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 19:57:33 +0700
|
224
|
+
|
225
|
+
|
226
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 19:57:33 +0700
|
227
|
+
|
228
|
+
|
229
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 19:57:33 +0700
|
230
|
+
|
231
|
+
|
232
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 19:57:33 +0700
|
233
|
+
|
234
|
+
|
235
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 19:57:33 +0700
|
236
|
+
|
237
|
+
|
238
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 19:57:33 +0700
|
239
|
+
|
240
|
+
|
241
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 19:57:33 +0700
|
242
|
+
|
243
|
+
|
244
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 19:57:48 +0700
|
245
|
+
Processing by ItemsController#index as HTML
|
246
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items"[0m
|
247
|
+
Rendered items/index.html.erb within layouts/application (4.5ms)
|
248
|
+
Completed 500 Internal Server Error in 52ms
|
249
|
+
|
250
|
+
ActionView::Template::Error (couldn't find file 'sortable'
|
251
|
+
(in /Users/madmax/Programs/itmammoth/rails_sortable/spec/dummy/app/assets/javascripts/application.js:16)):
|
252
|
+
3: <head>
|
253
|
+
4: <title>Dummy</title>
|
254
|
+
5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
|
255
|
+
6: <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
|
256
|
+
7: <%= csrf_meta_tags %>
|
257
|
+
8: </head>
|
258
|
+
9: <body>
|
259
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___383310618296697157_70173130057720'
|
260
|
+
|
261
|
+
|
262
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
|
263
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
|
264
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.7ms)
|
265
|
+
|
266
|
+
|
267
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 19:57:58 +0700
|
268
|
+
Processing by ItemsController#index as HTML
|
269
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
270
|
+
Rendered items/index.html.erb within layouts/application (5.1ms)
|
271
|
+
Completed 500 Internal Server Error in 28ms
|
272
|
+
|
273
|
+
ActionView::Template::Error (couldn't find file 'rails_sortable'
|
274
|
+
(in /Users/madmax/Programs/itmammoth/rails_sortable/spec/dummy/app/assets/javascripts/application.js:16)):
|
275
|
+
3: <head>
|
276
|
+
4: <title>Dummy</title>
|
277
|
+
5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
|
278
|
+
6: <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
|
279
|
+
7: <%= csrf_meta_tags %>
|
280
|
+
8: </head>
|
281
|
+
9: <body>
|
282
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___383310618296697157_70173130057720'
|
283
|
+
|
284
|
+
|
285
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.6ms)
|
286
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
287
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.3ms)
|
288
|
+
|
289
|
+
|
290
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 19:58:23 +0700
|
291
|
+
Processing by ItemsController#index as HTML
|
292
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items"[0m
|
293
|
+
Rendered items/index.html.erb within layouts/application (4.9ms)
|
294
|
+
Completed 500 Internal Server Error in 25ms
|
295
|
+
|
296
|
+
ActionView::Template::Error (couldn't find file 'rails_sortable'
|
297
|
+
(in /Users/madmax/Programs/itmammoth/rails_sortable/spec/dummy/app/assets/javascripts/application.js:16)):
|
298
|
+
3: <head>
|
299
|
+
4: <title>Dummy</title>
|
300
|
+
5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
|
301
|
+
6: <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
|
302
|
+
7: <%= csrf_meta_tags %>
|
303
|
+
8: </head>
|
304
|
+
9: <body>
|
305
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___383310618296697157_70173130057720'
|
306
|
+
|
307
|
+
|
308
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
|
309
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
|
310
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.5ms)
|
311
|
+
|
312
|
+
|
313
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 19:58:29 +0700
|
314
|
+
Processing by ItemsController#index as HTML
|
315
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
316
|
+
Rendered items/index.html.erb within layouts/application (5.2ms)
|
317
|
+
Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.2ms)
|
318
|
+
|
319
|
+
|
320
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 19:58:29 +0700
|
321
|
+
|
322
|
+
|
323
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 19:58:29 +0700
|
324
|
+
|
325
|
+
|
326
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 19:58:29 +0700
|
327
|
+
|
328
|
+
|
329
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 19:58:29 +0700
|
330
|
+
|
331
|
+
|
332
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 19:58:29 +0700
|
333
|
+
|
334
|
+
|
335
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 19:58:29 +0700
|
336
|
+
|
337
|
+
|
338
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 19:58:29 +0700
|
339
|
+
|
340
|
+
|
341
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 19:58:29 +0700
|
342
|
+
|
343
|
+
|
344
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 19:58:29 +0700
|
345
|
+
|
346
|
+
|
347
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 19:58:29 +0700
|
348
|
+
|
349
|
+
|
350
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 19:58:29 +0700
|
351
|
+
|
352
|
+
|
353
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 20:03:22 +0700
|
354
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
355
|
+
Processing by ItemsController#index as HTML
|
356
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
357
|
+
Rendered items/index.html.erb within layouts/application (29.4ms)
|
358
|
+
Completed 200 OK in 101ms (Views: 98.9ms | ActiveRecord: 0.4ms)
|
359
|
+
|
360
|
+
|
361
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 20:03:22 +0700
|
362
|
+
|
363
|
+
|
364
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 20:03:22 +0700
|
365
|
+
|
366
|
+
|
367
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 20:03:22 +0700
|
368
|
+
|
369
|
+
|
370
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 20:03:22 +0700
|
371
|
+
|
372
|
+
|
373
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 20:03:22 +0700
|
374
|
+
|
375
|
+
|
376
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 20:03:22 +0700
|
377
|
+
|
378
|
+
|
379
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 20:03:22 +0700
|
380
|
+
|
381
|
+
|
382
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 20:03:22 +0700
|
383
|
+
|
384
|
+
|
385
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 20:03:22 +0700
|
386
|
+
|
387
|
+
|
388
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 20:03:22 +0700
|
389
|
+
|
390
|
+
|
391
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 20:03:22 +0700
|
392
|
+
|
393
|
+
|
394
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 20:03:40 +0700
|
395
|
+
Processing by ItemsController#index as HTML
|
396
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items"[0m
|
397
|
+
Rendered items/index.html.erb within layouts/application (4.7ms)
|
398
|
+
Completed 500 Internal Server Error in 26ms
|
399
|
+
|
400
|
+
ActionView::Template::Error (couldn't find file 'rails_sortable'
|
401
|
+
(in /Users/madmax/Programs/itmammoth/rails_sortable/spec/dummy/app/assets/javascripts/application.js:16)):
|
402
|
+
3: <head>
|
403
|
+
4: <title>Dummy</title>
|
404
|
+
5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
|
405
|
+
6: <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
|
406
|
+
7: <%= csrf_meta_tags %>
|
407
|
+
8: </head>
|
408
|
+
9: <body>
|
409
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___3751835613794230012_70191742936180'
|
410
|
+
|
411
|
+
|
412
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
|
413
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
414
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.8ms)
|
415
|
+
|
416
|
+
|
417
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 20:07:51 +0700
|
418
|
+
Processing by ItemsController#index as HTML
|
419
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
420
|
+
Rendered items/index.html.erb within layouts/application (4.9ms)
|
421
|
+
Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.2ms)
|
422
|
+
|
423
|
+
|
424
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 20:07:51 +0700
|
425
|
+
|
426
|
+
|
427
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 20:07:51 +0700
|
428
|
+
|
429
|
+
|
430
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 20:07:51 +0700
|
431
|
+
|
432
|
+
|
433
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 20:07:51 +0700
|
434
|
+
|
435
|
+
|
436
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 20:07:51 +0700
|
437
|
+
|
438
|
+
|
439
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 20:07:51 +0700
|
440
|
+
|
441
|
+
|
442
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 20:07:51 +0700
|
443
|
+
|
444
|
+
|
445
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 20:07:51 +0700
|
446
|
+
|
447
|
+
|
448
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 20:07:51 +0700
|
449
|
+
|
450
|
+
|
451
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 20:07:51 +0700
|
452
|
+
|
453
|
+
|
454
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 20:07:51 +0700
|
455
|
+
|
456
|
+
|
457
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 20:08:07 +0700
|
458
|
+
Processing by ItemsController#index as HTML
|
459
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items"[0m
|
460
|
+
Rendered items/index.html.erb within layouts/application (4.3ms)
|
461
|
+
Completed 500 Internal Server Error in 27ms
|
462
|
+
|
463
|
+
ActionView::Template::Error (couldn't find file 'rails_sortable'
|
464
|
+
(in /Users/madmax/Programs/itmammoth/rails_sortable/spec/dummy/app/assets/javascripts/application.js:16)):
|
465
|
+
3: <head>
|
466
|
+
4: <title>Dummy</title>
|
467
|
+
5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
|
468
|
+
6: <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
|
469
|
+
7: <%= csrf_meta_tags %>
|
470
|
+
8: </head>
|
471
|
+
9: <body>
|
472
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___3751835613794230012_70191742936180'
|
473
|
+
|
474
|
+
|
475
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
|
476
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
|
477
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.0ms)
|
478
|
+
|
479
|
+
|
480
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 20:08:20 +0700
|
481
|
+
Processing by ItemsController#index as HTML
|
482
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
483
|
+
Rendered items/index.html.erb within layouts/application (5.1ms)
|
484
|
+
Completed 200 OK in 11ms (Views: 10.9ms | ActiveRecord: 0.2ms)
|
485
|
+
|
486
|
+
|
487
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 20:08:20 +0700
|
488
|
+
|
489
|
+
|
490
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 20:08:20 +0700
|
491
|
+
|
492
|
+
|
493
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 20:08:20 +0700
|
494
|
+
|
495
|
+
|
496
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 20:08:20 +0700
|
497
|
+
|
498
|
+
|
499
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 20:08:20 +0700
|
500
|
+
|
501
|
+
|
502
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 20:08:20 +0700
|
503
|
+
|
504
|
+
|
505
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 20:08:20 +0700
|
506
|
+
|
507
|
+
|
508
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 20:08:20 +0700
|
509
|
+
|
510
|
+
|
511
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 20:08:20 +0700
|
512
|
+
|
513
|
+
|
514
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 20:08:20 +0700
|
515
|
+
|
516
|
+
|
517
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 20:08:20 +0700
|
518
|
+
|
519
|
+
|
520
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 20:10:16 +0700
|
521
|
+
Processing by ItemsController#index as HTML
|
522
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items"[0m
|
523
|
+
Rendered items/index.html.erb within layouts/application (5.0ms)
|
524
|
+
Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.2ms)
|
525
|
+
|
526
|
+
|
527
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 20:10:16 +0700
|
528
|
+
|
529
|
+
|
530
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 20:10:16 +0700
|
531
|
+
|
532
|
+
|
533
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 20:10:16 +0700
|
534
|
+
|
535
|
+
|
536
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 20:10:16 +0700
|
537
|
+
|
538
|
+
|
539
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 20:10:16 +0700
|
540
|
+
|
541
|
+
|
542
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 20:10:16 +0700
|
543
|
+
|
544
|
+
|
545
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 20:10:16 +0700
|
546
|
+
|
547
|
+
|
548
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 20:10:16 +0700
|
549
|
+
|
550
|
+
|
551
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 20:10:16 +0700
|
552
|
+
|
553
|
+
|
554
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 20:10:16 +0700
|
555
|
+
|
556
|
+
|
557
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 20:10:16 +0700
|
558
|
+
|
559
|
+
|
560
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 20:12:10 +0700
|
561
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
562
|
+
Processing by ItemsController#index as HTML
|
563
|
+
[1m[35mItem Load (0.3ms)[0m SELECT "items".* FROM "items"
|
564
|
+
Rendered items/index.html.erb within layouts/application (34.1ms)
|
565
|
+
Completed 500 Internal Server Error in 73ms
|
566
|
+
|
567
|
+
ActionView::Template::Error (couldn't find file 'rails_sortable'
|
568
|
+
(in /Users/madmax/Programs/itmammoth/rails_sortable/spec/dummy/app/assets/javascripts/application.js:16)):
|
569
|
+
3: <head>
|
570
|
+
4: <title>Dummy</title>
|
571
|
+
5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
|
572
|
+
6: <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
|
573
|
+
7: <%= csrf_meta_tags %>
|
574
|
+
8: </head>
|
575
|
+
9: <body>
|
576
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___1772811797743157757_70101869323420'
|
577
|
+
|
578
|
+
|
579
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
|
580
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (17.2ms)
|
581
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (26.8ms)
|
582
|
+
|
583
|
+
|
584
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 20:14:12 +0700
|
585
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
586
|
+
Processing by ItemsController#index as HTML
|
587
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
588
|
+
Rendered items/index.html.erb within layouts/application (29.9ms)
|
589
|
+
Completed 200 OK in 103ms (Views: 100.2ms | ActiveRecord: 0.4ms)
|
590
|
+
|
591
|
+
|
592
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 20:14:12 +0700
|
593
|
+
|
594
|
+
|
595
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 20:14:12 +0700
|
596
|
+
|
597
|
+
|
598
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 20:14:12 +0700
|
599
|
+
|
600
|
+
|
601
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 20:14:12 +0700
|
602
|
+
|
603
|
+
|
604
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 20:14:12 +0700
|
605
|
+
|
606
|
+
|
607
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 20:14:12 +0700
|
608
|
+
|
609
|
+
|
610
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 20:14:12 +0700
|
611
|
+
|
612
|
+
|
613
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 20:14:12 +0700
|
614
|
+
|
615
|
+
|
616
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 20:14:12 +0700
|
617
|
+
|
618
|
+
|
619
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 20:14:12 +0700
|
620
|
+
|
621
|
+
|
622
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 20:14:12 +0700
|
623
|
+
|
624
|
+
|
625
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 20:14:33 +0700
|
626
|
+
Processing by ItemsController#index as HTML
|
627
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items"[0m
|
628
|
+
Rendered items/index.html.erb within layouts/application (4.8ms)
|
629
|
+
Completed 500 Internal Server Error in 26ms
|
630
|
+
|
631
|
+
ActionView::Template::Error (couldn't find file 'rails_sortable'
|
632
|
+
(in /Users/madmax/Programs/itmammoth/rails_sortable/spec/dummy/app/assets/javascripts/application.js:16)):
|
633
|
+
3: <head>
|
634
|
+
4: <title>Dummy</title>
|
635
|
+
5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
|
636
|
+
6: <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
|
637
|
+
7: <%= csrf_meta_tags %>
|
638
|
+
8: </head>
|
639
|
+
9: <body>
|
640
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___3002407828991463335_70331258134800'
|
641
|
+
|
642
|
+
|
643
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
|
644
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
645
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.7ms)
|
646
|
+
|
647
|
+
|
648
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 20:17:26 +0700
|
649
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
650
|
+
Processing by ItemsController#index as HTML
|
651
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
652
|
+
Rendered items/index.html.erb within layouts/application (28.8ms)
|
653
|
+
Completed 500 Internal Server Error in 67ms
|
654
|
+
|
655
|
+
ActionView::Template::Error (couldn't find file 'rails_sortable'
|
656
|
+
(in /Users/madmax/Programs/itmammoth/rails_sortable/spec/dummy/app/assets/javascripts/application.js:16)):
|
657
|
+
3: <head>
|
658
|
+
4: <title>Dummy</title>
|
659
|
+
5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
|
660
|
+
6: <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
|
661
|
+
7: <%= csrf_meta_tags %>
|
662
|
+
8: </head>
|
663
|
+
9: <body>
|
664
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___238335986872595079_70101696061760'
|
665
|
+
|
666
|
+
|
667
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
|
668
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (18.2ms)
|
669
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (28.8ms)
|
670
|
+
|
671
|
+
|
672
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 20:17:54 +0700
|
673
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
674
|
+
Processing by ItemsController#index as HTML
|
675
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
676
|
+
Rendered items/index.html.erb within layouts/application (31.9ms)
|
677
|
+
Completed 500 Internal Server Error in 70ms
|
678
|
+
|
679
|
+
ActionView::Template::Error (couldn't find file 'rails_sortable'
|
680
|
+
(in /Users/madmax/Programs/itmammoth/rails_sortable/spec/dummy/app/assets/javascripts/application.js:16)):
|
681
|
+
3: <head>
|
682
|
+
4: <title>Dummy</title>
|
683
|
+
5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
|
684
|
+
6: <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
|
685
|
+
7: <%= csrf_meta_tags %>
|
686
|
+
8: </head>
|
687
|
+
9: <body>
|
688
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___2850296484817927323_70258168381700'
|
689
|
+
|
690
|
+
|
691
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
|
692
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (16.0ms)
|
693
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (25.8ms)
|
694
|
+
|
695
|
+
|
696
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 20:18:09 +0700
|
697
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
698
|
+
Processing by ItemsController#index as HTML
|
699
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
700
|
+
Rendered items/index.html.erb within layouts/application (31.1ms)
|
701
|
+
Completed 500 Internal Server Error in 69ms
|
702
|
+
|
703
|
+
ActionView::Template::Error (couldn't find file 'rails_sortable'
|
704
|
+
(in /Users/madmax/Programs/itmammoth/rails_sortable/spec/dummy/app/assets/javascripts/application.js:16)):
|
705
|
+
3: <head>
|
706
|
+
4: <title>Dummy</title>
|
707
|
+
5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %>
|
708
|
+
6: <%= javascript_include_tag "application", "data-turbolinks-track" => true %>
|
709
|
+
7: <%= csrf_meta_tags %>
|
710
|
+
8: </head>
|
711
|
+
9: <body>
|
712
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___700915898868938383_70232684183680'
|
713
|
+
|
714
|
+
|
715
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
|
716
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (16.2ms)
|
717
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (25.7ms)
|
718
|
+
|
719
|
+
|
720
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 20:27:00 +0700
|
721
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
722
|
+
Processing by ItemsController#index as HTML
|
723
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
724
|
+
Rendered items/index.html.erb within layouts/application (30.0ms)
|
725
|
+
Completed 200 OK in 136ms (Views: 133.2ms | ActiveRecord: 0.4ms)
|
726
|
+
|
727
|
+
|
728
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 20:27:00 +0700
|
729
|
+
|
730
|
+
|
731
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 20:27:00 +0700
|
732
|
+
|
733
|
+
|
734
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 20:27:00 +0700
|
735
|
+
|
736
|
+
|
737
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 20:27:01 +0700
|
738
|
+
|
739
|
+
|
740
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 20:27:01 +0700
|
741
|
+
|
742
|
+
|
743
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 20:27:01 +0700
|
744
|
+
|
745
|
+
|
746
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 20:27:01 +0700
|
747
|
+
|
748
|
+
|
749
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 20:27:01 +0700
|
750
|
+
|
751
|
+
|
752
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 20:27:01 +0700
|
753
|
+
|
754
|
+
|
755
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 20:27:01 +0700
|
756
|
+
|
757
|
+
|
758
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 20:27:01 +0700
|
759
|
+
|
760
|
+
|
761
|
+
Started GET "/assets/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 20:27:01 +0700
|
762
|
+
|
763
|
+
|
764
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 22:47:14 +0700
|
765
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
766
|
+
Processing by ItemsController#index as HTML
|
767
|
+
[1m[35mItem Load (0.3ms)[0m SELECT "items".* FROM "items"
|
768
|
+
Rendered items/index.html.erb within layouts/application (35.2ms)
|
769
|
+
Completed 200 OK in 193ms (Views: 188.6ms | ActiveRecord: 0.6ms)
|
770
|
+
|
771
|
+
|
772
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 22:47:15 +0700
|
773
|
+
|
774
|
+
|
775
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 22:47:15 +0700
|
776
|
+
|
777
|
+
|
778
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 22:47:15 +0700
|
779
|
+
|
780
|
+
|
781
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 22:47:15 +0700
|
782
|
+
|
783
|
+
|
784
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 22:47:15 +0700
|
785
|
+
|
786
|
+
|
787
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 22:47:15 +0700
|
788
|
+
|
789
|
+
|
790
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 22:47:15 +0700
|
791
|
+
|
792
|
+
|
793
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 22:47:15 +0700
|
794
|
+
|
795
|
+
|
796
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 22:47:15 +0700
|
797
|
+
|
798
|
+
|
799
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 22:47:15 +0700
|
800
|
+
|
801
|
+
|
802
|
+
Started GET "/assets/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 22:47:15 +0700
|
803
|
+
|
804
|
+
|
805
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 22:47:15 +0700
|
806
|
+
|
807
|
+
|
808
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 22:53:28 +0700
|
809
|
+
Processing by ItemsController#index as HTML
|
810
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items"[0m
|
811
|
+
Rendered items/index.html.erb within layouts/application (4.3ms)
|
812
|
+
Completed 200 OK in 61ms (Views: 60.1ms | ActiveRecord: 0.2ms)
|
813
|
+
|
814
|
+
|
815
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 22:53:28 +0700
|
816
|
+
|
817
|
+
|
818
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 22:53:28 +0700
|
819
|
+
|
820
|
+
|
821
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 22:53:28 +0700
|
822
|
+
|
823
|
+
|
824
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 22:53:28 +0700
|
825
|
+
|
826
|
+
|
827
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 22:53:28 +0700
|
828
|
+
|
829
|
+
|
830
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 22:53:28 +0700
|
831
|
+
|
832
|
+
|
833
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 22:53:28 +0700
|
834
|
+
|
835
|
+
|
836
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 22:53:28 +0700
|
837
|
+
|
838
|
+
|
839
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 22:53:28 +0700
|
840
|
+
|
841
|
+
|
842
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 22:53:28 +0700
|
843
|
+
|
844
|
+
|
845
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 22:53:28 +0700
|
846
|
+
|
847
|
+
|
848
|
+
Started GET "/assets/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 22:53:28 +0700
|
849
|
+
|
850
|
+
|
851
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 22:54:46 +0700
|
852
|
+
Processing by ItemsController#index as HTML
|
853
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
854
|
+
Rendered items/index.html.erb within layouts/application (4.2ms)
|
855
|
+
Completed 200 OK in 58ms (Views: 57.1ms | ActiveRecord: 0.2ms)
|
856
|
+
|
857
|
+
|
858
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 22:54:47 +0700
|
859
|
+
|
860
|
+
|
861
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 22:54:47 +0700
|
862
|
+
|
863
|
+
|
864
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 22:54:47 +0700
|
865
|
+
|
866
|
+
|
867
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 22:54:47 +0700
|
868
|
+
|
869
|
+
|
870
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 22:54:47 +0700
|
871
|
+
|
872
|
+
|
873
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 22:54:47 +0700
|
874
|
+
|
875
|
+
|
876
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 22:54:47 +0700
|
877
|
+
|
878
|
+
|
879
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 22:54:47 +0700
|
880
|
+
|
881
|
+
|
882
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 22:54:47 +0700
|
883
|
+
|
884
|
+
|
885
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 22:54:47 +0700
|
886
|
+
|
887
|
+
|
888
|
+
Started GET "/assets/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 22:54:47 +0700
|
889
|
+
|
890
|
+
|
891
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 22:54:47 +0700
|
892
|
+
|
893
|
+
|
894
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 22:55:16 +0700
|
895
|
+
Processing by ItemsController#index as HTML
|
896
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items"[0m
|
897
|
+
Rendered items/index.html.erb within layouts/application (4.0ms)
|
898
|
+
Completed 200 OK in 54ms (Views: 53.6ms | ActiveRecord: 0.2ms)
|
899
|
+
|
900
|
+
|
901
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 22:55:16 +0700
|
902
|
+
|
903
|
+
|
904
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 22:55:16 +0700
|
905
|
+
|
906
|
+
|
907
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 22:55:16 +0700
|
908
|
+
|
909
|
+
|
910
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 22:55:16 +0700
|
911
|
+
|
912
|
+
|
913
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 22:55:16 +0700
|
914
|
+
|
915
|
+
|
916
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 22:55:16 +0700
|
917
|
+
|
918
|
+
|
919
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 22:55:16 +0700
|
920
|
+
|
921
|
+
|
922
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 22:55:16 +0700
|
923
|
+
|
924
|
+
|
925
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 22:55:16 +0700
|
926
|
+
|
927
|
+
|
928
|
+
Started GET "/assets/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 22:55:16 +0700
|
929
|
+
|
930
|
+
|
931
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 22:55:16 +0700
|
932
|
+
|
933
|
+
|
934
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 22:55:16 +0700
|
935
|
+
|
936
|
+
|
937
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 22:56:06 +0700
|
938
|
+
Processing by ItemsController#index as HTML
|
939
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
940
|
+
Rendered items/index.html.erb within layouts/application (5.9ms)
|
941
|
+
Completed 200 OK in 70ms (Views: 70.0ms | ActiveRecord: 0.2ms)
|
942
|
+
|
943
|
+
|
944
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 22:56:06 +0700
|
945
|
+
|
946
|
+
|
947
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 22:56:06 +0700
|
948
|
+
|
949
|
+
|
950
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 22:56:06 +0700
|
951
|
+
|
952
|
+
|
953
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 22:56:06 +0700
|
954
|
+
|
955
|
+
|
956
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 22:56:06 +0700
|
957
|
+
|
958
|
+
|
959
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 22:56:06 +0700
|
960
|
+
|
961
|
+
|
962
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 22:56:06 +0700
|
963
|
+
|
964
|
+
|
965
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 22:56:06 +0700
|
966
|
+
|
967
|
+
|
968
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 22:56:06 +0700
|
969
|
+
|
970
|
+
|
971
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 22:56:06 +0700
|
972
|
+
|
973
|
+
|
974
|
+
Started GET "/assets/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 22:56:06 +0700
|
975
|
+
|
976
|
+
|
977
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 22:56:06 +0700
|
978
|
+
|
979
|
+
|
980
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 22:58:40 +0700
|
981
|
+
Processing by ItemsController#index as HTML
|
982
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items"[0m
|
983
|
+
Rendered items/index.html.erb within layouts/application (4.1ms)
|
984
|
+
Completed 200 OK in 62ms (Views: 62.0ms | ActiveRecord: 0.2ms)
|
985
|
+
|
986
|
+
|
987
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 22:58:41 +0700
|
988
|
+
|
989
|
+
|
990
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 22:58:41 +0700
|
991
|
+
|
992
|
+
|
993
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 22:58:41 +0700
|
994
|
+
|
995
|
+
|
996
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 22:58:41 +0700
|
997
|
+
|
998
|
+
|
999
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 22:58:41 +0700
|
1000
|
+
|
1001
|
+
|
1002
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 22:58:41 +0700
|
1003
|
+
|
1004
|
+
|
1005
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 22:58:41 +0700
|
1006
|
+
|
1007
|
+
|
1008
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 22:58:41 +0700
|
1009
|
+
|
1010
|
+
|
1011
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 22:58:41 +0700
|
1012
|
+
|
1013
|
+
|
1014
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 22:58:41 +0700
|
1015
|
+
|
1016
|
+
|
1017
|
+
Started GET "/assets/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 22:58:41 +0700
|
1018
|
+
|
1019
|
+
|
1020
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 22:58:41 +0700
|
1021
|
+
|
1022
|
+
|
1023
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:00:10 +0700
|
1024
|
+
Processing by ItemsController#index as HTML
|
1025
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
1026
|
+
Rendered items/index.html.erb within layouts/application (4.3ms)
|
1027
|
+
Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.2ms)
|
1028
|
+
|
1029
|
+
|
1030
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:00:10 +0700
|
1031
|
+
|
1032
|
+
|
1033
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:00:10 +0700
|
1034
|
+
|
1035
|
+
|
1036
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:00:10 +0700
|
1037
|
+
|
1038
|
+
|
1039
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:00:10 +0700
|
1040
|
+
|
1041
|
+
|
1042
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:00:10 +0700
|
1043
|
+
|
1044
|
+
|
1045
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:00:10 +0700
|
1046
|
+
|
1047
|
+
|
1048
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:00:10 +0700
|
1049
|
+
|
1050
|
+
|
1051
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:00:10 +0700
|
1052
|
+
|
1053
|
+
|
1054
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:00:11 +0700
|
1055
|
+
|
1056
|
+
|
1057
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:00:11 +0700
|
1058
|
+
|
1059
|
+
|
1060
|
+
Started GET "/assets/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:00:11 +0700
|
1061
|
+
|
1062
|
+
|
1063
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:00:11 +0700
|
1064
|
+
|
1065
|
+
|
1066
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:00:24 +0700
|
1067
|
+
Processing by ItemsController#index as HTML
|
1068
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items"[0m
|
1069
|
+
Rendered items/index.html.erb within layouts/application (19.3ms)
|
1070
|
+
Completed 200 OK in 81ms (Views: 80.6ms | ActiveRecord: 0.2ms)
|
1071
|
+
|
1072
|
+
|
1073
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:00:24 +0700
|
1074
|
+
|
1075
|
+
|
1076
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:00:24 +0700
|
1077
|
+
|
1078
|
+
|
1079
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:00:24 +0700
|
1080
|
+
|
1081
|
+
|
1082
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:00:24 +0700
|
1083
|
+
|
1084
|
+
|
1085
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:00:24 +0700
|
1086
|
+
|
1087
|
+
|
1088
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:00:24 +0700
|
1089
|
+
|
1090
|
+
|
1091
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:00:24 +0700
|
1092
|
+
|
1093
|
+
|
1094
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:00:24 +0700
|
1095
|
+
|
1096
|
+
|
1097
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:00:24 +0700
|
1098
|
+
|
1099
|
+
|
1100
|
+
Started GET "/assets/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:00:24 +0700
|
1101
|
+
|
1102
|
+
|
1103
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:00:24 +0700
|
1104
|
+
|
1105
|
+
|
1106
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:00:24 +0700
|
1107
|
+
|
1108
|
+
|
1109
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:01:36 +0700
|
1110
|
+
Processing by ItemsController#index as HTML
|
1111
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
1112
|
+
Rendered items/index.html.erb within layouts/application (4.7ms)
|
1113
|
+
Completed 200 OK in 57ms (Views: 56.9ms | ActiveRecord: 0.2ms)
|
1114
|
+
|
1115
|
+
|
1116
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:01:37 +0700
|
1117
|
+
|
1118
|
+
|
1119
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:01:37 +0700
|
1120
|
+
|
1121
|
+
|
1122
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:01:37 +0700
|
1123
|
+
|
1124
|
+
|
1125
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:01:37 +0700
|
1126
|
+
|
1127
|
+
|
1128
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:01:37 +0700
|
1129
|
+
|
1130
|
+
|
1131
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:01:37 +0700
|
1132
|
+
|
1133
|
+
|
1134
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:01:37 +0700
|
1135
|
+
|
1136
|
+
|
1137
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:01:37 +0700
|
1138
|
+
|
1139
|
+
|
1140
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:01:37 +0700
|
1141
|
+
|
1142
|
+
|
1143
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:01:37 +0700
|
1144
|
+
|
1145
|
+
|
1146
|
+
Started GET "/assets/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:01:37 +0700
|
1147
|
+
|
1148
|
+
|
1149
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:01:37 +0700
|
1150
|
+
|
1151
|
+
|
1152
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:01:59 +0700
|
1153
|
+
Processing by ItemsController#index as HTML
|
1154
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items"[0m
|
1155
|
+
Rendered items/index.html.erb within layouts/application (3.9ms)
|
1156
|
+
Completed 200 OK in 53ms (Views: 52.8ms | ActiveRecord: 0.2ms)
|
1157
|
+
|
1158
|
+
|
1159
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:01:59 +0700
|
1160
|
+
|
1161
|
+
|
1162
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:01:59 +0700
|
1163
|
+
|
1164
|
+
|
1165
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:01:59 +0700
|
1166
|
+
|
1167
|
+
|
1168
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:01:59 +0700
|
1169
|
+
|
1170
|
+
|
1171
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:01:59 +0700
|
1172
|
+
|
1173
|
+
|
1174
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:01:59 +0700
|
1175
|
+
|
1176
|
+
|
1177
|
+
Started GET "/assets/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:01:59 +0700
|
1178
|
+
|
1179
|
+
|
1180
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:01:59 +0700
|
1181
|
+
|
1182
|
+
|
1183
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:01:59 +0700
|
1184
|
+
|
1185
|
+
|
1186
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:01:59 +0700
|
1187
|
+
|
1188
|
+
|
1189
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:01:59 +0700
|
1190
|
+
|
1191
|
+
|
1192
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:01:59 +0700
|
1193
|
+
|
1194
|
+
|
1195
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:02:18 +0700
|
1196
|
+
Processing by ItemsController#index as HTML
|
1197
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
1198
|
+
Rendered items/index.html.erb within layouts/application (3.9ms)
|
1199
|
+
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.2ms)
|
1200
|
+
|
1201
|
+
|
1202
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:02:18 +0700
|
1203
|
+
|
1204
|
+
|
1205
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:02:18 +0700
|
1206
|
+
|
1207
|
+
|
1208
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:02:18 +0700
|
1209
|
+
|
1210
|
+
|
1211
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:02:18 +0700
|
1212
|
+
|
1213
|
+
|
1214
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:02:18 +0700
|
1215
|
+
|
1216
|
+
|
1217
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:02:18 +0700
|
1218
|
+
|
1219
|
+
|
1220
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:02:18 +0700
|
1221
|
+
|
1222
|
+
|
1223
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:02:18 +0700
|
1224
|
+
|
1225
|
+
|
1226
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:02:18 +0700
|
1227
|
+
|
1228
|
+
|
1229
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:02:18 +0700
|
1230
|
+
|
1231
|
+
|
1232
|
+
Started GET "/assets/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:02:18 +0700
|
1233
|
+
|
1234
|
+
|
1235
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:02:18 +0700
|
1236
|
+
|
1237
|
+
|
1238
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:02:45 +0700
|
1239
|
+
Processing by ItemsController#index as HTML
|
1240
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items"[0m
|
1241
|
+
Rendered items/index.html.erb within layouts/application (4.4ms)
|
1242
|
+
Completed 200 OK in 59ms (Views: 58.2ms | ActiveRecord: 0.2ms)
|
1243
|
+
|
1244
|
+
|
1245
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:02:45 +0700
|
1246
|
+
|
1247
|
+
|
1248
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:02:45 +0700
|
1249
|
+
|
1250
|
+
|
1251
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:02:45 +0700
|
1252
|
+
|
1253
|
+
|
1254
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:02:45 +0700
|
1255
|
+
|
1256
|
+
|
1257
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:02:45 +0700
|
1258
|
+
|
1259
|
+
|
1260
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:02:45 +0700
|
1261
|
+
|
1262
|
+
|
1263
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:02:45 +0700
|
1264
|
+
|
1265
|
+
|
1266
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:02:45 +0700
|
1267
|
+
|
1268
|
+
|
1269
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:02:45 +0700
|
1270
|
+
|
1271
|
+
|
1272
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:02:45 +0700
|
1273
|
+
|
1274
|
+
|
1275
|
+
Started GET "/assets/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:02:45 +0700
|
1276
|
+
|
1277
|
+
|
1278
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:02:45 +0700
|
1279
|
+
|
1280
|
+
|
1281
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:03:03 +0700
|
1282
|
+
Processing by ItemsController#index as HTML
|
1283
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
1284
|
+
Rendered items/index.html.erb within layouts/application (4.0ms)
|
1285
|
+
Completed 200 OK in 58ms (Views: 57.7ms | ActiveRecord: 0.2ms)
|
1286
|
+
|
1287
|
+
|
1288
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:03:04 +0700
|
1289
|
+
|
1290
|
+
|
1291
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:03:04 +0700
|
1292
|
+
|
1293
|
+
|
1294
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:03:04 +0700
|
1295
|
+
|
1296
|
+
|
1297
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:03:04 +0700
|
1298
|
+
|
1299
|
+
|
1300
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:03:04 +0700
|
1301
|
+
|
1302
|
+
|
1303
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:03:04 +0700
|
1304
|
+
|
1305
|
+
|
1306
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:03:04 +0700
|
1307
|
+
|
1308
|
+
|
1309
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:03:04 +0700
|
1310
|
+
|
1311
|
+
|
1312
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:03:04 +0700
|
1313
|
+
|
1314
|
+
|
1315
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:03:04 +0700
|
1316
|
+
|
1317
|
+
|
1318
|
+
Started GET "/assets/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:03:04 +0700
|
1319
|
+
|
1320
|
+
|
1321
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:03:04 +0700
|
1322
|
+
|
1323
|
+
|
1324
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:03:54 +0700
|
1325
|
+
Processing by ItemsController#index as HTML
|
1326
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items"[0m
|
1327
|
+
Rendered items/index.html.erb within layouts/application (4.3ms)
|
1328
|
+
Completed 200 OK in 58ms (Views: 57.4ms | ActiveRecord: 0.2ms)
|
1329
|
+
|
1330
|
+
|
1331
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:03:55 +0700
|
1332
|
+
|
1333
|
+
|
1334
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:03:55 +0700
|
1335
|
+
|
1336
|
+
|
1337
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:03:55 +0700
|
1338
|
+
|
1339
|
+
|
1340
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:03:55 +0700
|
1341
|
+
|
1342
|
+
|
1343
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:03:55 +0700
|
1344
|
+
|
1345
|
+
|
1346
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:03:55 +0700
|
1347
|
+
|
1348
|
+
|
1349
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:03:55 +0700
|
1350
|
+
|
1351
|
+
|
1352
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:03:55 +0700
|
1353
|
+
|
1354
|
+
|
1355
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:03:55 +0700
|
1356
|
+
|
1357
|
+
|
1358
|
+
Started GET "/assets/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:03:55 +0700
|
1359
|
+
|
1360
|
+
|
1361
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:03:55 +0700
|
1362
|
+
|
1363
|
+
|
1364
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:03:55 +0700
|
1365
|
+
|
1366
|
+
|
1367
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:04:17 +0700
|
1368
|
+
Processing by ItemsController#index as HTML
|
1369
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
1370
|
+
Rendered items/index.html.erb within layouts/application (4.4ms)
|
1371
|
+
Completed 200 OK in 58ms (Views: 57.6ms | ActiveRecord: 0.2ms)
|
1372
|
+
|
1373
|
+
|
1374
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:04:18 +0700
|
1375
|
+
|
1376
|
+
|
1377
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:04:18 +0700
|
1378
|
+
|
1379
|
+
|
1380
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:04:18 +0700
|
1381
|
+
|
1382
|
+
|
1383
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:04:18 +0700
|
1384
|
+
|
1385
|
+
|
1386
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:04:18 +0700
|
1387
|
+
|
1388
|
+
|
1389
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:04:18 +0700
|
1390
|
+
|
1391
|
+
|
1392
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:04:18 +0700
|
1393
|
+
|
1394
|
+
|
1395
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:04:18 +0700
|
1396
|
+
|
1397
|
+
|
1398
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:04:18 +0700
|
1399
|
+
|
1400
|
+
|
1401
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:04:18 +0700
|
1402
|
+
|
1403
|
+
|
1404
|
+
Started GET "/assets/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:04:18 +0700
|
1405
|
+
|
1406
|
+
|
1407
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:04:18 +0700
|
1408
|
+
|
1409
|
+
|
1410
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:08:51 +0700
|
1411
|
+
Processing by ItemsController#index as HTML
|
1412
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items"[0m
|
1413
|
+
Rendered items/index.html.erb within layouts/application (4.8ms)
|
1414
|
+
Completed 200 OK in 61ms (Views: 60.4ms | ActiveRecord: 0.2ms)
|
1415
|
+
|
1416
|
+
|
1417
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:08:51 +0700
|
1418
|
+
|
1419
|
+
|
1420
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:08:51 +0700
|
1421
|
+
|
1422
|
+
|
1423
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:08:51 +0700
|
1424
|
+
|
1425
|
+
|
1426
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:08:51 +0700
|
1427
|
+
|
1428
|
+
|
1429
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:08:51 +0700
|
1430
|
+
|
1431
|
+
|
1432
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:08:51 +0700
|
1433
|
+
|
1434
|
+
|
1435
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:08:51 +0700
|
1436
|
+
|
1437
|
+
|
1438
|
+
Started GET "/assets/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:08:51 +0700
|
1439
|
+
|
1440
|
+
|
1441
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:08:51 +0700
|
1442
|
+
|
1443
|
+
|
1444
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:08:51 +0700
|
1445
|
+
|
1446
|
+
|
1447
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:08:51 +0700
|
1448
|
+
|
1449
|
+
|
1450
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:08:51 +0700
|
1451
|
+
|
1452
|
+
|
1453
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:09:43 +0700
|
1454
|
+
Processing by ItemsController#index as HTML
|
1455
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
1456
|
+
Rendered items/index.html.erb within layouts/application (4.0ms)
|
1457
|
+
Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.2ms)
|
1458
|
+
|
1459
|
+
|
1460
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:09:43 +0700
|
1461
|
+
|
1462
|
+
|
1463
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:09:43 +0700
|
1464
|
+
|
1465
|
+
|
1466
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:09:43 +0700
|
1467
|
+
|
1468
|
+
|
1469
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:09:43 +0700
|
1470
|
+
|
1471
|
+
|
1472
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:09:43 +0700
|
1473
|
+
|
1474
|
+
|
1475
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:09:43 +0700
|
1476
|
+
|
1477
|
+
|
1478
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:09:43 +0700
|
1479
|
+
|
1480
|
+
|
1481
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:09:43 +0700
|
1482
|
+
|
1483
|
+
|
1484
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:09:43 +0700
|
1485
|
+
|
1486
|
+
|
1487
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:09:43 +0700
|
1488
|
+
|
1489
|
+
|
1490
|
+
Started GET "/assets/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:09:43 +0700
|
1491
|
+
|
1492
|
+
|
1493
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:09:43 +0700
|
1494
|
+
|
1495
|
+
|
1496
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:11:00 +0700
|
1497
|
+
Processing by ItemsController#index as HTML
|
1498
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items"[0m
|
1499
|
+
Rendered items/index.html.erb within layouts/application (4.4ms)
|
1500
|
+
Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.2ms)
|
1501
|
+
|
1502
|
+
|
1503
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:11:00 +0700
|
1504
|
+
|
1505
|
+
|
1506
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:11:00 +0700
|
1507
|
+
|
1508
|
+
|
1509
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:11:00 +0700
|
1510
|
+
|
1511
|
+
|
1512
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:11:01 +0700
|
1513
|
+
|
1514
|
+
|
1515
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:11:01 +0700
|
1516
|
+
|
1517
|
+
|
1518
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:11:01 +0700
|
1519
|
+
|
1520
|
+
|
1521
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:11:01 +0700
|
1522
|
+
|
1523
|
+
|
1524
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:11:01 +0700
|
1525
|
+
|
1526
|
+
|
1527
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:11:01 +0700
|
1528
|
+
|
1529
|
+
|
1530
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:11:01 +0700
|
1531
|
+
|
1532
|
+
|
1533
|
+
Started GET "/assets/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:11:01 +0700
|
1534
|
+
|
1535
|
+
|
1536
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:11:01 +0700
|
1537
|
+
|
1538
|
+
|
1539
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:12:11 +0700
|
1540
|
+
Processing by ItemsController#index as HTML
|
1541
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
1542
|
+
Rendered items/index.html.erb within layouts/application (5.1ms)
|
1543
|
+
Completed 200 OK in 42ms (Views: 41.8ms | ActiveRecord: 0.2ms)
|
1544
|
+
|
1545
|
+
|
1546
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:12:11 +0700
|
1547
|
+
|
1548
|
+
|
1549
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:12:11 +0700
|
1550
|
+
|
1551
|
+
|
1552
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:12:11 +0700
|
1553
|
+
|
1554
|
+
|
1555
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:12:11 +0700
|
1556
|
+
|
1557
|
+
|
1558
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:12:11 +0700
|
1559
|
+
|
1560
|
+
|
1561
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:12:11 +0700
|
1562
|
+
|
1563
|
+
|
1564
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:12:11 +0700
|
1565
|
+
|
1566
|
+
|
1567
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:12:11 +0700
|
1568
|
+
|
1569
|
+
|
1570
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:12:11 +0700
|
1571
|
+
|
1572
|
+
|
1573
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:12:11 +0700
|
1574
|
+
|
1575
|
+
|
1576
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:12:11 +0700
|
1577
|
+
|
1578
|
+
|
1579
|
+
Started GET "/assets/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:12:11 +0700
|
1580
|
+
|
1581
|
+
|
1582
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:13:04 +0700
|
1583
|
+
Processing by ItemsController#index as HTML
|
1584
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items"[0m
|
1585
|
+
Rendered items/index.html.erb within layouts/application (4.3ms)
|
1586
|
+
Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.2ms)
|
1587
|
+
|
1588
|
+
|
1589
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:13:05 +0700
|
1590
|
+
|
1591
|
+
|
1592
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:13:05 +0700
|
1593
|
+
|
1594
|
+
|
1595
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:13:05 +0700
|
1596
|
+
|
1597
|
+
|
1598
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:13:05 +0700
|
1599
|
+
|
1600
|
+
|
1601
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:13:05 +0700
|
1602
|
+
|
1603
|
+
|
1604
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:13:05 +0700
|
1605
|
+
|
1606
|
+
|
1607
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:13:05 +0700
|
1608
|
+
|
1609
|
+
|
1610
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:13:05 +0700
|
1611
|
+
|
1612
|
+
|
1613
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:13:05 +0700
|
1614
|
+
|
1615
|
+
|
1616
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:13:05 +0700
|
1617
|
+
|
1618
|
+
|
1619
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:13:05 +0700
|
1620
|
+
|
1621
|
+
|
1622
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:13:20 +0700
|
1623
|
+
Processing by ItemsController#index as HTML
|
1624
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
1625
|
+
Rendered items/index.html.erb within layouts/application (4.3ms)
|
1626
|
+
Completed 500 Internal Server Error in 30ms
|
1627
|
+
|
1628
|
+
ActionView::Template::Error (couldn't find file 'rails_sortable'
|
1629
|
+
(in /Users/madmax/Programs/itmammoth/rails_sortable/spec/dummy/app/assets/javascripts/application.js:16)):
|
1630
|
+
3: <head>
|
1631
|
+
4: <title>Dummy</title>
|
1632
|
+
5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true, :defer => true %>
|
1633
|
+
6: <%= javascript_include_tag "application", "data-turbolinks-track" => true, :defer => true %>
|
1634
|
+
7: <%= csrf_meta_tags %>
|
1635
|
+
8: </head>
|
1636
|
+
9: <body>
|
1637
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___1523056069054768305_70350847687100'
|
1638
|
+
|
1639
|
+
|
1640
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
|
1641
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
1642
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.3ms)
|
1643
|
+
|
1644
|
+
|
1645
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:18:50 +0700
|
1646
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1647
|
+
Processing by ItemsController#index as HTML
|
1648
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
1649
|
+
Rendered items/index.html.erb within layouts/application (13.3ms)
|
1650
|
+
Completed 200 OK in 118ms (Views: 115.1ms | ActiveRecord: 0.5ms)
|
1651
|
+
|
1652
|
+
|
1653
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:18:50 +0700
|
1654
|
+
|
1655
|
+
|
1656
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:18:50 +0700
|
1657
|
+
|
1658
|
+
|
1659
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:18:50 +0700
|
1660
|
+
|
1661
|
+
|
1662
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:18:50 +0700
|
1663
|
+
|
1664
|
+
|
1665
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:18:50 +0700
|
1666
|
+
|
1667
|
+
|
1668
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:18:50 +0700
|
1669
|
+
|
1670
|
+
|
1671
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:18:50 +0700
|
1672
|
+
|
1673
|
+
|
1674
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:18:50 +0700
|
1675
|
+
|
1676
|
+
|
1677
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:18:50 +0700
|
1678
|
+
|
1679
|
+
|
1680
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:18:50 +0700
|
1681
|
+
|
1682
|
+
|
1683
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:18:50 +0700
|
1684
|
+
|
1685
|
+
|
1686
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:20:09 +0700
|
1687
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1688
|
+
Processing by ItemsController#index as HTML
|
1689
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
1690
|
+
Rendered items/index.html.erb within layouts/application (10.5ms)
|
1691
|
+
Completed 200 OK in 114ms (Views: 111.8ms | ActiveRecord: 0.4ms)
|
1692
|
+
|
1693
|
+
|
1694
|
+
Started GET "/assets/rails_sortable/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:20:10 +0700
|
1695
|
+
|
1696
|
+
|
1697
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:20:10 +0700
|
1698
|
+
|
1699
|
+
|
1700
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:20:10 +0700
|
1701
|
+
|
1702
|
+
|
1703
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:20:10 +0700
|
1704
|
+
|
1705
|
+
|
1706
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:20:10 +0700
|
1707
|
+
|
1708
|
+
|
1709
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:20:10 +0700
|
1710
|
+
|
1711
|
+
|
1712
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:20:10 +0700
|
1713
|
+
|
1714
|
+
|
1715
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:20:10 +0700
|
1716
|
+
|
1717
|
+
|
1718
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:20:10 +0700
|
1719
|
+
|
1720
|
+
|
1721
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:20:10 +0700
|
1722
|
+
|
1723
|
+
|
1724
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:20:10 +0700
|
1725
|
+
|
1726
|
+
|
1727
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:20:10 +0700
|
1728
|
+
|
1729
|
+
|
1730
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:22:00 +0700
|
1731
|
+
Processing by ItemsController#index as HTML
|
1732
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items"[0m
|
1733
|
+
Rendered items/index.html.erb within layouts/application (4.8ms)
|
1734
|
+
Completed 200 OK in 44ms (Views: 43.5ms | ActiveRecord: 0.2ms)
|
1735
|
+
|
1736
|
+
|
1737
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:22:01 +0700
|
1738
|
+
|
1739
|
+
|
1740
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:22:01 +0700
|
1741
|
+
|
1742
|
+
|
1743
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:22:01 +0700
|
1744
|
+
|
1745
|
+
|
1746
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:22:01 +0700
|
1747
|
+
|
1748
|
+
|
1749
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:22:01 +0700
|
1750
|
+
|
1751
|
+
|
1752
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:22:01 +0700
|
1753
|
+
|
1754
|
+
|
1755
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:22:01 +0700
|
1756
|
+
|
1757
|
+
|
1758
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:22:01 +0700
|
1759
|
+
|
1760
|
+
|
1761
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:22:01 +0700
|
1762
|
+
|
1763
|
+
|
1764
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:22:01 +0700
|
1765
|
+
|
1766
|
+
|
1767
|
+
Started GET "/assets/rails_sortable/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:22:01 +0700
|
1768
|
+
|
1769
|
+
|
1770
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:22:01 +0700
|
1771
|
+
|
1772
|
+
|
1773
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:24:06 +0700
|
1774
|
+
Processing by ItemsController#index as HTML
|
1775
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
1776
|
+
Rendered items/index.html.erb within layouts/application (4.4ms)
|
1777
|
+
Completed 200 OK in 59ms (Views: 58.5ms | ActiveRecord: 0.2ms)
|
1778
|
+
|
1779
|
+
|
1780
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:24:06 +0700
|
1781
|
+
|
1782
|
+
|
1783
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:24:06 +0700
|
1784
|
+
|
1785
|
+
|
1786
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:24:06 +0700
|
1787
|
+
|
1788
|
+
|
1789
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:24:06 +0700
|
1790
|
+
|
1791
|
+
|
1792
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:24:06 +0700
|
1793
|
+
|
1794
|
+
|
1795
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:24:06 +0700
|
1796
|
+
|
1797
|
+
|
1798
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:24:06 +0700
|
1799
|
+
|
1800
|
+
|
1801
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:24:06 +0700
|
1802
|
+
|
1803
|
+
|
1804
|
+
Started GET "/assets/rails_sortable/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:24:06 +0700
|
1805
|
+
|
1806
|
+
|
1807
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:24:06 +0700
|
1808
|
+
|
1809
|
+
|
1810
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:24:06 +0700
|
1811
|
+
|
1812
|
+
|
1813
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:24:06 +0700
|
1814
|
+
|
1815
|
+
|
1816
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:25:29 +0700
|
1817
|
+
Processing by ItemsController#index as HTML
|
1818
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items"[0m
|
1819
|
+
Rendered items/index.html.erb within layouts/application (4.3ms)
|
1820
|
+
Completed 200 OK in 58ms (Views: 57.6ms | ActiveRecord: 0.2ms)
|
1821
|
+
|
1822
|
+
|
1823
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:25:29 +0700
|
1824
|
+
|
1825
|
+
|
1826
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:25:29 +0700
|
1827
|
+
|
1828
|
+
|
1829
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:25:29 +0700
|
1830
|
+
|
1831
|
+
|
1832
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:25:29 +0700
|
1833
|
+
|
1834
|
+
|
1835
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:25:29 +0700
|
1836
|
+
|
1837
|
+
|
1838
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:25:29 +0700
|
1839
|
+
|
1840
|
+
|
1841
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:25:29 +0700
|
1842
|
+
|
1843
|
+
|
1844
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:25:29 +0700
|
1845
|
+
|
1846
|
+
|
1847
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:25:29 +0700
|
1848
|
+
|
1849
|
+
|
1850
|
+
Started GET "/assets/rails_sortable/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:25:29 +0700
|
1851
|
+
|
1852
|
+
|
1853
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:25:29 +0700
|
1854
|
+
|
1855
|
+
|
1856
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:25:29 +0700
|
1857
|
+
|
1858
|
+
|
1859
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:25:59 +0700
|
1860
|
+
Processing by ItemsController#index as HTML
|
1861
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
1862
|
+
Rendered items/index.html.erb within layouts/application (5.3ms)
|
1863
|
+
Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.2ms)
|
1864
|
+
|
1865
|
+
|
1866
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:25:59 +0700
|
1867
|
+
|
1868
|
+
|
1869
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:25:59 +0700
|
1870
|
+
|
1871
|
+
|
1872
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:25:59 +0700
|
1873
|
+
|
1874
|
+
|
1875
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:25:59 +0700
|
1876
|
+
|
1877
|
+
|
1878
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:25:59 +0700
|
1879
|
+
|
1880
|
+
|
1881
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:25:59 +0700
|
1882
|
+
|
1883
|
+
|
1884
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:25:59 +0700
|
1885
|
+
|
1886
|
+
|
1887
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:25:59 +0700
|
1888
|
+
|
1889
|
+
|
1890
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:25:59 +0700
|
1891
|
+
|
1892
|
+
|
1893
|
+
Started GET "/assets/rails_sortable/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:25:59 +0700
|
1894
|
+
|
1895
|
+
|
1896
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:25:59 +0700
|
1897
|
+
|
1898
|
+
|
1899
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:25:59 +0700
|
1900
|
+
|
1901
|
+
|
1902
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:27:47 +0700
|
1903
|
+
Processing by ItemsController#index as HTML
|
1904
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items"[0m
|
1905
|
+
Rendered items/index.html.erb within layouts/application (4.5ms)
|
1906
|
+
Completed 200 OK in 77ms (Views: 76.7ms | ActiveRecord: 0.2ms)
|
1907
|
+
|
1908
|
+
|
1909
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:27:47 +0700
|
1910
|
+
|
1911
|
+
|
1912
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:27:47 +0700
|
1913
|
+
|
1914
|
+
|
1915
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:27:47 +0700
|
1916
|
+
|
1917
|
+
|
1918
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:27:47 +0700
|
1919
|
+
|
1920
|
+
|
1921
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:27:47 +0700
|
1922
|
+
|
1923
|
+
|
1924
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:27:47 +0700
|
1925
|
+
|
1926
|
+
|
1927
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:27:47 +0700
|
1928
|
+
|
1929
|
+
|
1930
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:27:47 +0700
|
1931
|
+
|
1932
|
+
|
1933
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:27:47 +0700
|
1934
|
+
|
1935
|
+
|
1936
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:27:47 +0700
|
1937
|
+
|
1938
|
+
|
1939
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:27:47 +0700
|
1940
|
+
|
1941
|
+
|
1942
|
+
Started GET "/assets/rails_sortable/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:27:47 +0700
|
1943
|
+
|
1944
|
+
|
1945
|
+
Started POST "/items" for 127.0.0.1 at 2013-12-23 23:27:54 +0700
|
1946
|
+
Processing by ItemsController#create as */*
|
1947
|
+
Parameters: {"Item"=>["1", "3", "4", "5", "6", "2", "7", "8", "9", "10"]}
|
1948
|
+
Completed 400 Bad Request in 1ms
|
1949
|
+
|
1950
|
+
ActionController::ParameterMissing (param not found: item):
|
1951
|
+
app/controllers/items_controller.rb:56:in `item_params'
|
1952
|
+
app/controllers/items_controller.rb:24:in `create'
|
1953
|
+
|
1954
|
+
|
1955
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms)
|
1956
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
1957
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
|
1958
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (17.1ms)
|
1959
|
+
|
1960
|
+
|
1961
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:36:12 +0700
|
1962
|
+
|
1963
|
+
NoMethodError (undefined method `contoller' for #<ActionDispatch::Routing::Mapper:0x007f88146d7740>):
|
1964
|
+
/Users/madmax/Programs/itmammoth/rails_sortable/config/routes.rb:2:in `block in <top (required)>'
|
1965
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:341:in `instance_exec'
|
1966
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:341:in `eval_block'
|
1967
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:319:in `draw'
|
1968
|
+
/Users/madmax/Programs/itmammoth/rails_sortable/config/routes.rb:1:in `<top (required)>'
|
1969
|
+
activesupport (4.0.2) lib/active_support/dependencies.rb:223:in `load'
|
1970
|
+
activesupport (4.0.2) lib/active_support/dependencies.rb:223:in `block in load'
|
1971
|
+
activesupport (4.0.2) lib/active_support/dependencies.rb:214:in `load_dependency'
|
1972
|
+
activesupport (4.0.2) lib/active_support/dependencies.rb:223:in `load'
|
1973
|
+
railties (4.0.2) lib/rails/application/routes_reloader.rb:40:in `block in load_paths'
|
1974
|
+
railties (4.0.2) lib/rails/application/routes_reloader.rb:40:in `each'
|
1975
|
+
railties (4.0.2) lib/rails/application/routes_reloader.rb:40:in `load_paths'
|
1976
|
+
railties (4.0.2) lib/rails/application/routes_reloader.rb:16:in `reload!'
|
1977
|
+
railties (4.0.2) lib/rails/application/routes_reloader.rb:26:in `block in updater'
|
1978
|
+
activesupport (4.0.2) lib/active_support/file_update_checker.rb:75:in `call'
|
1979
|
+
activesupport (4.0.2) lib/active_support/file_update_checker.rb:75:in `execute'
|
1980
|
+
railties (4.0.2) lib/rails/application/routes_reloader.rb:7:in `execute'
|
1981
|
+
railties (4.0.2) lib/rails/application/finisher.rb:81:in `block (2 levels) in <module:Finisher>'
|
1982
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:397:in `_run__2012055777949889644__prepare__callbacks'
|
1983
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
1984
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/reloader.rb:74:in `prepare!'
|
1985
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/reloader.rb:62:in `call'
|
1986
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
1987
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
1988
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
1989
|
+
railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
|
1990
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
|
1991
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
1992
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
|
1993
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
|
1994
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
|
1995
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
1996
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
1997
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
1998
|
+
activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
1999
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
2000
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
|
2001
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
2002
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
2003
|
+
railties (4.0.2) lib/rails/application.rb:97:in `call'
|
2004
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
2005
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
2006
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
2007
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
|
2008
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
|
2009
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
|
2010
|
+
|
2011
|
+
|
2012
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms)
|
2013
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
2014
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
|
2015
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.4ms)
|
2016
|
+
|
2017
|
+
|
2018
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:36:34 +0700
|
2019
|
+
Processing by ItemsController#index as HTML
|
2020
|
+
[1m[35mItem Load (0.3ms)[0m SELECT "items".* FROM "items"
|
2021
|
+
Rendered items/index.html.erb within layouts/application (9.4ms)
|
2022
|
+
Completed 200 OK in 45ms (Views: 42.2ms | ActiveRecord: 0.5ms)
|
2023
|
+
|
2024
|
+
|
2025
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:36:35 +0700
|
2026
|
+
|
2027
|
+
|
2028
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:36:35 +0700
|
2029
|
+
|
2030
|
+
|
2031
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:36:35 +0700
|
2032
|
+
|
2033
|
+
|
2034
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:36:35 +0700
|
2035
|
+
|
2036
|
+
|
2037
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:36:35 +0700
|
2038
|
+
|
2039
|
+
|
2040
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:36:35 +0700
|
2041
|
+
|
2042
|
+
|
2043
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:36:35 +0700
|
2044
|
+
|
2045
|
+
|
2046
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:36:35 +0700
|
2047
|
+
|
2048
|
+
|
2049
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:36:35 +0700
|
2050
|
+
|
2051
|
+
|
2052
|
+
Started GET "/assets/rails_sortable/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:36:35 +0700
|
2053
|
+
|
2054
|
+
|
2055
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:36:35 +0700
|
2056
|
+
|
2057
|
+
|
2058
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:36:35 +0700
|
2059
|
+
|
2060
|
+
|
2061
|
+
Started POST "/sortable/reorder" for 127.0.0.1 at 2013-12-23 23:36:38 +0700
|
2062
|
+
|
2063
|
+
ActionController::RoutingError (No route matches [POST] "/sortable/reorder"):
|
2064
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
2065
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
2066
|
+
railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
|
2067
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
|
2068
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
2069
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
|
2070
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
|
2071
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
|
2072
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
2073
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
2074
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
2075
|
+
activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
2076
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
2077
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
|
2078
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
2079
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
2080
|
+
railties (4.0.2) lib/rails/application.rb:97:in `call'
|
2081
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
2082
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
2083
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
2084
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
|
2085
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
|
2086
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
|
2087
|
+
|
2088
|
+
|
2089
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
|
2090
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms)
|
2091
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/routes/_table.html.erb (10.6ms)
|
2092
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (37.7ms)
|
2093
|
+
|
2094
|
+
|
2095
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:37:21 +0700
|
2096
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
2097
|
+
Processing by ItemsController#index as HTML
|
2098
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
2099
|
+
Rendered items/index.html.erb within layouts/application (10.8ms)
|
2100
|
+
Completed 200 OK in 121ms (Views: 118.6ms | ActiveRecord: 0.4ms)
|
2101
|
+
|
2102
|
+
|
2103
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:37:22 +0700
|
2104
|
+
|
2105
|
+
|
2106
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:37:22 +0700
|
2107
|
+
|
2108
|
+
|
2109
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:37:22 +0700
|
2110
|
+
|
2111
|
+
|
2112
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:37:22 +0700
|
2113
|
+
|
2114
|
+
|
2115
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:37:22 +0700
|
2116
|
+
|
2117
|
+
|
2118
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:37:22 +0700
|
2119
|
+
|
2120
|
+
|
2121
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:37:22 +0700
|
2122
|
+
|
2123
|
+
|
2124
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:37:22 +0700
|
2125
|
+
|
2126
|
+
|
2127
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:37:22 +0700
|
2128
|
+
|
2129
|
+
|
2130
|
+
Started GET "/assets/rails_sortable/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:37:22 +0700
|
2131
|
+
|
2132
|
+
|
2133
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:37:22 +0700
|
2134
|
+
|
2135
|
+
|
2136
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:37:22 +0700
|
2137
|
+
|
2138
|
+
|
2139
|
+
Started POST "/reorder" for 127.0.0.1 at 2013-12-23 23:37:25 +0700
|
2140
|
+
Processing by SortableController#reorder as */*
|
2141
|
+
Parameters: {"Item"=>["1", "2", "4", "5", "6", "7", "3", "8", "9", "10"]}
|
2142
|
+
Completed 500 Internal Server Error in 9ms
|
2143
|
+
|
2144
|
+
ActionView::MissingTemplate (Missing template sortable/reorder, application/reorder with {:locale=>[:en], :formats=>[:html, :text, :js, :css, :ics, :csv, :png, :jpeg, :gif, :bmp, :tiff, :mpeg, :xml, :rss, :atom, :yaml, :multipart_form, :url_encoded_form, :json, :pdf, :zip], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in:
|
2145
|
+
* "/Users/madmax/Programs/itmammoth/rails_sortable/spec/dummy/app/views"
|
2146
|
+
* "/Users/madmax/Programs/itmammoth/rails_sortable/app/views"
|
2147
|
+
):
|
2148
|
+
actionpack (4.0.2) lib/action_view/path_set.rb:46:in `find'
|
2149
|
+
actionpack (4.0.2) lib/action_view/lookup_context.rb:122:in `find'
|
2150
|
+
actionpack (4.0.2) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
|
2151
|
+
actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:35:in `determine_template'
|
2152
|
+
actionpack (4.0.2) lib/action_view/renderer/template_renderer.rb:8:in `render'
|
2153
|
+
actionpack (4.0.2) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
2154
|
+
actionpack (4.0.2) lib/action_view/renderer/renderer.rb:23:in `render'
|
2155
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:127:in `_render_template'
|
2156
|
+
actionpack (4.0.2) lib/action_controller/metal/streaming.rb:219:in `_render_template'
|
2157
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:120:in `render_to_body'
|
2158
|
+
actionpack (4.0.2) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
|
2159
|
+
actionpack (4.0.2) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
|
2160
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:97:in `render'
|
2161
|
+
actionpack (4.0.2) lib/action_controller/metal/rendering.rb:16:in `render'
|
2162
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
2163
|
+
activesupport (4.0.2) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
2164
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
|
2165
|
+
activesupport (4.0.2) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
2166
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
2167
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
2168
|
+
activerecord (4.0.2) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
2169
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
2170
|
+
actionpack (4.0.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
2171
|
+
actionpack (4.0.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
2172
|
+
actionpack (4.0.2) lib/abstract_controller/base.rb:189:in `process_action'
|
2173
|
+
actionpack (4.0.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
2174
|
+
actionpack (4.0.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
2175
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:383:in `_run__180042740375737129__process_action__callbacks'
|
2176
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
2177
|
+
actionpack (4.0.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
2178
|
+
actionpack (4.0.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
2179
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
2180
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `block in instrument'
|
2181
|
+
activesupport (4.0.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
2182
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `instrument'
|
2183
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
2184
|
+
actionpack (4.0.2) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
|
2185
|
+
activerecord (4.0.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
2186
|
+
actionpack (4.0.2) lib/abstract_controller/base.rb:136:in `process'
|
2187
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:44:in `process'
|
2188
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:195:in `dispatch'
|
2189
|
+
actionpack (4.0.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
2190
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:231:in `block in action'
|
2191
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
2192
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
2193
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
2194
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
2195
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
|
2196
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
|
2197
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
|
2198
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
2199
|
+
rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
|
2200
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
2201
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
2202
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/flash.rb:241:in `call'
|
2203
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
2204
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
2205
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/cookies.rb:486:in `call'
|
2206
|
+
activerecord (4.0.2) lib/active_record/query_cache.rb:36:in `call'
|
2207
|
+
activerecord (4.0.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
|
2208
|
+
activerecord (4.0.2) lib/active_record/migration.rb:369:in `call'
|
2209
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
2210
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:373:in `_run__2535241574861807111__call__callbacks'
|
2211
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
2212
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
2213
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/reloader.rb:64:in `call'
|
2214
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
2215
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
2216
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
2217
|
+
railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
|
2218
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
|
2219
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
2220
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
|
2221
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
|
2222
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
|
2223
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
2224
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
2225
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
2226
|
+
activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
2227
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
2228
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
|
2229
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
2230
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
2231
|
+
railties (4.0.2) lib/rails/application.rb:97:in `call'
|
2232
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
2233
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
2234
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
2235
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
|
2236
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
|
2237
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
|
2238
|
+
|
2239
|
+
|
2240
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.5ms)
|
2241
|
+
|
2242
|
+
|
2243
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:37:41 +0700
|
2244
|
+
Processing by ItemsController#index as HTML
|
2245
|
+
[1m[36mItem Load (0.3ms)[0m [1mSELECT "items".* FROM "items"[0m
|
2246
|
+
Rendered items/index.html.erb within layouts/application (9.4ms)
|
2247
|
+
Completed 200 OK in 17ms (Views: 14.3ms | ActiveRecord: 0.5ms)
|
2248
|
+
|
2249
|
+
|
2250
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:37:41 +0700
|
2251
|
+
|
2252
|
+
|
2253
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:37:41 +0700
|
2254
|
+
|
2255
|
+
|
2256
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:37:41 +0700
|
2257
|
+
|
2258
|
+
|
2259
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:37:41 +0700
|
2260
|
+
|
2261
|
+
|
2262
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:37:41 +0700
|
2263
|
+
|
2264
|
+
|
2265
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:37:41 +0700
|
2266
|
+
|
2267
|
+
|
2268
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:37:41 +0700
|
2269
|
+
|
2270
|
+
|
2271
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:37:41 +0700
|
2272
|
+
|
2273
|
+
|
2274
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:37:41 +0700
|
2275
|
+
|
2276
|
+
|
2277
|
+
Started GET "/assets/rails_sortable/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:37:41 +0700
|
2278
|
+
|
2279
|
+
|
2280
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:37:41 +0700
|
2281
|
+
|
2282
|
+
|
2283
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:37:41 +0700
|
2284
|
+
|
2285
|
+
|
2286
|
+
Started POST "/reorder" for 127.0.0.1 at 2013-12-23 23:37:44 +0700
|
2287
|
+
Processing by SortableController#reorder as */*
|
2288
|
+
Parameters: {"Item"=>["1", "3", "4", "5", "6", "7", "2", "8", "9", "10"]}
|
2289
|
+
Rendered text template (0.0ms)
|
2290
|
+
Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.0ms)
|
2291
|
+
|
2292
|
+
|
2293
|
+
Started POST "/reorder" for 127.0.0.1 at 2013-12-23 23:37:45 +0700
|
2294
|
+
Processing by SortableController#reorder as */*
|
2295
|
+
Parameters: {"Item"=>["1", "10", "3", "4", "5", "6", "7", "2", "8", "9"]}
|
2296
|
+
Rendered text template (0.0ms)
|
2297
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
2298
|
+
|
2299
|
+
|
2300
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:38:10 +0700
|
2301
|
+
Processing by ItemsController#index as HTML
|
2302
|
+
[1m[35mItem Load (0.3ms)[0m SELECT "items".* FROM "items"
|
2303
|
+
Rendered items/index.html.erb within layouts/application (9.2ms)
|
2304
|
+
Completed 200 OK in 67ms (Views: 40.5ms | ActiveRecord: 0.5ms)
|
2305
|
+
|
2306
|
+
|
2307
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:38:10 +0700
|
2308
|
+
|
2309
|
+
|
2310
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:38:10 +0700
|
2311
|
+
|
2312
|
+
|
2313
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:38:10 +0700
|
2314
|
+
|
2315
|
+
|
2316
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:38:10 +0700
|
2317
|
+
|
2318
|
+
|
2319
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:38:10 +0700
|
2320
|
+
|
2321
|
+
|
2322
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:38:10 +0700
|
2323
|
+
|
2324
|
+
|
2325
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:38:10 +0700
|
2326
|
+
|
2327
|
+
|
2328
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:38:10 +0700
|
2329
|
+
|
2330
|
+
|
2331
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:38:10 +0700
|
2332
|
+
|
2333
|
+
|
2334
|
+
Started GET "/assets/rails_sortable/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:38:10 +0700
|
2335
|
+
|
2336
|
+
|
2337
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:38:10 +0700
|
2338
|
+
|
2339
|
+
|
2340
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:38:10 +0700
|
2341
|
+
|
2342
|
+
|
2343
|
+
Started POST "/sortable_reorder" for 127.0.0.1 at 2013-12-23 23:38:13 +0700
|
2344
|
+
|
2345
|
+
AbstractController::ActionNotFound (The action 'sortable_reorder' could not be found for SortableController):
|
2346
|
+
actionpack (4.0.2) lib/abstract_controller/base.rb:131:in `process'
|
2347
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:44:in `process'
|
2348
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:195:in `dispatch'
|
2349
|
+
actionpack (4.0.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
2350
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:231:in `block in action'
|
2351
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
2352
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
2353
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
2354
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
2355
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
|
2356
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
|
2357
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
|
2358
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
2359
|
+
rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
|
2360
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
2361
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
2362
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/flash.rb:241:in `call'
|
2363
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
2364
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
2365
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/cookies.rb:486:in `call'
|
2366
|
+
activerecord (4.0.2) lib/active_record/query_cache.rb:36:in `call'
|
2367
|
+
activerecord (4.0.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
|
2368
|
+
activerecord (4.0.2) lib/active_record/migration.rb:369:in `call'
|
2369
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
2370
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:373:in `_run__2535241574861807111__call__callbacks'
|
2371
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
2372
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
2373
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/reloader.rb:64:in `call'
|
2374
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
2375
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
2376
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
2377
|
+
railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
|
2378
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
|
2379
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
2380
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
|
2381
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
|
2382
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
|
2383
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
2384
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
2385
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
2386
|
+
activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
2387
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
2388
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
|
2389
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
2390
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
2391
|
+
railties (4.0.2) lib/rails/application.rb:97:in `call'
|
2392
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
2393
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
2394
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
2395
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
|
2396
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
|
2397
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
|
2398
|
+
|
2399
|
+
|
2400
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms)
|
2401
|
+
|
2402
|
+
|
2403
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:38:35 +0700
|
2404
|
+
Processing by ItemsController#index as HTML
|
2405
|
+
[1m[36mItem Load (0.3ms)[0m [1mSELECT "items".* FROM "items"[0m
|
2406
|
+
Rendered items/index.html.erb within layouts/application (9.5ms)
|
2407
|
+
Completed 200 OK in 17ms (Views: 14.4ms | ActiveRecord: 0.6ms)
|
2408
|
+
|
2409
|
+
|
2410
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:38:35 +0700
|
2411
|
+
|
2412
|
+
|
2413
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:38:35 +0700
|
2414
|
+
|
2415
|
+
|
2416
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:38:35 +0700
|
2417
|
+
|
2418
|
+
|
2419
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:38:35 +0700
|
2420
|
+
|
2421
|
+
|
2422
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:38:35 +0700
|
2423
|
+
|
2424
|
+
|
2425
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:38:35 +0700
|
2426
|
+
|
2427
|
+
|
2428
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:38:35 +0700
|
2429
|
+
|
2430
|
+
|
2431
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:38:35 +0700
|
2432
|
+
|
2433
|
+
|
2434
|
+
Started GET "/assets/rails_sortable/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:38:35 +0700
|
2435
|
+
|
2436
|
+
|
2437
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:38:35 +0700
|
2438
|
+
|
2439
|
+
|
2440
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:38:35 +0700
|
2441
|
+
|
2442
|
+
|
2443
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:38:35 +0700
|
2444
|
+
|
2445
|
+
|
2446
|
+
Started POST "/sortable_reorder" for 127.0.0.1 at 2013-12-23 23:38:37 +0700
|
2447
|
+
Processing by SortableController#reorder as */*
|
2448
|
+
Parameters: {"Item"=>["1", "3", "4", "5", "6", "7", "8", "2", "9", "10"]}
|
2449
|
+
Rendered text template (0.0ms)
|
2450
|
+
Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
2451
|
+
|
2452
|
+
|
2453
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:39:09 +0700
|
2454
|
+
Processing by ItemsController#index as HTML
|
2455
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
2456
|
+
Rendered items/index.html.erb within layouts/application (4.7ms)
|
2457
|
+
Completed 200 OK in 77ms (Views: 76.2ms | ActiveRecord: 0.2ms)
|
2458
|
+
|
2459
|
+
|
2460
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:39:10 +0700
|
2461
|
+
|
2462
|
+
|
2463
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:39:10 +0700
|
2464
|
+
|
2465
|
+
|
2466
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:39:10 +0700
|
2467
|
+
|
2468
|
+
|
2469
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:39:10 +0700
|
2470
|
+
|
2471
|
+
|
2472
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:39:10 +0700
|
2473
|
+
|
2474
|
+
|
2475
|
+
Started GET "/assets/rails_sortable/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:39:10 +0700
|
2476
|
+
|
2477
|
+
|
2478
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:39:10 +0700
|
2479
|
+
|
2480
|
+
|
2481
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:39:10 +0700
|
2482
|
+
|
2483
|
+
|
2484
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:39:10 +0700
|
2485
|
+
|
2486
|
+
|
2487
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:39:10 +0700
|
2488
|
+
|
2489
|
+
|
2490
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:39:10 +0700
|
2491
|
+
|
2492
|
+
|
2493
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:39:10 +0700
|
2494
|
+
|
2495
|
+
|
2496
|
+
Started POST "/sortable/reorder" for 127.0.0.1 at 2013-12-23 23:39:12 +0700
|
2497
|
+
|
2498
|
+
ActionController::RoutingError (No route matches [POST] "/sortable/reorder"):
|
2499
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
2500
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
2501
|
+
railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
|
2502
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
|
2503
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
2504
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
|
2505
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
|
2506
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
|
2507
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
2508
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
2509
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
2510
|
+
activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
2511
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
2512
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
|
2513
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
2514
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
2515
|
+
railties (4.0.2) lib/rails/application.rb:97:in `call'
|
2516
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
2517
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
2518
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
2519
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
|
2520
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
|
2521
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
|
2522
|
+
|
2523
|
+
|
2524
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
2525
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms)
|
2526
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.7ms)
|
2527
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (21.4ms)
|
2528
|
+
|
2529
|
+
|
2530
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:40:36 +0700
|
2531
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
2532
|
+
Processing by ItemsController#index as HTML
|
2533
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items"
|
2534
|
+
Rendered items/index.html.erb within layouts/application (11.8ms)
|
2535
|
+
Completed 200 OK in 109ms (Views: 106.5ms | ActiveRecord: 0.4ms)
|
2536
|
+
|
2537
|
+
|
2538
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:40:37 +0700
|
2539
|
+
|
2540
|
+
|
2541
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:40:37 +0700
|
2542
|
+
|
2543
|
+
|
2544
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:40:37 +0700
|
2545
|
+
|
2546
|
+
|
2547
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:40:37 +0700
|
2548
|
+
|
2549
|
+
|
2550
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:40:37 +0700
|
2551
|
+
|
2552
|
+
|
2553
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:40:37 +0700
|
2554
|
+
|
2555
|
+
|
2556
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:40:37 +0700
|
2557
|
+
|
2558
|
+
|
2559
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:40:37 +0700
|
2560
|
+
|
2561
|
+
|
2562
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:40:37 +0700
|
2563
|
+
|
2564
|
+
|
2565
|
+
Started GET "/assets/rails_sortable/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:40:37 +0700
|
2566
|
+
|
2567
|
+
|
2568
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:40:37 +0700
|
2569
|
+
|
2570
|
+
|
2571
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:40:37 +0700
|
2572
|
+
|
2573
|
+
|
2574
|
+
Started POST "/sortable/reorder" for 127.0.0.1 at 2013-12-23 23:40:39 +0700
|
2575
|
+
|
2576
|
+
AbstractController::ActionNotFound (The action 'reroder' could not be found for SortableController):
|
2577
|
+
actionpack (4.0.2) lib/abstract_controller/base.rb:131:in `process'
|
2578
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:44:in `process'
|
2579
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:195:in `dispatch'
|
2580
|
+
actionpack (4.0.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
2581
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:231:in `block in action'
|
2582
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
2583
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
2584
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
2585
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
2586
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
|
2587
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
|
2588
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
|
2589
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
2590
|
+
rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
|
2591
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
2592
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
2593
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/flash.rb:241:in `call'
|
2594
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
2595
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
2596
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/cookies.rb:486:in `call'
|
2597
|
+
activerecord (4.0.2) lib/active_record/query_cache.rb:36:in `call'
|
2598
|
+
activerecord (4.0.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
|
2599
|
+
activerecord (4.0.2) lib/active_record/migration.rb:369:in `call'
|
2600
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
2601
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:373:in `_run__343990961264051202__call__callbacks'
|
2602
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
2603
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
2604
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/reloader.rb:64:in `call'
|
2605
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
2606
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
2607
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
2608
|
+
railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
|
2609
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
|
2610
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
2611
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
|
2612
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
|
2613
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
|
2614
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
2615
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
2616
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
2617
|
+
activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
2618
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
2619
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
|
2620
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
2621
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
2622
|
+
railties (4.0.2) lib/rails/application.rb:97:in `call'
|
2623
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
2624
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
2625
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
2626
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
|
2627
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
|
2628
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
|
2629
|
+
|
2630
|
+
|
2631
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms)
|
2632
|
+
|
2633
|
+
|
2634
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:40:59 +0700
|
2635
|
+
Processing by ItemsController#index as HTML
|
2636
|
+
[1m[36mItem Load (0.5ms)[0m [1mSELECT "items".* FROM "items"[0m
|
2637
|
+
Rendered items/index.html.erb within layouts/application (11.3ms)
|
2638
|
+
Completed 200 OK in 22ms (Views: 18.4ms | ActiveRecord: 0.8ms)
|
2639
|
+
|
2640
|
+
|
2641
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:40:59 +0700
|
2642
|
+
|
2643
|
+
|
2644
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:40:59 +0700
|
2645
|
+
|
2646
|
+
|
2647
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:40:59 +0700
|
2648
|
+
|
2649
|
+
|
2650
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:40:59 +0700
|
2651
|
+
|
2652
|
+
|
2653
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:40:59 +0700
|
2654
|
+
|
2655
|
+
|
2656
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:40:59 +0700
|
2657
|
+
|
2658
|
+
|
2659
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:40:59 +0700
|
2660
|
+
|
2661
|
+
|
2662
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:40:59 +0700
|
2663
|
+
|
2664
|
+
|
2665
|
+
Started GET "/assets/rails_sortable/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:40:59 +0700
|
2666
|
+
|
2667
|
+
|
2668
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:40:59 +0700
|
2669
|
+
|
2670
|
+
|
2671
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:40:59 +0700
|
2672
|
+
|
2673
|
+
|
2674
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:40:59 +0700
|
2675
|
+
|
2676
|
+
|
2677
|
+
Started POST "/sortable/reorder" for 127.0.0.1 at 2013-12-23 23:41:02 +0700
|
2678
|
+
|
2679
|
+
AbstractController::ActionNotFound (The action 'reoder' could not be found for SortableController):
|
2680
|
+
actionpack (4.0.2) lib/abstract_controller/base.rb:131:in `process'
|
2681
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:44:in `process'
|
2682
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:195:in `dispatch'
|
2683
|
+
actionpack (4.0.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
2684
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:231:in `block in action'
|
2685
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
2686
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
2687
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
2688
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
2689
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
|
2690
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
|
2691
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
|
2692
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
2693
|
+
rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
|
2694
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
2695
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
2696
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/flash.rb:241:in `call'
|
2697
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
2698
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
2699
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/cookies.rb:486:in `call'
|
2700
|
+
activerecord (4.0.2) lib/active_record/query_cache.rb:36:in `call'
|
2701
|
+
activerecord (4.0.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
|
2702
|
+
activerecord (4.0.2) lib/active_record/migration.rb:369:in `call'
|
2703
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
2704
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:373:in `_run__343990961264051202__call__callbacks'
|
2705
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
2706
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
2707
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/reloader.rb:64:in `call'
|
2708
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
2709
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
2710
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
2711
|
+
railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
|
2712
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
|
2713
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
2714
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
|
2715
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
|
2716
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
|
2717
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
2718
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
2719
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
2720
|
+
activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
2721
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
2722
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
|
2723
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
2724
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
2725
|
+
railties (4.0.2) lib/rails/application.rb:97:in `call'
|
2726
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
2727
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
2728
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
2729
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
|
2730
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
|
2731
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
|
2732
|
+
|
2733
|
+
|
2734
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.5ms)
|
2735
|
+
|
2736
|
+
|
2737
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-23 23:41:13 +0700
|
2738
|
+
Processing by ItemsController#index as HTML
|
2739
|
+
[1m[35mItem Load (0.3ms)[0m SELECT "items".* FROM "items"
|
2740
|
+
Rendered items/index.html.erb within layouts/application (25.7ms)
|
2741
|
+
Completed 200 OK in 33ms (Views: 30.6ms | ActiveRecord: 0.5ms)
|
2742
|
+
|
2743
|
+
|
2744
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-23 23:41:13 +0700
|
2745
|
+
|
2746
|
+
|
2747
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-23 23:41:13 +0700
|
2748
|
+
|
2749
|
+
|
2750
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-23 23:41:13 +0700
|
2751
|
+
|
2752
|
+
|
2753
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-23 23:41:13 +0700
|
2754
|
+
|
2755
|
+
|
2756
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-23 23:41:13 +0700
|
2757
|
+
|
2758
|
+
|
2759
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-23 23:41:13 +0700
|
2760
|
+
|
2761
|
+
|
2762
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-23 23:41:13 +0700
|
2763
|
+
|
2764
|
+
|
2765
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-23 23:41:13 +0700
|
2766
|
+
|
2767
|
+
|
2768
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:41:13 +0700
|
2769
|
+
|
2770
|
+
|
2771
|
+
Started GET "/assets/rails_sortable/sortable.js?body=1" for 127.0.0.1 at 2013-12-23 23:41:13 +0700
|
2772
|
+
|
2773
|
+
|
2774
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-23 23:41:13 +0700
|
2775
|
+
|
2776
|
+
|
2777
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-23 23:41:13 +0700
|
2778
|
+
|
2779
|
+
|
2780
|
+
Started POST "/sortable/reorder" for 127.0.0.1 at 2013-12-23 23:41:16 +0700
|
2781
|
+
Processing by SortableController#reorder as */*
|
2782
|
+
Parameters: {"Item"=>["2", "3", "4", "5", "6", "7", "1", "8", "9", "10"]}
|
2783
|
+
Rendered text template (0.0ms)
|
2784
|
+
Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
|
2785
|
+
|
2786
|
+
|
2787
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-24 00:00:13 +0700
|
2788
|
+
Processing by ItemsController#index as HTML
|
2789
|
+
[1m[36mItem Load (0.3ms)[0m [1mSELECT "items".* FROM "items" ORDER BY "items"."sort" ASC[0m
|
2790
|
+
Rendered items/index.html.erb within layouts/application (11.8ms)
|
2791
|
+
Completed 200 OK in 19ms (Views: 16.5ms | ActiveRecord: 0.6ms)
|
2792
|
+
|
2793
|
+
|
2794
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-24 00:00:13 +0700
|
2795
|
+
|
2796
|
+
|
2797
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-24 00:00:13 +0700
|
2798
|
+
|
2799
|
+
|
2800
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-24 00:00:13 +0700
|
2801
|
+
|
2802
|
+
|
2803
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-24 00:00:13 +0700
|
2804
|
+
|
2805
|
+
|
2806
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-24 00:00:13 +0700
|
2807
|
+
|
2808
|
+
|
2809
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-24 00:00:13 +0700
|
2810
|
+
|
2811
|
+
|
2812
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-24 00:00:13 +0700
|
2813
|
+
|
2814
|
+
|
2815
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-24 00:00:13 +0700
|
2816
|
+
|
2817
|
+
|
2818
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-24 00:00:13 +0700
|
2819
|
+
|
2820
|
+
|
2821
|
+
Started GET "/assets/rails_sortable/sortable.js?body=1" for 127.0.0.1 at 2013-12-24 00:00:13 +0700
|
2822
|
+
|
2823
|
+
|
2824
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-24 00:00:13 +0700
|
2825
|
+
|
2826
|
+
|
2827
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-24 00:00:13 +0700
|
2828
|
+
|
2829
|
+
|
2830
|
+
Started POST "/sortable/reorder" for 127.0.0.1 at 2013-12-24 00:00:17 +0700
|
2831
|
+
Processing by SortableController#reorder as */*
|
2832
|
+
Parameters: {"Item"=>["2", "3", "4", "5", "6", "1", "7", "8", "9", "10"]}
|
2833
|
+
Completed 500 Internal Server Error in 1ms
|
2834
|
+
|
2835
|
+
NoMethodError (undefined method `first' for nil:NilClass):
|
2836
|
+
/Users/madmax/Programs/itmammoth/rails_sortable/app/controllers/sortable_controller.rb:7:in `reorder'
|
2837
|
+
actionpack (4.0.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
2838
|
+
actionpack (4.0.2) lib/abstract_controller/base.rb:189:in `process_action'
|
2839
|
+
actionpack (4.0.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
2840
|
+
actionpack (4.0.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
2841
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:383:in `_run__724045178569215732__process_action__callbacks'
|
2842
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
2843
|
+
actionpack (4.0.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
2844
|
+
actionpack (4.0.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
2845
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
2846
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `block in instrument'
|
2847
|
+
activesupport (4.0.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
2848
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `instrument'
|
2849
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
2850
|
+
actionpack (4.0.2) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
|
2851
|
+
activerecord (4.0.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
2852
|
+
actionpack (4.0.2) lib/abstract_controller/base.rb:136:in `process'
|
2853
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:44:in `process'
|
2854
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:195:in `dispatch'
|
2855
|
+
actionpack (4.0.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
2856
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:231:in `block in action'
|
2857
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
2858
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
2859
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
2860
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
2861
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
|
2862
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
|
2863
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
|
2864
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
2865
|
+
rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
|
2866
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
2867
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
2868
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/flash.rb:241:in `call'
|
2869
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
2870
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
2871
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/cookies.rb:486:in `call'
|
2872
|
+
activerecord (4.0.2) lib/active_record/query_cache.rb:36:in `call'
|
2873
|
+
activerecord (4.0.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
|
2874
|
+
activerecord (4.0.2) lib/active_record/migration.rb:369:in `call'
|
2875
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
2876
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:373:in `_run__343990961264051202__call__callbacks'
|
2877
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
2878
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
2879
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/reloader.rb:64:in `call'
|
2880
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
2881
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
2882
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
2883
|
+
railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
|
2884
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
|
2885
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
2886
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
|
2887
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
|
2888
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
|
2889
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
2890
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
2891
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
2892
|
+
activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
2893
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
2894
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
|
2895
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
2896
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
2897
|
+
railties (4.0.2) lib/rails/application.rb:97:in `call'
|
2898
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
2899
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
2900
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
2901
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
|
2902
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
|
2903
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
|
2904
|
+
|
2905
|
+
|
2906
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
|
2907
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
2908
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
|
2909
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.8ms)
|
2910
|
+
|
2911
|
+
|
2912
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-24 00:05:06 +0700
|
2913
|
+
Processing by ItemsController#index as HTML
|
2914
|
+
[1m[35mItem Load (0.3ms)[0m SELECT "items".* FROM "items" ORDER BY "items"."sort" ASC
|
2915
|
+
Rendered items/index.html.erb within layouts/application (11.9ms)
|
2916
|
+
Completed 200 OK in 20ms (Views: 17.7ms | ActiveRecord: 0.5ms)
|
2917
|
+
|
2918
|
+
|
2919
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-24 00:05:06 +0700
|
2920
|
+
|
2921
|
+
|
2922
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-24 00:05:06 +0700
|
2923
|
+
|
2924
|
+
|
2925
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-24 00:05:06 +0700
|
2926
|
+
|
2927
|
+
|
2928
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-24 00:05:06 +0700
|
2929
|
+
|
2930
|
+
|
2931
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-24 00:05:06 +0700
|
2932
|
+
|
2933
|
+
|
2934
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-24 00:05:06 +0700
|
2935
|
+
|
2936
|
+
|
2937
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-24 00:05:06 +0700
|
2938
|
+
|
2939
|
+
|
2940
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-24 00:05:06 +0700
|
2941
|
+
|
2942
|
+
|
2943
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-24 00:05:06 +0700
|
2944
|
+
|
2945
|
+
|
2946
|
+
Started GET "/assets/rails_sortable/sortable.js?body=1" for 127.0.0.1 at 2013-12-24 00:05:06 +0700
|
2947
|
+
|
2948
|
+
|
2949
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-24 00:05:06 +0700
|
2950
|
+
|
2951
|
+
|
2952
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-24 00:05:06 +0700
|
2953
|
+
|
2954
|
+
|
2955
|
+
Started POST "/sortable/reorder" for 127.0.0.1 at 2013-12-24 00:05:09 +0700
|
2956
|
+
Processing by SortableController#reorder as */*
|
2957
|
+
Parameters: {"Item"=>["2", "3", "4", "5", "6", "1", "7", "8", "9", "10"]}
|
2958
|
+
Completed 500 Internal Server Error in 1ms
|
2959
|
+
|
2960
|
+
NoMethodError (undefined method `to_i' for ["2", "3", "4", "5", "6", "1", "7", "8", "9", "10"]:Array):
|
2961
|
+
/Users/madmax/Programs/itmammoth/rails_sortable/app/controllers/sortable_controller.rb:7:in `block in reorder'
|
2962
|
+
/Users/madmax/Programs/itmammoth/rails_sortable/app/controllers/sortable_controller.rb:7:in `map'
|
2963
|
+
/Users/madmax/Programs/itmammoth/rails_sortable/app/controllers/sortable_controller.rb:7:in `reorder'
|
2964
|
+
actionpack (4.0.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
2965
|
+
actionpack (4.0.2) lib/abstract_controller/base.rb:189:in `process_action'
|
2966
|
+
actionpack (4.0.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
2967
|
+
actionpack (4.0.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
2968
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:383:in `_run__724045178569215732__process_action__callbacks'
|
2969
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
2970
|
+
actionpack (4.0.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
2971
|
+
actionpack (4.0.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
2972
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
2973
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `block in instrument'
|
2974
|
+
activesupport (4.0.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
2975
|
+
activesupport (4.0.2) lib/active_support/notifications.rb:159:in `instrument'
|
2976
|
+
actionpack (4.0.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
2977
|
+
actionpack (4.0.2) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
|
2978
|
+
activerecord (4.0.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
2979
|
+
actionpack (4.0.2) lib/abstract_controller/base.rb:136:in `process'
|
2980
|
+
actionpack (4.0.2) lib/abstract_controller/rendering.rb:44:in `process'
|
2981
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:195:in `dispatch'
|
2982
|
+
actionpack (4.0.2) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
2983
|
+
actionpack (4.0.2) lib/action_controller/metal.rb:231:in `block in action'
|
2984
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
2985
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
2986
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
2987
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
2988
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `each'
|
2989
|
+
actionpack (4.0.2) lib/action_dispatch/journey/router.rb:59:in `call'
|
2990
|
+
actionpack (4.0.2) lib/action_dispatch/routing/route_set.rb:680:in `call'
|
2991
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
2992
|
+
rack (1.5.2) lib/rack/conditionalget.rb:35:in `call'
|
2993
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
2994
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
2995
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/flash.rb:241:in `call'
|
2996
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
2997
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
2998
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/cookies.rb:486:in `call'
|
2999
|
+
activerecord (4.0.2) lib/active_record/query_cache.rb:36:in `call'
|
3000
|
+
activerecord (4.0.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
|
3001
|
+
activerecord (4.0.2) lib/active_record/migration.rb:369:in `call'
|
3002
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
3003
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:373:in `_run__343990961264051202__call__callbacks'
|
3004
|
+
activesupport (4.0.2) lib/active_support/callbacks.rb:80:in `run_callbacks'
|
3005
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
3006
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/reloader.rb:64:in `call'
|
3007
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
3008
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
3009
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
3010
|
+
railties (4.0.2) lib/rails/rack/logger.rb:38:in `call_app'
|
3011
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `block in call'
|
3012
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `block in tagged'
|
3013
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:25:in `tagged'
|
3014
|
+
activesupport (4.0.2) lib/active_support/tagged_logging.rb:67:in `tagged'
|
3015
|
+
railties (4.0.2) lib/rails/rack/logger.rb:20:in `call'
|
3016
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
3017
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
3018
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
3019
|
+
activesupport (4.0.2) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
|
3020
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
3021
|
+
actionpack (4.0.2) lib/action_dispatch/middleware/static.rb:64:in `call'
|
3022
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
3023
|
+
railties (4.0.2) lib/rails/engine.rb:511:in `call'
|
3024
|
+
railties (4.0.2) lib/rails/application.rb:97:in `call'
|
3025
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
3026
|
+
rack (1.5.2) lib/rack/content_length.rb:14:in `call'
|
3027
|
+
rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
|
3028
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
|
3029
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
|
3030
|
+
/Users/madmax/.rbenv/versions/2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
|
3031
|
+
|
3032
|
+
|
3033
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
|
3034
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
|
3035
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
|
3036
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.0.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.4ms)
|
3037
|
+
|
3038
|
+
|
3039
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-24 00:07:33 +0700
|
3040
|
+
Processing by ItemsController#index as HTML
|
3041
|
+
[1m[36mItem Load (0.4ms)[0m [1mSELECT "items".* FROM "items" ORDER BY "items"."sort" ASC[0m
|
3042
|
+
Rendered items/index.html.erb within layouts/application (10.1ms)
|
3043
|
+
Completed 200 OK in 17ms (Views: 15.0ms | ActiveRecord: 0.7ms)
|
3044
|
+
|
3045
|
+
|
3046
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-24 00:07:33 +0700
|
3047
|
+
|
3048
|
+
|
3049
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-24 00:07:33 +0700
|
3050
|
+
|
3051
|
+
|
3052
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-24 00:07:33 +0700
|
3053
|
+
|
3054
|
+
|
3055
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-24 00:07:33 +0700
|
3056
|
+
|
3057
|
+
|
3058
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-24 00:07:33 +0700
|
3059
|
+
|
3060
|
+
|
3061
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-24 00:07:33 +0700
|
3062
|
+
|
3063
|
+
|
3064
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-24 00:07:33 +0700
|
3065
|
+
|
3066
|
+
|
3067
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-24 00:07:33 +0700
|
3068
|
+
|
3069
|
+
|
3070
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-24 00:07:33 +0700
|
3071
|
+
|
3072
|
+
|
3073
|
+
Started GET "/assets/rails_sortable/sortable.js?body=1" for 127.0.0.1 at 2013-12-24 00:07:33 +0700
|
3074
|
+
|
3075
|
+
|
3076
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-24 00:07:33 +0700
|
3077
|
+
|
3078
|
+
|
3079
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-24 00:07:33 +0700
|
3080
|
+
|
3081
|
+
|
3082
|
+
Started POST "/sortable/reorder" for 127.0.0.1 at 2013-12-24 00:07:38 +0700
|
3083
|
+
Processing by SortableController#reorder as */*
|
3084
|
+
Parameters: {"Item"=>["2", "3", "4", "5", "6", "7", "8", "9", "10", "1"]}
|
3085
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items" ORDER BY "items"."sort" ASC
|
3086
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3087
|
+
[1m[35mSQL (8.1ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 2 [["sort", 0], ["updated_at", Mon, 23 Dec 2013 17:07:38 UTC +00:00]]
|
3088
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
3089
|
+
[1m[35m (0.0ms)[0m begin transaction
|
3090
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 3[0m [["sort", 1], ["updated_at", Mon, 23 Dec 2013 17:07:38 UTC +00:00]]
|
3091
|
+
[1m[35m (0.7ms)[0m commit transaction
|
3092
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3093
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 4 [["sort", 2], ["updated_at", Mon, 23 Dec 2013 17:07:38 UTC +00:00]]
|
3094
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
3095
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3096
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 5[0m [["sort", 3], ["updated_at", Mon, 23 Dec 2013 17:07:38 UTC +00:00]]
|
3097
|
+
[1m[35m (0.7ms)[0m commit transaction
|
3098
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3099
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 6 [["sort", 4], ["updated_at", Mon, 23 Dec 2013 17:07:38 UTC +00:00]]
|
3100
|
+
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
3101
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3102
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 7[0m [["sort", 5], ["updated_at", Mon, 23 Dec 2013 17:07:38 UTC +00:00]]
|
3103
|
+
[1m[35m (0.7ms)[0m commit transaction
|
3104
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3105
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 8 [["sort", 6], ["updated_at", Mon, 23 Dec 2013 17:07:38 UTC +00:00]]
|
3106
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
3107
|
+
[1m[35m (0.0ms)[0m begin transaction
|
3108
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 9[0m [["sort", 7], ["updated_at", Mon, 23 Dec 2013 17:07:38 UTC +00:00]]
|
3109
|
+
[1m[35m (0.5ms)[0m commit transaction
|
3110
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3111
|
+
[1m[35mSQL (0.4ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 10 [["sort", 8], ["updated_at", Mon, 23 Dec 2013 17:07:38 UTC +00:00]]
|
3112
|
+
[1m[36m (0.5ms)[0m [1mcommit transaction[0m
|
3113
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3114
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 1[0m [["sort", 9], ["updated_at", Mon, 23 Dec 2013 17:07:38 UTC +00:00]]
|
3115
|
+
[1m[35m (0.7ms)[0m commit transaction
|
3116
|
+
Rendered text template (0.0ms)
|
3117
|
+
Completed 200 OK in 36ms (Views: 0.9ms | ActiveRecord: 18.4ms)
|
3118
|
+
|
3119
|
+
|
3120
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-24 00:07:45 +0700
|
3121
|
+
Processing by ItemsController#index as HTML
|
3122
|
+
[1m[36mItem Load (15.3ms)[0m [1mSELECT "items".* FROM "items" ORDER BY "items"."sort" ASC[0m
|
3123
|
+
Rendered items/index.html.erb within layouts/application (20.9ms)
|
3124
|
+
Completed 200 OK in 28ms (Views: 12.0ms | ActiveRecord: 15.3ms)
|
3125
|
+
|
3126
|
+
|
3127
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-24 00:07:45 +0700
|
3128
|
+
|
3129
|
+
|
3130
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-24 00:07:45 +0700
|
3131
|
+
|
3132
|
+
|
3133
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-24 00:07:45 +0700
|
3134
|
+
|
3135
|
+
|
3136
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-24 00:07:45 +0700
|
3137
|
+
|
3138
|
+
|
3139
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-24 00:07:45 +0700
|
3140
|
+
|
3141
|
+
|
3142
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-24 00:07:45 +0700
|
3143
|
+
|
3144
|
+
|
3145
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-24 00:07:45 +0700
|
3146
|
+
|
3147
|
+
|
3148
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-24 00:07:45 +0700
|
3149
|
+
|
3150
|
+
|
3151
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-24 00:07:45 +0700
|
3152
|
+
|
3153
|
+
|
3154
|
+
Started GET "/assets/rails_sortable/sortable.js?body=1" for 127.0.0.1 at 2013-12-24 00:07:45 +0700
|
3155
|
+
|
3156
|
+
|
3157
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-24 00:07:45 +0700
|
3158
|
+
|
3159
|
+
|
3160
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-24 00:07:45 +0700
|
3161
|
+
|
3162
|
+
|
3163
|
+
Started POST "/sortable/reorder" for 127.0.0.1 at 2013-12-24 00:07:49 +0700
|
3164
|
+
Processing by SortableController#reorder as */*
|
3165
|
+
Parameters: {"Item"=>["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"]}
|
3166
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items" ORDER BY "items"."sort" ASC
|
3167
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3168
|
+
[1m[35mSQL (0.4ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 1 [["sort", 0], ["updated_at", Mon, 23 Dec 2013 17:07:49 UTC +00:00]]
|
3169
|
+
[1m[36m (1.9ms)[0m [1mcommit transaction[0m
|
3170
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3171
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 2[0m [["sort", 1], ["updated_at", Mon, 23 Dec 2013 17:07:49 UTC +00:00]]
|
3172
|
+
[1m[35m (0.5ms)[0m commit transaction
|
3173
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3174
|
+
[1m[35mSQL (0.4ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 3 [["sort", 2], ["updated_at", Mon, 23 Dec 2013 17:07:49 UTC +00:00]]
|
3175
|
+
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
3176
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3177
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 4[0m [["sort", 3], ["updated_at", Mon, 23 Dec 2013 17:07:49 UTC +00:00]]
|
3178
|
+
[1m[35m (0.6ms)[0m commit transaction
|
3179
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3180
|
+
[1m[35mSQL (0.4ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 5 [["sort", 4], ["updated_at", Mon, 23 Dec 2013 17:07:49 UTC +00:00]]
|
3181
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
3182
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3183
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 6[0m [["sort", 5], ["updated_at", Mon, 23 Dec 2013 17:07:49 UTC +00:00]]
|
3184
|
+
[1m[35m (1.0ms)[0m commit transaction
|
3185
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3186
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 7 [["sort", 6], ["updated_at", Mon, 23 Dec 2013 17:07:49 UTC +00:00]]
|
3187
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
3188
|
+
[1m[35m (0.0ms)[0m begin transaction
|
3189
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 8[0m [["sort", 7], ["updated_at", Mon, 23 Dec 2013 17:07:49 UTC +00:00]]
|
3190
|
+
[1m[35m (0.7ms)[0m commit transaction
|
3191
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3192
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 9 [["sort", 8], ["updated_at", Mon, 23 Dec 2013 17:07:49 UTC +00:00]]
|
3193
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
3194
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3195
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 10[0m [["sort", 9], ["updated_at", Mon, 23 Dec 2013 17:07:49 UTC +00:00]]
|
3196
|
+
[1m[35m (0.8ms)[0m commit transaction
|
3197
|
+
Rendered text template (0.0ms)
|
3198
|
+
Completed 200 OK in 25ms (Views: 0.4ms | ActiveRecord: 12.7ms)
|
3199
|
+
|
3200
|
+
|
3201
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-24 00:07:50 +0700
|
3202
|
+
Processing by ItemsController#index as HTML
|
3203
|
+
[1m[36mItem Load (0.3ms)[0m [1mSELECT "items".* FROM "items" ORDER BY "items"."sort" ASC[0m
|
3204
|
+
Rendered items/index.html.erb within layouts/application (31.6ms)
|
3205
|
+
Completed 200 OK in 38ms (Views: 37.1ms | ActiveRecord: 0.3ms)
|
3206
|
+
|
3207
|
+
|
3208
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-24 00:07:50 +0700
|
3209
|
+
|
3210
|
+
|
3211
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-24 00:07:50 +0700
|
3212
|
+
|
3213
|
+
|
3214
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-24 00:07:50 +0700
|
3215
|
+
|
3216
|
+
|
3217
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-24 00:07:50 +0700
|
3218
|
+
|
3219
|
+
|
3220
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-24 00:07:50 +0700
|
3221
|
+
|
3222
|
+
|
3223
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-24 00:07:50 +0700
|
3224
|
+
|
3225
|
+
|
3226
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-24 00:07:50 +0700
|
3227
|
+
|
3228
|
+
|
3229
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-24 00:07:50 +0700
|
3230
|
+
|
3231
|
+
|
3232
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-24 00:07:50 +0700
|
3233
|
+
|
3234
|
+
|
3235
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-24 00:07:50 +0700
|
3236
|
+
|
3237
|
+
|
3238
|
+
Started GET "/assets/rails_sortable/sortable.js?body=1" for 127.0.0.1 at 2013-12-24 00:07:50 +0700
|
3239
|
+
|
3240
|
+
|
3241
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-24 00:07:50 +0700
|
3242
|
+
|
3243
|
+
|
3244
|
+
Started POST "/sortable/reorder" for 127.0.0.1 at 2013-12-24 00:07:58 +0700
|
3245
|
+
Processing by SortableController#reorder as */*
|
3246
|
+
Parameters: {"Item"=>["2", "3", "4", "5", "6", "7", "8", "9", "10", "1"]}
|
3247
|
+
[1m[35mItem Load (0.3ms)[0m SELECT "items".* FROM "items" ORDER BY "items"."sort" ASC
|
3248
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3249
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 2 [["sort", 0], ["updated_at", Mon, 23 Dec 2013 17:07:58 UTC +00:00]]
|
3250
|
+
[1m[36m (2.6ms)[0m [1mcommit transaction[0m
|
3251
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3252
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 3[0m [["sort", 1], ["updated_at", Mon, 23 Dec 2013 17:07:58 UTC +00:00]]
|
3253
|
+
[1m[35m (0.7ms)[0m commit transaction
|
3254
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3255
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 4 [["sort", 2], ["updated_at", Mon, 23 Dec 2013 17:07:58 UTC +00:00]]
|
3256
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
3257
|
+
[1m[35m (0.0ms)[0m begin transaction
|
3258
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 5[0m [["sort", 3], ["updated_at", Mon, 23 Dec 2013 17:07:58 UTC +00:00]]
|
3259
|
+
[1m[35m (0.7ms)[0m commit transaction
|
3260
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3261
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 6 [["sort", 4], ["updated_at", Mon, 23 Dec 2013 17:07:58 UTC +00:00]]
|
3262
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
3263
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3264
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 7[0m [["sort", 5], ["updated_at", Mon, 23 Dec 2013 17:07:58 UTC +00:00]]
|
3265
|
+
[1m[35m (0.6ms)[0m commit transaction
|
3266
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3267
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 8 [["sort", 6], ["updated_at", Mon, 23 Dec 2013 17:07:58 UTC +00:00]]
|
3268
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
3269
|
+
[1m[35m (0.0ms)[0m begin transaction
|
3270
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 9[0m [["sort", 7], ["updated_at", Mon, 23 Dec 2013 17:07:58 UTC +00:00]]
|
3271
|
+
[1m[35m (0.6ms)[0m commit transaction
|
3272
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3273
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 10 [["sort", 8], ["updated_at", Mon, 23 Dec 2013 17:07:58 UTC +00:00]]
|
3274
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
3275
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3276
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 1[0m [["sort", 9], ["updated_at", Mon, 23 Dec 2013 17:07:58 UTC +00:00]]
|
3277
|
+
[1m[35m (0.7ms)[0m commit transaction
|
3278
|
+
Rendered text template (0.0ms)
|
3279
|
+
Completed 200 OK in 24ms (Views: 0.5ms | ActiveRecord: 12.4ms)
|
3280
|
+
|
3281
|
+
|
3282
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-24 00:07:59 +0700
|
3283
|
+
Processing by ItemsController#index as HTML
|
3284
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items" ORDER BY "items"."sort" ASC[0m
|
3285
|
+
Rendered items/index.html.erb within layouts/application (5.3ms)
|
3286
|
+
Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.2ms)
|
3287
|
+
|
3288
|
+
|
3289
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-24 00:08:00 +0700
|
3290
|
+
|
3291
|
+
|
3292
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-24 00:08:00 +0700
|
3293
|
+
|
3294
|
+
|
3295
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-24 00:08:00 +0700
|
3296
|
+
|
3297
|
+
|
3298
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-24 00:08:00 +0700
|
3299
|
+
|
3300
|
+
|
3301
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-24 00:08:00 +0700
|
3302
|
+
|
3303
|
+
|
3304
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-24 00:08:00 +0700
|
3305
|
+
|
3306
|
+
|
3307
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-24 00:08:00 +0700
|
3308
|
+
|
3309
|
+
|
3310
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-24 00:08:00 +0700
|
3311
|
+
|
3312
|
+
|
3313
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-24 00:08:00 +0700
|
3314
|
+
|
3315
|
+
|
3316
|
+
Started GET "/assets/rails_sortable/sortable.js?body=1" for 127.0.0.1 at 2013-12-24 00:08:00 +0700
|
3317
|
+
|
3318
|
+
|
3319
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-24 00:08:00 +0700
|
3320
|
+
|
3321
|
+
|
3322
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-24 00:08:00 +0700
|
3323
|
+
|
3324
|
+
|
3325
|
+
Started POST "/sortable/reorder" for 127.0.0.1 at 2013-12-24 00:08:03 +0700
|
3326
|
+
Processing by SortableController#reorder as */*
|
3327
|
+
Parameters: {"Item"=>["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"]}
|
3328
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items" ORDER BY "items"."sort" ASC
|
3329
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3330
|
+
[1m[35mSQL (0.4ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 1 [["sort", 0], ["updated_at", Mon, 23 Dec 2013 17:08:03 UTC +00:00]]
|
3331
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
3332
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3333
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 2[0m [["sort", 1], ["updated_at", Mon, 23 Dec 2013 17:08:03 UTC +00:00]]
|
3334
|
+
[1m[35m (0.8ms)[0m commit transaction
|
3335
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3336
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 3 [["sort", 2], ["updated_at", Mon, 23 Dec 2013 17:08:03 UTC +00:00]]
|
3337
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
3338
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3339
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 4[0m [["sort", 3], ["updated_at", Mon, 23 Dec 2013 17:08:03 UTC +00:00]]
|
3340
|
+
[1m[35m (0.7ms)[0m commit transaction
|
3341
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3342
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 5 [["sort", 4], ["updated_at", Mon, 23 Dec 2013 17:08:03 UTC +00:00]]
|
3343
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
3344
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3345
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 6[0m [["sort", 5], ["updated_at", Mon, 23 Dec 2013 17:08:03 UTC +00:00]]
|
3346
|
+
[1m[35m (0.6ms)[0m commit transaction
|
3347
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3348
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 7 [["sort", 6], ["updated_at", Mon, 23 Dec 2013 17:08:03 UTC +00:00]]
|
3349
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
3350
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3351
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 8[0m [["sort", 7], ["updated_at", Mon, 23 Dec 2013 17:08:03 UTC +00:00]]
|
3352
|
+
[1m[35m (0.7ms)[0m commit transaction
|
3353
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3354
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 9 [["sort", 8], ["updated_at", Mon, 23 Dec 2013 17:08:03 UTC +00:00]]
|
3355
|
+
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
3356
|
+
[1m[35m (0.0ms)[0m begin transaction
|
3357
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 10[0m [["sort", 9], ["updated_at", Mon, 23 Dec 2013 17:08:03 UTC +00:00]]
|
3358
|
+
[1m[35m (0.8ms)[0m commit transaction
|
3359
|
+
Rendered text template (0.0ms)
|
3360
|
+
Completed 200 OK in 22ms (Views: 0.5ms | ActiveRecord: 10.9ms)
|
3361
|
+
|
3362
|
+
|
3363
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-24 00:08:14 +0700
|
3364
|
+
Processing by ItemsController#index as HTML
|
3365
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items" ORDER BY "items"."sort" ASC[0m
|
3366
|
+
Rendered items/index.html.erb within layouts/application (21.2ms)
|
3367
|
+
Completed 200 OK in 29ms (Views: 28.2ms | ActiveRecord: 0.2ms)
|
3368
|
+
|
3369
|
+
|
3370
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-24 00:08:14 +0700
|
3371
|
+
|
3372
|
+
|
3373
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-24 00:08:14 +0700
|
3374
|
+
|
3375
|
+
|
3376
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-24 00:08:14 +0700
|
3377
|
+
|
3378
|
+
|
3379
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-24 00:08:14 +0700
|
3380
|
+
|
3381
|
+
|
3382
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-24 00:08:14 +0700
|
3383
|
+
|
3384
|
+
|
3385
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-24 00:08:14 +0700
|
3386
|
+
|
3387
|
+
|
3388
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-24 00:08:14 +0700
|
3389
|
+
|
3390
|
+
|
3391
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-24 00:08:14 +0700
|
3392
|
+
|
3393
|
+
|
3394
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-24 00:08:14 +0700
|
3395
|
+
|
3396
|
+
|
3397
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-24 00:08:14 +0700
|
3398
|
+
|
3399
|
+
|
3400
|
+
Started GET "/assets/rails_sortable/sortable.js?body=1" for 127.0.0.1 at 2013-12-24 00:08:14 +0700
|
3401
|
+
|
3402
|
+
|
3403
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-24 00:08:14 +0700
|
3404
|
+
|
3405
|
+
|
3406
|
+
Started POST "/sortable/reorder" for 127.0.0.1 at 2013-12-24 00:08:17 +0700
|
3407
|
+
Processing by SortableController#reorder as */*
|
3408
|
+
Parameters: {"Item"=>["1", "2", "3", "4", "5", "6", "7", "8", "10", "9"]}
|
3409
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items" ORDER BY "items"."sort" ASC
|
3410
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3411
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 10 [["sort", 8], ["updated_at", Mon, 23 Dec 2013 17:08:17 UTC +00:00]]
|
3412
|
+
[1m[36m (2.5ms)[0m [1mcommit transaction[0m
|
3413
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3414
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 9[0m [["sort", 9], ["updated_at", Mon, 23 Dec 2013 17:08:17 UTC +00:00]]
|
3415
|
+
[1m[35m (0.6ms)[0m commit transaction
|
3416
|
+
Rendered text template (0.0ms)
|
3417
|
+
Completed 200 OK in 8ms (Views: 0.5ms | ActiveRecord: 4.0ms)
|
3418
|
+
|
3419
|
+
|
3420
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-24 00:08:20 +0700
|
3421
|
+
Processing by ItemsController#index as HTML
|
3422
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items" ORDER BY "items"."sort" ASC[0m
|
3423
|
+
Rendered items/index.html.erb within layouts/application (4.9ms)
|
3424
|
+
Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.2ms)
|
3425
|
+
|
3426
|
+
|
3427
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-24 00:08:20 +0700
|
3428
|
+
|
3429
|
+
|
3430
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-24 00:08:20 +0700
|
3431
|
+
|
3432
|
+
|
3433
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-24 00:08:20 +0700
|
3434
|
+
|
3435
|
+
|
3436
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-24 00:08:20 +0700
|
3437
|
+
|
3438
|
+
|
3439
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-24 00:08:20 +0700
|
3440
|
+
|
3441
|
+
|
3442
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-24 00:08:20 +0700
|
3443
|
+
|
3444
|
+
|
3445
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-24 00:08:20 +0700
|
3446
|
+
|
3447
|
+
|
3448
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-24 00:08:20 +0700
|
3449
|
+
|
3450
|
+
|
3451
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-24 00:08:20 +0700
|
3452
|
+
|
3453
|
+
|
3454
|
+
Started GET "/assets/rails_sortable/sortable.js?body=1" for 127.0.0.1 at 2013-12-24 00:08:20 +0700
|
3455
|
+
|
3456
|
+
|
3457
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-24 00:08:20 +0700
|
3458
|
+
|
3459
|
+
|
3460
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-24 00:08:20 +0700
|
3461
|
+
|
3462
|
+
|
3463
|
+
Started POST "/sortable/reorder" for 127.0.0.1 at 2013-12-24 00:08:22 +0700
|
3464
|
+
Processing by SortableController#reorder as */*
|
3465
|
+
Parameters: {"Item"=>["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"]}
|
3466
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items" ORDER BY "items"."sort" ASC
|
3467
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3468
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 9 [["sort", 8], ["updated_at", Mon, 23 Dec 2013 17:08:22 UTC +00:00]]
|
3469
|
+
[1m[36m (2.2ms)[0m [1mcommit transaction[0m
|
3470
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3471
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 10[0m [["sort", 9], ["updated_at", Mon, 23 Dec 2013 17:08:22 UTC +00:00]]
|
3472
|
+
[1m[35m (0.8ms)[0m commit transaction
|
3473
|
+
Rendered text template (0.0ms)
|
3474
|
+
Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 4.0ms)
|
3475
|
+
|
3476
|
+
|
3477
|
+
Started GET "/" for 127.0.0.1 at 2013-12-27 22:09:55 +0900
|
3478
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
3479
|
+
Processing by Rails::WelcomeController#index as HTML
|
3480
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.1.0/gems/railties-4.0.2/lib/rails/templates/rails/welcome/index.html.erb (1.6ms)
|
3481
|
+
Completed 200 OK in 12ms (Views: 11.9ms | ActiveRecord: 0.0ms)
|
3482
|
+
|
3483
|
+
|
3484
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-27 22:09:59 +0900
|
3485
|
+
Processing by ItemsController#index as HTML
|
3486
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items" ORDER BY "items"."sort" ASC
|
3487
|
+
Rendered items/index.html.erb within layouts/application (10.3ms)
|
3488
|
+
Completed 200 OK in 183ms (Views: 178.9ms | ActiveRecord: 0.5ms)
|
3489
|
+
|
3490
|
+
|
3491
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-27 22:09:59 +0900
|
3492
|
+
|
3493
|
+
|
3494
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-27 22:09:59 +0900
|
3495
|
+
|
3496
|
+
|
3497
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-27 22:09:59 +0900
|
3498
|
+
|
3499
|
+
|
3500
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-27 22:09:59 +0900
|
3501
|
+
|
3502
|
+
|
3503
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-27 22:09:59 +0900
|
3504
|
+
|
3505
|
+
|
3506
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-27 22:09:59 +0900
|
3507
|
+
|
3508
|
+
|
3509
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-27 22:09:59 +0900
|
3510
|
+
|
3511
|
+
|
3512
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-27 22:09:59 +0900
|
3513
|
+
|
3514
|
+
|
3515
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-27 22:09:59 +0900
|
3516
|
+
|
3517
|
+
|
3518
|
+
Started GET "/assets/rails_sortable/sortable.js?body=1" for 127.0.0.1 at 2013-12-27 22:09:59 +0900
|
3519
|
+
|
3520
|
+
|
3521
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-27 22:09:59 +0900
|
3522
|
+
|
3523
|
+
|
3524
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-27 22:09:59 +0900
|
3525
|
+
|
3526
|
+
|
3527
|
+
Started POST "/sortable/reorder" for 127.0.0.1 at 2013-12-27 22:10:02 +0900
|
3528
|
+
Processing by SortableController#reorder as */*
|
3529
|
+
Parameters: {"Item"=>["2", "3", "4", "5", "6", "1", "7", "8", "9", "10"]}
|
3530
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items" ORDER BY "items"."sort" ASC[0m
|
3531
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3532
|
+
[1m[36mSQL (3.7ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 2[0m [["sort", 0], ["updated_at", Fri, 27 Dec 2013 13:10:02 UTC +00:00]]
|
3533
|
+
[1m[35m (0.9ms)[0m commit transaction
|
3534
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3535
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 3 [["sort", 1], ["updated_at", Fri, 27 Dec 2013 13:10:02 UTC +00:00]]
|
3536
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
3537
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3538
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 4[0m [["sort", 2], ["updated_at", Fri, 27 Dec 2013 13:10:02 UTC +00:00]]
|
3539
|
+
[1m[35m (0.6ms)[0m commit transaction
|
3540
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3541
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 5 [["sort", 3], ["updated_at", Fri, 27 Dec 2013 13:10:02 UTC +00:00]]
|
3542
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
3543
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3544
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 6[0m [["sort", 4], ["updated_at", Fri, 27 Dec 2013 13:10:02 UTC +00:00]]
|
3545
|
+
[1m[35m (0.5ms)[0m commit transaction
|
3546
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3547
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 1 [["sort", 5], ["updated_at", Fri, 27 Dec 2013 13:10:02 UTC +00:00]]
|
3548
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
3549
|
+
Rendered text template (0.0ms)
|
3550
|
+
Completed 200 OK in 23ms (Views: 1.6ms | ActiveRecord: 10.1ms)
|
3551
|
+
|
3552
|
+
|
3553
|
+
Started POST "/sortable/reorder" for 127.0.0.1 at 2013-12-27 22:10:04 +0900
|
3554
|
+
Processing by SortableController#reorder as */*
|
3555
|
+
Parameters: {"Item"=>["2", "1", "3", "4", "5", "6", "7", "8", "9", "10"]}
|
3556
|
+
[1m[35mItem Load (0.3ms)[0m SELECT "items".* FROM "items" ORDER BY "items"."sort" ASC
|
3557
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3558
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 1 [["sort", 1], ["updated_at", Fri, 27 Dec 2013 13:10:04 UTC +00:00]]
|
3559
|
+
[1m[36m (2.2ms)[0m [1mcommit transaction[0m
|
3560
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3561
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 3[0m [["sort", 2], ["updated_at", Fri, 27 Dec 2013 13:10:04 UTC +00:00]]
|
3562
|
+
[1m[35m (0.8ms)[0m commit transaction
|
3563
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3564
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 4 [["sort", 3], ["updated_at", Fri, 27 Dec 2013 13:10:04 UTC +00:00]]
|
3565
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
3566
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3567
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 5[0m [["sort", 4], ["updated_at", Fri, 27 Dec 2013 13:10:04 UTC +00:00]]
|
3568
|
+
[1m[35m (1.0ms)[0m commit transaction
|
3569
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3570
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 6 [["sort", 5], ["updated_at", Fri, 27 Dec 2013 13:10:04 UTC +00:00]]
|
3571
|
+
[1m[36m (0.5ms)[0m [1mcommit transaction[0m
|
3572
|
+
Rendered text template (0.0ms)
|
3573
|
+
Completed 200 OK in 14ms (Views: 0.4ms | ActiveRecord: 7.0ms)
|
3574
|
+
|
3575
|
+
|
3576
|
+
Started POST "/sortable/reorder" for 127.0.0.1 at 2013-12-27 22:10:06 +0900
|
3577
|
+
Processing by SortableController#reorder as */*
|
3578
|
+
Parameters: {"Item"=>["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"]}
|
3579
|
+
[1m[35mItem Load (0.3ms)[0m SELECT "items".* FROM "items" ORDER BY "items"."sort" ASC
|
3580
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3581
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 1 [["sort", 0], ["updated_at", Fri, 27 Dec 2013 13:10:06 UTC +00:00]]
|
3582
|
+
[1m[36m (2.1ms)[0m [1mcommit transaction[0m
|
3583
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3584
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 2[0m [["sort", 1], ["updated_at", Fri, 27 Dec 2013 13:10:06 UTC +00:00]]
|
3585
|
+
[1m[35m (0.7ms)[0m commit transaction
|
3586
|
+
Rendered text template (0.0ms)
|
3587
|
+
Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 3.7ms)
|
3588
|
+
|
3589
|
+
|
3590
|
+
Started POST "/sortable/reorder" for 127.0.0.1 at 2013-12-27 22:10:12 +0900
|
3591
|
+
Processing by SortableController#reorder as */*
|
3592
|
+
Parameters: {"Item"=>["2", "3", "4", "5", "6", "7", "8", "9", "10", "1"]}
|
3593
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items" ORDER BY "items"."sort" ASC[0m
|
3594
|
+
[1m[35m (0.0ms)[0m begin transaction
|
3595
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 2[0m [["sort", 0], ["updated_at", Fri, 27 Dec 2013 13:10:12 UTC +00:00]]
|
3596
|
+
[1m[35m (2.5ms)[0m commit transaction
|
3597
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3598
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 3 [["sort", 1], ["updated_at", Fri, 27 Dec 2013 13:10:12 UTC +00:00]]
|
3599
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
3600
|
+
[1m[35m (0.0ms)[0m begin transaction
|
3601
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 4[0m [["sort", 2], ["updated_at", Fri, 27 Dec 2013 13:10:12 UTC +00:00]]
|
3602
|
+
[1m[35m (0.7ms)[0m commit transaction
|
3603
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
3604
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 5 [["sort", 3], ["updated_at", Fri, 27 Dec 2013 13:10:12 UTC +00:00]]
|
3605
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
3606
|
+
[1m[35m (0.0ms)[0m begin transaction
|
3607
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 6[0m [["sort", 4], ["updated_at", Fri, 27 Dec 2013 13:10:12 UTC +00:00]]
|
3608
|
+
[1m[35m (0.8ms)[0m commit transaction
|
3609
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3610
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 7 [["sort", 5], ["updated_at", Fri, 27 Dec 2013 13:10:12 UTC +00:00]]
|
3611
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
3612
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3613
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 8[0m [["sort", 6], ["updated_at", Fri, 27 Dec 2013 13:10:12 UTC +00:00]]
|
3614
|
+
[1m[35m (0.8ms)[0m commit transaction
|
3615
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3616
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 9 [["sort", 7], ["updated_at", Fri, 27 Dec 2013 13:10:12 UTC +00:00]]
|
3617
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
3618
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3619
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 10[0m [["sort", 8], ["updated_at", Fri, 27 Dec 2013 13:10:12 UTC +00:00]]
|
3620
|
+
[1m[35m (1.0ms)[0m commit transaction
|
3621
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3622
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 1 [["sort", 9], ["updated_at", Fri, 27 Dec 2013 13:10:12 UTC +00:00]]
|
3623
|
+
[1m[36m (0.5ms)[0m [1mcommit transaction[0m
|
3624
|
+
Rendered text template (0.0ms)
|
3625
|
+
Completed 200 OK in 23ms (Views: 0.3ms | ActiveRecord: 12.6ms)
|
3626
|
+
|
3627
|
+
|
3628
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-27 22:10:14 +0900
|
3629
|
+
Processing by ItemsController#index as HTML
|
3630
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items" ORDER BY "items"."sort" ASC
|
3631
|
+
Rendered items/index.html.erb within layouts/application (5.4ms)
|
3632
|
+
Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.2ms)
|
3633
|
+
|
3634
|
+
|
3635
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-27 22:10:14 +0900
|
3636
|
+
|
3637
|
+
|
3638
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-27 22:10:14 +0900
|
3639
|
+
|
3640
|
+
|
3641
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-27 22:10:14 +0900
|
3642
|
+
|
3643
|
+
|
3644
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-27 22:10:14 +0900
|
3645
|
+
|
3646
|
+
|
3647
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-27 22:10:14 +0900
|
3648
|
+
|
3649
|
+
|
3650
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-27 22:10:14 +0900
|
3651
|
+
|
3652
|
+
|
3653
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-27 22:10:14 +0900
|
3654
|
+
|
3655
|
+
|
3656
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-27 22:10:14 +0900
|
3657
|
+
|
3658
|
+
|
3659
|
+
Started GET "/assets/rails_sortable/sortable.js?body=1" for 127.0.0.1 at 2013-12-27 22:10:14 +0900
|
3660
|
+
|
3661
|
+
|
3662
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-27 22:10:14 +0900
|
3663
|
+
|
3664
|
+
|
3665
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-27 22:10:14 +0900
|
3666
|
+
|
3667
|
+
|
3668
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-27 22:10:14 +0900
|
3669
|
+
|
3670
|
+
|
3671
|
+
Started POST "/sortable/reorder" for 127.0.0.1 at 2013-12-27 22:10:17 +0900
|
3672
|
+
Processing by SortableController#reorder as */*
|
3673
|
+
Parameters: {"Item"=>["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"]}
|
3674
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items" ORDER BY "items"."sort" ASC[0m
|
3675
|
+
[1m[35m (0.0ms)[0m begin transaction
|
3676
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 1[0m [["sort", 0], ["updated_at", Fri, 27 Dec 2013 13:10:17 UTC +00:00]]
|
3677
|
+
[1m[35m (2.4ms)[0m commit transaction
|
3678
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3679
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 2 [["sort", 1], ["updated_at", Fri, 27 Dec 2013 13:10:17 UTC +00:00]]
|
3680
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
3681
|
+
[1m[35m (0.0ms)[0m begin transaction
|
3682
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 3[0m [["sort", 2], ["updated_at", Fri, 27 Dec 2013 13:10:17 UTC +00:00]]
|
3683
|
+
[1m[35m (0.7ms)[0m commit transaction
|
3684
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3685
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 4 [["sort", 3], ["updated_at", Fri, 27 Dec 2013 13:10:17 UTC +00:00]]
|
3686
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
3687
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3688
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 5[0m [["sort", 4], ["updated_at", Fri, 27 Dec 2013 13:10:17 UTC +00:00]]
|
3689
|
+
[1m[35m (0.6ms)[0m commit transaction
|
3690
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3691
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 6 [["sort", 5], ["updated_at", Fri, 27 Dec 2013 13:10:17 UTC +00:00]]
|
3692
|
+
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
3693
|
+
[1m[35m (0.0ms)[0m begin transaction
|
3694
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 7[0m [["sort", 6], ["updated_at", Fri, 27 Dec 2013 13:10:17 UTC +00:00]]
|
3695
|
+
[1m[35m (0.7ms)[0m commit transaction
|
3696
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3697
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 8 [["sort", 7], ["updated_at", Fri, 27 Dec 2013 13:10:17 UTC +00:00]]
|
3698
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
3699
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3700
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 9[0m [["sort", 8], ["updated_at", Fri, 27 Dec 2013 13:10:17 UTC +00:00]]
|
3701
|
+
[1m[35m (0.7ms)[0m commit transaction
|
3702
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3703
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 10 [["sort", 9], ["updated_at", Fri, 27 Dec 2013 13:10:17 UTC +00:00]]
|
3704
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
3705
|
+
Rendered text template (0.0ms)
|
3706
|
+
Completed 200 OK in 23ms (Views: 0.5ms | ActiveRecord: 12.0ms)
|
3707
|
+
|
3708
|
+
|
3709
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-27 22:10:18 +0900
|
3710
|
+
Processing by ItemsController#index as HTML
|
3711
|
+
[1m[35mItem Load (0.3ms)[0m SELECT "items".* FROM "items" ORDER BY "items"."sort" ASC
|
3712
|
+
Rendered items/index.html.erb within layouts/application (4.9ms)
|
3713
|
+
Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.3ms)
|
3714
|
+
|
3715
|
+
|
3716
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-27 22:10:19 +0900
|
3717
|
+
|
3718
|
+
|
3719
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-27 22:10:19 +0900
|
3720
|
+
|
3721
|
+
|
3722
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-27 22:10:19 +0900
|
3723
|
+
|
3724
|
+
|
3725
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-27 22:10:19 +0900
|
3726
|
+
|
3727
|
+
|
3728
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-27 22:10:19 +0900
|
3729
|
+
|
3730
|
+
|
3731
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-27 22:10:19 +0900
|
3732
|
+
|
3733
|
+
|
3734
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-27 22:10:19 +0900
|
3735
|
+
|
3736
|
+
|
3737
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-27 22:10:19 +0900
|
3738
|
+
|
3739
|
+
|
3740
|
+
Started GET "/assets/rails_sortable/sortable.js?body=1" for 127.0.0.1 at 2013-12-27 22:10:19 +0900
|
3741
|
+
|
3742
|
+
|
3743
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-27 22:10:19 +0900
|
3744
|
+
|
3745
|
+
|
3746
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-27 22:10:19 +0900
|
3747
|
+
|
3748
|
+
|
3749
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-27 22:10:19 +0900
|
3750
|
+
[1m[36m (1.2ms)[0m [1mCREATE TABLE "items" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "sort" integer, "created_at" datetime, "updated_at" datetime) [0m
|
3751
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
3752
|
+
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
3753
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
3754
|
+
[1m[36m (0.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20131223124841')[0m
|
3755
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
3756
|
+
|
3757
|
+
|
3758
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-27 22:55:38 +0900
|
3759
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
3760
|
+
Processing by ItemsController#index as HTML
|
3761
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items" ORDER BY "items"."sort" ASC
|
3762
|
+
Rendered items/index.html.erb within layouts/application (10.9ms)
|
3763
|
+
Completed 500 Internal Server Error in 52ms
|
3764
|
+
|
3765
|
+
ActionView::Template::Error (couldn't find file 'rails_sortable'
|
3766
|
+
(in /Users/madmax/Programs/itmammoth/rails_sortable/spec/dummy/app/assets/javascripts/application.js:16)):
|
3767
|
+
3: <head>
|
3768
|
+
4: <title>Dummy</title>
|
3769
|
+
5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true, :defer => true %>
|
3770
|
+
6: <%= javascript_include_tag "application", "data-turbolinks-track" => true, :defer => true %>
|
3771
|
+
7: <%= csrf_meta_tags %>
|
3772
|
+
8: </head>
|
3773
|
+
9: <body>
|
3774
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__3759087530085474509_70356543906160'
|
3775
|
+
|
3776
|
+
|
3777
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
|
3778
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (17.0ms)
|
3779
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (26.1ms)
|
3780
|
+
|
3781
|
+
|
3782
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-27 22:56:18 +0900
|
3783
|
+
Processing by ItemsController#index as HTML
|
3784
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items" ORDER BY "items"."sort" ASC[0m
|
3785
|
+
Rendered items/index.html.erb within layouts/application (4.6ms)
|
3786
|
+
Completed 500 Internal Server Error in 27ms
|
3787
|
+
|
3788
|
+
ActionView::Template::Error (couldn't find file 'rails_sortable'
|
3789
|
+
(in /Users/madmax/Programs/itmammoth/rails_sortable/spec/dummy/app/assets/javascripts/application.js:16)):
|
3790
|
+
3: <head>
|
3791
|
+
4: <title>Dummy</title>
|
3792
|
+
5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true, :defer => true %>
|
3793
|
+
6: <%= javascript_include_tag "application", "data-turbolinks-track" => true, :defer => true %>
|
3794
|
+
7: <%= csrf_meta_tags %>
|
3795
|
+
8: </head>
|
3796
|
+
9: <body>
|
3797
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__3759087530085474509_70356543906160'
|
3798
|
+
|
3799
|
+
|
3800
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
|
3801
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
|
3802
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.1ms)
|
3803
|
+
|
3804
|
+
|
3805
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-27 22:56:20 +0900
|
3806
|
+
Processing by ItemsController#index as HTML
|
3807
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items" ORDER BY "items"."sort" ASC
|
3808
|
+
Rendered items/index.html.erb within layouts/application (4.7ms)
|
3809
|
+
Completed 500 Internal Server Error in 33ms
|
3810
|
+
|
3811
|
+
ActionView::Template::Error (couldn't find file 'rails_sortable'
|
3812
|
+
(in /Users/madmax/Programs/itmammoth/rails_sortable/spec/dummy/app/assets/javascripts/application.js:16)):
|
3813
|
+
3: <head>
|
3814
|
+
4: <title>Dummy</title>
|
3815
|
+
5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true, :defer => true %>
|
3816
|
+
6: <%= javascript_include_tag "application", "data-turbolinks-track" => true, :defer => true %>
|
3817
|
+
7: <%= csrf_meta_tags %>
|
3818
|
+
8: </head>
|
3819
|
+
9: <body>
|
3820
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__3759087530085474509_70356543906160'
|
3821
|
+
|
3822
|
+
|
3823
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
|
3824
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
3825
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.4ms)
|
3826
|
+
|
3827
|
+
|
3828
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-27 22:56:28 +0900
|
3829
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
3830
|
+
Processing by ItemsController#index as HTML
|
3831
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items" ORDER BY "items"."sort" ASC
|
3832
|
+
Rendered items/index.html.erb within layouts/application (11.7ms)
|
3833
|
+
Completed 500 Internal Server Error in 54ms
|
3834
|
+
|
3835
|
+
ActionView::Template::Error (couldn't find file 'rails_sortable'
|
3836
|
+
(in /Users/madmax/Programs/itmammoth/rails_sortable/spec/dummy/app/assets/javascripts/application.js:16)):
|
3837
|
+
3: <head>
|
3838
|
+
4: <title>Dummy</title>
|
3839
|
+
5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true, :defer => true %>
|
3840
|
+
6: <%= javascript_include_tag "application", "data-turbolinks-track" => true, :defer => true %>
|
3841
|
+
7: <%= csrf_meta_tags %>
|
3842
|
+
8: </head>
|
3843
|
+
9: <body>
|
3844
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__745351059790049908_70259394994920'
|
3845
|
+
|
3846
|
+
|
3847
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
|
3848
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (16.8ms)
|
3849
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (25.1ms)
|
3850
|
+
|
3851
|
+
|
3852
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-27 22:58:05 +0900
|
3853
|
+
Processing by ItemsController#index as HTML
|
3854
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items" ORDER BY "items"."sort" ASC[0m
|
3855
|
+
Rendered items/index.html.erb within layouts/application (4.6ms)
|
3856
|
+
Completed 500 Internal Server Error in 27ms
|
3857
|
+
|
3858
|
+
ActionView::Template::Error (couldn't find file 'rails_sortable'
|
3859
|
+
(in /Users/madmax/Programs/itmammoth/rails_sortable/spec/dummy/app/assets/javascripts/application.js:16)):
|
3860
|
+
3: <head>
|
3861
|
+
4: <title>Dummy</title>
|
3862
|
+
5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true, :defer => true %>
|
3863
|
+
6: <%= javascript_include_tag "application", "data-turbolinks-track" => true, :defer => true %>
|
3864
|
+
7: <%= csrf_meta_tags %>
|
3865
|
+
8: </head>
|
3866
|
+
9: <body>
|
3867
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__745351059790049908_70259394994920'
|
3868
|
+
|
3869
|
+
|
3870
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
|
3871
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
3872
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.0ms)
|
3873
|
+
|
3874
|
+
|
3875
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-27 22:58:32 +0900
|
3876
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
3877
|
+
Processing by ItemsController#index as HTML
|
3878
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items" ORDER BY "items"."sort" ASC
|
3879
|
+
Rendered items/index.html.erb within layouts/application (10.7ms)
|
3880
|
+
Completed 500 Internal Server Error in 53ms
|
3881
|
+
|
3882
|
+
ActionView::Template::Error (couldn't find file 'rails_sortable'
|
3883
|
+
(in /Users/madmax/Programs/itmammoth/rails_sortable/spec/dummy/app/assets/javascripts/application.js:16)):
|
3884
|
+
3: <head>
|
3885
|
+
4: <title>Dummy</title>
|
3886
|
+
5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true, :defer => true %>
|
3887
|
+
6: <%= javascript_include_tag "application", "data-turbolinks-track" => true, :defer => true %>
|
3888
|
+
7: <%= csrf_meta_tags %>
|
3889
|
+
8: </head>
|
3890
|
+
9: <body>
|
3891
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___3548742503485255424_70240870670260'
|
3892
|
+
|
3893
|
+
|
3894
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
|
3895
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (16.6ms)
|
3896
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (24.7ms)
|
3897
|
+
|
3898
|
+
|
3899
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-27 23:00:26 +0900
|
3900
|
+
Processing by ItemsController#index as HTML
|
3901
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items" ORDER BY "items"."sort" ASC[0m
|
3902
|
+
Rendered items/index.html.erb within layouts/application (4.6ms)
|
3903
|
+
Completed 500 Internal Server Error in 27ms
|
3904
|
+
|
3905
|
+
ActionView::Template::Error (couldn't find file 'rails_sortable'
|
3906
|
+
(in /Users/madmax/Programs/itmammoth/rails_sortable/spec/dummy/app/assets/javascripts/application.js:16)):
|
3907
|
+
3: <head>
|
3908
|
+
4: <title>Dummy</title>
|
3909
|
+
5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true, :defer => true %>
|
3910
|
+
6: <%= javascript_include_tag "application", "data-turbolinks-track" => true, :defer => true %>
|
3911
|
+
7: <%= csrf_meta_tags %>
|
3912
|
+
8: </head>
|
3913
|
+
9: <body>
|
3914
|
+
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___3548742503485255424_70240870670260'
|
3915
|
+
|
3916
|
+
|
3917
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
|
3918
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
3919
|
+
Rendered /Users/madmax/Programs/itmammoth/rails_sortable/vendor/bundle/ruby/2.1.0/gems/actionpack-4.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.8ms)
|
3920
|
+
|
3921
|
+
|
3922
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-27 23:00:34 +0900
|
3923
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
3924
|
+
Processing by ItemsController#index as HTML
|
3925
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items" ORDER BY "items"."sort" ASC
|
3926
|
+
Rendered items/index.html.erb within layouts/application (12.2ms)
|
3927
|
+
Completed 200 OK in 118ms (Views: 116.4ms | ActiveRecord: 0.5ms)
|
3928
|
+
|
3929
|
+
|
3930
|
+
Started GET "/assets/rails_sortable.js?body=1" for 127.0.0.1 at 2013-12-27 23:00:34 +0900
|
3931
|
+
|
3932
|
+
|
3933
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-27 23:00:34 +0900
|
3934
|
+
|
3935
|
+
|
3936
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-27 23:00:34 +0900
|
3937
|
+
|
3938
|
+
|
3939
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-27 23:00:34 +0900
|
3940
|
+
|
3941
|
+
|
3942
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-27 23:00:34 +0900
|
3943
|
+
|
3944
|
+
|
3945
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-27 23:00:34 +0900
|
3946
|
+
|
3947
|
+
|
3948
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-27 23:00:34 +0900
|
3949
|
+
|
3950
|
+
|
3951
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-27 23:00:34 +0900
|
3952
|
+
|
3953
|
+
|
3954
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-27 23:00:34 +0900
|
3955
|
+
|
3956
|
+
|
3957
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-27 23:00:34 +0900
|
3958
|
+
|
3959
|
+
|
3960
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-27 23:00:34 +0900
|
3961
|
+
|
3962
|
+
|
3963
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-27 23:00:34 +0900
|
3964
|
+
|
3965
|
+
|
3966
|
+
Started POST "/sortable/reorder" for 127.0.0.1 at 2013-12-27 23:00:37 +0900
|
3967
|
+
Processing by SortableController#reorder as */*
|
3968
|
+
Parameters: {"Item"=>["2", "3", "4", "5", "1", "6", "7", "8", "9", "10"]}
|
3969
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items" ORDER BY "items"."sort" ASC[0m
|
3970
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3971
|
+
[1m[36mSQL (5.0ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 2[0m [["sort", 0], ["updated_at", Fri, 27 Dec 2013 14:00:37 UTC +00:00]]
|
3972
|
+
[1m[35m (1.9ms)[0m commit transaction
|
3973
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3974
|
+
[1m[35mSQL (0.5ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 3 [["sort", 1], ["updated_at", Fri, 27 Dec 2013 14:00:37 UTC +00:00]]
|
3975
|
+
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
3976
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3977
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 4[0m [["sort", 2], ["updated_at", Fri, 27 Dec 2013 14:00:37 UTC +00:00]]
|
3978
|
+
[1m[35m (0.5ms)[0m commit transaction
|
3979
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
3980
|
+
[1m[35mSQL (0.5ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 5 [["sort", 3], ["updated_at", Fri, 27 Dec 2013 14:00:37 UTC +00:00]]
|
3981
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
3982
|
+
[1m[35m (0.1ms)[0m begin transaction
|
3983
|
+
[1m[36mSQL (0.4ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 1[0m [["sort", 4], ["updated_at", Fri, 27 Dec 2013 14:00:37 UTC +00:00]]
|
3984
|
+
[1m[35m (0.7ms)[0m commit transaction
|
3985
|
+
Rendered text template (0.0ms)
|
3986
|
+
Completed 200 OK in 27ms (Views: 1.9ms | ActiveRecord: 11.7ms)
|
3987
|
+
|
3988
|
+
|
3989
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-27 23:00:39 +0900
|
3990
|
+
Processing by ItemsController#index as HTML
|
3991
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items" ORDER BY "items"."sort" ASC[0m
|
3992
|
+
Rendered items/index.html.erb within layouts/application (5.1ms)
|
3993
|
+
Completed 200 OK in 11ms (Views: 10.9ms | ActiveRecord: 0.2ms)
|
3994
|
+
|
3995
|
+
|
3996
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-27 23:00:40 +0900
|
3997
|
+
|
3998
|
+
|
3999
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-27 23:00:40 +0900
|
4000
|
+
|
4001
|
+
|
4002
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-27 23:00:40 +0900
|
4003
|
+
|
4004
|
+
|
4005
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-27 23:00:40 +0900
|
4006
|
+
|
4007
|
+
|
4008
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-27 23:00:40 +0900
|
4009
|
+
|
4010
|
+
|
4011
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-27 23:00:40 +0900
|
4012
|
+
|
4013
|
+
|
4014
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-27 23:00:40 +0900
|
4015
|
+
|
4016
|
+
|
4017
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-27 23:00:40 +0900
|
4018
|
+
|
4019
|
+
|
4020
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-27 23:00:40 +0900
|
4021
|
+
|
4022
|
+
|
4023
|
+
Started GET "/assets/rails_sortable.js?body=1" for 127.0.0.1 at 2013-12-27 23:00:40 +0900
|
4024
|
+
|
4025
|
+
|
4026
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-27 23:00:40 +0900
|
4027
|
+
|
4028
|
+
|
4029
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-27 23:00:40 +0900
|
4030
|
+
|
4031
|
+
|
4032
|
+
Started POST "/sortable/reorder" for 127.0.0.1 at 2013-12-27 23:00:41 +0900
|
4033
|
+
Processing by SortableController#reorder as */*
|
4034
|
+
Parameters: {"Item"=>["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"]}
|
4035
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items" ORDER BY "items"."sort" ASC
|
4036
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4037
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 1 [["sort", 0], ["updated_at", Fri, 27 Dec 2013 14:00:41 UTC +00:00]]
|
4038
|
+
[1m[36m (2.1ms)[0m [1mcommit transaction[0m
|
4039
|
+
[1m[35m (0.1ms)[0m begin transaction
|
4040
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 2[0m [["sort", 1], ["updated_at", Fri, 27 Dec 2013 14:00:41 UTC +00:00]]
|
4041
|
+
[1m[35m (0.5ms)[0m commit transaction
|
4042
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4043
|
+
[1m[35mSQL (0.4ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 3 [["sort", 2], ["updated_at", Fri, 27 Dec 2013 14:00:41 UTC +00:00]]
|
4044
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
4045
|
+
[1m[35m (0.0ms)[0m begin transaction
|
4046
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 4[0m [["sort", 3], ["updated_at", Fri, 27 Dec 2013 14:00:41 UTC +00:00]]
|
4047
|
+
[1m[35m (0.7ms)[0m commit transaction
|
4048
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
4049
|
+
[1m[35mSQL (0.2ms)[0m UPDATE "items" SET "sort" = ?, "updated_at" = ? WHERE "items"."id" = 5 [["sort", 4], ["updated_at", Fri, 27 Dec 2013 14:00:41 UTC +00:00]]
|
4050
|
+
[1m[36m (0.6ms)[0m [1mcommit transaction[0m
|
4051
|
+
Rendered text template (0.0ms)
|
4052
|
+
Completed 200 OK in 17ms (Views: 0.5ms | ActiveRecord: 6.5ms)
|
4053
|
+
|
4054
|
+
|
4055
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-27 23:00:43 +0900
|
4056
|
+
Processing by ItemsController#index as HTML
|
4057
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items" ORDER BY "items"."sort" ASC
|
4058
|
+
Rendered items/index.html.erb within layouts/application (4.9ms)
|
4059
|
+
Completed 200 OK in 10ms (Views: 10.1ms | ActiveRecord: 0.2ms)
|
4060
|
+
|
4061
|
+
|
4062
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-27 23:00:43 +0900
|
4063
|
+
|
4064
|
+
|
4065
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-27 23:00:43 +0900
|
4066
|
+
|
4067
|
+
|
4068
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-27 23:00:43 +0900
|
4069
|
+
|
4070
|
+
|
4071
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-27 23:00:43 +0900
|
4072
|
+
|
4073
|
+
|
4074
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-27 23:00:43 +0900
|
4075
|
+
|
4076
|
+
|
4077
|
+
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2013-12-27 23:00:43 +0900
|
4078
|
+
|
4079
|
+
|
4080
|
+
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2013-12-27 23:00:43 +0900
|
4081
|
+
|
4082
|
+
|
4083
|
+
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2013-12-27 23:00:43 +0900
|
4084
|
+
|
4085
|
+
|
4086
|
+
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2013-12-27 23:00:43 +0900
|
4087
|
+
|
4088
|
+
|
4089
|
+
Started GET "/assets/rails_sortable.js?body=1" for 127.0.0.1 at 2013-12-27 23:00:43 +0900
|
4090
|
+
|
4091
|
+
|
4092
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-27 23:00:43 +0900
|
4093
|
+
|
4094
|
+
|
4095
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-27 23:00:43 +0900
|
4096
|
+
|
4097
|
+
|
4098
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-27 23:01:34 +0900
|
4099
|
+
Processing by ItemsController#index as HTML
|
4100
|
+
[1m[36mItem Load (0.2ms)[0m [1mSELECT "items".* FROM "items" ORDER BY "items"."sort" ASC[0m
|
4101
|
+
Rendered items/index.html.erb within layouts/application (4.9ms)
|
4102
|
+
Completed 200 OK in 29ms (Views: 28.9ms | ActiveRecord: 0.2ms)
|
4103
|
+
|
4104
|
+
|
4105
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-27 23:01:34 +0900
|
4106
|
+
|
4107
|
+
|
4108
|
+
Started GET "/assets/rails_sortable.js?body=1" for 127.0.0.1 at 2013-12-27 23:01:34 +0900
|
4109
|
+
|
4110
|
+
|
4111
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-27 23:01:34 +0900
|
4112
|
+
|
4113
|
+
|
4114
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-27 23:01:34 +0900
|
4115
|
+
|
4116
|
+
|
4117
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-27 23:01:34 +0900
|
4118
|
+
|
4119
|
+
|
4120
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-27 23:01:34 +0900
|
4121
|
+
|
4122
|
+
|
4123
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-27 23:01:34 +0900
|
4124
|
+
|
4125
|
+
|
4126
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-27 23:01:34 +0900
|
4127
|
+
|
4128
|
+
|
4129
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-27 23:02:12 +0900
|
4130
|
+
Processing by ItemsController#index as HTML
|
4131
|
+
[1m[35mItem Load (0.2ms)[0m SELECT "items".* FROM "items" ORDER BY "items"."sort" ASC
|
4132
|
+
Rendered items/index.html.erb within layouts/application (4.7ms)
|
4133
|
+
Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.2ms)
|
4134
|
+
|
4135
|
+
|
4136
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-27 23:02:12 +0900
|
4137
|
+
|
4138
|
+
|
4139
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-27 23:02:12 +0900
|
4140
|
+
|
4141
|
+
|
4142
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-27 23:02:12 +0900
|
4143
|
+
|
4144
|
+
|
4145
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-27 23:02:12 +0900
|
4146
|
+
|
4147
|
+
|
4148
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-27 23:02:12 +0900
|
4149
|
+
|
4150
|
+
|
4151
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-27 23:02:12 +0900
|
4152
|
+
|
4153
|
+
|
4154
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-27 23:02:12 +0900
|
4155
|
+
|
4156
|
+
|
4157
|
+
Started GET "/assets/rails_sortable.js?body=1" for 127.0.0.1 at 2013-12-27 23:02:12 +0900
|
4158
|
+
|
4159
|
+
|
4160
|
+
Started GET "/items" for 127.0.0.1 at 2013-12-27 23:02:13 +0900
|
4161
|
+
Processing by ItemsController#index as HTML
|
4162
|
+
[1m[36mItem Load (0.3ms)[0m [1mSELECT "items".* FROM "items" ORDER BY "items"."sort" ASC[0m
|
4163
|
+
Rendered items/index.html.erb within layouts/application (4.9ms)
|
4164
|
+
Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.3ms)
|
4165
|
+
|
4166
|
+
|
4167
|
+
Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2013-12-27 23:02:14 +0900
|
4168
|
+
|
4169
|
+
|
4170
|
+
Started GET "/assets/rails_sortable.js?body=1" for 127.0.0.1 at 2013-12-27 23:02:14 +0900
|
4171
|
+
|
4172
|
+
|
4173
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-12-27 23:02:14 +0900
|
4174
|
+
|
4175
|
+
|
4176
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-12-27 23:02:14 +0900
|
4177
|
+
|
4178
|
+
|
4179
|
+
Started GET "/assets/items.css?body=1" for 127.0.0.1 at 2013-12-27 23:02:14 +0900
|
4180
|
+
|
4181
|
+
|
4182
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-12-27 23:02:14 +0900
|
4183
|
+
|
4184
|
+
|
4185
|
+
Started GET "/assets/items.js?body=1" for 127.0.0.1 at 2013-12-27 23:02:14 +0900
|
4186
|
+
|
4187
|
+
|
4188
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-12-27 23:02:14 +0900
|