| ruby-grape/grape |
9,807 |
|
6,717 |
215 |
about 2 years ago |
68 |
November 11, 2023 |
251 |
mit |
Ruby |
| An opinionated framework for creating REST-like APIs in Ruby. |
| thoughtbot/paperclip |
9,061 |
|
36,230 |
437 |
almost 3 years ago |
90 |
July 27, 2018 |
54 |
other |
Ruby |
| Easy file attachment management for ActiveRecord |
| DavyJonesLocker/client_side_validations |
2,678 |
|
1,312 |
24 |
about 2 years ago |
118 |
October 08, 2023 |
9 |
mit |
Ruby |
| Client Side Validations made easy for Ruby on Rails |
| Apipie/apipie-rails |
2,438 |
|
456 |
7 |
over 2 years ago |
77 |
October 11, 2023 |
214 |
apache-2.0 |
Ruby |
| Ruby on Rails API documentation tool |
| gregnavis/active_record_doctor |
1,564 |
|
16 |
1 |
about 2 years ago |
22 |
December 08, 2023 |
25 |
mit |
Ruby |
| Identify database issues before they hit production. |
| adzap/validates_timeliness |
1,542 |
|
1,403 |
25 |
about 3 years ago |
59 |
March 24, 2023 |
18 |
mit |
Ruby |
| Date and time validation plugin for ActiveModel and Rails. Supports multiple ORMs and allows custom date/time formats. |
| cypriss/mutations |
1,377 |
|
105 |
12 |
about 3 years ago |
19 |
April 08, 2020 |
30 |
mit |
Ruby |
| Compose your business logic into commands that sanitize and validate input. |
| igorkasyanchuk/active_storage_validations |
942 |
|
29 |
6 |
about 2 years ago |
41 |
November 21, 2023 |
18 |
mit |
Ruby |
| Do it like => validates :photos, attached: true, content_type: ['image/png', 'image/jpg', 'image/jpeg'], size: { less_than: 500.kilobytes }, limit: { min: 1, max: 3 }, aspect_ratio: :landscape, dimension: { width: { in: 800..1600 } |
| djezzzl/database_consistency |
938 |
|
2 |
1 |
over 2 years ago |
104 |
November 08, 2023 |
11 |
mit |
Ruby |
| The tool to avoid various issues due to inconsistencies and inefficiencies between a database schema and application models. |
| nicolasblanco/rails_param |
927 |
|
30 |
0 |
over 2 years ago |
16 |
January 21, 2022 |
14 |
mit |
Ruby |
| Parameter Validation & Type Coercion for Rails |