Skip to content

Commit

Permalink
Merge pull request #671 from sublimecoder/add-gorails-video-to-docume…
Browse files Browse the repository at this point in the history
…ntation

add GoRails video to readme documentation
  • Loading branch information
norman committed May 29, 2015
2 parents 0c3f70f + 736c6db commit 5abe8da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -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
Expand All @@ -156,9 +156,12 @@ 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.


## Rails Quickstart

```shell
Expand Down

0 comments on commit 5abe8da

Please sign in to comment.