From 1b90a546d67b806a8950b6811d1b51605bf7d8fd Mon Sep 17 00:00:00 2001 From: Jared Smith Date: Thu, 28 May 2015 21:09:26 -0700 Subject: [PATCH 1/2] add GoRails video to readme documentation --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dfa3ef09f..57c06f910 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ add_index :friendly_id_slugs, [:slug, :sluggable_type, :scope], unique: true ## Articles -[Migrating an ad-hoc URL slug system to FriendlyId](http://olivierlacan.com/posts/migrating-an-ad-hoc-url-slug-system-to-friendly-id/) +[Migrating an ad-hoc URL slug system to FriendlyId](http://olivierlacan.com/posts/migrating-an-ad-hoc-url-slug-system-to-friendly-id/) [Pretty URLs with FriendlyId](http://railscasts.com/episodes/314-pretty-urls-with-friendlyid) ## Docs @@ -159,6 +159,8 @@ which compiles the top-level RDocs into one outlined document. You might also want to watch Ryan Bates's [Railscast on FriendlyId](http://railscasts.com/episodes/314-pretty-urls-with-friendlyid), which is now somewhat outdated but still relevant. +For a more updated getting started video, you may want to watch [GoRails #9](https://gorails.com/episodes/pretty-urls-with-friendly-id) + ## Rails Quickstart ```shell From 736c6db451f81fcbb9da3a4827b19a46cbff07e9 Mon Sep 17 00:00:00 2001 From: Jared Smith Date: Fri, 29 May 2015 10:08:57 -0700 Subject: [PATCH 2/2] move GoRails line above Railscast --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57c06f910..f48093c45 100644 --- a/README.md +++ b/README.md @@ -156,10 +156,11 @@ The best place to start is with the [Guide](http://norman.github.io/friendly_id/file.Guide.html), which compiles the top-level RDocs into one outlined document. +For a getting started video, you may want to watch [GoRails #9](https://gorails.com/episodes/pretty-urls-with-friendly-id) + You might also want to watch Ryan Bates's [Railscast on FriendlyId](http://railscasts.com/episodes/314-pretty-urls-with-friendlyid), which is now somewhat outdated but still relevant. -For a more updated getting started video, you may want to watch [GoRails #9](https://gorails.com/episodes/pretty-urls-with-friendly-id) ## Rails Quickstart