Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
norman committed Feb 3, 2011
1 parent d2d1b80 commit 404c4cb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Expand Up @@ -6,6 +6,11 @@ suggestions, ideas and improvements to FriendlyId.
* Table of Contents
{:toc}

## 3.2.1 (2011-02-03)

* Fixed minor issue with ActiveRecord 3.0.4.rc1 (Bruno Michel)
* Added support for Rubygems-test

## 3.2.0 (2011-01-17)

* Fixed deprecation on Rails edge. Thanks [slbug](http://github.com/slbug)
Expand Down
4 changes: 2 additions & 2 deletions Guide.md
Expand Up @@ -80,13 +80,13 @@ with Rails 2.3.x. and 3.0.

After installing the gem, add an entry in environment.rb:

config.gem "friendly_id", :version => "~> 3.2"
config.gem "friendly_id", :version => "~> 3.2.1"

### Rails 3.0

After installing the gem, add an entry in the Gemfile:

gem "friendly_id", "~> 3.2"
gem "friendly_id", "~> 3.2.1"

### As a Plugin

Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -41,7 +41,7 @@ continue to support 2.3.x until Rails 3.1 is released.
cd my_app

# add to Gemfile
gem "friendly_id", "~> 3.2"
gem "friendly_id", "~> 3.2.1"

rails generate friendly_id
rails generate scaffold user name:string cached_slug:string
Expand Down

0 comments on commit 404c4cb

Please sign in to comment.