Skip to content

Commit

Permalink
Update README with the new GoogleGroup and Rdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosantoniodasilva committed Nov 22, 2010
1 parent 227f635 commit 8fd13dc
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 8fd13dc

Please sign in to comment.