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.
Files changed (31) hide show
  1. data/README.md +3 -3
  2. data/app/assets/stylesheets/{copycat/copycat.css → copycat_engine.css} +16 -9
  3. data/app/controllers/copycat_translations_controller.rb +4 -0
  4. data/app/models/copycat_translation.rb +1 -2
  5. data/app/views/copycat_translations/_copycat_header.html.erb +9 -0
  6. data/app/views/copycat_translations/index.html.erb +0 -9
  7. data/app/views/copycat_translations/readme.html.erb +23 -34
  8. data/app/views/copycat_translations/upload.html.erb +1 -8
  9. data/app/views/layouts/copycat.html.erb +15 -0
  10. data/db/migrate/20120313191745_create_copycat_translations.rb +5 -2
  11. data/lib/copycat/version.rb +1 -1
  12. data/lib/copycat.rb +14 -5
  13. data/lib/tasks/copycat_tasks.rake +26 -4
  14. data/spec/dummy/config/initializers/copycat.rb +2 -0
  15. data/spec/dummy/db/development.sqlite3 +0 -0
  16. data/spec/dummy/db/migrate/{20120313192639_create_copycat_translations.copycat_engine.rb → 20120316153248_create_copycat_translations.copycat_engine.rb} +5 -2
  17. data/spec/dummy/db/schema.rb +3 -1
  18. data/spec/dummy/db/test.sqlite3 +0 -0
  19. data/spec/dummy/log/development.log +561 -0
  20. data/spec/dummy/log/test.log +5316 -0
  21. data/spec/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
  22. data/spec/dummy/tmp/cache/assets/D09/190/sprockets%2Fb2bddd007999a56d8b20c92301ea1983 +0 -0
  23. data/spec/dummy/tmp/cache/assets/D1A/DB0/sprockets%2F26d700197b8d25f954d56d8f31f2c8bc +0 -0
  24. data/spec/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  25. data/spec/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  26. data/spec/dummy/tmp/cache/assets/DBD/220/sprockets%2F0cbff5c1a349439c1c444cbb4a57acc4 +0 -0
  27. data/spec/dummy/tmp/cache/assets/DDD/780/sprockets%2Fe7880b84c3ecb507fabc99b9ef6b70e3 +0 -0
  28. data/spec/dummy/{app/assets/stylesheets/copycat.css → tmp/cache/assets/DF8/310/sprockets%2Fccb12c4009c2f876d51dee8bae4c64ec} +0 -0
  29. data/spec/integration/copycat_spec.rb +26 -1
  30. data/spec/lib/copycat_spec.rb +2 -2
  31. 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
