Draper VS Simple Form

Compare Draper vs Simple Form and see what are their differences.

Draper

Decorators/View-Models for Rails Applications (by drapergem)

Simple Form

Forms made easy for Rails! It's tied to a simple DSL, with no opinion on markup. (by heartcombo)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Draper Simple Form
5 13
5,203 8,190
0.1% 0.1%
0.0 4.3
2 months ago 5 days ago
Ruby Ruby
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Draper

Posts with mentions or reviews of Draper. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-03.
  • From partials to ViewComponents: writing reusable front-end code in Rails
    11 projects | dev.to | 3 Jun 2022
    So what about the world outside Rails defaults? There are quite a few independent projects trying to help build components in the Rails view layer, among the more famous being Draper (utilizing the decorators pattern) or Cells (full-featured components in views). In the end, we decided to take a deeper look into a relatively new one – the ViewComponent framework.
  • Ruby on Rails View Patterns and Anti-patterns
    1 project | dev.to | 18 Jun 2021
    If you are not a big fan of writing Rails custom helpers, you can always opt-in for a View Model pattern with the Draper gem. Or you can roll your own View Model pattern here, it shouldn't be that complicated. If you are just starting out with your web app, I suggest starting slowly by writing custom helpers and if that brings pain, turn to other solutions.
  • 2 noob questions about app structure
    1 project | /r/rubyonrails | 2 Apr 2021
    The Draper gem is the one I'm familiar with which does this well, I'm sure there are others.
  • My Ruby on Rails stack for side projects in 2021
    9 projects | dev.to | 1 Mar 2021
    Don't introduce decorators and view models. Use helpers instead. Don't extract domain models. Put the code in the ActiveRecord models and the controllers. Don't reach for interactors to model your domain logic. Don't try to avoid duplication too early.
  • RoR Gems: Pin To Plane For Developing RoR Application
    12 projects | /r/TechnoMation | 28 Feb 2021
    7. DRAPER

Simple Form

Posts with mentions or reviews of Simple Form. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-23.
  • Internationalize and Humanize your Ruby on Rails application
    2 projects | dev.to | 23 Aug 2023
    I also tend to use gems like simple_form to generate my form HTML, and this saves me from having to maintain a lot of view code to outputting translated content onto forms. Also simple_form has it's own i18n convention that compliments the Rails default pretty well.
  • AppDev Week 2
    1 project | dev.to | 10 Jan 2023
  • Rails simple_form gem: Unable to render validation messages
    1 project | /r/rails | 31 Dec 2022
    I followed the RailsCasts tutorial and its GitHub page to set up the gem in my application and used it for all of the models in my application. It was working perfectly fine showing the default error message at the top and the validation message at the bottom of their respective fields.
  • Updating a Booking Status
    1 project | dev.to | 6 Dec 2022
    Okay now for those "buttons". We don't want just a normal button or link though. This is where we need the booking update form. Let's use simple_form_for (check out the docs here).
  • #1 Made easy form in Rails with Simple Form - Gem Weekly
    2 projects | dev.to | 19 Nov 2022
    There are many ways to create a form in Rails, whether you want to create a form with Form builder from Rails itself or maybe using third party gem like simple_form. Of course, simple_form is not the only option we have to build form in rails, there are alternatives out there such as formtastic, cocoon, nested_form, etc. However, in this post I'm going to give you a basic use case to use simple_form in Rails application.
  • Reusable form elements
    1 project | /r/rails | 28 Sep 2022
    I usually go with simple_form, I customise my forms by configuring it and letting it handle the repeated rendering.
  • How to wrap select field in div in SimpleForm?
    1 project | /r/rails | 25 Jul 2022
  • Styling Simple Form forms with Tailwind
    4 projects | dev.to | 20 Jun 2022
    Simple Form gem
  • From partials to ViewComponents: writing reusable front-end code in Rails
    11 projects | dev.to | 3 Jun 2022
    The biggest unclear area that we saw related to view components were forms. There were glimpses of compatibility issues with Rails form helpers in the documentation and we saw a recent effort of the team to mitigate them. Moreover, we were used to building forms with Simple Form which added another variable to the equation. And, in general, we considered the Rails form builders (as well as the Simple Form builder) a system of form-related components in the first place so we were unsure how this would fit into the View Components ecosystem or whether we should even try to do that.
  • Simple Form
    1 project | dev.to | 14 Apr 2022
    Learn more about simple form: 1) https://github.com/heartcombo/simple_form 2) https://www.youtube.com/watch?v=NfZk74R2Oi4&t=5s

What are some alternatives?

When comparing Draper and Simple Form you can also consider the following projects:

ActiveDecorator - ORM agnostic truly Object-Oriented view helper for Rails 4, 5, 6, and 7

Formtastic - A Rails form builder plugin with semantically rich and accessible markup.

jsonapi-serializer - A fast JSON:API serializer for Ruby (fork of Netflix/fast_jsonapi)

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.

ShowFor - Wrap your objects with a helper to easily show them

Cocoon - Dynamic nested forms using jQuery made easy; works with formtastic, simple_form or default forms

Kaminari - ⚡ A Scope & Engine based, clean, powerful, customizable and sophisticated paginator for Ruby webapps

Reform - Form objects decoupled from models.

AASM - AASM - State machines for Ruby classes (plain Ruby, ActiveRecord, Mongoid, NoBrainer, Dynamoid)

ActiveForm - Create nested forms with ease.

MetaTags - Search Engine Optimization (SEO) for Ruby on Rails applications.

Abracadabra