Skip to content
railsengines.com

Dry CRUD

Generates DRY and specifically extendable CRUD controller, views and helpers for Rails applications

No ratings yet
Gem
dry_crud
Repository
codez/dry_crud
License
MIT
Stars
162
Added
August 19, 2026

About

Generates DRY and specifically extendable CRUD controller, views and helpers for Rails applications

dry_crud generates simple and extendable controllers, views and helpers that support you to DRY up the CRUD code in your Rails projects. List, search, sort, show, create, edit and destroy any model entries in just 5 minutes. Start with these artifacts and build a clean base to efficiently develop your application upon.

What you get

  • Overwrite the +to_s+ method of your models for a human-friendly representation in captions.
  • Optionally define a +list+ scope in your models to be used in the +index+ action.
  • Optionally define a +options_list+ scope in your models to be used in select dropdowns.

Installing it

ruby
# Gemfile
gem "dry_crud"

Details

162 stars on GitHub · MIT licensed · maintained by codez. Source: https://github.com/codez/dry_crud

Discussion (0)

Sign in to join the discussion.

No comments yet.