+  (0.1ms) select sqlite_version(*)
115
+  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
116
+  (0.0ms) PRAGMA index_list("schema_migrations")
117
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
118
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
119
+ Migrating to CreateCopycatTranslations (20120313192639)
120
+  (0.0ms) begin transaction
121
+  (0.3ms) 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) 
122
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120313192639')
123
+  (0.8ms) commit transaction
124
+  (0.2ms) select sqlite_version(*)
125
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
126
+  (0.0ms) 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
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
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
+  (0.1ms) select sqlite_version(*)
228
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
229
+  (0.0ms) PRAGMA index_list("schema_migrations")
230
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
231
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
232
+ Migrating to CreateCopycatTranslations (20120313192639)
233
+  (0.0ms) begin transaction
234
+  (0.3ms) 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) 
235
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120313192639')
236
+  (0.7ms) commit transaction
237
+  (0.2ms) select sqlite_version(*)
238
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
239
+  (0.0ms) PRAGMA index_list("copycat_translations")
240
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
241
+  (0.2ms) select sqlite_version(*)
242
+  (1.0ms) 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) 
243
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
244
+  (0.0ms) PRAGMA index_list("schema_migrations")
245
+  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
246
+  (0.1ms) SELECT version FROM "schema_migrations"
247
+  (1.0ms) 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
+  (0.1ms) select sqlite_version(*)
353
+  (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
354
+  (0.3ms) PRAGMA index_list("schema_migrations")
355
+  (1.2ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
356
+  (0.2ms) select sqlite_version(*)
357
+  (0.1ms) 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
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
545
+ Migrating to CreateCopycatTranslations (20120316145510)
546
+  (0.1ms) select sqlite_version(*)
547
+  (0.1ms) begin transaction
548
+  (0.5ms) 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
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120316145510')
550
+  (2.1ms) commit transaction
551
+  (0.2ms) select sqlite_version(*)
552
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
553
+  (0.0ms) PRAGMA index_list("copycat_translations")
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
+ CopycatTranslation Load (0.1ms) SELECT "copycat_translations".* FROM "copycat_translations" 
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
+  (0.1ms) select sqlite_version(*)
571
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
572
+  (0.0ms) PRAGMA index_list("schema_migrations")
573
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
574
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
575
+ Migrating to CreateCopycatTranslations (20120316150324)
576
+  (0.0ms) begin transaction
577
+  (0.0ms) rollback transaction
578
+  (0.1ms) select sqlite_version(*)
579
+  (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
580
+  (0.0ms) PRAGMA index_list("schema_migrations")
581
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
582
+  (0.2ms) select sqlite_version(*)
583
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
584
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
585
+  (0.0ms) select sqlite_version(*)
586
+  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
587
+  (0.0ms) PRAGMA index_list("schema_migrations")
588
+  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
589
+  (0.1ms) SELECT version FROM "schema_migrations"
590
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
591
+  (0.1ms) select sqlite_version(*)
592
+  (3.3ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
593
+  (0.0ms) PRAGMA index_list("schema_migrations")
594
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
595
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
596
+ Migrating to CreateCopycatTranslations (20120316150429)
597
+  (0.0ms) begin transaction
598
+  (0.3ms) 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) 
599
+  (0.0ms) PRAGMA index_list("copycat_translations")
600
+  (0.1ms) CREATE INDEX "index_copycat_translations_on_key" ON "copycat_translations" ("key")
601
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120316150429')
602
+  (0.7ms) commit transaction
603
+  (0.2ms) select sqlite_version(*)
604
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
605
+  (0.0ms) PRAGMA index_list("copycat_translations")
606
+  (0.0ms) PRAGMA index_info('index_copycat_translations_on_key')
607
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
608
+  (0.1ms) select sqlite_version(*)
609
+  (0.8ms) 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
+  (0.0ms) PRAGMA index_list("copycat_translations")
611
+  (0.8ms) CREATE INDEX "index_copycat_translations_on_key" ON "copycat_translations" ("key")
612
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
613
+  (0.0ms) PRAGMA index_list("schema_migrations")
614
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
615
+  (0.1ms) SELECT version FROM "schema_migrations"
616
+  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20120316150429')
617
+  (0.1ms) select sqlite_version(*)
618
+  (1.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
619
+  (0.0ms) PRAGMA index_list("schema_migrations")
620
+  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
621
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
622
+ Migrating to CreateCopycatTranslations (20120316152402)
623
+  (0.0ms) begin transaction
624
+  (0.3ms) 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) 
625
+  (0.0ms) PRAGMA index_list("copycat_translations")
626
+  (0.1ms) CREATE INDEX "index_copycat_translations_on_key" ON "copycat_translations" ("key")
627
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120316152402')
628
+  (1.0ms) commit transaction
629
+  (0.2ms) select sqlite_version(*)
630
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
631
+  (0.0ms) PRAGMA index_list("copycat_translations")
632
+  (0.0ms) PRAGMA index_info('index_copycat_translations_on_key')
633
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
634
+  (0.1ms) select sqlite_version(*)
635
+  (0.9ms) 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
+  (0.0ms) PRAGMA index_list("copycat_translations")
637
+  (0.8ms) CREATE INDEX "index_copycat_translations_on_key" ON "copycat_translations" ("key")
638
+  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
639
+  (0.0ms) PRAGMA index_list("schema_migrations")
640
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
641
+  (0.1ms) SELECT version FROM "schema_migrations"
642
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20120316152402')
643
+  (0.1ms) select sqlite_version(*)
644
+  (2.4ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
645
+  (0.1ms) PRAGMA index_list("schema_migrations")
646
+  (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
647
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
648
+ Migrating to CreateCopycatTranslations (20120316153248)
649
+  (0.0ms) begin transaction
650
+  (0.3ms) 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) 
651
+  (0.0ms) PRAGMA index_list("copycat_translations")
652
+  (0.1ms) CREATE INDEX "index_copycat_translations_on_key" ON "copycat_translations" ("key")
653
+  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120316153248')
654
+  (0.9ms) commit transaction
655
+  (0.2ms) select sqlite_version(*)
656
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
657
+  (0.0ms) PRAGMA index_list("copycat_translations")
658
+  (0.0ms) PRAGMA index_info('index_copycat_translations_on_key')
659
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
660
+  (0.1ms) select sqlite_version(*)
661
+  (0.9ms) 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
+  (0.0ms) PRAGMA index_list("copycat_translations")
663
+  (0.8ms) CREATE INDEX "index_copycat_translations_on_key" ON "copycat_translations" ("key")
664
+  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
665
+  (0.0ms) PRAGMA index_list("schema_migrations")
666
+  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
667
+  (0.1ms) SELECT version FROM "schema_migrations"
668
+  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20120316153248')
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)