Formtastic Alternatives
Similar projects and alternatives to Formtastic
-
Simple Form
Forms made easy for Rails! It's tied to a simple DSL, with no opinion on markup.
-
Rails Bootstrap Forms
Official repository of the bootstrap_form gem, a Rails form builder that makes it super easy to create beautiful-looking forms using Bootstrap 5.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
-
-
ActiveAdmin
The administration framework for Ruby on Rails applications.
-
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
-
ComfyBootstrapForm
Rails form builder for Bootstrap 4 markup that actually works!
-
-
Cocoon
Dynamic nested forms using jQuery made easy; works with formtastic, simple_form or default forms
-
Countable
Add live paragraph-, word- and character-counting to an HTML element.
-
activeadmin_addons
Extends ActiveAdmin to enable a set of great optional UX improving add-ons
Formtastic reviews and mentions
-
An Unofficial Active Admin Guide
All the parameters required to draw the form (including object and method) are passed to #initialize defined in the module Formtastic::Inputs::Base. The #to_html method is responsible for rendering the input.
In the example, Formtastic automatically extracts all attributes from the passed object and inserts them into a form with default input types. A list of available input types can be found in the README. Like Arbre, Formtastic can be extended by creating custom component classes. To understand the basics, we'll create a hello world component.
Stats
formtastic/formtastic is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of Formtastic is Ruby.