human_urls 0.1.3.pre.alpha.0 → 0.1.4.pre.alpha.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7b7a18ae4c2f218111f90f0d24c2f29b71f71a55
4
- data.tar.gz: edeb13366c7d16750ef93cddc82244fa39be910d
3
+ metadata.gz: e5284b0c29f06a0c1867a310b45d7da50b815ec6
4
+ data.tar.gz: a04189a3b5b6c970dc0d7d18a28dc1ff0fc7fc48
5
5
  SHA512:
6
- metadata.gz: 47926910380b870dc616cb498a5155b9078ebafc05f71f097de7b9fa1178afb3dc540fc7a38015e621ca62cdbad3298716d16038a5b6a0d4471ac37a73c9330a
7
- data.tar.gz: db5bca0240d3a0d809e115b356fda479ede9d485517db28b9b1f66f0e6cfcd157c1595ee904d5913f52454d2a183b1b06cb592dc92ac72d75011eba029b2c357
6
+ metadata.gz: 90e93c1e78f46bd3f54e16f1d9dffc58ec6d83cccd556e97d0ea7f0081498716dc0dcd0a57de032098a13152d5af51ab5a6570119e40fa53951116a475fb4e1c
7
+ data.tar.gz: 1bdbae74928b2c639e32cc315e8e484708e4230cf078034ec8fbd3d398c5f94d125f955faefc96b0e1cf5a08672a394d38e1594bfc527a6405b5633049058355
@@ -1,3 +1,3 @@
1
1
  module HumanUrls
2
- VERSION = "0.1.3-alpha.0"
2
+ VERSION = "0.1.4-alpha.0"
3
3
  end
@@ -0,0 +1,5 @@
1
+ source 'https://rubygems.org'
2
+
3
+ gem 'rails', '~> 5.0.0'
4
+ gem 'human_urls', path: "../.."
5
+ gem 'pg'
@@ -0,0 +1,121 @@
1
+ PATH
2
+ remote: ../..
3
+ specs:
4
+ human_urls (0.1.3.pre.alpha.0)
5
+ rails (>= 4.1)
6
+
7
+ GEM
8
+ remote: https://rubygems.org/
9
+ specs:
10
+ actioncable (5.0.0)
11
+ actionpack (= 5.0.0)
12
+ nio4r (~> 1.2)
13
+ websocket-driver (~> 0.6.1)
14
+ actionmailer (5.0.0)
15
+ actionpack (= 5.0.0)
16
+ actionview (= 5.0.0)
17
+ activejob (= 5.0.0)
18
+ mail (~> 2.5, >= 2.5.4)
19
+ rails-dom-testing (~> 2.0)
20
+ actionpack (5.0.0)
21
+ actionview (= 5.0.0)
22
+ activesupport (= 5.0.0)
23
+ rack (~> 2.0)
24
+ rack-test (~> 0.6.3)
25
+ rails-dom-testing (~> 2.0)
26
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
27
+ actionview (5.0.0)
28
+ activesupport (= 5.0.0)
29
+ builder (~> 3.1)
30
+ erubis (~> 2.7.0)
31
+ rails-dom-testing (~> 2.0)
32
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
33
+ activejob (5.0.0)
34
+ activesupport (= 5.0.0)
35
+ globalid (>= 0.3.6)
36
+ activemodel (5.0.0)
37
+ activesupport (= 5.0.0)
38
+ activerecord (5.0.0)
39
+ activemodel (= 5.0.0)
40
+ activesupport (= 5.0.0)
41
+ arel (~> 7.0)
42
+ activesupport (5.0.0)
43
+ concurrent-ruby (~> 1.0, >= 1.0.2)
44
+ i18n (~> 0.7)
45
+ minitest (~> 5.1)
46
+ tzinfo (~> 1.1)
47
+ arel (7.0.0)
48
+ builder (3.2.2)
49
+ concurrent-ruby (1.0.2)
50
+ erubis (2.7.0)
51
+ globalid (0.3.6)
52
+ activesupport (>= 4.1.0)
53
+ i18n (0.7.0)
54
+ loofah (2.0.3)
55
+ nokogiri (>= 1.5.9)
56
+ mail (2.6.4)
57
+ mime-types (>= 1.16, < 4)
58
+ method_source (0.8.2)
59
+ mime-types (3.1)
60
+ mime-types-data (~> 3.2015)
61
+ mime-types-data (3.2016.0521)
62
+ mini_portile2 (2.1.0)
63
+ minitest (5.9.0)
64
+ nio4r (1.2.1)
65
+ nokogiri (1.6.8)
66
+ mini_portile2 (~> 2.1.0)
67
+ pkg-config (~> 1.1.7)
68
+ pg (0.18.4)
69
+ pkg-config (1.1.7)
70
+ rack (2.0.1)
71
+ rack-test (0.6.3)
72
+ rack (>= 1.0)
73
+ rails (5.0.0)
74
+ actioncable (= 5.0.0)
75
+ actionmailer (= 5.0.0)
76
+ actionpack (= 5.0.0)
77
+ actionview (= 5.0.0)
78
+ activejob (= 5.0.0)
79
+ activemodel (= 5.0.0)
80
+ activerecord (= 5.0.0)
81
+ activesupport (= 5.0.0)
82
+ bundler (>= 1.3.0, < 2.0)
83
+ railties (= 5.0.0)
84
+ sprockets-rails (>= 2.0.0)
85
+ rails-dom-testing (2.0.1)
86
+ activesupport (>= 4.2.0, < 6.0)
87
+ nokogiri (~> 1.6.0)
88
+ rails-html-sanitizer (1.0.3)
89
+ loofah (~> 2.0)
90
+ railties (5.0.0)
91
+ actionpack (= 5.0.0)
92
+ activesupport (= 5.0.0)
93
+ method_source
94
+ rake (>= 0.8.7)
95
+ thor (>= 0.18.1, < 2.0)
96
+ rake (11.2.2)
97
+ sprockets (3.6.2)
98
+ concurrent-ruby (~> 1.0)
99
+ rack (> 1, < 3)
100
+ sprockets-rails (3.1.1)
101
+ actionpack (>= 4.0)
102
+ activesupport (>= 4.0)
103
+ sprockets (>= 3.0.0)
104
+ thor (0.19.1)
105
+ thread_safe (0.3.5)
106
+ tzinfo (1.2.2)
107
+ thread_safe (~> 0.1)
108
+ websocket-driver (0.6.4)
109
+ websocket-extensions (>= 0.1.0)
110
+ websocket-extensions (0.1.2)
111
+
112
+ PLATFORMS
113
+ ruby
114
+
115
+ DEPENDENCIES
116
+ human_urls!
117
+ pg
118
+ rails (~> 5.0.0)
119
+
120
+ BUNDLED WITH
121
+ 1.11.2
@@ -18,9 +18,6 @@ module Dummy
18
18
  # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
