nested_form 0.2.3 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (38) hide show
  1. data/CHANGELOG.rdoc +18 -0
  2. data/CONTRIBUTING.md +11 -0
  3. data/Gemfile +1 -0
  4. data/README.md +3 -4
  5. data/lib/nested_form/builder_mixin.rb +38 -8
  6. data/lib/nested_form/builders.rb +8 -0
  7. data/lib/nested_form/view_helper.rb +7 -0
  8. data/spec/dummy/app/assets/javascripts/jquery_nested_form.js +13 -10
  9. data/spec/dummy/app/assets/javascripts/prototype_nested_form.js +8 -7
  10. data/spec/dummy/db/development.sqlite3 +0 -0
  11. data/spec/dummy/db/test.sqlite3 +0 -0
  12. data/spec/dummy/log/development.log +2322 -50
  13. data/spec/dummy/log/test.log +878 -422
  14. data/spec/dummy/tmp/cache/assets/C99/4D0/sprockets%2F5e30a6b911437f1428dc32c3ae182123 +0 -0
  15. data/spec/dummy/tmp/cache/assets/C99/7D0/sprockets%2F79513e6956e0ee8624976e041fd5636d +0 -0
  16. data/spec/dummy/tmp/cache/assets/CAA/C90/sprockets%2F1e6c8ee1258009385ccf5b84015424b3 +0 -0
  17. data/spec/dummy/tmp/cache/assets/CB2/CB0/sprockets%2F11cc8d161d71a716dd36f16849d90870 +0 -0
  18. data/spec/dummy/tmp/cache/assets/CB7/7F0/sprockets%2Fac97b043470f6fcc925c352f16956643 +0 -0
  19. data/spec/dummy/tmp/cache/assets/CDB/8A0/sprockets%2Faed2a2575c376263c26e93b56b57051d +0 -0
  20. data/spec/dummy/tmp/cache/assets/D1F/A10/sprockets%2F60317e62cb324bfd9987e8da9636fd06 +0 -0
  21. data/spec/dummy/tmp/cache/assets/D49/870/sprockets%2F90896142645585acc8baf56ad57e3afb +0 -0
  22. data/spec/dummy/tmp/cache/assets/D62/F00/sprockets%2F6ac03a007f26b1c18ed3d53498ad3eb8 +0 -0
  23. data/spec/dummy/tmp/cache/assets/D79/BC0/sprockets%2F85a1db977361cc5130fcefb4637ff67e +0 -0
  24. data/spec/dummy/tmp/cache/assets/D87/1F0/sprockets%2F61c9ceafb877fb740c67416ff6f782a9 +0 -0
  25. data/spec/dummy/tmp/cache/assets/DAD/4F0/sprockets%2F765acd1bf68dc90f7d3e61da78b1e659 +0 -0
  26. data/spec/dummy/tmp/cache/assets/E03/3F0/sprockets%2F82b37ae9eccec44c1ef44cfdd07d8534 +0 -0
  27. data/spec/dummy/tmp/cache/assets/E0A/CA0/sprockets%2F7fe72ac1c0db1a7e8e7f59cf25e8a39e +0 -0
  28. data/spec/dummy/tmp/cache/assets/E3A/A60/sprockets%2F7c72c96cfc66454caf5fc8ca0fedd4f3 +0 -0
  29. data/spec/dummy/tmp/cache/assets/E54/400/sprockets%2Fd0cbc16cc37efcf9dc41f242b5dbbf81 +0 -0
  30. data/spec/dummy/tmp/cache/assets/EB7/AB0/sprockets%2F801d29a5debdbfbfb4eef14d70d9bcdb +0 -0
  31. data/spec/dummy/tmp/cache/assets/F48/5E0/sprockets%2F26cd6ffcffbebbe2fd6cd1a8f0c2debc +0 -0
  32. data/spec/form_spec.rb +1 -1
  33. data/spec/nested_form/builder_spec.rb +55 -10
  34. data/spec/nested_form/view_helper_spec.rb +8 -0
  35. data/vendor/assets/javascripts/jquery_nested_form.js +13 -10
  36. data/vendor/assets/javascripts/prototype_nested_form.js +8 -7
  37. metadata +72 -87
  38. data/spec/dummy/tmp/capybara/capybara-201208212241496415482929.html +0 -31
@@ -1,743 +1,1199 @@
1
1
  Connecting to database specified by database.yml
2
-
3
-
4
- Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-08-21 22:15:12 +0300
5
- Connecting to database specified by database.yml
6
-
7
-
8
- Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-08-21 22:15:47 +0300
9
- Processing by ProjectsController#without_intermediate_inputs as HTML
10
- Rendered projects/without_intermediate_inputs.html.erb within layouts/application (6.2ms)
11
- Completed 500 Internal Server Error in 16ms
12
2
  Connecting to database specified by database.yml
13
-  (0.1ms) select sqlite_version(*)
14
-  (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
15
-  (0.0ms) PRAGMA index_list("schema_migrations")
16
-  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3
+  (0.2ms) select sqlite_version(*)
4
+  (2.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
5
+  (0.1ms) PRAGMA index_list("schema_migrations")
6
+  (25.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
17
7
   (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
18
8
  Migrating to InitialTables (20110710143903)
19
-  (0.0ms) begin transaction
20
-  (0.4ms) CREATE TABLE "projects" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) 
21
-  (0.1ms) CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "name" varchar(255))
22
-  (0.1ms) CREATE TABLE "milestones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "name" varchar(255)) 
23
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110710143903')
24
-  (0.8ms) commit transaction
9
+  (0.1ms) begin transaction
10
+  (0.7ms) CREATE TABLE "projects" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) 
11
+  (0.2ms) CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "name" varchar(255))
12
+  (0.3ms) CREATE TABLE "milestones" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "name" varchar(255)) 
13
+  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20110710143903')
14
+  (3.1ms) commit transaction
15
+ Migrating to AddAssociationWithClassName (20120819164528)
16
+  (0.1ms) begin transaction
17
+  (0.4ms) CREATE TABLE "project_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "name" varchar(255)) 
18
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120819164528')
19
+  (2.8ms) commit transaction
25
20
   (0.3ms) select sqlite_version(*)
26
21
   (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
27
22
   (0.0ms) PRAGMA index_list("milestones")
28
-  (0.0ms) PRAGMA index_list("projects")
29
-  (0.0ms) PRAGMA index_list("tasks")
23
+  (0.0ms) PRAGMA index_list("project_tasks")
24
+  (0.0ms) PRAGMA index_list("projects")
25
+  (0.0ms) PRAGMA index_list("tasks")
26
+ Connecting to database specified by database.yml
27
+ Connecting to database specified by database.yml
28
+ Connecting to database specified by database.yml
29
+ Connecting to database specified by database.yml
30
+ Connecting to database specified by database.yml
31
+ Connecting to database specified by database.yml
32
+ Connecting to database specified by database.yml
33
+ Connecting to database specified by database.yml
34
+ Connecting to database specified by database.yml
35
+ Connecting to database specified by database.yml
36
+ Connecting to database specified by database.yml
37
+ Connecting to database specified by database.yml
38
+ Connecting to database specified by database.yml
39
+ Connecting to database specified by database.yml
40
+ Connecting to database specified by database.yml
30
41
  Connecting to database specified by database.yml
31
42
 
32
43
 
33
- Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-08-21 22:16:09 +0300
34
- Processing by ProjectsController#without_intermediate_inputs as HTML
35
- Rendered projects/without_intermediate_inputs.html.erb within layouts/application (11.7ms)
36
- Completed 500 Internal Server Error in 19ms
37
- Connecting to database specified by database.yml
44
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-16 15:09:34 +0400
45
+ Processing by ProjectsController#new as HTML
46
+ Rendered projects/new.html.erb within layouts/application (93.1ms)
47
+ Completed 200 OK in 129ms (Views: 123.1ms | ActiveRecord: 1.1ms)
38
48
 
39
49
 
40
- Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-08-21 22:16:34 +0300
41
- Processing by ProjectsController#without_intermediate_inputs as HTML
42
- Rendered projects/without_intermediate_inputs.html.erb within layouts/application (57.5ms)
43
- Completed 200 OK in 66ms (Views: 65.3ms | ActiveRecord: 0.4ms)
44
- Connecting to database specified by database.yml
50
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-16 15:09:34 +0400
51
+ Compiled jquery_nested_form.js (0ms) (pid 69512)
52
+ Served asset /jquery_nested_form.js - 200 OK (247ms)
45
53
 
46
54
 
47
- Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-08-21 22:17:02 +0300
48
- Processing by ProjectsController#without_intermediate_inputs as HTML
49
- Rendered projects/without_intermediate_inputs.html.erb within layouts/application (6.3ms)
50
- Completed 500 Internal Server Error in 15ms
51
- Connecting to database specified by database.yml
55
+ Started GET "/assets/jquery.js" for 127.0.0.1 at 2012-09-16 15:09:35 +0400
56
+ Compiled jquery.js (3ms) (pid 69512)
57
+ Served asset /jquery.js - 200 OK (230ms)
52
58
 
53
59
 
54
- Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-08-21 22:17:11 +0300
55
- Processing by ProjectsController#without_intermediate_inputs as HTML
56
- Rendered projects/without_intermediate_inputs.html.erb within layouts/application (51.8ms)
57
- Completed 200 OK in 61ms (Views: 60.4ms | ActiveRecord: 0.4ms)
58
- Connecting to database specified by database.yml
60
+ Started GET "/assets/jquery_events_test.js" for 127.0.0.1 at 2012-09-16 15:09:35 +0400
61
+ Compiled jquery_events_test.js (0ms) (pid 69512)
62
+ Served asset /jquery_events_test.js - 200 OK (165ms)
59
63
 
60
64
 
61
- Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-08-21 22:17:43 +0300
62
- Processing by ProjectsController#without_intermediate_inputs as HTML
63
- Rendered projects/without_intermediate_inputs.html.erb within layouts/application (37.4ms)
64
- Completed 200 OK in 79ms (Views: 77.8ms | ActiveRecord: 0.6ms)
65
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-16 15:09:39 +0400
66
+ Processing by ProjectsController#new as HTML
67
+ Rendered projects/new.html.erb within layouts/application (4.5ms)
68
+ Completed 200 OK in 11ms (Views: 7.2ms | ActiveRecord: 0.0ms)
65
69
 
66
70
 
67
- Started GET "/assets/jquery.js" for 127.0.0.1 at 2012-08-21 22:17:44 +0300
68
- Compiled jquery.js (27ms) (pid 22082)
69
- Served asset /jquery.js - 200 OK (45ms)
71
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-16 15:09:41 +0400
72
+ Processing by ProjectsController#new as HTML
73
+ Rendered projects/new.html.erb within layouts/application (48.0ms)
74
+ Completed 200 OK in 50ms (Views: 50.0ms | ActiveRecord: 0.0ms)
70
75
 
71
76
 
72
- Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-08-21 22:17:44 +0300
73
- Compiled jquery_nested_form.js (0ms) (pid 22082)
74
- Served asset /jquery_nested_form.js - 200 OK (10ms)
77
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-16 15:09:44 +0400
78
+ Processing by ProjectsController#new as HTML
79
+ Rendered projects/new.html.erb within layouts/application (2.8ms)
80
+ Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
75
81
 
76
82
 
77
- Started GET "/assets/jquery_events_test.js" for 127.0.0.1 at 2012-08-21 22:17:44 +0300
78
- Compiled jquery_events_test.js (0ms) (pid 22082)
79
- Served asset /jquery_events_test.js - 200 OK (12ms)
80
- Connecting to database specified by database.yml
83
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-16 15:09:47 +0400
84
+ Processing by ProjectsController#new as HTML
85
+ Parameters: {"type"=>"prototype"}
86
+ Rendered projects/new.html.erb within layouts/application (6.0ms)
87
+ Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)
81
88
 
