zencodable 0.1.2 → 0.1.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.
@@ -1,4 +1,4 @@
1
- class AddZencoderJobTrackingColumns < ActiveRecord::Migration
1
+ class ZencodableAddTrackingColumnsAndTables < ActiveRecord::Migration
2
2
  def change
3
3
  add_column :<%= name.tableize %>, :origin_url, :string
4
4
  add_column :<%= name.tableize %>, :zencoder_job_status, :string
@@ -1,3 +1,3 @@
1
1
  module Zencodable
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
data/test/debug.log CHANGED
@@ -1255,3 +1255,121 @@ Unfinished job found. Updating details.
1255
1255
   (0.0ms) SAVEPOINT active_record_1
1256
1256
   (0.1ms) UPDATE "videos" SET "zencoder_job_status" = 'finished', "updated_at" = '2011-12-05 19:22:43.113256' WHERE "videos"."id" = 1
1257
1257
   (0.1ms) RELEASE SAVEPOINT active_record_1
1258
+  (0.1ms) SAVEPOINT active_record_1
1259
+ SQL (18.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 19:44:25 UTC +00:00], ["origin_url", nil], ["title", "At the Foo Bar"], ["updated_at", Mon, 05 Dec 2011 19:44:25 UTC +00:00], ["zencoder_job_created", nil], ["zencoder_job_finished", nil], ["zencoder_job_id", nil], ["zencoder_job_status", nil]]
1260
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1261
+  (0.0ms) SAVEPOINT active_record_1
1262
+ Origin URL changed. Creating new ZenCoder job.
1263
+ ZenCoder job created, ID = 123
1264
+  (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 19:44:25.955224', "updated_at" = '2011-12-05 19:44:25.955445' WHERE "videos"."id" = 1
1265
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1266
+  (0.0ms) SAVEPOINT active_record_1
1267
+ 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 19:44:25 UTC +00:00], ["origin_url", nil], ["title", "At the Foo Bar"], ["updated_at", Mon, 05 Dec 2011 19:44:25 UTC +00:00], ["zencoder_job_created", nil], ["zencoder_job_finished", nil], ["zencoder_job_id", nil], ["zencoder_job_status", "finished"]]
1268
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1269
+  (0.0ms) SAVEPOINT active_record_1
1270
+ SQL (1.1ms) 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 19:44:25 UTC +00:00], ["origin_url", nil], ["title", "At the Foo Bar"], ["updated_at", Mon, 05 Dec 2011 19:44:25 UTC +00:00], ["zencoder_job_created", nil], ["zencoder_job_finished", nil], ["zencoder_job_id", nil], ["zencoder_job_status", nil]]
1271
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1272
+  (0.1ms) SAVEPOINT active_record_1
1273
+ 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 19:44:26 UTC +00:00], ["duration_sec", 120], ["error_message", nil], ["file_size", 19293819], ["format", "webm"], ["height", 600], ["state", "finished"], ["updated_at", Mon, 05 Dec 2011 19:44:26 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]]
1274
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1275
+ VideoFile Load (0.2ms) SELECT "video_files".* FROM "video_files" WHERE "video_files"."video_id" = 1 AND "video_files"."format" = 'webm' LIMIT 1
1276
+  (0.0ms) SAVEPOINT active_record_1
1277
+ SQL (1.1ms) 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 19:44:26 UTC +00:00], ["origin_url", nil], ["title", "At the Foo Bar"], ["updated_at", Mon, 05 Dec 2011 19:44:26 UTC +00:00], ["zencoder_job_created", nil], ["zencoder_job_finished", nil], ["zencoder_job_id", nil], ["zencoder_job_status", "new"]]
1278
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1279
+ Unfinished job found. Updating details.
1280
+ VideoFile Load (0.1ms) SELECT "video_files".* FROM "video_files" WHERE "video_files"."video_id" = 1
1281
+  (0.0ms) SAVEPOINT active_record_1
1282
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1283
+ VideoFileThumbnail Load (0.1ms) SELECT "video_file_thumbnails".* FROM "video_file_thumbnails" WHERE "video_file_thumbnails"."video_id" = 1
1284
+  (0.0ms) SAVEPOINT active_record_1
1285
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1286
+  (0.7ms) SAVEPOINT active_record_1
1287
+  (0.2ms) UPDATE "videos" SET "zencoder_job_status" = 'makin progress', "updated_at" = '2011-12-05 19:44:26.119567' WHERE "videos"."id" = 1
1288
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1289
+  (0.0ms) SAVEPOINT active_record_1
1290
+ 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 19:44:26 UTC +00:00], ["origin_url", nil], ["title", "At the Foo Bar"], ["updated_at", Mon, 05 Dec 2011 19:44:26 UTC +00:00], ["zencoder_job_created", nil], ["zencoder_job_finished", nil], ["zencoder_job_id", nil], ["zencoder_job_status", "processing"]]
1291
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1292
+ Unfinished job found. Updating details.
1293
+ VideoFile Load (0.1ms) SELECT "video_files".* FROM "video_files" WHERE "video_files"."video_id" = 1
1294
+  (0.0ms) SAVEPOINT active_record_1
1295
+ SQL (1.1ms) 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 19:44:26 UTC +00:00], ["duration_sec", nil], ["error_message", nil], ["file_size", nil], ["format", "flv"], ["height", nil], ["state", nil], ["updated_at", Mon, 05 Dec 2011 19:44:26 UTC +00:00], ["url", "http://s3.com/6/7/8.flv"], ["video_id", 1], ["width", nil], ["zencoder_file_id", nil]]
1296
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1297
+ VideoFileThumbnail Load (0.1ms) SELECT "video_file_thumbnails".* FROM "video_file_thumbnails" WHERE "video_file_thumbnails"."video_id" = 1
1298
+  (0.0ms) SAVEPOINT active_record_1
1299
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1300
+  (0.1ms) SAVEPOINT active_record_1
1301
+  (0.2ms) UPDATE "videos" SET "zencoder_job_status" = 'finished', "updated_at" = '2011-12-05 19:44:26.132200' WHERE "videos"."id" = 1
1302
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1303
+  (0.0ms) SAVEPOINT active_record_1
1304
+ 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 19:44:26 UTC +00:00], ["origin_url", nil], ["title", "At the Foo Bar"], ["updated_at", Mon, 05 Dec 2011 19:44:26 UTC +00:00], ["zencoder_job_created", nil], ["zencoder_job_finished", nil], ["zencoder_job_id", nil], ["zencoder_job_status", "processing"]]
1305
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1306
+ Unfinished job found. Updating details.
1307
+ VideoFile Load (0.1ms) SELECT "video_files".* FROM "video_files" WHERE "video_files"."video_id" = 1
1308
+  (0.0ms) SAVEPOINT active_record_1
1309
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1310
+ VideoFileThumbnail Load (0.2ms) SELECT "video_file_thumbnails".* FROM "video_file_thumbnails" WHERE "video_file_thumbnails"."video_id" = 1
1311
+  (0.0ms) SAVEPOINT active_record_1
1312
+ SQL (0.7ms) 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 19:44:26 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 19:44:26 UTC +00:00], ["video_id", 1]]
1313
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1314
+  (0.0ms) SAVEPOINT active_record_1
1315
+  (0.1ms) UPDATE "videos" SET "zencoder_job_status" = 'finished', "updated_at" = '2011-12-05 19:44:26.156687' WHERE "videos"."id" = 1
1316
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1317
+  (0.1ms) SAVEPOINT active_record_1
1318
+ SQL (17.8ms) 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 19:44:41 UTC +00:00], ["origin_url", nil], ["title", "At the Foo Bar"], ["updated_at", Mon, 05 Dec 2011 19:44:41 UTC +00:00], ["zencoder_job_created", nil], ["zencoder_job_finished", nil], ["zencoder_job_id", nil], ["zencoder_job_status", nil]]
1319
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1320
+  (0.0ms) SAVEPOINT active_record_1
1321
+ Origin URL changed. Creating new ZenCoder job.
1322
+ ZenCoder job created, ID = 123
1323
+  (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 19:44:41.771820', "updated_at" = '2011-12-05 19:44:41.772041' WHERE "videos"."id" = 1
1324
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1325
+  (0.0ms) SAVEPOINT active_record_1
1326
+ 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 19:44:41 UTC +00:00], ["origin_url", nil], ["title", "At the Foo Bar"], ["updated_at", Mon, 05 Dec 2011 19:44:41 UTC +00:00], ["zencoder_job_created", nil], ["zencoder_job_finished", nil], ["zencoder_job_id", nil], ["zencoder_job_status", "finished"]]
1327
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1328
+  (0.0ms) SAVEPOINT active_record_1
1329
+ SQL (3.4ms) 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 19:44:41 UTC +00:00], ["origin_url", nil], ["title", "At the Foo Bar"], ["updated_at", Mon, 05 Dec 2011 19:44:41 UTC +00:00], ["zencoder_job_created", nil], ["zencoder_job_finished", nil], ["zencoder_job_id", nil], ["zencoder_job_status", nil]]
1330
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1331
+  (0.1ms) SAVEPOINT active_record_1
1332
+ SQL (0.7ms) 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 19:44:41 UTC +00:00], ["duration_sec", 120], ["error_message", nil], ["file_size", 19293819], ["format", "webm"], ["height", 600], ["state", "finished"], ["updated_at", Mon, 05 Dec 2011 19:44:41 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]]
1333
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1334
+ VideoFile Load (0.2ms) SELECT "video_files".* FROM "video_files" WHERE "video_files"."video_id" = 1 AND "video_files"."format" = 'webm' LIMIT 1
1335
+  (0.0ms) SAVEPOINT active_record_1
1336
+ SQL (1.1ms) 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 19:44:41 UTC +00:00], ["origin_url", nil], ["title", "At the Foo Bar"], ["updated_at", Mon, 05 Dec 2011 19:44:41 UTC +00:00], ["zencoder_job_created", nil], ["zencoder_job_finished", nil], ["zencoder_job_id", nil], ["zencoder_job_status", "new"]]
1337
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1338
+ Unfinished job found. Updating details.
1339
+ VideoFile Load (0.1ms) SELECT "video_files".* FROM "video_files" WHERE "video_files"."video_id" = 1
1340
+  (0.0ms) SAVEPOINT active_record_1
1341
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1342
+ VideoFileThumbnail Load (0.1ms) SELECT "video_file_thumbnails".* FROM "video_file_thumbnails" WHERE "video_file_thumbnails"."video_id" = 1
1343
+  (0.0ms) SAVEPOINT active_record_1
1344
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1345
+  (0.0ms) SAVEPOINT active_record_1
1346
+  (0.2ms) UPDATE "videos" SET "zencoder_job_status" = 'makin progress', "updated_at" = '2011-12-05 19:44:41.943182' WHERE "videos"."id" = 1
1347
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1348
+  (0.0ms) SAVEPOINT active_record_1
1349
+ 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 19:44:41 UTC +00:00], ["origin_url", nil], ["title", "At the Foo Bar"], ["updated_at", Mon, 05 Dec 2011 19:44:41 UTC +00:00], ["zencoder_job_created", nil], ["zencoder_job_finished", nil], ["zencoder_job_id", nil], ["zencoder_job_status", "processing"]]
1350
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1351
+ Unfinished job found. Updating details.
1352
+ VideoFile Load (0.2ms) SELECT "video_files".* FROM "video_files" WHERE "video_files"."video_id" = 1
1353
+  (0.0ms) SAVEPOINT active_record_1
1354
+ SQL (1.2ms) 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 19:44:41 UTC +00:00], ["duration_sec", nil], ["error_message", nil], ["file_size", nil], ["format", "flv"], ["height", nil], ["state", nil], ["updated_at", Mon, 05 Dec 2011 19:44:41 UTC +00:00], ["url", "http://s3.com/6/7/8.flv"], ["video_id", 1], ["width", nil], ["zencoder_file_id", nil]]
1355
+  (0.7ms) RELEASE SAVEPOINT active_record_1
1356
+ VideoFileThumbnail Load (0.1ms) SELECT "video_file_thumbnails".* FROM "video_file_thumbnails" WHERE "video_file_thumbnails"."video_id" = 1
1357
+  (0.0ms) SAVEPOINT active_record_1
1358
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1359
+  (0.0ms) SAVEPOINT active_record_1
1360
+  (0.1ms) UPDATE "videos" SET "zencoder_job_status" = 'finished', "updated_at" = '2011-12-05 19:44:41.957139' WHERE "videos"."id" = 1
1361
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1362
+  (0.0ms) SAVEPOINT active_record_1
1363
+ SQL (1.1ms) 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 19:44:41 UTC +00:00], ["origin_url", nil], ["title", "At the Foo Bar"], ["updated_at", Mon, 05 Dec 2011 19:44:41 UTC +00:00], ["zencoder_job_created", nil], ["zencoder_job_finished", nil], ["zencoder_job_id", nil], ["zencoder_job_status", "processing"]]
1364
+  (0.2ms) RELEASE SAVEPOINT active_record_1
1365
+ Unfinished job found. Updating details.
1366
+ VideoFile Load (0.1ms) SELECT "video_files".* FROM "video_files" WHERE "video_files"."video_id" = 1
1367
+  (0.1ms) SAVEPOINT active_record_1
1368
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1369
+ VideoFileThumbnail Load (0.2ms) SELECT "video_file_thumbnails".* FROM "video_file_thumbnails" WHERE "video_file_thumbnails"."video_id" = 1
1370
+  (0.0ms) SAVEPOINT active_record_1
1371
+ SQL (0.7ms) 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 19:44:42 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 19:44:42 UTC +00:00], ["video_id", 1]]
1372
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1373
+  (0.0ms) SAVEPOINT active_record_1
1374
+  (0.1ms) UPDATE "videos" SET "zencoder_job_status" = 'finished', "updated_at" = '2011-12-05 19:44:42.016219' WHERE "videos"."id" = 1
1375
+  (0.1ms) RELEASE SAVEPOINT active_record_1
@@ -1,4 +1,4 @@
1
- class AddZencoderJobTrackingColumns < ActiveRecord::Migration
1
+ class ZencodableAddTrackingColumnsAndTables < ActiveRecord::Migration
2
2
  def change
3
3
  add_column :kitteh_movies, :origin_url, :string
4
4
  add_column :kitteh_movies, :zencoder_job_status, :string
@@ -10,6 +10,7 @@ class ZencodableGeneratorTest < Rails::Generators::TestCase
10
10
  test "creates a migration for the output files model" do
11
11
  run_generator %w(KittehMovie encoded_kitteh_vids)
12
12
  assert_migration "db/migrate/zencodable_add_tracking_columns_and_tables.rb" do |migration|
13
+ assert_match /class ZencodableAddTrackingColumnsAndTables /, migration
13
14
  assert_match /create_table "encoded_kitteh_vids"/, migration
14
15
  assert_match /t\.integer\s+\"kitteh_movie_id\"/, migration
15
16
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: zencodable
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.2
5
+ version: 0.1.3
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/20111205192243_zencodable_add_tracking_columns_and_tables.rb
151
+ - test/dummy/tmp/db/migrate/20111205194442_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/20111205192243_zencodable_add_tracking_columns_and_tables.rb
226
+ - test/dummy/tmp/db/migrate/20111205194442_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