19
19
  # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
20
20
  # config.i18n.default_locale = :de
21
-
22
- # Do not swallow errors in after_commit/after_rollback callbacks.
23
- config.active_record.raise_in_transactional_callbacks = true
24
21
  end
25
22
  end
26
23
 
@@ -13,8 +13,8 @@ Rails.application.configure do
13
13
  config.eager_load = false
14
14
 
15
15
  # Configure static file server for tests with Cache-Control for performance.
16
- config.serve_static_files = true
17
- config.static_cache_control = 'public, max-age=3600'
16
+ config.public_file_server.enabled = true
17
+ config.public_file_server.headers = { 'Cache-Control' => 'public, max-age=3600' }
18
18
 
19
19
  # Show full error reports and disable caching.
20
20
  config.consider_all_requests_local = true
@@ -5384,3 +5384,435 @@ SluggableTest: test_validates_presence_of_slug
5384
5384
   (0.1ms) SAVEPOINT active_record_1
5385
5385
   (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
5386
5386
   (0.1ms) ROLLBACK
5387
+ ActiveRecord::SchemaMigration Load (5.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
5388
+  (0.4ms) BEGIN
5389
+ ------------------------------------------------------------------------------
5390
+ HumanUrls::SlugMigrationGeneratorTest: test_generator_creates_proper_migration
5391
+ ------------------------------------------------------------------------------
5392
+  (1.5ms) ROLLBACK
5393
+  (0.3ms) BEGIN
5394
+ ------------------------------------------------------------------------------------------------------------
5395
+ HumanUrls::SlugMigrationGeneratorTest: test_generator_creates_proper_migration_when_using_custom_slug_column
5396
+ ------------------------------------------------------------------------------------------------------------
5397
+  (0.3ms) ROLLBACK
5398
+  (0.2ms) BEGIN
5399
+ -------------------------
5400
+ HumanUrlsTest: test_truth
5401
+ -------------------------
5402
+  (0.3ms) ROLLBACK
5403
+  (0.2ms) BEGIN
5404
+ ----------------------------------------------
5405
+ SluggableTest: test_#to_param_returns_the_slug
5406
+ ----------------------------------------------
5407
+  (0.3ms) SAVEPOINT active_record_1
5408
+ SQL (6.7ms) INSERT INTO "taggables" ("slug", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["slug", "slug"], ["created_at", "2016-07-01 15:11:48.359846"], ["updated_at", "2016-07-01 15:11:48.359846"]]
5409
+  (0.3ms) RELEASE SAVEPOINT active_record_1
5410
+  (0.4ms) ROLLBACK
5411
+  (0.4ms) BEGIN
5412
+ --------------------------------------------------------------------
5413
+ SluggableTest: test_.sluggify_can_generate_slug_from_given_attribute
5414
+ --------------------------------------------------------------------
5415
+  (0.4ms) SAVEPOINT active_record_1
5416
+ SQL (4.3ms) INSERT INTO "taggable_w_generated_slugs" ("title", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "My Title"], ["slug", "my-title"], ["created_at", "2016-07-01 15:11:48.397307"], ["updated_at", "2016-07-01 15:11:48.397307"]]
5417
+  (0.3ms) RELEASE SAVEPOINT active_record_1
5418
+  (0.3ms) ROLLBACK
5419
+  (0.3ms) BEGIN
5420
+ -----------------------------------------------------------------------------------
5421
+ SluggableTest: test_slug_does_not_update_an_existing_slug_when_source_field_changes
5422
+ -----------------------------------------------------------------------------------
5423
+  (0.2ms) SAVEPOINT active_record_1
5424
+ SQL (0.6ms) INSERT INTO "taggable_w_generated_slugs" ("title", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "my-title"], ["slug", "my-old-slug"], ["created_at", "2016-07-01 15:11:48.406573"], ["updated_at", "2016-07-01 15:11:48.406573"]]
5425
+  (0.5ms) RELEASE SAVEPOINT active_record_1
5426
+  (0.2ms) SAVEPOINT active_record_1
5427
+ SQL (0.6ms) UPDATE "taggable_w_generated_slugs" SET "title" = $1, "updated_at" = $2 WHERE "taggable_w_generated_slugs"."id" = $3 [["title", "Changed Title"], ["updated_at", "2016-07-01 15:11:48.410142"], ["id", 68]]
5428
+  (0.3ms) RELEASE SAVEPOINT active_record_1
5429
+  (0.3ms) ROLLBACK
5430
+  (0.4ms) BEGIN
5431
+ ------------------------------------------------------------------------
5432
+ SluggableTest: test_slug_properly_formats_string_to_slug_friendly_format
5433
+ ------------------------------------------------------------------------
5434
+  (0.3ms) SAVEPOINT active_record_1
5435
+ SQL (0.4ms) INSERT INTO "taggables" ("slug", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["slug", "this-i-my-slug"], ["created_at", "2016-07-01 15:11:48.420496"], ["updated_at", "2016-07-01 15:11:48.420496"]]
5436
+  (0.3ms) RELEASE SAVEPOINT active_record_1
5437
+  (0.3ms) ROLLBACK
5438
+  (0.3ms) BEGIN
5439
+ ------------------------------------------------------------------------------
5440
+ SluggableTest: test_slug_properly_updates_an_existing_slug_when_auto_generated
5441
+ ------------------------------------------------------------------------------
5442
+  (0.3ms) SAVEPOINT active_record_1
5443
+ SQL (0.4ms) INSERT INTO "taggable_w_generated_slugs" ("title", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "my-title"], ["slug", "my-old-slug"], ["created_at", "2016-07-01 15:11:48.425543"], ["updated_at", "2016-07-01 15:11:48.425543"]]
5444
+  (0.3ms) RELEASE SAVEPOINT active_record_1
5445
+  (0.2ms) SAVEPOINT active_record_1
5446
+ SQL (0.6ms) UPDATE "taggable_w_generated_slugs" SET "slug" = $1, "updated_at" = $2 WHERE "taggable_w_generated_slugs"."id" = $3 [["slug", "my-new-slug"], ["updated_at", "2016-07-01 15:11:48.428420"], ["id", 69]]
5447
+  (0.2ms) RELEASE SAVEPOINT active_record_1
5448
+  (0.2ms) SAVEPOINT active_record_1
5449
+ SQL (0.5ms) UPDATE "taggable_w_generated_slugs" SET "slug" = $1, "updated_at" = $2 WHERE "taggable_w_generated_slugs"."id" = $3 [["slug", "my-title"], ["updated_at", "2016-07-01 15:11:48.431557"], ["id", 69]]
5450
+  (0.3ms) RELEASE SAVEPOINT active_record_1
5451
+  (0.3ms) ROLLBACK
5452
+  (0.2ms) BEGIN
5453
+ ----------------------------------------------
5454
+ SluggableTest: test_validates_presence_of_slug
5455
+ ----------------------------------------------
5456
+  (0.1ms) SAVEPOINT active_record_1
5457
+  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1
5458
+  (0.2ms) ROLLBACK
5459
+ ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
5460
+  (0.3ms) BEGIN
5461
+ ------------------------------------------------------------------------------
5462
+ SluggableTest: test_slug_properly_updates_an_existing_slug_when_auto_generated
5463
+ ------------------------------------------------------------------------------
5464
+  (0.3ms) SAVEPOINT active_record_1
5465
+ SQL (1.4ms) INSERT INTO "taggable_w_generated_slugs" ("title", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "my-title"], ["slug", "my-old-slug"], ["created_at", "2016-07-01 15:19:16.852964"], ["updated_at", "2016-07-01 15:19:16.852964"]]
5466
+  (0.4ms) RELEASE SAVEPOINT active_record_1
5467
+  (0.3ms) SAVEPOINT active_record_1
5468
+ SQL (1.0ms) UPDATE "taggable_w_generated_slugs" SET "slug" = $1, "updated_at" = $2 WHERE "taggable_w_generated_slugs"."id" = $3 [["slug", "my-new-slug"], ["updated_at", "2016-07-01 15:19:16.862739"], ["id", 70]]
5469
+  (0.3ms) RELEASE SAVEPOINT active_record_1
5470
+  (0.3ms) SAVEPOINT active_record_1
5471
+ SQL (0.5ms) UPDATE "taggable_w_generated_slugs" SET "slug" = $1, "updated_at" = $2 WHERE "taggable_w_generated_slugs"."id" = $3 [["slug", "my-title"], ["updated_at", "2016-07-01 15:19:16.872101"], ["id", 70]]
5472
+  (0.3ms) RELEASE SAVEPOINT active_record_1
5473
+  (0.5ms) ROLLBACK
5474
+  (0.2ms) BEGIN
5475
+ --------------------------------------------------------------------
5476
+ SluggableTest: test_.sluggify_can_generate_slug_from_given_attribute
5477
+ --------------------------------------------------------------------
5478
+  (0.3ms) SAVEPOINT active_record_1
5479
+ SQL (0.5ms) INSERT INTO "taggable_w_generated_slugs" ("title", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "My Title"], ["slug", "my-title"], ["created_at", "2016-07-01 15:19:16.876761"], ["updated_at", "2016-07-01 15:19:16.876761"]]
5480
+  (0.3ms) RELEASE SAVEPOINT active_record_1
5481
+  (0.3ms) ROLLBACK
5482
+  (0.3ms) BEGIN
5483
+ ----------------------------------------------
5484
+ SluggableTest: test_#to_param_returns_the_slug
5485
+ ----------------------------------------------
5486
+  (0.3ms) SAVEPOINT active_record_1
5487
+ SQL (0.6ms) INSERT INTO "taggables" ("slug", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["slug", "slug"], ["created_at", "2016-07-01 15:19:16.901173"], ["updated_at", "2016-07-01 15:19:16.901173"]]
5488
+  (0.2ms) RELEASE SAVEPOINT active_record_1
5489
+  (0.3ms) ROLLBACK
5490
+  (0.2ms) BEGIN
5491
+ ----------------------------------------------
5492
+ SluggableTest: test_validates_presence_of_slug
5493
+ ----------------------------------------------
5494
+  (0.2ms) SAVEPOINT active_record_1
5495
+  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1
5496
+  (0.3ms) ROLLBACK
5497
+  (0.2ms) BEGIN
5498
+ -----------------------------------------------------------------------------------
5499
+ SluggableTest: test_slug_does_not_update_an_existing_slug_when_source_field_changes
5500
+ -----------------------------------------------------------------------------------
5501
+  (0.2ms) SAVEPOINT active_record_1
5502
+ SQL (0.4ms) INSERT INTO "taggable_w_generated_slugs" ("title", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "my-title"], ["slug", "my-old-slug"], ["created_at", "2016-07-01 15:19:16.911125"], ["updated_at", "2016-07-01 15:19:16.911125"]]
5503
+  (0.2ms) RELEASE SAVEPOINT active_record_1
5504
+  (0.3ms) SAVEPOINT active_record_1
5505
+ SQL (0.5ms) UPDATE "taggable_w_generated_slugs" SET "title" = $1, "updated_at" = $2 WHERE "taggable_w_generated_slugs"."id" = $3 [["title", "Changed Title"], ["updated_at", "2016-07-01 15:19:16.913776"], ["id", 72]]
5506
+  (0.3ms) RELEASE SAVEPOINT active_record_1
5507
+  (0.2ms) ROLLBACK
5508
+  (0.2ms) BEGIN
5509
+ ------------------------------------------------------------------------
5510
+ SluggableTest: test_slug_properly_formats_string_to_slug_friendly_format
5511
+ ------------------------------------------------------------------------
5512
+  (0.2ms) SAVEPOINT active_record_1
5513
+ SQL (0.4ms) INSERT INTO "taggables" ("slug", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["slug", "this-i-my-slug"], ["created_at", "2016-07-01 15:19:16.918346"], ["updated_at", "2016-07-01 15:19:16.918346"]]
5514
+  (0.2ms) RELEASE SAVEPOINT active_record_1
5515
+  (0.2ms) ROLLBACK
5516
+  (0.2ms) BEGIN
5517
+ -------------------------
5518
+ HumanUrlsTest: test_truth
5519
+ -------------------------
5520
+  (0.2ms) ROLLBACK
5521
+  (0.3ms) BEGIN
5522
+ ------------------------------------------------------------------------------------------------------------
5523
+ HumanUrls::SlugMigrationGeneratorTest: test_generator_creates_proper_migration_when_using_custom_slug_column
5524
+ ------------------------------------------------------------------------------------------------------------
5525
+  (0.3ms) ROLLBACK
5526
+  (0.3ms) BEGIN
5527
+ ------------------------------------------------------------------------------
5528
+ HumanUrls::SlugMigrationGeneratorTest: test_generator_creates_proper_migration
5529
+ ------------------------------------------------------------------------------
5530
+  (0.2ms) ROLLBACK
5531
+ ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations"
5532
+  (0.4ms) BEGIN
5533
+ -------------------------
5534
+ HumanUrlsTest: test_truth
5535
+ -------------------------
5536
+  (0.2ms) ROLLBACK
5537
+  (0.2ms) BEGIN
5538
+ ----------------------------------------------
5539
+ SluggableTest: test_#to_param_returns_the_slug
5540
+ ----------------------------------------------
5541
+  (0.3ms) SAVEPOINT active_record_1
5542
+ SQL (1.3ms) INSERT INTO "taggables" ("slug", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["slug", "slug"], ["created_at", 2016-07-01 15:20:57 UTC], ["updated_at", 2016-07-01 15:20:57 UTC]]
5543
+  (0.4ms) RELEASE SAVEPOINT active_record_1
5544
+  (0.6ms) ROLLBACK
5545
+  (0.2ms) BEGIN
5546
+ --------------------------------------------------------------------
5547
+ SluggableTest: test_.sluggify_can_generate_slug_from_given_attribute
5548
+ --------------------------------------------------------------------
5549
+  (0.3ms) SAVEPOINT active_record_1
5550
+ SQL (0.8ms) INSERT INTO "taggable_w_generated_slugs" ("title", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "My Title"], ["slug", "my-title"], ["created_at", 2016-07-01 15:20:57 UTC], ["updated_at", 2016-07-01 15:20:57 UTC]]
5551
+  (0.2ms) RELEASE SAVEPOINT active_record_1
5552
+  (0.2ms) ROLLBACK
5553
+  (0.3ms) BEGIN
5554
+ ------------------------------------------------------------------------
5555
+ SluggableTest: test_slug_properly_formats_string_to_slug_friendly_format
5556
+ ------------------------------------------------------------------------
5557
+  (0.2ms) SAVEPOINT active_record_1
5558
+ SQL (0.6ms) INSERT INTO "taggables" ("slug", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["slug", "this-i-my-slug"], ["created_at", 2016-07-01 15:20:57 UTC], ["updated_at", 2016-07-01 15:20:57 UTC]]
5559
+  (0.2ms) RELEASE SAVEPOINT active_record_1
5560
+  (0.2ms) ROLLBACK
5561
+  (0.3ms) BEGIN
5562
+ -----------------------------------------------------------------------------------
5563
+ SluggableTest: test_slug_does_not_update_an_existing_slug_when_source_field_changes
5564
+ -----------------------------------------------------------------------------------
5565
+  (0.2ms) SAVEPOINT active_record_1
5566
+ SQL (0.6ms) INSERT INTO "taggable_w_generated_slugs" ("title", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "my-title"], ["slug", "my-old-slug"], ["created_at", 2016-07-01 15:20:57 UTC], ["updated_at", 2016-07-01 15:20:57 UTC]]
5567
+  (0.3ms) RELEASE SAVEPOINT active_record_1
5568
+  (0.3ms) SAVEPOINT active_record_1
5569
+ SQL (2.4ms) UPDATE "taggable_w_generated_slugs" SET "title" = $1, "updated_at" = $2 WHERE "taggable_w_generated_slugs"."id" = $3 [["title", "Changed Title"], ["updated_at", 2016-07-01 15:20:57 UTC], ["id", 74]]
5570
+  (0.4ms) RELEASE SAVEPOINT active_record_1
5571
+  (0.3ms) ROLLBACK
5572
+  (0.3ms) BEGIN
5573
+ ----------------------------------------------
5574
+ SluggableTest: test_validates_presence_of_slug
5575
+ ----------------------------------------------
5576
+  (0.2ms) SAVEPOINT active_record_1
5577
+  (0.5ms) ROLLBACK TO SAVEPOINT active_record_1
5578
+  (0.2ms) ROLLBACK
5579
+  (0.3ms) BEGIN
5580
+ ------------------------------------------------------------------------------
5581
+ SluggableTest: test_slug_properly_updates_an_existing_slug_when_auto_generated
5582
+ ------------------------------------------------------------------------------
5583
+  (0.2ms) SAVEPOINT active_record_1
5584
+ SQL (0.6ms) INSERT INTO "taggable_w_generated_slugs" ("title", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "my-title"], ["slug", "my-old-slug"], ["created_at", 2016-07-01 15:20:57 UTC], ["updated_at", 2016-07-01 15:20:57 UTC]]
5585
+  (0.2ms) RELEASE SAVEPOINT active_record_1
5586
+  (0.3ms) SAVEPOINT active_record_1
5587
+ SQL (0.7ms) UPDATE "taggable_w_generated_slugs" SET "slug" = $1, "updated_at" = $2 WHERE "taggable_w_generated_slugs"."id" = $3 [["slug", "my-new-slug"], ["updated_at", 2016-07-01 15:20:57 UTC], ["id", 75]]
5588
+  (0.4ms) RELEASE SAVEPOINT active_record_1
5589
+  (0.3ms) SAVEPOINT active_record_1
5590
+ SQL (0.6ms) UPDATE "taggable_w_generated_slugs" SET "slug" = $1, "updated_at" = $2 WHERE "taggable_w_generated_slugs"."id" = $3 [["slug", "my-title"], ["updated_at", 2016-07-01 15:20:57 UTC], ["id", 75]]
5591
+  (0.2ms) RELEASE SAVEPOINT active_record_1
5592
+  (0.2ms) ROLLBACK
5593
+  (0.2ms) BEGIN
5594
+ ------------------------------------------------------------------------------
5595
+ HumanUrls::SlugMigrationGeneratorTest: test_generator_creates_proper_migration
5596
+ ------------------------------------------------------------------------------
5597
+  (0.4ms) ROLLBACK
5598
+  (0.6ms) BEGIN
5599
+ ------------------------------------------------------------------------------------------------------------
5600
+ HumanUrls::SlugMigrationGeneratorTest: test_generator_creates_proper_migration_when_using_custom_slug_column
5601
+ ------------------------------------------------------------------------------------------------------------
5602
+  (0.3ms) ROLLBACK
5603
+ ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
5604
+  (0.3ms) BEGIN
5605
+ ------------------------------------------------------------------------------
5606
+ SluggableTest: test_slug_properly_updates_an_existing_slug_when_auto_generated
5607
+ ------------------------------------------------------------------------------
5608
+  (0.3ms) SAVEPOINT active_record_1
5609
+ SQL (1.3ms) INSERT INTO "taggable_w_generated_slugs" ("title", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "my-title"], ["slug", "my-old-slug"], ["created_at", 2016-07-01 15:42:13 UTC], ["updated_at", 2016-07-01 15:42:13 UTC]]
5610
+  (0.2ms) RELEASE SAVEPOINT active_record_1
5611
+  (0.2ms) SAVEPOINT active_record_1
5612
+ SQL (2.4ms) UPDATE "taggable_w_generated_slugs" SET "slug" = $1, "updated_at" = $2 WHERE "taggable_w_generated_slugs"."id" = $3 [["slug", "my-new-slug"], ["updated_at", 2016-07-01 15:42:13 UTC], ["id", 76]]
5613
+  (0.4ms) RELEASE SAVEPOINT active_record_1
5614
+  (0.3ms) SAVEPOINT active_record_1
5615
+ SQL (0.7ms) UPDATE "taggable_w_generated_slugs" SET "slug" = $1, "updated_at" = $2 WHERE "taggable_w_generated_slugs"."id" = $3 [["slug", "my-title"], ["updated_at", 2016-07-01 15:42:14 UTC], ["id", 76]]
5616
+  (0.2ms) RELEASE SAVEPOINT active_record_1
5617
+  (0.6ms) ROLLBACK
5618
+  (0.3ms) BEGIN
5619
+ --------------------------------------------------------------------
5620
+ SluggableTest: test_.sluggify_can_generate_slug_from_given_attribute
5621
+ --------------------------------------------------------------------
5622
+  (0.3ms) SAVEPOINT active_record_1
5623
+ SQL (0.6ms) INSERT INTO "taggable_w_generated_slugs" ("title", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "My Title"], ["slug", "my-title"], ["created_at", 2016-07-01 15:42:14 UTC], ["updated_at", 2016-07-01 15:42:14 UTC]]
5624
+  (0.3ms) RELEASE SAVEPOINT active_record_1
5625
+  (0.3ms) ROLLBACK
5626
+  (0.3ms) BEGIN
5627
+ -----------------------------------------------------------------------------------
5628
+ SluggableTest: test_slug_does_not_update_an_existing_slug_when_source_field_changes
5629
+ -----------------------------------------------------------------------------------
5630
+  (0.3ms) SAVEPOINT active_record_1
5631
+ SQL (0.6ms) INSERT INTO "taggable_w_generated_slugs" ("title", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "my-title"], ["slug", "my-old-slug"], ["created_at", 2016-07-01 15:42:14 UTC], ["updated_at", 2016-07-01 15:42:14 UTC]]
5632
+  (0.3ms) RELEASE SAVEPOINT active_record_1
5633
+  (0.3ms) SAVEPOINT active_record_1
5634
+ SQL (0.5ms) UPDATE "taggable_w_generated_slugs" SET "title" = $1, "updated_at" = $2 WHERE "taggable_w_generated_slugs"."id" = $3 [["title", "Changed Title"], ["updated_at", 2016-07-01 15:42:14 UTC], ["id", 78]]
5635
+  (0.2ms) RELEASE SAVEPOINT active_record_1
5636
+  (0.2ms) ROLLBACK
5637
+  (0.2ms) BEGIN
5638
+ ------------------------------------------------------------------------
5639
+ SluggableTest: test_slug_properly_formats_string_to_slug_friendly_format
5640
+ ------------------------------------------------------------------------
5641
+  (0.3ms) SAVEPOINT active_record_1
5642
+ SQL (1.1ms) INSERT INTO "taggables" ("slug", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["slug", "this-i-my-slug"], ["created_at", 2016-07-01 15:42:14 UTC], ["updated_at", 2016-07-01 15:42:14 UTC]]
5643
+  (0.3ms) RELEASE SAVEPOINT active_record_1
5644
+  (0.2ms) ROLLBACK
5645
+  (0.2ms) BEGIN
5646
+ ----------------------------------------------
5647
+ SluggableTest: test_validates_presence_of_slug
5648
+ ----------------------------------------------
5649
+  (0.2ms) SAVEPOINT active_record_1
5650
+  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1
5651
+  (0.2ms) ROLLBACK
5652
+  (0.2ms) BEGIN
5653
+ ----------------------------------------------
5654
+ SluggableTest: test_#to_param_returns_the_slug
5655
+ ----------------------------------------------
5656
+  (0.2ms) SAVEPOINT active_record_1
5657
+ SQL (0.6ms) INSERT INTO "taggables" ("slug", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["slug", "slug"], ["created_at", 2016-07-01 15:42:14 UTC], ["updated_at", 2016-07-01 15:42:14 UTC]]
5658
+  (0.2ms) RELEASE SAVEPOINT active_record_1
5659
+  (0.2ms) ROLLBACK
5660
+  (0.2ms) BEGIN
5661
+ -------------------------
5662
+ HumanUrlsTest: test_truth
5663
+ -------------------------
5664
+  (0.2ms) ROLLBACK
5665
+  (0.2ms) BEGIN
5666
+ ------------------------------------------------------------------------------------------------------------
5667
+ HumanUrls::SlugMigrationGeneratorTest: test_generator_creates_proper_migration_when_using_custom_slug_column
5668
+ ------------------------------------------------------------------------------------------------------------
5669
+  (0.4ms) ROLLBACK
5670
+  (0.3ms) BEGIN
5671
+ ------------------------------------------------------------------------------
5672
+ HumanUrls::SlugMigrationGeneratorTest: test_generator_creates_proper_migration
5673
+ ------------------------------------------------------------------------------
5674
+  (0.4ms) ROLLBACK
5675
+ ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"
5676
+  (0.3ms) BEGIN
5677
+ -------------------------
5678
+ HumanUrlsTest: test_truth
5679
+ -------------------------
5680
+  (0.3ms) ROLLBACK
5681
+  (0.2ms) BEGIN
5682
+ ------------------------------------------------------------------------------------------------------------
5683
+ HumanUrls::SlugMigrationGeneratorTest: test_generator_creates_proper_migration_when_using_custom_slug_column
5684
+ ------------------------------------------------------------------------------------------------------------
5685
+  (0.3ms) ROLLBACK
5686
+  (0.3ms) BEGIN
5687
+ ------------------------------------------------------------------------------
5688
+ HumanUrls::SlugMigrationGeneratorTest: test_generator_creates_proper_migration
5689
+ ------------------------------------------------------------------------------
5690
+  (0.5ms) ROLLBACK
5691
+  (0.2ms) BEGIN
5692
+ ----------------------------------------------
5693
+ SluggableTest: test_#to_param_returns_the_slug
5694
+ ----------------------------------------------
5695
+  (0.3ms) SAVEPOINT active_record_1
5696
+ SQL (1.2ms) INSERT INTO "taggables" ("slug", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["slug", "slug"], ["created_at", 2016-07-01 15:43:00 UTC], ["updated_at", 2016-07-01 15:43:00 UTC]]
5697
+  (0.2ms) RELEASE SAVEPOINT active_record_1
5698
+  (0.4ms) ROLLBACK
5699
+  (0.2ms) BEGIN
5700
+ --------------------------------------------------------------------
5701
+ SluggableTest: test_.sluggify_can_generate_slug_from_given_attribute
5702
+ --------------------------------------------------------------------
5703
+  (0.3ms) SAVEPOINT active_record_1
5704
+ SQL (1.6ms) INSERT INTO "taggable_w_generated_slugs" ("title", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "My Title"], ["slug", "my-title"], ["created_at", 2016-07-01 15:43:00 UTC], ["updated_at", 2016-07-01 15:43:00 UTC]]
5705
+  (0.3ms) RELEASE SAVEPOINT active_record_1
5706
+  (0.3ms) ROLLBACK
5707
+  (0.2ms) BEGIN
5708
+ ------------------------------------------------------------------------
5709
+ SluggableTest: test_slug_properly_formats_string_to_slug_friendly_format
5710
+ ------------------------------------------------------------------------
5711
+  (0.2ms) SAVEPOINT active_record_1
5712
+ SQL (0.5ms) INSERT INTO "taggables" ("slug", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["slug", "this-i-my-slug"], ["created_at", 2016-07-01 15:43:00 UTC], ["updated_at", 2016-07-01 15:43:00 UTC]]
5713
+  (0.3ms) RELEASE SAVEPOINT active_record_1
5714
+  (0.2ms) ROLLBACK
5715
+  (0.3ms) BEGIN
5716
+ -----------------------------------------------------------------------------------
5717
+ SluggableTest: test_slug_does_not_update_an_existing_slug_when_source_field_changes
5718
+ -----------------------------------------------------------------------------------
5719
+  (0.2ms) SAVEPOINT active_record_1
5720
+ SQL (0.6ms) INSERT INTO "taggable_w_generated_slugs" ("title", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "my-title"], ["slug", "my-old-slug"], ["created_at", 2016-07-01 15:43:00 UTC], ["updated_at", 2016-07-01 15:43:00 UTC]]
5721
+  (0.3ms) RELEASE SAVEPOINT active_record_1
5722
+  (0.3ms) SAVEPOINT active_record_1
5723
+ SQL (0.9ms) UPDATE "taggable_w_generated_slugs" SET "title" = $1, "updated_at" = $2 WHERE "taggable_w_generated_slugs"."id" = $3 [["title", "Changed Title"], ["updated_at", 2016-07-01 15:43:00 UTC], ["id", 80]]
5724
+  (0.2ms) RELEASE SAVEPOINT active_record_1
5725
+  (0.2ms) ROLLBACK
5726
+  (0.2ms) BEGIN
5727
+ ------------------------------------------------------------------------------
5728
+ SluggableTest: test_slug_properly_updates_an_existing_slug_when_auto_generated
5729
+ ------------------------------------------------------------------------------
5730
+  (0.2ms) SAVEPOINT active_record_1
5731
+ SQL (0.5ms) INSERT INTO "taggable_w_generated_slugs" ("title", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "my-title"], ["slug", "my-old-slug"], ["created_at", 2016-07-01 15:43:00 UTC], ["updated_at", 2016-07-01 15:43:00 UTC]]
5732
+  (0.2ms) RELEASE SAVEPOINT active_record_1
5733
+  (0.3ms) SAVEPOINT active_record_1
5734
+ SQL (0.5ms) UPDATE "taggable_w_generated_slugs" SET "slug" = $1, "updated_at" = $2 WHERE "taggable_w_generated_slugs"."id" = $3 [["slug", "my-new-slug"], ["updated_at", 2016-07-01 15:43:00 UTC], ["id", 81]]
5735
+  (0.2ms) RELEASE SAVEPOINT active_record_1
5736
+  (0.2ms) SAVEPOINT active_record_1
5737
+ SQL (0.6ms) UPDATE "taggable_w_generated_slugs" SET "slug" = $1, "updated_at" = $2 WHERE "taggable_w_generated_slugs"."id" = $3 [["slug", "my-title"], ["updated_at", 2016-07-01 15:43:00 UTC], ["id", 81]]
5738
+  (0.3ms) RELEASE SAVEPOINT active_record_1
5739
+  (0.3ms) ROLLBACK
5740
+  (0.3ms) BEGIN
5741
+ ----------------------------------------------
5742
+ SluggableTest: test_validates_presence_of_slug
5743
+ ----------------------------------------------
5744
+  (0.4ms) SAVEPOINT active_record_1
5745
+  (0.2ms) ROLLBACK TO SAVEPOINT active_record_1
5746
+  (0.2ms) ROLLBACK
5747
+ ActiveRecord::SchemaMigration Load (1.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
5748
+  (0.3ms) BEGIN
5749
+ ------------------------------------------------------------------------------
5750
+ SluggableTest: test_slug_properly_updates_an_existing_slug_when_auto_generated
5751
+ ------------------------------------------------------------------------------
5752
+  (0.3ms) SAVEPOINT active_record_1
5753
+ SQL (1.2ms) INSERT INTO "taggable_w_generated_slugs" ("title", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "my-title"], ["slug", "my-old-slug"], ["created_at", 2016-07-01 15:44:05 UTC], ["updated_at", 2016-07-01 15:44:05 UTC]]
5754
+  (0.3ms) RELEASE SAVEPOINT active_record_1
5755
+  (0.2ms) SAVEPOINT active_record_1
5756
+ SQL (0.9ms) UPDATE "taggable_w_generated_slugs" SET "slug" = $1, "updated_at" = $2 WHERE "taggable_w_generated_slugs"."id" = $3 [["slug", "my-new-slug"], ["updated_at", 2016-07-01 15:44:05 UTC], ["id", 82]]
5757
+  (0.3ms) RELEASE SAVEPOINT active_record_1
5758
+  (0.4ms) SAVEPOINT active_record_1
5759
+ SQL (1.6ms) UPDATE "taggable_w_generated_slugs" SET "slug" = $1, "updated_at" = $2 WHERE "taggable_w_generated_slugs"."id" = $3 [["slug", "my-title"], ["updated_at", 2016-07-01 15:44:05 UTC], ["id", 82]]
5760
+  (0.3ms) RELEASE SAVEPOINT active_record_1
5761
+  (0.5ms) ROLLBACK
5762
+  (0.2ms) BEGIN
5763
+ -----------------------------------------------------------------------------------
5764
+ SluggableTest: test_slug_does_not_update_an_existing_slug_when_source_field_changes
5765
+ -----------------------------------------------------------------------------------
5766
+  (0.2ms) SAVEPOINT active_record_1
5767
+ SQL (0.8ms) INSERT INTO "taggable_w_generated_slugs" ("title", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "my-title"], ["slug", "my-old-slug"], ["created_at", 2016-07-01 15:44:05 UTC], ["updated_at", 2016-07-01 15:44:05 UTC]]
5768
+  (0.3ms) RELEASE SAVEPOINT active_record_1
5769
+  (0.2ms) SAVEPOINT active_record_1
5770
+ SQL (0.6ms) UPDATE "taggable_w_generated_slugs" SET "title" = $1, "updated_at" = $2 WHERE "taggable_w_generated_slugs"."id" = $3 [["title", "Changed Title"], ["updated_at", 2016-07-01 15:44:05 UTC], ["id", 83]]
5771
+  (0.2ms) RELEASE SAVEPOINT active_record_1
5772
+  (0.3ms) ROLLBACK
5773
+  (0.3ms) BEGIN
5774
+ ----------------------------------------------
5775
+ SluggableTest: test_validates_presence_of_slug
5776
+ ----------------------------------------------
5777
+  (0.3ms) SAVEPOINT active_record_1
5778
+  (0.3ms) ROLLBACK TO SAVEPOINT active_record_1
5779
+  (0.3ms) ROLLBACK
5780
+  (0.2ms) BEGIN
5781
+ --------------------------------------------------------------------
5782
+ SluggableTest: test_.sluggify_can_generate_slug_from_given_attribute
5783
+ --------------------------------------------------------------------
5784
+  (0.2ms) SAVEPOINT active_record_1
5785
+ SQL (0.5ms) INSERT INTO "taggable_w_generated_slugs" ("title", "slug", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "My Title"], ["slug", "my-title"], ["created_at", 2016-07-01 15:44:05 UTC], ["updated_at", 2016-07-01 15:44:05 UTC]]
5786
+  (0.3ms) RELEASE SAVEPOINT active_record_1
5787
+  (0.3ms) ROLLBACK
5788
+  (0.2ms) BEGIN
5789
+ ------------------------------------------------------------------------
5790
+ SluggableTest: test_slug_properly_formats_string_to_slug_friendly_format
5791
+ ------------------------------------------------------------------------
5792
+  (0.3ms) SAVEPOINT active_record_1
5793
+ SQL (0.8ms) INSERT INTO "taggables" ("slug", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["slug", "this-i-my-slug"], ["created_at", 2016-07-01 15:44:05 UTC], ["updated_at", 2016-07-01 15:44:05 UTC]]
5794
+  (0.2ms) RELEASE SAVEPOINT active_record_1
5795
+  (0.2ms) ROLLBACK
5796
+  (0.2ms) BEGIN
5797
+ ----------------------------------------------
5798
+ SluggableTest: test_#to_param_returns_the_slug
5799
+ ----------------------------------------------
5800
+  (0.3ms) SAVEPOINT active_record_1
5801
+ SQL (0.5ms) INSERT INTO "taggables" ("slug", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["slug", "slug"], ["created_at", 2016-07-01 15:44:05 UTC], ["updated_at", 2016-07-01 15:44:05 UTC]]
5802
+  (0.3ms) RELEASE SAVEPOINT active_record_1
5803
+  (0.3ms) ROLLBACK
5804
+  (0.2ms) BEGIN
5805
+ -------------------------
5806
+ HumanUrlsTest: test_truth
5807
+ -------------------------
5808
+  (0.2ms) ROLLBACK
5809
+  (0.2ms) BEGIN
5810
+ ------------------------------------------------------------------------------------------------------------
5811
+ HumanUrls::SlugMigrationGeneratorTest: test_generator_creates_proper_migration_when_using_custom_slug_column
5812
+ ------------------------------------------------------------------------------------------------------------
5813
+  (0.3ms) ROLLBACK
5814
+  (0.2ms) BEGIN
5815
+ ------------------------------------------------------------------------------
5816
+ HumanUrls::SlugMigrationGeneratorTest: test_generator_creates_proper_migration
5817
+ ------------------------------------------------------------------------------
5818
+  (0.2ms) ROLLBACK
data/test/test_helper.rb CHANGED
@@ -5,7 +5,6 @@ require File.expand_path("../../test/dummy/config/environment.rb", __FILE__)
5
5
  ActiveRecord::Migrator.migrations_paths = [File.expand_path("../../test/dummy/db/migrate", __FILE__)]