82
89
 
83
- Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-08-21 22:19:13 +0300
84
- Processing by ProjectsController#without_intermediate_inputs as HTML
85
- Rendered projects/without_intermediate_inputs.html.erb within layouts/application (36.5ms)
86
- Completed 200 OK in 49ms (Views: 47.4ms | ActiveRecord: 0.6ms)
90
+ Started GET "/assets/prototype.js" for 127.0.0.1 at 2012-09-16 15:09:47 +0400
91
+ Compiled prototype.js (123ms) (pid 69512)
92
+ Served asset /prototype.js - 200 OK (540ms)
87
93
 
88
94
 
89
- Started GET "/assets/jquery.js" for 127.0.0.1 at 2012-08-21 22:19:13 +0300
90
- Served asset /jquery.js - 200 OK (7ms)
95
+ Started GET "/assets/prototype_nested_form.js" for 127.0.0.1 at 2012-09-16 15:09:48 +0400
96
+ Compiled prototype_nested_form.js (0ms) (pid 69512)
97
+ Served asset /prototype_nested_form.js - 200 OK (14ms)
91
98
 
92
99
 
93
- Started GET "/assets/jquery_events_test.js" for 127.0.0.1 at 2012-08-21 22:19:13 +0300
94
- Served asset /jquery_events_test.js - 200 OK (2ms)
100
+ Started GET "/assets/prototype_events_test.js" for 127.0.0.1 at 2012-09-16 15:09:48 +0400
101
+ Compiled prototype_events_test.js (0ms) (pid 69512)
102
+ Served asset /prototype_events_test.js - 200 OK (13ms)
95
103
 
96
104
 
97
- Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-08-21 22:19:13 +0300
98
- Compiled jquery_nested_form.js (0ms) (pid 22313)
99
- Served asset /jquery_nested_form.js - 200 OK (8ms)
100
- Connecting to database specified by database.yml
105
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-16 15:09:49 +0400
106
+ Processing by ProjectsController#new as HTML
107
+ Parameters: {"type"=>"prototype"}
108
+ Rendered projects/new.html.erb within layouts/application (3.1ms)
109
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
101
110
 
102
111
 
103
- Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-08-21 22:20:18 +0300
104
- Processing by ProjectsController#without_intermediate_inputs as HTML
105
- Rendered projects/without_intermediate_inputs.html.erb within layouts/application (44.2ms)
106
- Completed 200 OK in 57ms (Views: 56.2ms | ActiveRecord: 0.6ms)
112
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-16 15:09:53 +0400
113
+ Processing by ProjectsController#new as HTML
114
+ Parameters: {"type"=>"prototype"}
115
+ Rendered projects/new.html.erb within layouts/application (3.1ms)
116
+ Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
107
117
 
108
118
 
109
- Started GET "/assets/jquery.js" for 127.0.0.1 at 2012-08-21 22:20:18 +0300
110
- Served asset /jquery.js - 200 OK (7ms)
119
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-16 15:09:56 +0400
120
+ Processing by ProjectsController#new as HTML
121
+ Parameters: {"type"=>"prototype"}
122
+ Rendered projects/new.html.erb within layouts/application (2.8ms)
123
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
111
124
 
112
125
 
113
- Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-08-21 22:20:18 +0300
114
- Compiled jquery_nested_form.js (0ms) (pid 22366)
115
- Served asset /jquery_nested_form.js - 200 OK (8ms)
126
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-16 15:09:58 +0400
127
+ Processing by ProjectsController#new as HTML
128
+ Rendered projects/new.html.erb within layouts/application (4.8ms)
129
+ Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)
116
130
 
117
131
 
118
- Started GET "/assets/jquery_events_test.js" for 127.0.0.1 at 2012-08-21 22:20:18 +0300
119
- Served asset /jquery_events_test.js - 200 OK (2ms)
120
- Connecting to database specified by database.yml
132
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-16 15:09:58 +0400
133
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
121
134
 
122
135
 
123
- Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-08-21 22:20:27 +0300
136
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-16 15:10:00 +0400
137
+ Processing by ProjectsController#new as HTML
138
+ Parameters: {"type"=>"prototype"}
139
+ Rendered projects/new.html.erb within layouts/application (4.5ms)
140
+ Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.0ms)
141
+
142
+
143
+ Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-09-16 15:10:03 +0400
124
144
  Processing by ProjectsController#without_intermediate_inputs as HTML
125
- Rendered projects/without_intermediate_inputs.html.erb within layouts/application (40.6ms)
126
- Completed 200 OK in 53ms (Views: 51.7ms | ActiveRecord: 0.7ms)
145
+ Rendered projects/without_intermediate_inputs.html.erb within layouts/application (3.6ms)
146
+ Completed 200 OK in 46ms (Views: 45.1ms | ActiveRecord: 0.0ms)
127
147
 
128
148
 
129
- Started GET "/assets/jquery.js" for 127.0.0.1 at 2012-08-21 22:20:27 +0300
130
- Served asset /jquery.js - 200 OK (10ms)
149
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-16 15:10:03 +0400
150
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
131
151
 
132
152
 
133
- Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-08-21 22:20:27 +0300
134
- Served asset /jquery_nested_form.js - 200 OK (2ms)
153
+ Started GET "/projects/new?type=jquery" for 127.0.0.1 at 2012-09-16 15:10:05 +0400
154
+ Processing by ProjectsController#new as HTML
155
+ Parameters: {"type"=>"jquery"}
156
+ Rendered projects/new.html.erb within layouts/application (3.4ms)
157
+ Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.0ms)
135
158
 
136
159
 
137
- Started GET "/assets/jquery_events_test.js" for 127.0.0.1 at 2012-08-21 22:20:27 +0300
138
- Served asset /jquery_events_test.js - 200 OK (2ms)
160
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-16 15:10:05 +0400
161
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
139
162
  Connecting to database specified by database.yml
140
163
 
141
164
 
142
- Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-08-21 22:39:59 +0300
143
- Processing by ProjectsController#without_intermediate_inputs as HTML
144
- Rendered projects/without_intermediate_inputs.html.erb within layouts/application (38.7ms)
145
- Completed 200 OK in 51ms (Views: 49.4ms | ActiveRecord: 0.6ms)
165
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-16 15:13:58 +0400
166
+ Processing by ProjectsController#new as HTML
167
+ Rendered projects/new.html.erb within layouts/application (324.0ms)
168
+ Completed 200 OK in 575ms (Views: 520.9ms | ActiveRecord: 14.4ms)
146
169
 
147
170
 
148
- Started GET "/assets/jquery.js" for 127.0.0.1 at 2012-08-21 22:39:59 +0300
149
- Compiled jquery.js (2ms) (pid 24503)
150
- Served asset /jquery.js - 200 OK (14ms)
171
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-16 15:13:59 +0400
172
+ Compiled jquery_nested_form.js (8ms) (pid 69606)
173
+ Served asset /jquery_nested_form.js - 200 OK (117ms)
151
174
 
152
175
 
153
- Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-08-21 22:39:59 +0300
154
- Compiled jquery_nested_form.js (0ms) (pid 24503)
155
- Served asset /jquery_nested_form.js - 200 OK (6ms)
176
+ Started GET "/assets/jquery.js" for 127.0.0.1 at 2012-09-16 15:14:00 +0400
177
+ Compiled jquery.js (2ms) (pid 69606)
178
+ Served asset /jquery.js - 200 OK (174ms)
156
179
 
157
180
 
158
- Started GET "/assets/jquery_events_test.js" for 127.0.0.1 at 2012-08-21 22:39:59 +0300
159
- Compiled jquery_events_test.js (0ms) (pid 24503)
160
- Served asset /jquery_events_test.js - 200 OK (6ms)
161
- Connecting to database specified by database.yml
181
+ Started GET "/assets/jquery_events_test.js" for 127.0.0.1 at 2012-09-16 15:14:00 +0400
182
+ Compiled jquery_events_test.js (0ms) (pid 69606)
183
+ Served asset /jquery_events_test.js - 200 OK (14ms)
162
184
 
163
185
 
164
- Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-08-21 22:40:17 +0300
165
- Processing by ProjectsController#without_intermediate_inputs as HTML
166
- Rendered projects/without_intermediate_inputs.html.erb within layouts/application (38.9ms)
167
- Completed 200 OK in 52ms (Views: 50.5ms | ActiveRecord: 0.7ms)
186
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-16 15:14:01 +0400
187
+ Processing by ProjectsController#new as HTML
188
+ Rendered projects/new.html.erb within layouts/application (17.8ms)
189
+ Completed 200 OK in 22ms (Views: 21.8ms | ActiveRecord: 0.0ms)
168
190
 
169
191
 
170
- Started GET "/assets/jquery.js" for 127.0.0.1 at 2012-08-21 22:40:17 +0300
171
- Served asset /jquery.js - 200 OK (8ms)
192
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-16 15:14:07 +0400
193
+ Processing by ProjectsController#new as HTML
194
+ Rendered projects/new.html.erb within layouts/application (3.6ms)
195
+ Completed 200 OK in 6ms (Views: 6.1ms | ActiveRecord: 0.0ms)
172
196
 
173
197
 
174
- Started GET "/assets/jquery_events_test.js" for 127.0.0.1 at 2012-08-21 22:40:17 +0300
175
- Served asset /jquery_events_test.js - 200 OK (2ms)
198
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-16 15:14:07 +0400
199
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
176
200
 
177
201
 
