Skip to content

Commit

Permalink
Bump to 1.0 (gem will be published soon).
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Dec 22, 2009
1 parent e2931cb commit de94d27
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion MIT-LICENSE
@@ -1,4 +1,4 @@
Copyright (c) 2009 José Valim
Copyright (c) 2009 José Valim http://blog.plataformatec.com.br

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
14 changes: 7 additions & 7 deletions README.rdoc
Expand Up @@ -10,7 +10,7 @@ a screencast made by Fabio Akita about its features:

http://akitaonrails.com/2009/09/01/screencast-real-thin-restful-controllers-with-inherited-resources

Inherited Resources is tested and compatible with Rails 2.2.x and Rails 2.3.x.
Inherited Resources is tested and compatible with Rails 2.3.x.

== Installation

Expand All @@ -22,14 +22,14 @@ If you want it as plugin, just do:

script/plugin install git://github.com/josevalim/inherited_resources.git

== Inherited Resources 1.0.pre
== Upgrading to Inherited Resources 1.0

Inherited Resources is close to 1.0 version. A couple things changed,
so be sure to read the following sections if you want to try it out:
Inherited Resources finally reached 1.0 version. A couple things changed,
so be sure to read the following sections:

=== HasScope

In Inherited Resources 1.0, has_scope is not part of its core anymore.
Since Inherited Resources 1.0, has_scope is not part of its core anymore.
However, if you are using has_scope in your application, Inherited Resources
will handle all the required hooks automatically.

Expand All @@ -43,7 +43,7 @@ And can be installed as:

=== Responders

In Inherited Resources 1.0, responders are not part of its core anymore,
Since Inherited Resources 1.0, responders are not part of its core anymore,
but is set as Inherited Resources dependency and it's used by default by
InheritedResources controllers. Be sure to check the documentation to see
how it will change your application:
Expand Down Expand Up @@ -74,7 +74,7 @@ To use Inherited Resources you just have to inherit (duh) it:

And all actions are defined and working, check it! Your projects collection
(in the index action) is still available in the instance variable @projects
and your project resource (all other actions) is available as @ project.
and your project resource (all other actions) is available as @project.

The next step is to define which mime types this controller provides:

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

0 comments on commit de94d27

Please sign in to comment.