From 8fd13dca08f16f9faee47a163ea3b8fb21a7fc91 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Sun, 21 Nov 2010 22:57:20 -0200 Subject: [PATCH] Update README with the new GoogleGroup and Rdoc --- README.rdoc | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/README.rdoc b/README.rdoc index 5eaa0bd2..7619be5b 100644 --- a/README.rdoc +++ b/README.rdoc @@ -4,6 +4,28 @@ Forms made easy (for Rails)! SimpleForm aims to be as flexible as possible while helping you with powerful components to create your forms. The basic goal of simple form is to not touch your way of defining the layout, letting you find the better design for your eyes. Good part of the DSL was inherited from Formtastic, which we are thankful for and should make you feel right at home. +== Information + +=== Google Group + +If you have any questions, comments, or concerns please use the Google Group instead of the GitHub Issues tracker: + +groups.google.com/group/plataformatec-simpleform + +=== RDocs + +You can view the SimpleForm documentation in RDoc format here: + +rubydoc.info/github/plataformatec/simple_form/master/frames + +If you need to use SimpleForm with Rails 2.3, you can always run `gem server` from the command line after you install the gem to access the old documentation. + +=== Bug reports + +If you discover any bugs, feel free to create an issue on GitHub. Please add as much information as possible to help us fixing the possible bug. We also encourage you to help even more by forking and sending us a pull request. + +http://github.com/plataformatec/simple_form/issues + == Installation Install the gem: @@ -357,10 +379,6 @@ Please refer to TODO file. * José Valim (http://github.com/josevalim) * Carlos Antonio da Silva (http://github.com/carlosantoniodasilva) -== Bugs and Feedback - -If you discover any bugs or want to drop a line, feel free to create an issue on GitHub. - -http://github.com/plataformatec/simple_form/issues +== License MIT License. Copyright 2010 Plataforma Tecnologia. http://blog.plataformatec.com.br