178
- Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-08-21 22:40:17 +0300
179
- Served asset /jquery_nested_form.js - 200 OK (2ms)
180
- Connecting to database specified by database.yml
202
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-16 15:14:10 +0400
203
+ Processing by ProjectsController#new as HTML
204
+ Rendered projects/new.html.erb within layouts/application (3.2ms)
205
+ Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)
181
206
 
182
207
 
183
- Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-08-21 22:41:17 +0300
184
- Processing by ProjectsController#without_intermediate_inputs as HTML
185
- Rendered projects/without_intermediate_inputs.html.erb within layouts/application (37.4ms)
186
- Completed 200 OK in 51ms (Views: 49.8ms | ActiveRecord: 0.8ms)
208
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-16 15:14:10 +0400
209
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
187
210
 
188
211
 
189
- Started GET "/assets/jquery.js" for 127.0.0.1 at 2012-08-21 22:41:17 +0300
190
- Served asset /jquery.js - 200 OK (7ms)
212
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-16 15:14:13 +0400
213
+ Processing by ProjectsController#new as HTML
214
+ Parameters: {"type"=>"prototype"}
215
+ Rendered projects/new.html.erb within layouts/application (4.8ms)
216
+ Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms)
191
217
 
192
218
 
193
- Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-08-21 22:41:17 +0300
194
- Compiled jquery_nested_form.js (0ms) (pid 24645)
195
- Served asset /jquery_nested_form.js - 200 OK (8ms)
219
+ Started GET "/assets/prototype.js" for 127.0.0.1 at 2012-09-16 15:14:14 +0400
220
+ Served asset /prototype.js - 200 OK (337ms)
196
221
 
197
222
 
198
- Started GET "/assets/jquery_events_test.js" for 127.0.0.1 at 2012-08-21 22:41:17 +0300
199
- Served asset /jquery_events_test.js - 200 OK (2ms)
200
- Connecting to database specified by database.yml
223
+ Started GET "/assets/prototype_nested_form.js" for 127.0.0.1 at 2012-09-16 15:14:14 +0400
224
+ Served asset /prototype_nested_form.js - 200 OK (39ms)
201
225
 
202
226
 
203
- Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-08-21 22:41:49 +0300
204
- Processing by ProjectsController#without_intermediate_inputs as HTML
205
- Rendered projects/without_intermediate_inputs.html.erb within layouts/application (38.2ms)
206
- Completed 200 OK in 51ms (Views: 50.1ms | ActiveRecord: 0.6ms)
227
+ Started GET "/assets/prototype_events_test.js" for 127.0.0.1 at 2012-09-16 15:14:14 +0400
228
+ Served asset /prototype_events_test.js - 200 OK (48ms)
207
229
 
208
230
 
209
- Started GET "/assets/jquery.js" for 127.0.0.1 at 2012-08-21 22:41:49 +0300
210
- Served asset /jquery.js - 200 OK (8ms)
231
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-16 15:14:15 +0400
232
+ Processing by ProjectsController#new as HTML
233
+ Parameters: {"type"=>"prototype"}
234
+ Rendered projects/new.html.erb within layouts/application (3.8ms)
235
+ Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
211
236
 
212
237
 
213
- Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-08-21 22:41:49 +0300
214
- Compiled jquery_nested_form.js (0ms) (pid 24686)
215
- Served asset /jquery_nested_form.js - 200 OK (8ms)
238
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-16 15:14:19 +0400
239
+ Processing by ProjectsController#new as HTML
240
+ Parameters: {"type"=>"prototype"}
241
+ Rendered projects/new.html.erb within layouts/application (3.2ms)
242
+ Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
216
243
 
217
244
 
218
- Started GET "/assets/jquery_events_test.js" for 127.0.0.1 at 2012-08-21 22:41:49 +0300
219
- Served asset /jquery_events_test.js - 200 OK (1ms)
220
- Connecting to database specified by database.yml
245
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-16 15:14:21 +0400
246
+ Processing by ProjectsController#new as HTML
247
+ Parameters: {"type"=>"prototype"}
248
+ Rendered projects/new.html.erb within layouts/application (2.7ms)
249
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
221
250
 
222
251
 
223
- Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-08-21 22:42:08 +0300
252
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-16 15:14:24 +0400
253
+ Processing by ProjectsController#new as HTML
254
+ Rendered projects/new.html.erb within layouts/application (3.6ms)
255
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
256
+
257
+
258
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-16 15:14:24 +0400
259
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
260
+
261
+
262
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-16 15:14:24 +0400
263
+ Processing by ProjectsController#new as HTML
264
+ Parameters: {"type"=>"prototype"}
265
+ Rendered projects/new.html.erb within layouts/application (2.8ms)
266
+ Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
267
+
268
+
269
+ Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-09-16 15:14:27 +0400
224
270
  Processing by ProjectsController#without_intermediate_inputs as HTML
225
- Rendered projects/without_intermediate_inputs.html.erb within layouts/application (38.2ms)
226
- Completed 200 OK in 49ms (Views: 48.3ms | ActiveRecord: 0.7ms)
271
+ Rendered projects/without_intermediate_inputs.html.erb within layouts/application (3.7ms)
272
+ Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms)
227
273
 
228
274
 
229
- Started GET "/assets/jquery.js" for 127.0.0.1 at 2012-08-21 22:42:08 +0300
230
- Served asset /jquery.js - 200 OK (8ms)
275
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-16 15:14:27 +0400
276
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
231
277
 
232
278
 
233
- Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-08-21 22:42:08 +0300
234
- Served asset /jquery_nested_form.js - 200 OK (2ms)
279
+ Started GET "/projects/new?type=jquery" for 127.0.0.1 at 2012-09-16 15:14:27 +0400
280
+ Processing by ProjectsController#new as HTML
281
+ Parameters: {"type"=>"jquery"}
282
+ Rendered projects/new.html.erb within layouts/application (3.0ms)
283
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
235
284
 
236
285
 
237
- Started GET "/assets/jquery_events_test.js" for 127.0.0.1 at 2012-08-21 22:42:08 +0300
238
- Served asset /jquery_events_test.js - 200 OK (2ms)
286
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-16 15:14:27 +0400
287
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
239
288
  Connecting to database specified by database.yml
240
289
 
241
290
 
242
- Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-08-21 22:42:32 +0300
243
- Processing by ProjectsController#without_intermediate_inputs as HTML
244
- Rendered projects/without_intermediate_inputs.html.erb within layouts/application (39.7ms)
245
- Completed 200 OK in 53ms (Views: 51.9ms | ActiveRecord: 0.8ms)
291
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-16 15:17:53 +0400
292
+ Processing by ProjectsController#new as HTML
293
+ Rendered projects/new.html.erb within layouts/application (100.5ms)
294
+ Completed 200 OK in 139ms (Views: 131.7ms | ActiveRecord: 1.4ms)
246
295
 
247
296
 
248
- Started GET "/assets/jquery.js" for 127.0.0.1 at 2012-08-21 22:42:32 +0300
249
- Served asset /jquery.js - 200 OK (7ms)
297
+ Started GET "/assets/jquery.js" for 127.0.0.1 at 2012-09-16 15:17:53 +0400
298
+ Served asset /jquery.js - 200 OK (65ms)
250
299
 
251
300
 
252
- Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-08-21 22:42:32 +0300
253
- Served asset /jquery_nested_form.js - 200 OK (2ms)
301
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-16 15:17:53 +0400
302
+ Compiled jquery_nested_form.js (0ms) (pid 69646)
303
+ Served asset /jquery_nested_form.js - 200 OK (140ms)
254
304
 
255
305
 
256
- Started GET "/assets/jquery_events_test.js" for 127.0.0.1 at 2012-08-21 22:42:32 +0300
257
- Served asset /jquery_events_test.js - 200 OK (2ms)
258
- Connecting to database specified by database.yml
306
+ Started GET "/assets/jquery_events_test.js" for 127.0.0.1 at 2012-09-16 15:17:54 +0400
307
+ Served asset /jquery_events_test.js - 200 OK (97ms)
259
308
 
260
309
 
261
- Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-08-21 22:42:48 +0300
262
- Processing by ProjectsController#without_intermediate_inputs as HTML
263
- Rendered projects/without_intermediate_inputs.html.erb within layouts/application (37.1ms)
264
- Completed 200 OK in 49ms (Views: 47.7ms | ActiveRecord: 0.7ms)
310
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-16 15:17:56 +0400
311
+ Processing by ProjectsController#new as HTML
312
+ Rendered projects/new.html.erb within layouts/application (4.2ms)
313
+ Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
265
314
 
266
315
 
267
- Started GET "/assets/jquery.js" for 127.0.0.1 at 2012-08-21 22:42:48 +0300
268
- Served asset /jquery.js - 200 OK (7ms)
316
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-16 15:17:56 +0400
317
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
269
318
 
270
319
 
271
- Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-08-21 22:42:48 +0300
272
- Served asset /jquery_nested_form.js - 200 OK (2ms)
320
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-16 15:17:59 +0400
321
+ Processing by ProjectsController#new as HTML
322
+ Rendered projects/new.html.erb within layouts/application (5.6ms)
323
+ Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.0ms)
273
324
 
274
325
 
275
- Started GET "/assets/jquery_events_test.js" for 127.0.0.1 at 2012-08-21 22:42:48 +0300
276
- Served asset /jquery_events_test.js - 200 OK (2ms)
277
- Connecting to database specified by database.yml
326
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-16 15:17:59 +0400
327
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
278
328
 
279
329
 
280
- Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-08-21 22:43:04 +0300
281
- Processing by ProjectsController#without_intermediate_inputs as HTML
282
- Rendered projects/without_intermediate_inputs.html.erb within layouts/application (42.1ms)
283
- Completed 200 OK in 54ms (Views: 52.9ms | ActiveRecord: 0.8ms)
330
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-16 15:18:01 +0400
331
+ Processing by ProjectsController#new as HTML
332
+ Rendered projects/new.html.erb within layouts/application (5.4ms)
333
+ Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)
284
334
 
285
335
 
286
- Started GET "/assets/jquery.js" for 127.0.0.1 at 2012-08-21 22:43:05 +0300
287
- Served asset /jquery.js - 200 OK (7ms)
336
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-16 15:18:01 +0400
337
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
288
338
 
289
339
 
290
- Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-08-21 22:43:05 +0300
291
- Served asset /jquery_nested_form.js - 200 OK (2ms)
340
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-16 15:18:04 +0400
341
+ Processing by ProjectsController#new as HTML
342
+ Parameters: {"type"=>"prototype"}
343
+ Rendered projects/new.html.erb within layouts/application (3.8ms)
344
+ Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
292
345
 
293
346
 
