Build Ruby on Rails apps 10x faster
-
Updated
Mar 3, 2025 - Ruby
CRUD is an acronym that stands for create, read, update and delete in the context of database queries or HTTP verbs in case of REST APIs.
| CRUD | SQL | HTTP |
|-|-|-|
| Create | INSERT
| POST
|
| Read | SELECT
| GET
|
| Update | UPDATE
| PUT
to replace, PATCH
to modify |
| Delete | DELETE
| DELETE
|
Build Ruby on Rails apps 10x faster
Low-code Admin panel and Business intelligence Rails engine. No DSL - configurable from the UI. Rails Admin, Active Admin, Blazer modern alternative.
MEGA fast solution how to add CRUD functionality for your Rails models
Rails AJAX on vanila Javascript
Mobile budget app for user-friendly financial management, including registration, transaction tracking, secure authentication
The Recipe app keeps track of all your ingredients, recipes, and public recipes. It allows users to save ingredients, keep track of what they have, create recipes, and generate a shopping list based on what they have and what they are missing from a recipe.
Easy and safe way to manage your crontab file via CRUD
It is a simple Friends List App using Ruby on Rails with SQLite3 database.
Friends App Using Ruby on Rails with PostgreSQL database deployed on Heroku.
Create and showcase multiple menus for all your restaurants.
Revisiting Ruby on Rails nearly 10 years later by making a friend list application with some help of freeCodeCamp.org.
Flatiron Full Stack Web Development Curriculum & Labs - Sinatra
Friends App Using Ruby on Rails with PostgreSQL database deployed on Heroku.
A ruby CRUD using ActiveRecord and postgreSql database | without Rails, Sinatra, etc
Flatiron Full Stack Web Development Curriculum & Labs - ActiveRecord, ORM and Rack