6
6
  ActiveRecord::Migrator.migrations_paths << File.expand_path('../../db/migrate', __FILE__)
7
7
  require "rails/test_help"
8
- require "minitest/rails"
9
8
  require "minitest/pride"
10
9
  require "pry-rails"
11
10
 
@@ -13,4 +12,3 @@ Minitest.backtrace_filter = Minitest::BacktraceFilter.new
13
12
 
14
13
  Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each { |f| require f }
15
14
 
16
-
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: human_urls
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3.pre.alpha.0
4
+ version: 0.1.4.pre.alpha.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Klina
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-13 00:00:00.000000000 Z
11
+ date: 2016-07-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '4.1'
19
+ version: '5.0'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ">="
25
25
  - !ruby/object:Gem::Version
26
- version: '4.1'
26
+ version: '5.0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: pg
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -38,20 +38,6 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- - !ruby/object:Gem::Dependency
42
- name: minitest-rails
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - ">="
46
- - !ruby/object:Gem::Version
47
- version: '0'
48
- type: :development
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - ">="
53
- - !ruby/object:Gem::Version
54
- version: '0'
55
41
  - !ruby/object:Gem::Dependency
56
42
  name: pry-rails
57
43
  requirement: !ruby/object:Gem::Requirement
@@ -85,7 +71,8 @@ files:
85
71
  - lib/human_urls/sluggable.rb