294
- Started GET "/assets/jquery_events_test.js" for 127.0.0.1 at 2012-08-21 22:43:05 +0300
295
- Served asset /jquery_events_test.js - 200 OK (2ms)
296
- Connecting to database specified by database.yml
347
+ Started GET "/assets/prototype.js" for 127.0.0.1 at 2012-09-16 15:18:04 +0400
348
+ Served asset /prototype.js - 200 OK (25ms)
297
349
 
298
350
 
299
- Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-08-21 22:45:14 +0300
300
- Processing by ProjectsController#without_intermediate_inputs as HTML
301
- Rendered projects/without_intermediate_inputs.html.erb within layouts/application (37.1ms)
302
- Completed 200 OK in 50ms (Views: 49.1ms | ActiveRecord: 0.7ms)
351
+ Started GET "/assets/prototype_nested_form.js" for 127.0.0.1 at 2012-09-16 15:18:04 +0400
352
+ Compiled prototype_nested_form.js (0ms) (pid 69646)
353
+ Served asset /prototype_nested_form.js - 200 OK (30ms)
354
+
303
355
 
356
+ Started GET "/assets/prototype_events_test.js" for 127.0.0.1 at 2012-09-16 15:18:04 +0400
357
+ Served asset /prototype_events_test.js - 200 OK (29ms)
304
358
 
305
- Started GET "/assets/jquery.js" for 127.0.0.1 at 2012-08-21 22:45:14 +0300
306
- Served asset /jquery.js - 200 OK (7ms)
307
359
 
360
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-16 15:18:05 +0400
361
+ Processing by ProjectsController#new as HTML
362
+ Parameters: {"type"=>"prototype"}
363
+ Rendered projects/new.html.erb within layouts/application (2.7ms)
364
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
308
365
 
309
- Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-08-21 22:45:14 +0300
310
- Served asset /jquery_nested_form.js - 200 OK (2ms)
366
+
367
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-16 15:18:08 +0400
368
+ Processing by ProjectsController#new as HTML
369
+ Parameters: {"type"=>"prototype"}
370
+ Rendered projects/new.html.erb within layouts/application (3.8ms)
371
+ Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
311
372
 
312
373
 
313
- Started GET "/assets/jquery_events_test.js" for 127.0.0.1 at 2012-08-21 22:45:14 +0300
314
- Served asset /jquery_events_test.js - 200 OK (3ms)
315
- Connecting to database specified by database.yml
374
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-16 15:18:09 +0400
375
+ Processing by ProjectsController#new as HTML
376
+ Parameters: {"type"=>"prototype"}
377
+ Rendered projects/new.html.erb within layouts/application (4.8ms)
378
+ Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
379
+
380
+
381
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-16 15:18:12 +0400
382
+ Processing by ProjectsController#new as HTML
383
+ Rendered projects/new.html.erb within layouts/application (2.8ms)
384
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
385
+
316
386
 
387
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-16 15:18:12 +0400
388
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
317
389
 
318
- Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-08-21 22:45:29 +0300
390
+
391
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-16 15:18:15 +0400
392
+ Processing by ProjectsController#new as HTML
393
+ Parameters: {"type"=>"prototype"}
394
+ Rendered projects/new.html.erb within layouts/application (3.8ms)
395
+ Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
396
+
397
+
398
+ Started GET "/assets/prototype_nested_form.js" for 127.0.0.1 at 2012-09-16 15:18:15 +0400
399
+ Served asset /prototype_nested_form.js - 304 Not Modified (0ms)
400
+
401
+
402
+ Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-09-16 15:18:15 +0400
319
403
  Processing by ProjectsController#without_intermediate_inputs as HTML
320
- Rendered projects/without_intermediate_inputs.html.erb within layouts/application (82.9ms)
321
- Completed 200 OK in 151ms (Views: 148.8ms | ActiveRecord: 1.1ms)
404
+ Rendered projects/without_intermediate_inputs.html.erb within layouts/application (3.9ms)
405
+ Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
322
406
 
323
407
 
324
- Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-08-21 22:45:29 +0300
325
- Served asset /jquery_nested_form.js - 200 OK (5ms)
408
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-16 15:18:15 +0400
409
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
326
410
 
327
411
 
328
- Started GET "/assets/jquery_events_test.js" for 127.0.0.1 at 2012-08-21 22:45:29 +0300
329
- Served asset /jquery_events_test.js - 200 OK (3ms)
412
+ Started GET "/projects/new?type=jquery" for 127.0.0.1 at 2012-09-16 15:18:17 +0400
413
+ Processing by ProjectsController#new as HTML
414
+ Parameters: {"type"=>"jquery"}
415
+ Rendered projects/new.html.erb within layouts/application (3.5ms)
416
+ Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
330
417
 
331
418
 
332
- Started GET "/assets/jquery.js" for 127.0.0.1 at 2012-08-21 22:45:29 +0300
333
- Served asset /jquery.js - 200 OK (30ms)
419
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-16 15:18:17 +0400
420
+ Compiled jquery_nested_form.js (0ms) (pid 69646)
421
+ Served asset /jquery_nested_form.js - 200 OK (35ms)
334
422
  Connecting to database specified by database.yml
335
423
 
336
424
 
337
- Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-08-21 22:45:57 +0300
425
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-16 15:18:29 +0400
426
+ Processing by ProjectsController#new as HTML
427
+ Rendered projects/new.html.erb within layouts/application (89.4ms)
428
+ Completed 200 OK in 134ms (Views: 129.1ms | ActiveRecord: 0.9ms)
429
+
430
+
431
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-16 15:18:29 +0400
432
+ Served asset /jquery_nested_form.js - 200 OK (4ms)
433
+
434
+
435
+ Started GET "/assets/jquery_events_test.js" for 127.0.0.1 at 2012-09-16 15:18:29 +0400
436
+ Served asset /jquery_events_test.js - 200 OK (7ms)
437
+
438
+
439
+ Started GET "/assets/jquery.js" for 127.0.0.1 at 2012-09-16 15:18:29 +0400
440
+ Served asset /jquery.js - 200 OK (35ms)
441
+
442
+
443
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-16 15:18:29 +0400
444
+ Processing by ProjectsController#new as HTML
445
+ Rendered projects/new.html.erb within layouts/application (2.9ms)
446
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
447
+
448
+
449
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-16 15:18:32 +0400
450
+ Processing by ProjectsController#new as HTML
451
+ Rendered projects/new.html.erb within layouts/application (4.3ms)
452
+ Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
453
+
454
+
455
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-16 15:18:32 +0400
456
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
457
+
458
+
459
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-16 15:18:32 +0400
460
+ Processing by ProjectsController#new as HTML
461
+ Rendered projects/new.html.erb within layouts/application (3.0ms)
462
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
463
+
464
+
465
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-16 15:18:32 +0400
466
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
467
+
468
+
469
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-16 15:18:35 +0400
470
+ Processing by ProjectsController#new as HTML
471
+ Parameters: {"type"=>"prototype"}
472
+ Rendered projects/new.html.erb within layouts/application (3.1ms)
473
+ Completed 200 OK in 9ms (Views: 5.1ms | ActiveRecord: 0.0ms)
474
+
475
+
476
+ Started GET "/assets/prototype_nested_form.js" for 127.0.0.1 at 2012-09-16 15:18:35 +0400
477
+ Served asset /prototype_nested_form.js - 200 OK (8ms)
478
+
479
+
480
+ Started GET "/assets/prototype_events_test.js" for 127.0.0.1 at 2012-09-16 15:18:35 +0400
481
+ Served asset /prototype_events_test.js - 200 OK (26ms)
482
+
483
+
484
+ Started GET "/assets/prototype.js" for 127.0.0.1 at 2012-09-16 15:18:35 +0400
485
+ Served asset /prototype.js - 200 OK (85ms)
486
+
487
+
488
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-16 15:18:35 +0400
489
+ Processing by ProjectsController#new as HTML
490
+ Parameters: {"type"=>"prototype"}
491
+ Rendered projects/new.html.erb within layouts/application (3.1ms)
492
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms)
493
+
494
+
495
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-16 15:18:38 +0400
496
+ Processing by ProjectsController#new as HTML
497
+ Parameters: {"type"=>"prototype"}
498
+ Rendered projects/new.html.erb within layouts/application (2.8ms)
499
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
500
+
501
+
502
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-16 15:18:39 +0400
503
+ Processing by ProjectsController#new as HTML
504
+ Parameters: {"type"=>"prototype"}
505
+ Rendered projects/new.html.erb within layouts/application (6.7ms)
506
+ Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)
507
+
508
+
509
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-16 15:18:43 +0400
510
+ Processing by ProjectsController#new as HTML
511
+ Rendered projects/new.html.erb within layouts/application (2.7ms)
512
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
513
+
514
+
515
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-16 15:18:43 +0400
516
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
517
+
518
+
519
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-16 15:18:44 +0400
520
+ Processing by ProjectsController#new as HTML
521
+ Parameters: {"type"=>"prototype"}
522
+ Rendered projects/new.html.erb within layouts/application (2.7ms)
523
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
524
+
525
+
526
+ Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-09-16 15:18:45 +0400
338
527
  Processing by ProjectsController#without_intermediate_inputs as HTML
339
- Rendered projects/without_intermediate_inputs.html.erb within layouts/application (40.6ms)
340
- Completed 200 OK in 54ms (Views: 52.9ms | ActiveRecord: 0.6ms)
528
+ Rendered projects/without_intermediate_inputs.html.erb within layouts/application (3.5ms)
529
+ Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.0ms)
341
530
 
342
531
 
343
- Started GET "/assets/jquery.js" for 127.0.0.1 at 2012-08-21 22:45:57 +0300
344
- Served asset /jquery.js - 200 OK (7ms)
532
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-16 15:18:46 +0400
533
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
345
534
 
346
535
 
347
- Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-08-21 22:45:57 +0300
348
- Compiled jquery_nested_form.js (0ms) (pid 24986)
349
- Served asset /jquery_nested_form.js - 200 OK (7ms)
536
+ Started GET "/projects/new?type=jquery" for 127.0.0.1 at 2012-09-16 15:18:46 +0400
537
+ Processing by ProjectsController#new as HTML
538
+ Parameters: {"type"=>"jquery"}
539
+ Rendered projects/new.html.erb within layouts/application (4.1ms)
540
+ Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
350
541
 
351
542
 
352
- Started GET "/assets/jquery_events_test.js" for 127.0.0.1 at 2012-08-21 22:45:57 +0300
353
- Served asset /jquery_events_test.js - 200 OK (2ms)
543
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-16 15:18:46 +0400
544
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
354
545
  Connecting to database specified by database.yml
