copycat 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +3 -3
- data/app/assets/stylesheets/{copycat/copycat.css → copycat_engine.css} +16 -9
- data/app/controllers/copycat_translations_controller.rb +4 -0
- data/app/models/copycat_translation.rb +1 -2
- data/app/views/copycat_translations/_copycat_header.html.erb +9 -0
- data/app/views/copycat_translations/index.html.erb +0 -9
- data/app/views/copycat_translations/readme.html.erb +23 -34
- data/app/views/copycat_translations/upload.html.erb +1 -8
- data/app/views/layouts/copycat.html.erb +15 -0
- data/db/migrate/20120313191745_create_copycat_translations.rb +5 -2
- data/lib/copycat/version.rb +1 -1
- data/lib/copycat.rb +14 -5
- data/lib/tasks/copycat_tasks.rake +26 -4
- data/spec/dummy/config/initializers/copycat.rb +2 -0
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/migrate/{20120313192639_create_copycat_translations.copycat_engine.rb → 20120316153248_create_copycat_translations.copycat_engine.rb} +5 -2
- data/spec/dummy/db/schema.rb +3 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +561 -0
- data/spec/dummy/log/test.log +5316 -0
- data/spec/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
- data/spec/dummy/tmp/cache/assets/D09/190/sprockets%2Fb2bddd007999a56d8b20c92301ea1983 +0 -0
- data/spec/dummy/tmp/cache/assets/D1A/DB0/sprockets%2F26d700197b8d25f954d56d8f31f2c8bc +0 -0
- data/spec/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/spec/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/spec/dummy/tmp/cache/assets/DBD/220/sprockets%2F0cbff5c1a349439c1c444cbb4a57acc4 +0 -0
- data/spec/dummy/tmp/cache/assets/DDD/780/sprockets%2Fe7880b84c3ecb507fabc99b9ef6b70e3 +0 -0
- data/spec/dummy/{app/assets/stylesheets/copycat.css → tmp/cache/assets/DF8/310/sprockets%2Fccb12c4009c2f876d51dee8bae4c64ec} +0 -0
- data/spec/integration/copycat_spec.rb +26 -1
- data/spec/lib/copycat_spec.rb +2 -2
- metadata +17 -9
@@ -111,3 +111,564 @@ Processing by CopycatTranslationsController#import_yaml as HTML
|
|
111
111
|
Parameters: {"utf8"=>"✓", "authenticity_token"=>"PgZqSZfOjZhvTAu+xHuBH36AZqWxY9zQRY9uEcIbPG4=", "file"=>#<ActionDispatch::Http::UploadedFile:0x000001008ea980 @original_filename="TODO.txt", @content_type="text/plain", @headers="Content-Disposition: form-data; name=\"file\"; filename=\"TODO.txt\"\r\nContent-Type: text/plain\r\n", @tempfile=#<File:/var/folders/rn/rnXUYLOZH-mYuzcjL2v8Fk+++TI/-Tmp-/RackMultipart20120315-16641-1votv6a>>, "commit"=>"Upload"}
|
112
112
|
Rendered /vermonster/copycat/app/views/copycat_translations/upload.html.erb within layouts/application (0.7ms)
|
113
113
|
Completed 400 Bad Request in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
|
114
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
115
|
+
[1m[35m (1.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
116
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
117
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
118
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
119
|
+
Migrating to CreateCopycatTranslations (20120313192639)
|
120
|
+
[1m[35m (0.0ms)[0m begin transaction
|
121
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "copycat_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar(255), "value" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
122
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120313192639')
|
123
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
124
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
125
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
126
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("copycat_translations")
|
127
|
+
|
128
|
+
|
129
|
+
Started GET "/" for 127.0.0.1 at 2012-03-15 16:45:07 -0400
|
130
|
+
Processing by SiteController#index as HTML
|
131
|
+
Rendered site/index.html.erb within layouts/application (5.3ms)
|
132
|
+
Compiled copycat.css (0ms) (pid 20782)
|
133
|
+
Compiled application.css (0ms) (pid 20782)
|
134
|
+
Completed 200 OK in 45ms (Views: 44.8ms | ActiveRecord: 0.0ms)
|
135
|
+
|
136
|
+
|
137
|
+
Started GET "/assets/copycat.css?body=1" for 127.0.0.1 at 2012-03-15 16:45:08 -0400
|
138
|
+
Served asset /copycat.css - 200 OK (2ms)
|
139
|
+
|
140
|
+
|
141
|
+
Started GET "/" for 127.0.0.1 at 2012-03-15 16:47:09 -0400
|
142
|
+
Processing by SiteController#index as HTML
|
143
|
+
Rendered site/index.html.erb within layouts/application (0.2ms)
|
144
|
+
Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
|
145
|
+
|
146
|
+
|
147
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-15 16:47:09 -0400
|
148
|
+
Served asset /application.css - 304 Not Modified (3ms)
|
149
|
+
|
150
|
+
|
151
|
+
Started GET "/assets/copycat.css?body=1" for 127.0.0.1 at 2012-03-15 16:47:09 -0400
|
152
|
+
Served asset /copycat.css - 304 Not Modified (0ms)
|
153
|
+
|
154
|
+
|
155
|
+
Started GET "/" for 127.0.0.1 at 2012-03-15 16:47:10 -0400
|
156
|
+
Processing by SiteController#index as HTML
|
157
|
+
Rendered site/index.html.erb within layouts/application (0.2ms)
|
158
|
+
Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
|
159
|
+
|
160
|
+
|
161
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-15 16:47:10 -0400
|
162
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
163
|
+
|
164
|
+
|
165
|
+
Started GET "/assets/copycat.css?body=1" for 127.0.0.1 at 2012-03-15 16:47:10 -0400
|
166
|
+
Served asset /copycat.css - 304 Not Modified (0ms)
|
167
|
+
|
168
|
+
|
169
|
+
Started GET "/" for 127.0.0.1 at 2012-03-15 16:47:30 -0400
|
170
|
+
Processing by SiteController#index as HTML
|
171
|
+
Rendered site/index.html.erb within layouts/application (4.8ms)
|
172
|
+
Completed 200 OK in 16ms (Views: 16.0ms | ActiveRecord: 0.0ms)
|
173
|
+
|
174
|
+
|
175
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-15 16:47:30 -0400
|
176
|
+
Served asset /application.css - 304 Not Modified (2ms)
|
177
|
+
|
178
|
+
|
179
|
+
Started GET "/assets/copycat.css?body=1" for 127.0.0.1 at 2012-03-15 16:47:30 -0400
|
180
|
+
Served asset /copycat.css - 304 Not Modified (1ms)
|
181
|
+
|
182
|
+
|
183
|
+
Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-15 16:47:38 -0400
|
184
|
+
Processing by CopycatTranslationsController#index as HTML
|
185
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" [0m
|
186
|
+
Rendered /vermonster/copycat/app/views/copycat_translations/index.html.erb within layouts/copycat (1.2ms)
|
187
|
+
Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.1ms)
|
188
|
+
|
189
|
+
|
190
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-15 16:47:38 -0400
|
191
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
192
|
+
|
193
|
+
|
194
|
+
Started GET "/assets/copycat.css?body=1" for 127.0.0.1 at 2012-03-15 16:47:38 -0400
|
195
|
+
Served asset /copycat.css - 304 Not Modified (0ms)
|
196
|
+
|
197
|
+
|
198
|
+
Started GET "/assets/copycat.css?body=1" for 127.0.0.1 at 2012-03-15 16:48:27 -0400
|
199
|
+
Served asset /copycat.css - 304 Not Modified (0ms)
|
200
|
+
|
201
|
+
|
202
|
+
Started GET "/assets/copycat.css?body=1" for 127.0.0.1 at 2012-03-15 16:49:00 -0400
|
203
|
+
Served asset /copycat.css - 404 Not Found (2ms)
|
204
|
+
|
205
|
+
ActionController::RoutingError (No route matches [GET] "/assets/copycat.css"):
|
206
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
207
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
208
|
+
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
209
|
+
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
210
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
211
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
212
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
213
|
+
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
214
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
215
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
216
|
+
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
217
|
+
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
218
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
219
|
+
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
220
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
221
|
+
/Users/sjm/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
222
|
+
/Users/sjm/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
223
|
+
/Users/sjm/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
224
|
+
|
225
|
+
|
226
|
+
Rendered /Users/sjm/.rvm/gems/ruby-1.9.3-p125@copycat/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
|
227
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
228
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
229
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
230
|
+
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
231
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
232
|
+
Migrating to CreateCopycatTranslations (20120313192639)
|
233
|
+
[1m[35m (0.0ms)[0m begin transaction
|
234
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "copycat_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar(255), "value" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
235
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120313192639')
|
236
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
237
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
238
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
239
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("copycat_translations")
|
240
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
241
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
242
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "copycat_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar(255), "value" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
243
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
244
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
245
|
+
[1m[35m (1.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
246
|
+
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
|
247
|
+
[1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20120313192639')
|
248
|
+
|
249
|
+
|
250
|
+
Started GET "/" for 127.0.0.1 at 2012-03-16 10:54:11 -0400
|
251
|
+
Processing by SiteController#index as HTML
|
252
|
+
Rendered site/index.html.erb within layouts/application (37.7ms)
|
253
|
+
Compiled application.css (0ms) (pid 25847)
|
254
|
+
Completed 200 OK in 55ms (Views: 53.4ms | ActiveRecord: 1.3ms)
|
255
|
+
|
256
|
+
|
257
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-16 10:54:12 -0400
|
258
|
+
Served asset /application.css - 304 Not Modified (2ms)
|
259
|
+
|
260
|
+
|
261
|
+
Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-16 10:54:18 -0400
|
262
|
+
Processing by CopycatTranslationsController#index as HTML
|
263
|
+
Completed 500 Internal Server Error in 1ms
|
264
|
+
|
265
|
+
ActiveRecord::StatementInvalid (Could not find table 'copycat_translations'):
|
266
|
+
activerecord (3.2.2) lib/active_record/connection_adapters/sqlite_adapter.rb:465:in `table_structure'
|
267
|
+
activerecord (3.2.2) lib/active_record/connection_adapters/sqlite_adapter.rb:346:in `columns'
|
268
|
+
activerecord (3.2.2) lib/active_record/connection_adapters/schema_cache.rb:12:in `block in initialize'
|
269
|
+
activerecord (3.2.2) lib/active_record/model_schema.rb:228:in `yield'
|
270
|
+
activerecord (3.2.2) lib/active_record/model_schema.rb:228:in `default'
|
271
|
+
activerecord (3.2.2) lib/active_record/model_schema.rb:228:in `columns'
|
272
|
+
activerecord (3.2.2) lib/active_record/model_schema.rb:237:in `columns_hash'
|
273
|
+
activerecord (3.2.2) lib/active_record/locking/optimistic.rb:129:in `locking_enabled?'
|
274
|
+
activerecord (3.2.2) lib/active_record/relation.rb:170:in `exec_queries'
|
275
|
+
activerecord (3.2.2) lib/active_record/relation.rb:160:in `block in to_a'
|
276
|
+
activerecord (3.2.2) lib/active_record/explain.rb:40:in `logging_query_plan'
|
277
|
+
activerecord (3.2.2) lib/active_record/relation.rb:159:in `to_a'
|
278
|
+
activerecord (3.2.2) lib/active_record/relation/finder_methods.rb:159:in `all'
|
279
|
+
activerecord (3.2.2) lib/active_record/querying.rb:5:in `all'
|
280
|
+
/vermonster/copycat/app/controllers/copycat_translations_controller.rb:9:in `index'
|
281
|
+
actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
282
|
+
actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action'
|
283
|
+
actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
284
|
+
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
285
|
+
activesupport (3.2.2) lib/active_support/callbacks.rb:414:in `_run__1820309327043399200__process_action__1797548599845996922__callbacks'
|
286
|
+
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
287
|
+
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
288
|
+
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
289
|
+
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
290
|
+
actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
291
|
+
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
292
|
+
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument'
|
293
|
+
activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
294
|
+
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument'
|
295
|
+
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
296
|
+
actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action'
|
297
|
+
activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
298
|
+
actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process'
|
299
|
+
actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process'
|
300
|
+
actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch'
|
301
|
+
actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
302
|
+
actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action'
|
303
|
+
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call'
|
304
|
+
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch'
|
305
|
+
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call'
|
306
|
+
journey (1.0.3) lib/journey/router.rb:68:in `block in call'
|
307
|
+
journey (1.0.3) lib/journey/router.rb:56:in `each'
|
308
|
+
journey (1.0.3) lib/journey/router.rb:56:in `call'
|
309
|
+
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call'
|
310
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
311
|
+
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
312
|
+
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
313
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call'
|
314
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
315
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
316
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
317
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
318
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call'
|
319
|
+
activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call'
|
320
|
+
activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
|
321
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
322
|
+
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__972108982325351884__call__2709129395531096722__callbacks'
|
323
|
+
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
324
|
+
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
325
|
+
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
326
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
327
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
328
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
329
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
330
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
331
|
+
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
332
|
+
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
333
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
334
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
335
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
336
|
+
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
337
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
338
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
339
|
+
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
340
|
+
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
341
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
342
|
+
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
343
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
344
|
+
/Users/sjm/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
345
|
+
/Users/sjm/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
346
|
+
/Users/sjm/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
347
|
+
|
348
|
+
|
349
|
+
Rendered /Users/sjm/.rvm/gems/ruby-1.9.3-p125@copycat/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (19.5ms)
|
350
|
+
Rendered /Users/sjm/.rvm/gems/ruby-1.9.3-p125@copycat/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
351
|
+
Rendered /Users/sjm/.rvm/gems/ruby-1.9.3-p125@copycat/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (27.3ms)
|
352
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
353
|
+
[1m[35m (2.5ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
354
|
+
[1m[36m (0.3ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
355
|
+
[1m[35m (1.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
356
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
357
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
358
|
+
|
359
|
+
|
360
|
+
Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-16 10:54:37 -0400
|
361
|
+
Processing by CopycatTranslationsController#index as HTML
|
362
|
+
Completed 500 Internal Server Error in 1ms
|
363
|
+
|
364
|
+
ActiveRecord::StatementInvalid (Could not find table 'copycat_translations'):
|
365
|
+
activerecord (3.2.2) lib/active_record/connection_adapters/sqlite_adapter.rb:465:in `table_structure'
|
366
|
+
activerecord (3.2.2) lib/active_record/connection_adapters/sqlite_adapter.rb:346:in `columns'
|
367
|
+
activerecord (3.2.2) lib/active_record/connection_adapters/schema_cache.rb:12:in `block in initialize'
|
368
|
+
activerecord (3.2.2) lib/active_record/model_schema.rb:228:in `yield'
|
369
|
+
activerecord (3.2.2) lib/active_record/model_schema.rb:228:in `default'
|
370
|
+
activerecord (3.2.2) lib/active_record/model_schema.rb:228:in `columns'
|
371
|
+
activerecord (3.2.2) lib/active_record/model_schema.rb:237:in `columns_hash'
|
372
|
+
activerecord (3.2.2) lib/active_record/locking/optimistic.rb:129:in `locking_enabled?'
|
373
|
+
activerecord (3.2.2) lib/active_record/relation.rb:170:in `exec_queries'
|
374
|
+
activerecord (3.2.2) lib/active_record/relation.rb:160:in `block in to_a'
|
375
|
+
activerecord (3.2.2) lib/active_record/explain.rb:40:in `logging_query_plan'
|
376
|
+
activerecord (3.2.2) lib/active_record/relation.rb:159:in `to_a'
|
377
|
+
activerecord (3.2.2) lib/active_record/relation/finder_methods.rb:159:in `all'
|
378
|
+
activerecord (3.2.2) lib/active_record/querying.rb:5:in `all'
|
379
|
+
/vermonster/copycat/app/controllers/copycat_translations_controller.rb:9:in `index'
|
380
|
+
actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
381
|
+
actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action'
|
382
|
+
actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
383
|
+
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
384
|
+
activesupport (3.2.2) lib/active_support/callbacks.rb:414:in `_run__1820309327043399200__process_action__1797548599845996922__callbacks'
|
385
|
+
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
386
|
+
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
387
|
+
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
388
|
+
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
389
|
+
actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
390
|
+
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
391
|
+
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument'
|
392
|
+
activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
393
|
+
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument'
|
394
|
+
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
395
|
+
actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action'
|
396
|
+
activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
397
|
+
actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process'
|
398
|
+
actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process'
|
399
|
+
actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch'
|
400
|
+
actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
401
|
+
actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action'
|
402
|
+
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call'
|
403
|
+
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch'
|
404
|
+
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call'
|
405
|
+
journey (1.0.3) lib/journey/router.rb:68:in `block in call'
|
406
|
+
journey (1.0.3) lib/journey/router.rb:56:in `each'
|
407
|
+
journey (1.0.3) lib/journey/router.rb:56:in `call'
|
408
|
+
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call'
|
409
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
410
|
+
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
411
|
+
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
412
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call'
|
413
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
414
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
415
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
416
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
417
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call'
|
418
|
+
activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call'
|
419
|
+
activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
|
420
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
421
|
+
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__972108982325351884__call__2709129395531096722__callbacks'
|
422
|
+
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
423
|
+
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
424
|
+
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
425
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
426
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
427
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
428
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
429
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
430
|
+
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
431
|
+
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
432
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
433
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
434
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
435
|
+
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
436
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
437
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
438
|
+
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
439
|
+
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
440
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
441
|
+
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
442
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
443
|
+
/Users/sjm/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
444
|
+
/Users/sjm/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
445
|
+
/Users/sjm/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
446
|
+
|
447
|
+
|
448
|
+
Rendered /Users/sjm/.rvm/gems/ruby-1.9.3-p125@copycat/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms)
|
449
|
+
Rendered /Users/sjm/.rvm/gems/ruby-1.9.3-p125@copycat/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
|
450
|
+
Rendered /Users/sjm/.rvm/gems/ruby-1.9.3-p125@copycat/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.8ms)
|
451
|
+
|
452
|
+
|
453
|
+
Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-16 10:54:39 -0400
|
454
|
+
Processing by CopycatTranslationsController#index as HTML
|
455
|
+
Completed 500 Internal Server Error in 1ms
|
456
|
+
|
457
|
+
ActiveRecord::StatementInvalid (Could not find table 'copycat_translations'):
|
458
|
+
activerecord (3.2.2) lib/active_record/connection_adapters/sqlite_adapter.rb:465:in `table_structure'
|
459
|
+
activerecord (3.2.2) lib/active_record/connection_adapters/sqlite_adapter.rb:346:in `columns'
|
460
|
+
activerecord (3.2.2) lib/active_record/connection_adapters/schema_cache.rb:12:in `block in initialize'
|
461
|
+
activerecord (3.2.2) lib/active_record/model_schema.rb:228:in `yield'
|
462
|
+
activerecord (3.2.2) lib/active_record/model_schema.rb:228:in `default'
|
463
|
+
activerecord (3.2.2) lib/active_record/model_schema.rb:228:in `columns'
|
464
|
+
activerecord (3.2.2) lib/active_record/model_schema.rb:237:in `columns_hash'
|
465
|
+
activerecord (3.2.2) lib/active_record/locking/optimistic.rb:129:in `locking_enabled?'
|
466
|
+
activerecord (3.2.2) lib/active_record/relation.rb:170:in `exec_queries'
|
467
|
+
activerecord (3.2.2) lib/active_record/relation.rb:160:in `block in to_a'
|
468
|
+
activerecord (3.2.2) lib/active_record/explain.rb:40:in `logging_query_plan'
|
469
|
+
activerecord (3.2.2) lib/active_record/relation.rb:159:in `to_a'
|
470
|
+
activerecord (3.2.2) lib/active_record/relation/finder_methods.rb:159:in `all'
|
471
|
+
activerecord (3.2.2) lib/active_record/querying.rb:5:in `all'
|
472
|
+
/vermonster/copycat/app/controllers/copycat_translations_controller.rb:9:in `index'
|
473
|
+
actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
474
|
+
actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action'
|
475
|
+
actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
476
|
+
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
477
|
+
activesupport (3.2.2) lib/active_support/callbacks.rb:414:in `_run__1820309327043399200__process_action__1797548599845996922__callbacks'
|
478
|
+
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
479
|
+
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
480
|
+
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
481
|
+
actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
482
|
+
actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
483
|
+
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
484
|
+
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument'
|
485
|
+
activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
486
|
+
activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument'
|
487
|
+
actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
488
|
+
actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action'
|
489
|
+
activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
490
|
+
actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process'
|
491
|
+
actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process'
|
492
|
+
actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch'
|
493
|
+
actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
494
|
+
actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action'
|
495
|
+
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call'
|
496
|
+
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch'
|
497
|
+
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call'
|
498
|
+
journey (1.0.3) lib/journey/router.rb:68:in `block in call'
|
499
|
+
journey (1.0.3) lib/journey/router.rb:56:in `each'
|
500
|
+
journey (1.0.3) lib/journey/router.rb:56:in `call'
|
501
|
+
actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call'
|
502
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
503
|
+
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
504
|
+
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
505
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call'
|
506
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
507
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
508
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
509
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
510
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call'
|
511
|
+
activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call'
|
512
|
+
activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
|
513
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
514
|
+
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__972108982325351884__call__2709129395531096722__callbacks'
|
515
|
+
activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback'
|
516
|
+
activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
517
|
+
activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
518
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
519
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
520
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
521
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
522
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
523
|
+
railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app'
|
524
|
+
railties (3.2.2) lib/rails/rack/logger.rb:16:in `call'
|
525
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
526
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
527
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
528
|
+
activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
529
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
530
|
+
actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call'
|
531
|
+
railties (3.2.2) lib/rails/engine.rb:479:in `call'
|
532
|
+
railties (3.2.2) lib/rails/application.rb:220:in `call'
|
533
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
534
|
+
railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call'
|
535
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
536
|
+
/Users/sjm/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
537
|
+
/Users/sjm/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
538
|
+
/Users/sjm/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
539
|
+
|
540
|
+
|
541
|
+
Rendered /Users/sjm/.rvm/gems/ruby-1.9.3-p125@copycat/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.6ms)
|
542
|
+
Rendered /Users/sjm/.rvm/gems/ruby-1.9.3-p125@copycat/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
|
543
|
+
Rendered /Users/sjm/.rvm/gems/ruby-1.9.3-p125@copycat/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.1ms)
|
544
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
545
|
+
Migrating to CreateCopycatTranslations (20120316145510)
|
546
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
547
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
548
|
+
[1m[35m (0.5ms)[0m CREATE TABLE "copycat_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar(255), "value" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
549
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120316145510')[0m
|
550
|
+
[1m[35m (2.1ms)[0m commit transaction
|
551
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
552
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
553
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("copycat_translations")[0m
|
554
|
+
|
555
|
+
|
556
|
+
Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-16 10:55:18 -0400
|
557
|
+
Processing by CopycatTranslationsController#index as HTML
|
558
|
+
[1m[36mCopycatTranslation Load (0.1ms)[0m [1mSELECT "copycat_translations".* FROM "copycat_translations" [0m
|
559
|
+
Rendered /vermonster/copycat/app/views/copycat_translations/index.html.erb within layouts/copycat (1.2ms)
|
560
|
+
Compiled copycat.css (0ms) (pid 25847)
|
561
|
+
Completed 200 OK in 44ms (Views: 43.1ms | ActiveRecord: 0.1ms)
|
562
|
+
|
563
|
+
|
564
|
+
Started GET "/assets/copycat.css?body=1" for 127.0.0.1 at 2012-03-16 10:55:18 -0400
|
565
|
+
Served asset /copycat.css - 304 Not Modified (1ms)
|
566
|
+
|
567
|
+
|
568
|
+
Started GET "/assets/copycat.css?body=1" for 127.0.0.1 at 2012-03-16 10:55:32 -0400
|
569
|
+
Served asset /copycat.css - 200 OK (0ms)
|
570
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
571
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
572
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
573
|
+
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
574
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
575
|
+
Migrating to CreateCopycatTranslations (20120316150324)
|
576
|
+
[1m[35m (0.0ms)[0m begin transaction
|
577
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
578
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
579
|
+
[1m[35m (2.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
580
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
581
|
+
[1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
582
|
+
[1m[36m (0.2ms)[0m [1mselect sqlite_version(*)[0m
|
583
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
584
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
585
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
586
|
+
[1m[36m (0.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
587
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("schema_migrations")
|
588
|
+
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
589
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
590
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('0')[0m
|
591
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
592
|
+
[1m[35m (3.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
593
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
594
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
595
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
596
|
+
Migrating to CreateCopycatTranslations (20120316150429)
|
597
|
+
[1m[35m (0.0ms)[0m begin transaction
|
598
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "copycat_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar(255), "value" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
599
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("copycat_translations")
|
600
|
+
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_copycat_translations_on_key" ON "copycat_translations" ("key")[0m
|
601
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120316150429')
|
602
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
603
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
604
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
605
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("copycat_translations")
|
606
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_copycat_translations_on_key')[0m
|
607
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
608
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
609
|
+
[1m[35m (0.8ms)[0m CREATE TABLE "copycat_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar(255), "value" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
610
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("copycat_translations")[0m
|
611
|
+
[1m[35m (0.8ms)[0m CREATE INDEX "index_copycat_translations_on_key" ON "copycat_translations" ("key")
|
612
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
613
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("schema_migrations")
|
614
|
+
[1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
615
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
616
|
+
[1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120316150429')[0m
|
617
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
618
|
+
[1m[35m (1.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
619
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
620
|
+
[1m[35m (0.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
621
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
622
|
+
Migrating to CreateCopycatTranslations (20120316152402)
|
623
|
+
[1m[35m (0.0ms)[0m begin transaction
|
624
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "copycat_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar(255), "value" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
625
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("copycat_translations")
|
626
|
+
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_copycat_translations_on_key" ON "copycat_translations" ("key")[0m
|
627
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120316152402')
|
628
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
629
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
630
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
631
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("copycat_translations")
|
632
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_copycat_translations_on_key')[0m
|
633
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
634
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
635
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "copycat_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar(255), "value" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
636
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("copycat_translations")[0m
|
637
|
+
[1m[35m (0.8ms)[0m CREATE INDEX "index_copycat_translations_on_key" ON "copycat_translations" ("key")
|
638
|
+
[1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
639
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("schema_migrations")
|
640
|
+
[1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
641
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
642
|
+
[1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120316152402')[0m
|
643
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
644
|
+
[1m[35m (2.4ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
645
|
+
[1m[36m (0.1ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
646
|
+
[1m[35m (1.4ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
647
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
648
|
+
Migrating to CreateCopycatTranslations (20120316153248)
|
649
|
+
[1m[35m (0.0ms)[0m begin transaction
|
650
|
+
[1m[36m (0.3ms)[0m [1mCREATE TABLE "copycat_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar(255), "value" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
|
651
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("copycat_translations")
|
652
|
+
[1m[36m (0.1ms)[0m [1mCREATE INDEX "index_copycat_translations_on_key" ON "copycat_translations" ("key")[0m
|
653
|
+
[1m[35m (0.1ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ('20120316153248')
|
654
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
655
|
+
[1m[35m (0.2ms)[0m select sqlite_version(*)
|
656
|
+
[1m[36m (0.1ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
657
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("copycat_translations")
|
658
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_info('index_copycat_translations_on_key')[0m
|
659
|
+
[1m[35m (0.1ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
660
|
+
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
|
661
|
+
[1m[35m (0.9ms)[0m CREATE TABLE "copycat_translations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "key" varchar(255), "value" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
662
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("copycat_translations")[0m
|
663
|
+
[1m[35m (0.8ms)[0m CREATE INDEX "index_copycat_translations_on_key" ON "copycat_translations" ("key")
|
664
|
+
[1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
665
|
+
[1m[35m (0.0ms)[0m PRAGMA index_list("schema_migrations")
|
666
|
+
[1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
667
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
668
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20120316153248')[0m
|
669
|
+
|
670
|
+
|
671
|
+
Started GET "/copycat_translations" for 127.0.0.1 at 2012-03-16 11:40:16 -0400
|
672
|
+
Processing by CopycatTranslationsController#index as HTML
|
673
|
+
Filter chain halted as #<Proc:0x000001024955e0@/Users/sjm/.rvm/gems/ruby-1.9.3-p125@copycat/gems/actionpack-3.2.2/lib/action_controller/metal/http_authentication.rb:112> rendered or redirected
|
674
|
+
Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)
|