86
72
  - lib/human_urls/version.rb
87
73
  - lib/tasks/human_urls_tasks.rake
88
- - test/dummy/README.rdoc
74
+ - test/dummy/Gemfile
75
+ - test/dummy/Gemfile.lock
89
76
  - test/dummy/Rakefile
90
77
  - test/dummy/app/models/taggable.rb
91
78
  - test/dummy/app/models/taggable_w_generated_slug.rb
@@ -122,7 +109,7 @@ files:
122
109
  - test/dummy/public/422.html
123
110
  - test/dummy/public/500.html
124
111
  - test/dummy/public/favicon.ico
125
- - test/dummy/tmp/generators/db/migrate/20160213021036_add_slug_to_posts.rb
112
+ - test/dummy/tmp/generators/db/migrate/20160701154405_add_slug_to_posts.rb
126
113
  - test/human_urls/sluggable_test.rb
127
114
  - test/human_urls_test.rb
128
115
  - test/lib/generators/human_urls/slug_migration_generator_test.rb
@@ -181,6 +168,8 @@ test_files:
181
168
  - test/dummy/db/migrate/20151029003656_create_taggable_w_generated_slugs.rb
182
169
  - test/dummy/db/migrate/20151029012517_rename_post_to_taggable.rb
183
170
  - test/dummy/db/schema.rb