355
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
356
- Migrating to InitialTables (20110710143903)
357
- Migrating to AddAssociationWithClassName (20120819164528)
358
-  (0.0ms) select sqlite_version(*)
359
-  (0.0ms) begin transaction
360
-  (0.4ms) CREATE TABLE "project_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "project_id" integer, "name" varchar(255))
361
-  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120819164528')
362
-  (0.8ms) commit transaction
363
-  (0.2ms) select sqlite_version(*)
364
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
365
-  (0.0ms) PRAGMA index_list("milestones")
366
-  (0.0ms) PRAGMA index_list("project_tasks")
367
-  (0.0ms) PRAGMA index_list("projects")
368
-  (0.0ms) PRAGMA index_list("tasks")
369
- Connecting to database specified by database.yml
370
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
371
- Migrating to InitialTables (20110710143903)
372
- Migrating to AddAssociationWithClassName (20120819164528)
373
-  (0.2ms) select sqlite_version(*)
374
-  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
375
-  (0.0ms) PRAGMA index_list("milestones")
376
-  (0.0ms) PRAGMA index_list("project_tasks")
377
-  (0.0ms) PRAGMA index_list("projects")
378
-  (0.0ms) PRAGMA index_list("tasks")
379
546
 
380
547
 
381
- Started GET "/projects/new" for 127.0.0.1 at 2012-08-21 23:31:13 +0300
382
- Processing by ProjectsController#new as HTML
383
- Rendered projects/new.html.erb within layouts/application (27.3ms)
384
- Completed 200 OK in 35ms (Views: 31.5ms | ActiveRecord: 0.0ms)
548
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-18 23:30:51 +0300
549
+ Processing by ProjectsController#new as HTML
550
+ Rendered projects/new.html.erb within layouts/application (237.4ms)
551
+ Completed 200 OK in 462ms (Views: 455.7ms | ActiveRecord: 0.8ms)
385
552
 
386
553
 
387
- Started GET "/projects/new" for 127.0.0.1 at 2012-08-21 23:31:14 +0300
388
- Processing by ProjectsController#new as HTML
389
- Rendered projects/new.html.erb within layouts/application (3.2ms)
390
- Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
554
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-18 23:30:52 +0300
555
+ Compiled jquery_nested_form.js (0ms) (pid 71363)
556
+ Served asset /jquery_nested_form.js - 200 OK (253ms)
557
+
558
+
559
+ Started GET "/assets/jquery_events_test.js" for 127.0.0.1 at 2012-09-18 23:30:52 +0300
560
+ Served asset /jquery_events_test.js - 200 OK (109ms)
391
561
 
392
562
 
393
- Started GET "/projects/new" for 127.0.0.1 at 2012-08-21 23:31:16 +0300
394
- Processing by ProjectsController#new as HTML
395
- Rendered projects/new.html.erb within layouts/application (2.7ms)
396
- Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
563
+ Started GET "/assets/jquery.js" for 127.0.0.1 at 2012-09-18 23:30:52 +0300
564
+ Served asset /jquery.js - 200 OK (67ms)
397
565
 
398
566
 
399
- Started GET "/projects/new" for 127.0.0.1 at 2012-08-21 23:31:16 +0300
400
- Processing by ProjectsController#new as HTML
401
- Rendered projects/new.html.erb within layouts/application (3.1ms)
402
- Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
567
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-18 23:30:54 +0300
568
+ Processing by ProjectsController#new as HTML
569
+ Rendered projects/new.html.erb within layouts/application (2.7ms)
570
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
571
+
572
+
573
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-18 23:30:56 +0300
574
+ Processing by ProjectsController#new as HTML
575
+ Rendered projects/new.html.erb within layouts/application (2.7ms)
576
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
403
577
 
404
578
 
405
- Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-08-21 23:31:19 +0300
406
- Processing by ProjectsController#new as HTML
579
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-18 23:30:56 +0300
580
+ Processing by ProjectsController#new as HTML
581
+ Rendered projects/new.html.erb within layouts/application (2.7ms)
582
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
583
+
584
+
585
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-18 23:31:00 +0300
586
+ Processing by ProjectsController#new as HTML
407
587
  Parameters: {"type"=>"prototype"}
408
- Rendered projects/new.html.erb within layouts/application (5.7ms)
409
- Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
588
+ Rendered projects/new.html.erb within layouts/application (2.6ms)
589
+ Completed 200 OK in 4ms (Views: 4.2ms | ActiveRecord: 0.0ms)
590
+
591
+
592
+ Started GET "/assets/prototype_nested_form.js" for 127.0.0.1 at 2012-09-18 23:31:00 +0300
593
+ Served asset /prototype_nested_form.js - 200 OK (16ms)
594
+
595
+
596
+ Started GET "/assets/prototype_events_test.js" for 127.0.0.1 at 2012-09-18 23:31:00 +0300
597
+ Served asset /prototype_events_test.js - 200 OK (13ms)
598
+
410
599
 
600
+ Started GET "/assets/prototype.js" for 127.0.0.1 at 2012-09-18 23:31:00 +0300
601
+ Served asset /prototype.js - 200 OK (125ms)
411
602
 
412
- Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-08-21 23:31:19 +0300
413
- Processing by ProjectsController#new as HTML
603
+
604
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-18 23:31:02 +0300
605
+ Processing by ProjectsController#new as HTML
414
606
  Parameters: {"type"=>"prototype"}
415
- Rendered projects/new.html.erb within layouts/application (3.7ms)
416
- Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
607
+ Rendered projects/new.html.erb within layouts/application (2.8ms)
608
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
417
609
 
418
610
 
419
- Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-08-21 23:31:22 +0300
420
- Processing by ProjectsController#new as HTML
611
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-18 23:31:06 +0300
612
+ Processing by ProjectsController#new as HTML
421
613
  Parameters: {"type"=>"prototype"}
422
- Rendered projects/new.html.erb within layouts/application (4.3ms)
423
- Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)
614
+ Rendered projects/new.html.erb within layouts/application (3.0ms)
615
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
424
616
 
425
617
 
426
- Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-08-21 23:31:22 +0300
427
- Processing by ProjectsController#new as HTML
618
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-18 23:31:08 +0300
619
+ Processing by ProjectsController#new as HTML
428
620
  Parameters: {"type"=>"prototype"}
429
- Rendered projects/new.html.erb within layouts/application (2.3ms)
430
- Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
621
+ Rendered projects/new.html.erb within layouts/application (2.8ms)
622
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
623
+
431
624
 
625
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-18 23:31:12 +0300
626
+ Processing by ProjectsController#new as HTML
627
+ Rendered projects/new.html.erb within layouts/application (2.5ms)
628
+ Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
432
629
 
433
- Started GET "/projects/new" for 127.0.0.1 at 2012-08-21 23:31:24 +0300
434
- Processing by ProjectsController#new as HTML
435
- Rendered projects/new.html.erb within layouts/application (3.1ms)
436
- Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
437
630
 
631
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-18 23:31:12 +0300
632
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
438
633
 
439
- Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-08-21 23:31:25 +0300
440
- Processing by ProjectsController#new as HTML
634
+
635
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-18 23:31:13 +0300
636
+ Processing by ProjectsController#new as HTML
441
637
  Parameters: {"type"=>"prototype"}
442
- Rendered projects/new.html.erb within layouts/application (3.9ms)
443
- Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
638
+ Rendered projects/new.html.erb within layouts/application (4.9ms)
639
+ Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms)
444
640
 
445
641
 
446
- Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-08-21 23:31:26 +0300
447
- Processing by ProjectsController#without_intermediate_inputs as HTML
448
- Rendered projects/without_intermediate_inputs.html.erb within layouts/application (4.1ms)
449
- Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
642
+ Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-09-18 23:31:14 +0300
643
+ Processing by ProjectsController#without_intermediate_inputs as HTML
644
+ Rendered projects/without_intermediate_inputs.html.erb within layouts/application (3.3ms)
645
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
450
646
 
451
647
 
452
- Started GET "/projects/new?type=jquery" for 127.0.0.1 at 2012-08-21 23:31:26 +0300
453
- Processing by ProjectsController#new as HTML
648
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-18 23:31:14 +0300
649
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
650
+
651
+
652
+ Started GET "/projects/new?type=jquery" for 127.0.0.1 at 2012-09-18 23:31:15 +0300
653
+ Processing by ProjectsController#new as HTML
454
654
  Parameters: {"type"=>"jquery"}
455
- Rendered projects/new.html.erb within layouts/application (3.9ms)
655
+ Rendered projects/new.html.erb within layouts/application (3.9ms)
656
+ Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
657
+
658
+
659
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-18 23:31:15 +0300
660
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
661
+ Connecting to database specified by database.yml
662
+
663
+
664
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-18 23:56:26 +0300
665
+ Processing by ProjectsController#new as HTML
666
+ Rendered projects/new.html.erb within layouts/application (147.6ms)
667
+ Completed 200 OK in 377ms (Views: 367.0ms | ActiveRecord: 1.0ms)
668
+
669
+
670
+ Started GET "/assets/jquery.js" for 127.0.0.1 at 2012-09-18 23:56:28 +0300
671
+ Served asset /jquery.js - 200 OK (92ms)
672
+
673
+
674
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-18 23:56:28 +0300
675
+ Compiled jquery_nested_form.js (0ms) (pid 71562)
676
+ Served asset /jquery_nested_form.js - 200 OK (23ms)
677
+
678
+
679
+ Started GET "/assets/jquery_events_test.js" for 127.0.0.1 at 2012-09-18 23:56:28 +0300
680
+ Served asset /jquery_events_test.js - 200 OK (48ms)
681
+
682
+
683
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-18 23:56:29 +0300
684
+ Processing by ProjectsController#new as HTML
685
+ Rendered projects/new.html.erb within layouts/application (3.5ms)
686
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
687
+
688
+
689
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-18 23:56:32 +0300
690
+ Processing by ProjectsController#new as HTML
691
+ Rendered projects/new.html.erb within layouts/application (2.8ms)
456
692
  Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
457
693
 
458
694
 
459
- Started GET "/projects/new" for 127.0.0.1 at 2012-08-21 23:40:06 +0300
460
- Processing by ProjectsController#new as HTML
461
- Rendered projects/new.html.erb within layouts/application (28.9ms)
462
- Completed 200 OK in 36ms (Views: 32.8ms | ActiveRecord: 0.0ms)
695
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-18 23:56:32 +0300
696
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
463
697
 
464
698
 
465
- Started GET "/projects/new" for 127.0.0.1 at 2012-08-21 23:40:07 +0300
466
- Processing by ProjectsController#new as HTML
467
- Rendered projects/new.html.erb within layouts/application (4.2ms)
468
- Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
699
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-18 23:56:32 +0300
700
+ Processing by ProjectsController#new as HTML
701
+ Rendered projects/new.html.erb within layouts/application (2.5ms)
702
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
469
703
 
