zencodable 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,7 @@
1
1
  class ZencodableAddTrackingColumnsAndTables < ActiveRecord::Migration
2
2
  def change
3
3
  add_column :<%= name.tableize %>, :origin_url, :string
4
+ add_column :<%= name.tableize %>, :zencoder_job_id, :string
4
5
  add_column :<%= name.tableize %>, :zencoder_job_status, :string
5
6
  add_column :<%= name.tableize %>, :zencoder_job_created, :datetime
6
7
  add_column :<%= name.tableize %>, :zencoder_job_finished, :datetime
@@ -1,3 +1,3 @@
1
1
  module Zencodable
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
data/test/debug.log CHANGED
@@ -1373,3 +1373,121 @@ Unfinished job found. Updating details.
1373
1373
   (0.0ms) SAVEPOINT active_record_1
1374
1374
   (0.1ms) UPDATE "videos" SET "zencoder_job_status" = 'finished', "updated_at" = '2011-12-05 19:44:42.016219' WHERE "videos"."id" = 1
1375
1375
   (0.1ms) RELEASE SAVEPOINT active_record_1
1376
+  (0.1ms) SAVEPOINT active_record_1
1377
+ SQL (17.9ms) INSERT INTO "videos" ("created_at", "origin_url", "title", "updated_at", "zencoder_job_created", "zencoder_job_finished", "zencoder_job_id", "zencoder_job_status") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 20:51:39 UTC +00:00], ["origin_url", nil], ["title", "At the Foo Bar"], ["updated_at", Mon, 05 Dec 2011 20:51:39 UTC +00:00], ["zencoder_job_created", nil], ["zencoder_job_finished", nil], ["zencoder_job_id", nil], ["zencoder_job_status", nil]]
1378
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1379
+  (0.0ms) SAVEPOINT active_record_1
1380
+ Origin URL changed. Creating new ZenCoder job.
1381
+ ZenCoder job created, ID = 123
1382
+  (0.2ms) UPDATE "videos" SET "origin_url" = 'http://foo.com/1/2/4', "zencoder_job_id" = '123', "zencoder_job_status" = 'new', "zencoder_job_created" = '2011-12-05 20:51:39.820707', "updated_at" = '2011-12-05 20:51:39.820963' WHERE "videos"."id" = 1
1383
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1384
+  (0.1ms) SAVEPOINT active_record_1
1385
+ SQL (1.2ms) INSERT INTO "videos" ("created_at", "origin_url", "title", "updated_at", "zencoder_job_created", "zencoder_job_finished", "zencoder_job_id", "zencoder_job_status") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 20:51:39 UTC +00:00], ["origin_url", nil], ["title", "At the Foo Bar"], ["updated_at", Mon, 05 Dec 2011 20:51:39 UTC +00:00], ["zencoder_job_created", nil], ["zencoder_job_finished", nil], ["zencoder_job_id", nil], ["zencoder_job_status", "finished"]]
1386
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1387
+  (0.0ms) SAVEPOINT active_record_1
1388
+ SQL (1.3ms) INSERT INTO "videos" ("created_at", "origin_url", "title", "updated_at", "zencoder_job_created", "zencoder_job_finished", "zencoder_job_id", "zencoder_job_status") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 20:51:39 UTC +00:00], ["origin_url", nil], ["title", "At the Foo Bar"], ["updated_at", Mon, 05 Dec 2011 20:51:39 UTC +00:00], ["zencoder_job_created", nil], ["zencoder_job_finished", nil], ["zencoder_job_id", nil], ["zencoder_job_status", nil]]
1389
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1390
+  (0.1ms) SAVEPOINT active_record_1
1391
+ SQL (0.6ms) INSERT INTO "video_files" ("created_at", "duration_sec", "error_message", "file_size", "format", "height", "state", "updated_at", "url", "video_id", "width", "zencoder_file_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 20:51:39 UTC +00:00], ["duration_sec", 120], ["error_message", nil], ["file_size", 19293819], ["format", "webm"], ["height", 600], ["state", "finished"], ["updated_at", Mon, 05 Dec 2011 20:51:39 UTC +00:00], ["url", "http://parallaxp.s3.amazonaws.com/videos/zc/video-title/file.1.off"], ["video_id", 1], ["width", 800], ["zencoder_file_id", 12345329]]
1392
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1393
+ VideoFile Load (0.2ms) SELECT "video_files".* FROM "video_files" WHERE "video_files"."video_id" = 1 AND "video_files"."format" = 'webm' LIMIT 1
1394
+  (0.0ms) SAVEPOINT active_record_1
1395
+ SQL (1.0ms) INSERT INTO "videos" ("created_at", "origin_url", "title", "updated_at", "zencoder_job_created", "zencoder_job_finished", "zencoder_job_id", "zencoder_job_status") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 20:51:40 UTC +00:00], ["origin_url", nil], ["title", "At the Foo Bar"], ["updated_at", Mon, 05 Dec 2011 20:51:40 UTC +00:00], ["zencoder_job_created", nil], ["zencoder_job_finished", nil], ["zencoder_job_id", nil], ["zencoder_job_status", "new"]]
1396
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1397
+ Unfinished job found. Updating details.
1398
+ VideoFile Load (0.2ms) SELECT "video_files".* FROM "video_files" WHERE "video_files"."video_id" = 1
1399
+  (0.0ms) SAVEPOINT active_record_1
1400
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1401
+ VideoFileThumbnail Load (1.4ms) SELECT "video_file_thumbnails".* FROM "video_file_thumbnails" WHERE "video_file_thumbnails"."video_id" = 1
1402
+  (0.0ms) SAVEPOINT active_record_1
1403
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1404
+  (0.0ms) SAVEPOINT active_record_1
1405
+  (0.2ms) UPDATE "videos" SET "zencoder_job_status" = 'makin progress', "updated_at" = '2011-12-05 20:51:40.027617' WHERE "videos"."id" = 1
1406
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1407
+  (0.0ms) SAVEPOINT active_record_1
1408
+ SQL (1.0ms) INSERT INTO "videos" ("created_at", "origin_url", "title", "updated_at", "zencoder_job_created", "zencoder_job_finished", "zencoder_job_id", "zencoder_job_status") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 20:51:40 UTC +00:00], ["origin_url", nil], ["title", "At the Foo Bar"], ["updated_at", Mon, 05 Dec 2011 20:51:40 UTC +00:00], ["zencoder_job_created", nil], ["zencoder_job_finished", nil], ["zencoder_job_id", nil], ["zencoder_job_status", "processing"]]
1409
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1410
+ Unfinished job found. Updating details.
1411
+ VideoFile Load (0.1ms) SELECT "video_files".* FROM "video_files" WHERE "video_files"."video_id" = 1
1412
+  (0.0ms) SAVEPOINT active_record_1
1413
+ SQL (1.0ms) INSERT INTO "video_files" ("created_at", "duration_sec", "error_message", "file_size", "format", "height", "state", "updated_at", "url", "video_id", "width", "zencoder_file_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 20:51:40 UTC +00:00], ["duration_sec", nil], ["error_message", nil], ["file_size", nil], ["format", "flv"], ["height", nil], ["state", nil], ["updated_at", Mon, 05 Dec 2011 20:51:40 UTC +00:00], ["url", "http://s3.com/6/7/8.flv"], ["video_id", 1], ["width", nil], ["zencoder_file_id", nil]]
1414
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1415
+ VideoFileThumbnail Load (0.1ms) SELECT "video_file_thumbnails".* FROM "video_file_thumbnails" WHERE "video_file_thumbnails"."video_id" = 1
1416
+  (0.0ms) SAVEPOINT active_record_1
1417
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1418
+  (0.0ms) SAVEPOINT active_record_1
1419
+  (0.1ms) UPDATE "videos" SET "zencoder_job_status" = 'finished', "updated_at" = '2011-12-05 20:51:40.041105' WHERE "videos"."id" = 1
1420
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1421
+  (0.0ms) SAVEPOINT active_record_1
1422
+ SQL (1.0ms) INSERT INTO "videos" ("created_at", "origin_url", "title", "updated_at", "zencoder_job_created", "zencoder_job_finished", "zencoder_job_id", "zencoder_job_status") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 20:51:40 UTC +00:00], ["origin_url", nil], ["title", "At the Foo Bar"], ["updated_at", Mon, 05 Dec 2011 20:51:40 UTC +00:00], ["zencoder_job_created", nil], ["zencoder_job_finished", nil], ["zencoder_job_id", nil], ["zencoder_job_status", "processing"]]
1423
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1424
+ Unfinished job found. Updating details.
1425
+ VideoFile Load (0.1ms) SELECT "video_files".* FROM "video_files" WHERE "video_files"."video_id" = 1
1426
+  (0.0ms) SAVEPOINT active_record_1
1427
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1428
+ VideoFileThumbnail Load (0.2ms) SELECT "video_file_thumbnails".* FROM "video_file_thumbnails" WHERE "video_file_thumbnails"."video_id" = 1
1429
+  (0.0ms) SAVEPOINT active_record_1
1430
+ SQL (0.6ms) INSERT INTO "video_file_thumbnails" ("created_at", "thumbnail_content_type", "thumbnail_file_name", "thumbnail_file_size", "thumbnail_updated_at", "updated_at", "video_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 20:51:40 UTC +00:00], ["thumbnail_content_type", "png"], ["thumbnail_file_name", "http://s3.com/1/2/3.png"], ["thumbnail_file_size", nil], ["thumbnail_updated_at", nil], ["updated_at", Mon, 05 Dec 2011 20:51:40 UTC +00:00], ["video_id", 1]]
1431
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1432
+  (0.0ms) SAVEPOINT active_record_1
1433
+  (0.1ms) UPDATE "videos" SET "zencoder_job_status" = 'finished', "updated_at" = '2011-12-05 20:51:40.097589' WHERE "videos"."id" = 1
1434
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1435
+  (0.1ms) SAVEPOINT active_record_1
1436
+ SQL (19.3ms) INSERT INTO "videos" ("created_at", "origin_url", "title", "updated_at", "zencoder_job_created", "zencoder_job_finished", "zencoder_job_id", "zencoder_job_status") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 20:51:53 UTC +00:00], ["origin_url", nil], ["title", "At the Foo Bar"], ["updated_at", Mon, 05 Dec 2011 20:51:53 UTC +00:00], ["zencoder_job_created", nil], ["zencoder_job_finished", nil], ["zencoder_job_id", nil], ["zencoder_job_status", nil]]
1437
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1438
+  (0.0ms) SAVEPOINT active_record_1
1439
+ Origin URL changed. Creating new ZenCoder job.
1440
+ ZenCoder job created, ID = 123
1441
+  (0.2ms) UPDATE "videos" SET "origin_url" = 'http://foo.com/1/2/4', "zencoder_job_id" = '123', "zencoder_job_status" = 'new', "zencoder_job_created" = '2011-12-05 20:51:53.671322', "updated_at" = '2011-12-05 20:51:53.671547' WHERE "videos"."id" = 1
1442
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1443
+  (0.1ms) SAVEPOINT active_record_1
1444
+ SQL (1.0ms) INSERT INTO "videos" ("created_at", "origin_url", "title", "updated_at", "zencoder_job_created", "zencoder_job_finished", "zencoder_job_id", "zencoder_job_status") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 20:51:53 UTC +00:00], ["origin_url", nil], ["title", "At the Foo Bar"], ["updated_at", Mon, 05 Dec 2011 20:51:53 UTC +00:00], ["zencoder_job_created", nil], ["zencoder_job_finished", nil], ["zencoder_job_id", nil], ["zencoder_job_status", "finished"]]
1445
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1446
+  (0.0ms) SAVEPOINT active_record_1
1447
+ SQL (1.0ms) INSERT INTO "videos" ("created_at", "origin_url", "title", "updated_at", "zencoder_job_created", "zencoder_job_finished", "zencoder_job_id", "zencoder_job_status") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 20:51:53 UTC +00:00], ["origin_url", nil], ["title", "At the Foo Bar"], ["updated_at", Mon, 05 Dec 2011 20:51:53 UTC +00:00], ["zencoder_job_created", nil], ["zencoder_job_finished", nil], ["zencoder_job_id", nil], ["zencoder_job_status", nil]]
1448
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1449
+  (0.1ms) SAVEPOINT active_record_1
1450
+ SQL (0.6ms) INSERT INTO "video_files" ("created_at", "duration_sec", "error_message", "file_size", "format", "height", "state", "updated_at", "url", "video_id", "width", "zencoder_file_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 20:51:53 UTC +00:00], ["duration_sec", 120], ["error_message", nil], ["file_size", 19293819], ["format", "webm"], ["height", 600], ["state", "finished"], ["updated_at", Mon, 05 Dec 2011 20:51:53 UTC +00:00], ["url", "http://parallaxp.s3.amazonaws.com/videos/zc/video-title/file.1.off"], ["video_id", 1], ["width", 800], ["zencoder_file_id", 12345329]]
1451
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1452
+ VideoFile Load (0.2ms) SELECT "video_files".* FROM "video_files" WHERE "video_files"."video_id" = 1 AND "video_files"."format" = 'webm' LIMIT 1
1453
+  (0.1ms) SAVEPOINT active_record_1
1454
+ SQL (1.0ms) INSERT INTO "videos" ("created_at", "origin_url", "title", "updated_at", "zencoder_job_created", "zencoder_job_finished", "zencoder_job_id", "zencoder_job_status") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 20:51:53 UTC +00:00], ["origin_url", nil], ["title", "At the Foo Bar"], ["updated_at", Mon, 05 Dec 2011 20:51:53 UTC +00:00], ["zencoder_job_created", nil], ["zencoder_job_finished", nil], ["zencoder_job_id", nil], ["zencoder_job_status", "new"]]
1455
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1456
+ Unfinished job found. Updating details.
1457
+ VideoFile Load (0.1ms) SELECT "video_files".* FROM "video_files" WHERE "video_files"."video_id" = 1
1458
+  (0.0ms) SAVEPOINT active_record_1
1459
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1460
+ VideoFileThumbnail Load (0.1ms) SELECT "video_file_thumbnails".* FROM "video_file_thumbnails" WHERE "video_file_thumbnails"."video_id" = 1
1461
+  (0.1ms) SAVEPOINT active_record_1
1462
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1463
+  (0.0ms) SAVEPOINT active_record_1
1464
+  (0.2ms) UPDATE "videos" SET "zencoder_job_status" = 'makin progress', "updated_at" = '2011-12-05 20:51:53.835969' WHERE "videos"."id" = 1
1465
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1466
+  (0.0ms) SAVEPOINT active_record_1
1467
+ SQL (1.0ms) INSERT INTO "videos" ("created_at", "origin_url", "title", "updated_at", "zencoder_job_created", "zencoder_job_finished", "zencoder_job_id", "zencoder_job_status") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 20:51:53 UTC +00:00], ["origin_url", nil], ["title", "At the Foo Bar"], ["updated_at", Mon, 05 Dec 2011 20:51:53 UTC +00:00], ["zencoder_job_created", nil], ["zencoder_job_finished", nil], ["zencoder_job_id", nil], ["zencoder_job_status", "processing"]]
1468
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1469
+ Unfinished job found. Updating details.
1470
+ VideoFile Load (0.1ms) SELECT "video_files".* FROM "video_files" WHERE "video_files"."video_id" = 1
1471
+  (0.0ms) SAVEPOINT active_record_1
1472
+ SQL (1.0ms) INSERT INTO "video_files" ("created_at", "duration_sec", "error_message", "file_size", "format", "height", "state", "updated_at", "url", "video_id", "width", "zencoder_file_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 20:51:53 UTC +00:00], ["duration_sec", nil], ["error_message", nil], ["file_size", nil], ["format", "flv"], ["height", nil], ["state", nil], ["updated_at", Mon, 05 Dec 2011 20:51:53 UTC +00:00], ["url", "http://s3.com/6/7/8.flv"], ["video_id", 1], ["width", nil], ["zencoder_file_id", nil]]
1473
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1474
+ VideoFileThumbnail Load (0.1ms) SELECT "video_file_thumbnails".* FROM "video_file_thumbnails" WHERE "video_file_thumbnails"."video_id" = 1
1475
+  (0.0ms) SAVEPOINT active_record_1
1476
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1477
+  (0.0ms) SAVEPOINT active_record_1
1478
+  (0.2ms) UPDATE "videos" SET "zencoder_job_status" = 'finished', "updated_at" = '2011-12-05 20:51:53.847671' WHERE "videos"."id" = 1
1479
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1480
+  (0.0ms) SAVEPOINT active_record_1
1481
+ SQL (1.0ms) INSERT INTO "videos" ("created_at", "origin_url", "title", "updated_at", "zencoder_job_created", "zencoder_job_finished", "zencoder_job_id", "zencoder_job_status") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 20:51:53 UTC +00:00], ["origin_url", nil], ["title", "At the Foo Bar"], ["updated_at", Mon, 05 Dec 2011 20:51:53 UTC +00:00], ["zencoder_job_created", nil], ["zencoder_job_finished", nil], ["zencoder_job_id", nil], ["zencoder_job_status", "processing"]]
1482
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1483
+ Unfinished job found. Updating details.
1484
+ VideoFile Load (0.2ms) SELECT "video_files".* FROM "video_files" WHERE "video_files"."video_id" = 1
1485
+  (0.0ms) SAVEPOINT active_record_1
1486
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1487
+ VideoFileThumbnail Load (0.1ms) SELECT "video_file_thumbnails".* FROM "video_file_thumbnails" WHERE "video_file_thumbnails"."video_id" = 1
1488
+  (0.0ms) SAVEPOINT active_record_1
1489
+ SQL (0.6ms) INSERT INTO "video_file_thumbnails" ("created_at", "thumbnail_content_type", "thumbnail_file_name", "thumbnail_file_size", "thumbnail_updated_at", "updated_at", "video_id") VALUES (?, ?, ?, ?, ?, ?, ?) [["created_at", Mon, 05 Dec 2011 20:51:53 UTC +00:00], ["thumbnail_content_type", "png"], ["thumbnail_file_name", "http://s3.com/1/2/3.png"], ["thumbnail_file_size", nil], ["thumbnail_updated_at", nil], ["updated_at", Mon, 05 Dec 2011 20:51:53 UTC +00:00], ["video_id", 1]]
1490
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1491
+  (0.0ms) SAVEPOINT active_record_1
1492
+  (0.1ms) UPDATE "videos" SET "zencoder_job_status" = 'finished', "updated_at" = '2011-12-05 20:51:53.908545' WHERE "videos"."id" = 1
1493
+  (0.1ms) RELEASE SAVEPOINT active_record_1
@@ -1,6 +1,7 @@
1
1
  class ZencodableAddTrackingColumnsAndTables < ActiveRecord::Migration