171
+ - test/dummy/Gemfile
172
+ - test/dummy/Gemfile.lock
184
173
  - test/dummy/log/development.log
185
174
  - test/dummy/log/test.log
186
175
  - test/dummy/public/404.html
@@ -188,8 +177,7 @@ test_files:
188
177
  - test/dummy/public/500.html
189
178
  - test/dummy/public/favicon.ico
190
179
  - test/dummy/Rakefile
191
- - test/dummy/README.rdoc
192
- - test/dummy/tmp/generators/db/migrate/20160213021036_add_slug_to_posts.rb
180
+ - test/dummy/tmp/generators/db/migrate/20160701154405_add_slug_to_posts.rb
193
181
  - test/human_urls/sluggable_test.rb
194
182
  - test/human_urls_test.rb
195
183
  - test/lib/generators/human_urls/slug_migration_generator_test.rb
@@ -1,28 +0,0 @@
1
- == README
2
-
3
- This README would normally document whatever steps are necessary to get the
4
- application up and running.
5
-
6
- Things you may want to cover:
7
-
8
- * Ruby version
9
-
10
- * System dependencies
11
-
12
- * Configuration
13
-
14
- * Database creation
15
-
16
- * Database initialization
17
-
18
- * How to run the test suite
19
-
20
- * Services (job queues, cache servers, search engines, etc.)
21
-
22
- * Deployment instructions
23
-
24
- * ...
25
-
26
-
27
- Please feel free to use a different markup language if you do not plan to run
28
- <tt>rake doc:app</tt>.