In this first part of a series diving into Rails forms, let's explore Rails conventions used to bridge object accessors with forms.
Forms made easy for Rails! It's tied to a simple DSL, with no opinion on markup. - heartcombo/simple_form
In this first part of a series diving into Rails forms, let's explore Rails conventions used to bridge object accessors with forms.
Announcing our UI component library: A set of view components based on Flowbite.
A comprehensive link directory and continually updated notes for Ruby on Rails development, covering admin interfaces, APIs, authentication, caching, databases, testing, and more.
There are pros and cons to building CMS functionality into your Rails app. It can be easy to forget important aspects, like SEO and Open Graph. Here's an approach to addressing both using polymorphism and the MetaTags gem.