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 17, 2011
1 parent 5d988cf commit 36c7810
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 # Version 1.2.1


* Fix a bug with namespaces * 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 === 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'

gem 'inherited_resources', '~> 1.2.1'


And then execute: And then execute:


bundle install bundle install


Or install it yourself as: Or install it yourself as:


gem install inherited_resources --version=1.2.1 gem install inherited_resources


=== Rails 2.3.x === Rails 2.3.x


If you want to use the Rails 2.3.x version, you should install: 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: 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 module InheritedResources
VERSION = '1.2.1'.freeze VERSION = '1.2.2'.freeze
end end

0 comments on commit 36c7810

Please sign in to comment.