470
704
 
471
- Started GET "/projects/new" for 127.0.0.1 at 2012-08-21 23:40:09 +0300
472
- Processing by ProjectsController#new as HTML
473
- Rendered projects/new.html.erb within layouts/application (2.6ms)
474
- Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
705
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-18 23:56:32 +0300
706
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
475
707
 
476
708
 
477
- Started GET "/projects/new" for 127.0.0.1 at 2012-08-21 23:40:09 +0300
478
- Processing by ProjectsController#new as HTML
479
- Rendered projects/new.html.erb within layouts/application (3.0ms)
480
- Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
709
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-18 23:56:36 +0300
710
+ Processing by ProjectsController#new as HTML
711
+ Parameters: {"type"=>"prototype"}
712
+ Rendered projects/new.html.erb within layouts/application (2.4ms)
713
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
714
+
715
+
716
+ Started GET "/assets/prototype.js" for 127.0.0.1 at 2012-09-18 23:56:36 +0300
717
+ Served asset /prototype.js - 200 OK (86ms)
718
+
719
+
720
+ Started GET "/assets/prototype_nested_form.js" for 127.0.0.1 at 2012-09-18 23:56:36 +0300
721
+ Served asset /prototype_nested_form.js - 200 OK (30ms)
722
+
481
723
 
724
+ Started GET "/assets/prototype_events_test.js" for 127.0.0.1 at 2012-09-18 23:56:36 +0300
725
+ Served asset /prototype_events_test.js - 200 OK (17ms)
482
726
 
483
- Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-08-21 23:40:12 +0300
484
- Processing by ProjectsController#new as HTML
727
+
728
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-18 23:56:38 +0300
729
+ Processing by ProjectsController#new as HTML
485
730
  Parameters: {"type"=>"prototype"}
486
- Rendered projects/new.html.erb within layouts/application (4.3ms)
731
+ Rendered projects/new.html.erb within layouts/application (3.2ms)
487
732
  Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)
488
733
 
489
734
 
490
- Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-08-21 23:40:12 +0300
491
- Processing by ProjectsController#new as HTML
735
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-18 23:56:41 +0300
736
+ Processing by ProjectsController#new as HTML
492
737
  Parameters: {"type"=>"prototype"}
493
- Rendered projects/new.html.erb within layouts/application (4.1ms)
738
+ Rendered projects/new.html.erb within layouts/application (2.4ms)
739
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
740
+
741
+
742
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-18 23:56:42 +0300
743
+ Processing by ProjectsController#new as HTML
744
+ Parameters: {"type"=>"prototype"}
745
+ Rendered projects/new.html.erb within layouts/application (2.5ms)
746
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
747
+
748
+
749
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-18 23:56:46 +0300
750
+ Processing by ProjectsController#new as HTML
751
+ Rendered projects/new.html.erb within layouts/application (2.8ms)
494
752
  Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
495
753
 
496
754
 
497
- Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-08-21 23:40:14 +0300
498
- Processing by ProjectsController#new as HTML
755
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-18 23:56:46 +0300
756
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
757
+
758
+
759
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-18 23:56:47 +0300
760
+ Processing by ProjectsController#new as HTML
499
761
  Parameters: {"type"=>"prototype"}
500
- Rendered projects/new.html.erb within layouts/application (4.3ms)
501
- Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)
762
+ Rendered projects/new.html.erb within layouts/application (3.0ms)
763
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
764
+
765
+
766
+ Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-09-18 23:56:47 +0300
767
+ Processing by ProjectsController#without_intermediate_inputs as HTML
768
+ Rendered projects/without_intermediate_inputs.html.erb within layouts/application (4.4ms)
769
+ Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)
770
+
502
771
 
772
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-18 23:56:47 +0300
773
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
503
774
 
504
- Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-08-21 23:40:15 +0300
505
- Processing by ProjectsController#new as HTML
775
+
776
+ Started GET "/projects/new?type=jquery" for 127.0.0.1 at 2012-09-18 23:56:48 +0300
777
+ Processing by ProjectsController#new as HTML
778
+ Parameters: {"type"=>"jquery"}
779
+ Rendered projects/new.html.erb within layouts/application (14.4ms)
780
+ Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.0ms)
781
+
782
+
783
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-18 23:56:48 +0300
784
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
785
+ Connecting to database specified by database.yml
786
+
787
+
788
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-19 09:05:46 +0300
789
+ Processing by ProjectsController#new as HTML
790
+ Rendered projects/new.html.erb within layouts/application (267.7ms)
791
+ Completed 500 Internal Server Error in 322ms
792
+
793
+
794
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-19 09:06:00 +0300
795
+ Processing by ProjectsController#new as HTML
796
+ Rendered projects/new.html.erb within layouts/application (40.0ms)
797
+ Completed 500 Internal Server Error in 49ms
798
+
799
+
800
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-19 09:06:03 +0300
801
+ Processing by ProjectsController#new as HTML
802
+ Rendered projects/new.html.erb within layouts/application (4.0ms)
803
+ Completed 500 Internal Server Error in 6ms
804
+
805
+
806
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-19 09:06:06 +0300
807
+ Processing by ProjectsController#new as HTML
808
+ Rendered projects/new.html.erb within layouts/application (5.3ms)
809
+ Completed 500 Internal Server Error in 6ms
810
+
811
+
812
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-19 09:06:08 +0300
813
+ Processing by ProjectsController#new as HTML
506
814
  Parameters: {"type"=>"prototype"}
507
- Rendered projects/new.html.erb within layouts/application (2.8ms)
508
- Completed 200 OK in 3ms (Views: 3.2ms | ActiveRecord: 0.0ms)
815
+ Rendered projects/new.html.erb within layouts/application (3.8ms)
816
+ Completed 500 Internal Server Error in 5ms
509
817
 
510
818
 
511
- Started GET "/projects/new" for 127.0.0.1 at 2012-08-21 23:40:17 +0300
512
- Processing by ProjectsController#new as HTML
513
- Rendered projects/new.html.erb within layouts/application (4.7ms)
514
- Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
819
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-19 09:06:12 +0300
820
+ Processing by ProjectsController#new as HTML
821
+ Parameters: {"type"=>"prototype"}
822
+ Rendered projects/new.html.erb within layouts/application (3.1ms)
823
+ Completed 500 Internal Server Error in 4ms
515
824
 
516
825
 
517
- Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-08-21 23:40:18 +0300
518
- Processing by ProjectsController#new as HTML
826
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-19 09:06:15 +0300
827
+ Processing by ProjectsController#new as HTML
519
828
  Parameters: {"type"=>"prototype"}
520
- Rendered projects/new.html.erb within layouts/application (4.3ms)
521
- Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
829
+ Rendered projects/new.html.erb within layouts/application (2.3ms)
830
+ Completed 500 Internal Server Error in 3ms
522
831
 
523
832
 
524
- Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-08-21 23:40:18 +0300
525
- Processing by ProjectsController#without_intermediate_inputs as HTML
526
- Rendered projects/without_intermediate_inputs.html.erb within layouts/application (4.5ms)
527
- Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
833
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-19 09:06:21 +0300
834
+ Processing by ProjectsController#new as HTML
835
+ Parameters: {"type"=>"prototype"}
836
+ Rendered projects/new.html.erb within layouts/application (49.0ms)
837
+ Completed 500 Internal Server Error in 50ms
838
+
839
+
840
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-19 09:06:24 +0300
841
+ Processing by ProjectsController#new as HTML
842
+ Rendered projects/new.html.erb within layouts/application (7.4ms)
843
+ Completed 500 Internal Server Error in 8ms
528
844
 
529
845
 
530
- Started GET "/projects/new?type=jquery" for 127.0.0.1 at 2012-08-21 23:40:19 +0300
531
- Processing by ProjectsController#new as HTML
846
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-19 09:06:26 +0300
847
+ Processing by ProjectsController#new as HTML
848
+ Parameters: {"type"=>"prototype"}
849
+ Rendered projects/new.html.erb within layouts/application (3.1ms)
850
+ Completed 500 Internal Server Error in 4ms
851
+
852
+
853
+ Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-09-19 09:06:28 +0300
854
+ Processing by ProjectsController#without_intermediate_inputs as HTML
855
+ Rendered projects/without_intermediate_inputs.html.erb within layouts/application (3.4ms)
856
+ Completed 500 Internal Server Error in 6ms
857
+
858
+
859
+ Started GET "/projects/new?type=jquery" for 127.0.0.1 at 2012-09-19 09:06:30 +0300
860
+ Processing by ProjectsController#new as HTML
532
861
  Parameters: {"type"=>"jquery"}
533
- Rendered projects/new.html.erb within layouts/application (4.3ms)
534
- Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
862
+ Rendered projects/new.html.erb within layouts/application (2.3ms)
863
+ Completed 500 Internal Server Error in 3ms
535
864
  Connecting to database specified by database.yml
536
865
 
537
866
 
538
- Started GET "/projects/new" for 127.0.0.1 at Thu Aug 23 21:59:39 +0300 2012
867
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-19 09:06:51 +0300
539
868
  Processing by ProjectsController#new as HTML
540
- Rendered projects/new.html.erb within layouts/application (78.1ms)
541
- Completed 200 OK in 91ms (Views: 87.4ms | ActiveRecord: 0.7ms)
869
+ Rendered projects/new.html.erb within layouts/application (103.3ms)
870
+ Completed 200 OK in 148ms (Views: 140.8ms | ActiveRecord: 0.8ms)
542
871
 
543
872
 
544
- Started GET "/assets/jquery.js" for 127.0.0.1 at Thu Aug 23 21:59:39 +0300 2012
545
- Served asset /jquery.js - 200 OK (4ms)
873
+ Started GET "/assets/jquery.js" for 127.0.0.1 at 2012-09-19 09:06:51 +0300
874
+ Served asset /jquery.js - 200 OK (32ms)
546
875
 
547
876
 
548
- Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at Thu Aug 23 21:59:39 +0300 2012
549
- Served asset /jquery_nested_form.js - 200 OK (5ms)
877
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-19 09:06:51 +0300
878
+ Served asset /jquery_nested_form.js - 200 OK (12ms)
550
879
 
551
880
 
552
- Started GET "/assets/jquery_events_test.js" for 127.0.0.1 at Thu Aug 23 21:59:39 +0300 2012
553
- Served asset /jquery_events_test.js - 200 OK (3ms)
881
+ Started GET "/assets/jquery_events_test.js" for 127.0.0.1 at 2012-09-19 09:06:51 +0300
882
+ Served asset /jquery_events_test.js - 200 OK (13ms)
554
883
 
555
884
 
