Sha256: 8631881a9866d2917c78ba86025d1f3f57d525b1fdab568c5c07acaadaff264f

Contents?: true

Size: 1.32 KB

Versions: 37

Compression:

Stored size: 1.32 KB

Contents

= inline_forms

Ever tired of setting up forms to manage your data? Inline Forms aims at quick and easy setup of models, migrations and controllers and providing a user-friendly interface.

= Usage

Look in the generator files for a hint about usage. In short:
 rails g inline_forms Person first_name:string last_name:string age:dropdown_with_integers
will create a model, a migration an a controller. In the model you would only have to add 
values for the dropdown, for instance 12..45.
In going to /persons you would see a nice form to add and edit persons.

It's work in progress.


== Contributing to inline_forms
 
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
* Fork the project
* Start a feature/bugfix branch
* Commit and push until you are happy with your contribution
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

== Copyright

Copyright (c) 2011 Ace Suares. See LICENSE.txt for
further details.

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
inline_forms-0.9.24 README.rdoc
inline_forms-0.9.23 README.rdoc
inline_forms-0.9.22 README.rdoc
inline_forms-0.9.21 README.rdoc
inline_forms-0.9.20 README.rdoc
inline_forms-0.9.19 README.rdoc
inline_forms-0.9.18 README.rdoc
inline_forms-0.9.17 README.rdoc
inline_forms-0.9.16 README.rdoc
inline_forms-0.9.15 README.rdoc
inline_forms-0.9.14 README.rdoc
inline_forms-0.9.13 README.rdoc
inline_forms-0.9.12 README.rdoc
inline_forms-0.9.11 README.rdoc
inline_forms-0.9.10 README.rdoc
inline_forms-0.9.9 README.rdoc
inline_forms-0.9.8 README.rdoc