Skip to content

Commit

Permalink
Release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Apr 18, 2011
1 parent 0ad511f commit cbf12d4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
@@ -1,3 +1,8 @@
# Version 1.2.2

* Fix a bug in params parsing
* Call .scoped only if it is available

# Version 1.2.1

* Fix a bug with namespaces
Expand Down
10 changes: 4 additions & 6 deletions README.rdoc
Expand Up @@ -15,25 +15,23 @@ http://akitaonrails.com/2009/09/01/screencast-real-thin-restful-controllers-with

=== Rails 3

Inherited Resources master branch is now supports Rails 3 and is NOT backward compatible.
You can let bundler install Inherited Resources by adding this line to your application's Gemfile:

You can let bundler to install Inherited Resources by adding this line to your application's Gemfile:

gem 'inherited_resources', '~> 1.2.1'
gem 'inherited_resources'

And then execute:

bundle install

Or install it yourself as:

gem install inherited_resources --version=1.2.1
gem install inherited_resources

=== Rails 2.3.x

If you want to use the Rails 2.3.x version, you should install:

sudo gem install inherited_resources --version=1.0.6
gem install inherited_resources --version=1.0.6

Or checkout from the v1.0 branch:

Expand Down
2 changes: 1 addition & 1 deletion lib/inherited_resources/version.rb
@@ -1,3 +1,3 @@
module InheritedResources
VERSION = '1.2.1'.freeze
VERSION = '1.2.2'.freeze
end

0 comments on commit cbf12d4

Please sign in to comment.