dynamic_form icon indicating copy to clipboard operation
dynamic_form copied to clipboard

Helpers to deal with your model backed forms in Rails3

Results 11 dynamic_form issues
Sort by recently updated
recently updated
newest added

Mostly ruby 2.7+, I guess, since it was just keyword parameters.

Adding require statement

If a model name comes from the translations (ie User.class.model_name.human) or if it has been supplied by the user (options[:object_name]) then show it as is. Only rewrite underscores if it...

I'm working on the open source project [VersionEye](https://www.versioneye.com). By adding the license info to the gempspec it becomes available through the public RubyGems API and that way other tools like...

Hi, Is there a way to simply skip `activerecord.errors.template.header`, `activerecord.errors.template.header.body` and display only error messages with `f.error_messages` ?

Allows for error messages to have html in them and to be displayed properly as html instead of escaped strings.

Not really an issue as I solved it, but something to note for other users of `dynamic_form`. I was implementing `dynamic_form` with a Plain Old Ruby Object that includes `ActiveModel::Validations`,...

I have been trying to shorten my Rails app startup times, so I benchmarked the gem requirement times using the trick described at http://stackoverflow.com/questions/9505612/slow-loading-time-for-rails-3-2-debug-shows-rails-loading-twice. I found dynamic_form to be the...

I don't know at what point the form helper stopped working so I'm just going to say it doesn't work on 3.0.7 as that's the version I'm running on. I...