556
- Started GET "/projects/new" for 127.0.0.1 at Thu Aug 23 21:59:40 +0300 2012
885
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-19 09:06:53 +0300
557
886
  Processing by ProjectsController#new as HTML
558
- Rendered projects/new.html.erb within layouts/application (3.8ms)
559
- Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
887
+ Rendered projects/new.html.erb within layouts/application (3.5ms)
888
+ Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.0ms)
560
889
 
561
890
 
562
- Started GET "/projects/new" for 127.0.0.1 at Thu Aug 23 21:59:42 +0300 2012
891
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-19 09:06:56 +0300
563
892
  Processing by ProjectsController#new as HTML
564
- Rendered projects/new.html.erb within layouts/application (4.2ms)
565
- Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
893
+ Rendered projects/new.html.erb within layouts/application (2.7ms)
894
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
566
895
 
567
896
 
568
- Started GET "/projects/new" for 127.0.0.1 at Thu Aug 23 21:59:42 +0300 2012
897
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-19 09:06:56 +0300
569
898
  Processing by ProjectsController#new as HTML
570
- Rendered projects/new.html.erb within layouts/application (3.7ms)
899
+ Rendered projects/new.html.erb within layouts/application (3.6ms)
571
900
  Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
572
901
 
573
902
 
574
- Started GET "/projects/new?type=prototype" for 127.0.0.1 at Thu Aug 23 21:59:45 +0300 2012
903
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-19 09:07:05 +0300
575
904
  Processing by ProjectsController#new as HTML
576
905
  Parameters: {"type"=>"prototype"}
577
- Rendered projects/new.html.erb within layouts/application (3.7ms)
578
- Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
906
+ Rendered projects/new.html.erb within layouts/application (2.9ms)
907
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
579
908
 
580
909
 
581
- Started GET "/assets/prototype.js" for 127.0.0.1 at Thu Aug 23 21:59:45 +0300 2012
582
- Compiled prototype.js (3ms) (pid 13671)
583
- Served asset /prototype.js - 200 OK (18ms)
910
+ Started GET "/assets/prototype_nested_form.js" for 127.0.0.1 at 2012-09-19 09:07:05 +0300
911
+ Served asset /prototype_nested_form.js - 200 OK (23ms)
584
912
 
585
913
 
586
- Started GET "/assets/prototype_events_test.js" for 127.0.0.1 at Thu Aug 23 21:59:45 +0300 2012
587
- Compiled prototype_events_test.js (0ms) (pid 13671)
588
- Served asset /prototype_events_test.js - 200 OK (55ms)
914
+ Started GET "/assets/prototype.js" for 127.0.0.1 at 2012-09-19 09:07:05 +0300
915
+ Served asset /prototype.js - 200 OK (35ms)
589
916
 
590
917
 
591
- Started GET "/assets/prototype_nested_form.js" for 127.0.0.1 at Thu Aug 23 21:59:45 +0300 2012
592
- Compiled prototype_nested_form.js (0ms) (pid 13671)
593
- Served asset /prototype_nested_form.js - 200 OK (11ms)
918
+ Started GET "/assets/prototype_events_test.js" for 127.0.0.1 at 2012-09-19 09:07:05 +0300
919
+ Served asset /prototype_events_test.js - 200 OK (28ms)
594
920
 
595
921
 
596
- Started GET "/projects/new?type=prototype" for 127.0.0.1 at Thu Aug 23 21:59:45 +0300 2012
922
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-19 09:07:07 +0300
597
923
  Processing by ProjectsController#new as HTML
598
924
  Parameters: {"type"=>"prototype"}
599
- Rendered projects/new.html.erb within layouts/application (4.8ms)
600
- Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms)
925
+ Rendered projects/new.html.erb within layouts/application (3.5ms)
926
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
601
927
 
602
928
 
603
- Started GET "/projects/new?type=prototype" for 127.0.0.1 at Thu Aug 23 21:59:47 +0300 2012
929
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-19 09:07:12 +0300
604
930
  Processing by ProjectsController#new as HTML
605
931
  Parameters: {"type"=>"prototype"}
606
- Rendered projects/new.html.erb within layouts/application (2.4ms)
607
- Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.0ms)
932
+ Rendered projects/new.html.erb within layouts/application (3.1ms)
933
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
608
934
 
609
935
 
610
- Started GET "/projects/new?type=prototype" for 127.0.0.1 at Thu Aug 23 21:59:48 +0300 2012
936
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-19 09:07:14 +0300
611
937
  Processing by ProjectsController#new as HTML
612
938
  Parameters: {"type"=>"prototype"}
613
- Rendered projects/new.html.erb within layouts/application (3.7ms)
614
- Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
939
+ Rendered projects/new.html.erb within layouts/application (3.0ms)
940
+ Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
615
941
 
616
942
 
617
- Started GET "/projects/new" for 127.0.0.1 at Thu Aug 23 21:59:50 +0300 2012
943
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-19 09:07:17 +0300
618
944
  Processing by ProjectsController#new as HTML
619
- Rendered projects/new.html.erb within layouts/application (2.6ms)
620
- Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
945
+ Rendered projects/new.html.erb within layouts/application (3.1ms)
946
+ Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
621
947
 
622
948
 
623
- Started GET "/projects/new?type=prototype" for 127.0.0.1 at Thu Aug 23 21:59:51 +0300 2012
949
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-19 09:07:17 +0300
624
950
  Processing by ProjectsController#new as HTML
625
951
  Parameters: {"type"=>"prototype"}
626
- Rendered projects/new.html.erb within layouts/application (4.6ms)
627
- Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
952
+ Rendered projects/new.html.erb within layouts/application (3.3ms)
953
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
628
954
 
629
955
 
630
- Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at Thu Aug 23 21:59:51 +0300 2012
956
+ Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-09-19 09:07:19 +0300
631
957
  Processing by ProjectsController#without_intermediate_inputs as HTML
632
- Rendered projects/without_intermediate_inputs.html.erb within layouts/application (3.9ms)
633
- Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
958
+ Rendered projects/without_intermediate_inputs.html.erb within layouts/application (3.4ms)
959
+ Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
634
960
 
635
961
 
636
- Started GET "/projects/new?type=jquery" for 127.0.0.1 at Thu Aug 23 21:59:52 +0300 2012
962
+ Started GET "/projects/new?type=jquery" for 127.0.0.1 at 2012-09-19 09:07:19 +0300
637
963
  Processing by ProjectsController#new as HTML
638
964
  Parameters: {"type"=>"jquery"}
639
- Rendered projects/new.html.erb within layouts/application (2.8ms)
640
- Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.0ms)
965
+ Rendered projects/new.html.erb within layouts/application (4.9ms)
966
+ Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)
641
967
  Connecting to database specified by database.yml
642
968
 
643
969
 
644
- Started GET "/projects/new" for 127.0.0.1 at 2012-08-23 22:00:26 +0300
970
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-22 19:21:26 +0300
645
971
  Processing by ProjectsController#new as HTML
646
- Rendered projects/new.html.erb within layouts/application (63.0ms)
647
- Completed 200 OK in 82ms (Views: 78.1ms | ActiveRecord: 0.7ms)
972
+ Rendered projects/new.html.erb within layouts/application (343.6ms)
973
+ Completed 200 OK in 593ms (Views: 562.3ms | ActiveRecord: 0.8ms)
648
974
 
649
975
 
650
- Started GET "/assets/jquery.js" for 127.0.0.1 at 2012-08-23 22:00:26 +0300
651
- Served asset /jquery.js - 200 OK (9ms)
976
+ Started GET "/assets/jquery.js" for 127.0.0.1 at 2012-09-22 19:21:27 +0300
977
+ Served asset /jquery.js - 200 OK (152ms)
652
978
 
653
979
 
654
- Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-08-23 22:00:26 +0300
655
- Served asset /jquery_nested_form.js - 200 OK (2ms)
980
+ Started GET "/assets/jquery_events_test.js" for 127.0.0.1 at 2012-09-22 19:21:28 +0300
981
+ Served asset /jquery_events_test.js - 200 OK (37ms)
656
982
 
657
983
 
658
- Started GET "/assets/jquery_events_test.js" for 127.0.0.1 at 2012-08-23 22:00:26 +0300
659
- Served asset /jquery_events_test.js - 200 OK (2ms)
984
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-09-22 19:21:28 +0300
985
+ Served asset /jquery_nested_form.js - 200 OK (146ms)
660
986
 
661
987
 
662
- Started GET "/projects/new" for 127.0.0.1 at 2012-08-23 22:00:26 +0300
988
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-22 19:21:34 +0300
663
989
  Processing by ProjectsController#new as HTML
664
- Rendered projects/new.html.erb within layouts/application (2.2ms)
665
- Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.0ms)
990
+ Rendered projects/new.html.erb within layouts/application (3.9ms)
991
+ Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.0ms)
666
992
 
667
993
 
668
- Started GET "/projects/new" for 127.0.0.1 at 2012-08-23 22:00:28 +0300
994
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-22 19:21:39 +0300
669
995
  Processing by ProjectsController#new as HTML
670
- Rendered projects/new.html.erb within layouts/application (2.0ms)
671
- Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
996
+ Rendered projects/new.html.erb within layouts/application (2.7ms)
997
+ Completed 200 OK in 4ms (Views: 4.2ms | ActiveRecord: 0.0ms)
672
998
 
673
999
 
674
- Started GET "/projects/new" for 127.0.0.1 at 2012-08-23 22:00:28 +0300
1000
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-22 19:21:40 +0300
675
1001
  Processing by ProjectsController#new as HTML
676
- Rendered projects/new.html.erb within layouts/application (2.2ms)
677
- Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
1002
+ Rendered projects/new.html.erb within layouts/application (3.9ms)
1003
+ Completed 200 OK in 6ms (Views: 5.9ms | ActiveRecord: 0.0ms)
678
1004
 
679
1005
 
680
- Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-08-23 22:00:31 +0300
1006
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-22 19:21:45 +0300
681
1007
  Processing by ProjectsController#new as HTML
682
1008
  Parameters: {"type"=>"prototype"}
683
- Rendered projects/new.html.erb within layouts/application (2.0ms)
684
- Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)
1009
+ Rendered projects/new.html.erb within layouts/application (4.7ms)
1010
+ Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.0ms)
685
1011
 
686
1012
 
687
- Started GET "/assets/prototype.js" for 127.0.0.1 at 2012-08-23 22:00:31 +0300
688
- Served asset /prototype.js - 200 OK (7ms)
1013
+ Started GET "/assets/prototype.js" for 127.0.0.1 at 2012-09-22 19:21:46 +0300
1014
+ Served asset /prototype.js - 200 OK (147ms)
689
1015
 
690
1016
 
