Sha256: 364c058f8c09631a0d4e634120f74080fb17a0735df4d03448615c4621694086

Contents?: true

Size: 1.43 KB

Versions: 2

Compression:

Stored size: 1.43 KB

Contents

= dynamic_fieldsets 

User defined fieldsets for dynamic questions in forms.

I recommend not using this until a 0.1 release.j

= how to use

Install the gem, run the install generator

Add the mixin to your model.  There are some configuration options here.

There is a view helper you need to add to your application helper and call from the form view and the show view.

The backend is automatically added to your project using the rails engine system.  At some point, there will be a controller generator to generate them out so you can add permissions/pagination/whatever else you need on your controllers.

== Contributing to dynamic_fieldsets 
 
* honestly, hold off for a 0.1 release before even thinking about this
* 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 Jeremiah Hemphill. See LICENSE.txt for
further details.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dynamic_fieldsets-0.0.5 README.rdoc
dynamic_fieldsets-0.0.4 README.rdoc