README.rdoc in simple_form-1.1.3 vs README.rdoc in simple_form-1.2.0
- old
+ new
@@ -8,13 +8,17 @@
Install the gem:
sudo gem install simple_form
+Add it to your Gemfile:
+
+ gem "simple_form"
+
Run the generator:
- rails generate simple_form_install
+ rails generate simple_form:install
And you are ready to go. Since this branch is aims Rails 3 support,
if you want to use it with Rails 2.3 you should check this branch:
http://github.com/plataformatec/simple_form/tree/v1.0
@@ -292,10 +296,10 @@
== Configuration
SimpleForm has several configuration values. You can read and change them in the initializer created by SimpleForm, so if you haven't executed the command below yet, please do:
- ruby script/generate simple_form_install
+ rails generate simple_form:install
== TODO
Please refer to TODO file.