2
2
  def change
3
3
  add_column :kitteh_movies, :origin_url, :string
4
+ add_column :kitteh_movies, :zencoder_job_id, :string
4
5
  add_column :kitteh_movies, :zencoder_job_status, :string
5
6
  add_column :kitteh_movies, :zencoder_job_created, :datetime
6
7
  add_column :kitteh_movies, :zencoder_job_finished, :datetime
@@ -18,6 +18,7 @@ class ZencodableGeneratorTest < Rails::Generators::TestCase
18
18
  assert_match /t\.integer\s+\"kitteh_movie_id\"/, migration
19
19
 
20
20
  assert_match /add_column :kitteh_movies, :origin_url, :string/, migration
21
+ assert_match /add_column :kitteh_movies, :zencoder_job_id, :string/, migration
21
22
  assert_match /add_column :kitteh_movies, :zencoder_job_status, :string/, migration
22
23
  assert_match /add_column :kitteh_movies, :zencoder_job_created, :datetime/, migration
23
24
  assert_match /add_column :kitteh_movies, :zencoder_job_finished, :datetime/, migration
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: zencodable
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.3
5
+ version: 0.1.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Sam Beam
@@ -148,7 +148,7 @@ files:
148
148
  - test/dummy/public/favicon.ico
149
149
  - test/dummy/Rakefile
150
150
  - test/dummy/script/rails
151
- - test/dummy/tmp/db/migrate/20111205194442_zencodable_add_tracking_columns_and_tables.rb
151
+ - test/dummy/tmp/db/migrate/20111205205154_zencodable_add_tracking_columns_and_tables.rb
152
152
  - test/factories.rb
153
153
  - test/test_helper.rb
154
154
  - test/zencodable_generators_test.rb
@@ -223,7 +223,7 @@ test_files:
223
223
  - test/dummy/public/favicon.ico
224
224
  - test/dummy/Rakefile
225
225
  - test/dummy/script/rails
226
- - test/dummy/tmp/db/migrate/20111205194442_zencodable_add_tracking_columns_and_tables.rb
226
+ - test/dummy/tmp/db/migrate/20111205205154_zencodable_add_tracking_columns_and_tables.rb
227
227
  - test/factories.rb
228
228
  - test/test_helper.rb
229
229
  - test/zencodable_generators_test.rb