691
- Started GET "/assets/prototype_nested_form.js" for 127.0.0.1 at 2012-08-23 22:00:31 +0300
692
- Served asset /prototype_nested_form.js - 200 OK (2ms)
1017
+ Started GET "/assets/prototype_nested_form.js" for 127.0.0.1 at 2012-09-22 19:21:46 +0300
1018
+ Served asset /prototype_nested_form.js - 200 OK (9ms)
693
1019
 
694
1020
 
695
- Started GET "/assets/prototype_events_test.js" for 127.0.0.1 at 2012-08-23 22:00:31 +0300
1021
+ Started GET "/assets/prototype_events_test.js" for 127.0.0.1 at 2012-09-22 19:21:46 +0300
696
1022
  Served asset /prototype_events_test.js - 200 OK (2ms)
697
1023
 
698
1024
 
699
- Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-08-23 22:00:31 +0300
1025
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-22 19:21:46 +0300
700
1026
  Processing by ProjectsController#new as HTML
701
1027
  Parameters: {"type"=>"prototype"}
702
- Rendered projects/new.html.erb within layouts/application (1.9ms)
703
- Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
1028
+ Rendered projects/new.html.erb within layouts/application (5.5ms)
1029
+ Completed 200 OK in 7ms (Views: 7.2ms | ActiveRecord: 0.0ms)
704
1030
 
705
1031
 
706
- Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-08-23 22:00:34 +0300
1032
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-22 19:21:49 +0300
707
1033
  Processing by ProjectsController#new as HTML
708
1034
  Parameters: {"type"=>"prototype"}
709
- Rendered projects/new.html.erb within layouts/application (2.1ms)
710
- Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
1035
+ Rendered projects/new.html.erb within layouts/application (3.8ms)
1036
+ Completed 200 OK in 20ms (Views: 19.4ms | ActiveRecord: 0.0ms)
711
1037
 
712
1038
 
713
- Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-08-23 22:00:34 +0300
1039
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-22 19:21:49 +0300
714
1040
  Processing by ProjectsController#new as HTML
715
1041
  Parameters: {"type"=>"prototype"}
716
- Rendered projects/new.html.erb within layouts/application (1.9ms)
717
- Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
1042
+ Rendered projects/new.html.erb within layouts/application (2.5ms)
1043
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
718
1044
 
719
1045
 
720
- Started GET "/projects/new" for 127.0.0.1 at 2012-08-23 22:00:36 +0300
1046
+ Started GET "/projects/new" for 127.0.0.1 at 2012-09-22 19:21:52 +0300
721
1047
  Processing by ProjectsController#new as HTML
722
- Rendered projects/new.html.erb within layouts/application (3.0ms)
723
- Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)
1048
+ Rendered projects/new.html.erb within layouts/application (3.5ms)
1049
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
724
1050
 
725
1051
 
726
- Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-08-23 22:00:37 +0300
1052
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-09-22 19:21:52 +0300
727
1053
  Processing by ProjectsController#new as HTML
728
1054
  Parameters: {"type"=>"prototype"}
729
- Rendered projects/new.html.erb within layouts/application (3.3ms)
730
- Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.0ms)
1055
+ Rendered projects/new.html.erb within layouts/application (3.1ms)
1056
+ Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
731
1057
 
732
1058
 
733
- Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-08-23 22:00:37 +0300
1059
+ Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-09-22 19:21:53 +0300
734
1060
  Processing by ProjectsController#without_intermediate_inputs as HTML
735
1061
  Rendered projects/without_intermediate_inputs.html.erb within layouts/application (3.4ms)
736
- Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms)
1062
+ Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
737
1063
 
738
1064
 
739
- Started GET "/projects/new?type=jquery" for 127.0.0.1 at 2012-08-23 22:00:38 +0300
1065
+ Started GET "/projects/new?type=jquery" for 127.0.0.1 at 2012-09-22 19:21:53 +0300
740
1066
  Processing by ProjectsController#new as HTML
741
1067
  Parameters: {"type"=>"jquery"}
1068
+ Rendered projects/new.html.erb within layouts/application (3.4ms)
1069
+ Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms)
1070
+ Connecting to database specified by database.yml
1071
+ Connecting to database specified by database.yml
1072
+ Connecting to database specified by database.yml
1073
+ Connecting to database specified by database.yml
1074
+ Connecting to database specified by database.yml
1075
+ Connecting to database specified by database.yml
1076
+ Connecting to database specified by database.yml
1077
+ Connecting to database specified by database.yml
1078
+ Connecting to database specified by database.yml
1079
+ Connecting to database specified by database.yml
1080
+ Connecting to database specified by database.yml
1081
+ Connecting to database specified by database.yml
1082
+
1083
+
1084
+ Started GET "/projects/new" for 127.0.0.1 at 2012-10-18 22:30:41 +0300
1085
+ Processing by ProjectsController#new as HTML
1086
+ Rendered projects/new.html.erb within layouts/application (275.2ms)
1087
+ Completed 200 OK in 381ms (Views: 373.4ms | ActiveRecord: 1.0ms)
1088
+
1089
+
1090
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-10-18 22:30:42 +0300
1091
+ Compiled jquery_nested_form.js (0ms) (pid 73826)
1092
+ Served asset /jquery_nested_form.js - 200 OK (161ms)
1093
+
1094
+
1095
+ Started GET "/assets/jquery.js" for 127.0.0.1 at 2012-10-18 22:30:42 +0300
1096
+ Compiled jquery.js (2ms) (pid 73826)
1097
+ Served asset /jquery.js - 200 OK (382ms)
1098
+
1099
+
1100
+ Started GET "/assets/jquery_events_test.js" for 127.0.0.1 at 2012-10-18 22:30:42 +0300
1101
+ Compiled jquery_events_test.js (0ms) (pid 73826)
1102
+ Served asset /jquery_events_test.js - 200 OK (301ms)
1103
+
1104
+
1105
+ Started GET "/projects/new" for 127.0.0.1 at 2012-10-18 22:30:43 +0300
1106
+ Processing by ProjectsController#new as HTML
1107
+ Rendered projects/new.html.erb within layouts/application (3.3ms)
1108
+ Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.0ms)
1109
+
1110
+
1111
+ Started GET "/projects/new" for 127.0.0.1 at 2012-10-18 22:30:47 +0300
1112
+ Processing by ProjectsController#new as HTML
742
1113
  Rendered projects/new.html.erb within layouts/application (3.1ms)
743
- Completed 200 OK in 5ms (Views: 5.0ms | ActiveRecord: 0.0ms)
1114
+ Completed 200 OK in 46ms (Views: 5.1ms | ActiveRecord: 0.0ms)
1115
+
1116
+
1117
+ Started GET "/projects/new" for 127.0.0.1 at 2012-10-18 22:30:50 +0300
1118
+ Processing by ProjectsController#new as HTML
1119
+ Rendered projects/new.html.erb within layouts/application (2.5ms)
1120
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.0ms)
1121
+
1122
+
1123
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-10-18 22:30:54 +0300
1124
+ Processing by ProjectsController#new as HTML
1125
+ Parameters: {"type"=>"prototype"}
1126
+ Rendered projects/new.html.erb within layouts/application (3.7ms)
1127
+ Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms)
1128
+
1129
+
1130
+ Started GET "/assets/prototype_nested_form.js" for 127.0.0.1 at 2012-10-18 22:30:54 +0300
1131
+ Compiled prototype_nested_form.js (0ms) (pid 73826)
1132
+ Served asset /prototype_nested_form.js - 200 OK (56ms)
1133
+
1134
+
1135
+ Started GET "/assets/prototype_events_test.js" for 127.0.0.1 at 2012-10-18 22:30:54 +0300
1136
+ Served asset /prototype_events_test.js - 200 OK (11ms)
1137
+
1138
+
1139
+ Started GET "/assets/prototype.js" for 127.0.0.1 at 2012-10-18 22:30:54 +0300
1140
+ Served asset /prototype.js - 200 OK (31ms)
1141
+
1142
+
1143
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-10-18 22:30:56 +0300
1144
+ Processing by ProjectsController#new as HTML
1145
+ Parameters: {"type"=>"prototype"}
1146
+ Rendered projects/new.html.erb within layouts/application (2.5ms)
1147
+ Completed 200 OK in 4ms (Views: 4.3ms | ActiveRecord: 0.0ms)
1148
+
1149
+
1150
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-10-18 22:31:04 +0300
1151
+ Processing by ProjectsController#new as HTML
1152
+ Parameters: {"type"=>"prototype"}
1153
+ Rendered projects/new.html.erb within layouts/application (5.4ms)
1154
+ Completed 200 OK in 25ms (Views: 24.3ms | ActiveRecord: 0.0ms)
1155
+
1156
+
1157
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-10-18 22:31:04 +0300
1158
+ Processing by ProjectsController#new as HTML
1159
+ Parameters: {"type"=>"prototype"}
1160
+ Rendered projects/new.html.erb within layouts/application (2.7ms)
1161
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
1162
+
1163
+
1164
+ Started GET "/projects/new" for 127.0.0.1 at 2012-10-18 22:31:07 +0300
1165
+ Processing by ProjectsController#new as HTML
1166
+ Rendered projects/new.html.erb within layouts/application (3.6ms)
1167
+ Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
1168
+
1169
+
1170
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-10-18 22:31:07 +0300
1171
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
1172
+
1173
+
1174
+ Started GET "/projects/new?type=prototype" for 127.0.0.1 at 2012-10-18 22:31:08 +0300
1175
+ Processing by ProjectsController#new as HTML
1176
+ Parameters: {"type"=>"prototype"}
1177
+ Rendered projects/new.html.erb within layouts/application (2.9ms)
1178
+ Completed 200 OK in 47ms (Views: 46.5ms | ActiveRecord: 0.0ms)
1179
+
1180
+
1181
+ Started GET "/projects/without_intermediate_inputs" for 127.0.0.1 at 2012-10-18 22:31:08 +0300
1182
+ Processing by ProjectsController#without_intermediate_inputs as HTML
1183
+ Rendered projects/without_intermediate_inputs.html.erb within layouts/application (6.7ms)
1184
+ Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.0ms)
1185
+
1186
+
1187
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-10-18 22:31:09 +0300
1188
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)
1189
+
1190
+
1191
+ Started GET "/projects/new?type=jquery" for 127.0.0.1 at 2012-10-18 22:31:09 +0300
1192
+ Processing by ProjectsController#new as HTML
1193
+ Parameters: {"type"=>"jquery"}
1194
+ Rendered projects/new.html.erb within layouts/application (3.1ms)
1195
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
1196
+
1197
+
1198
+ Started GET "/assets/jquery_nested_form.js" for 127.0.0.1 at 2012-10-18 22:31:09 +0300
1199
+ Served asset /jquery_nested_form.js - 304 Not Modified (0ms)