westonganger / rearmed-rbLinks
A collection of helpful methods and monkey patches for Arrays, Hash, Enumerables, Strings, Objects & Dates in Ruby
☆42Updated 2 years ago
Alternatives and similar repositories for rearmed-rb
Users that are interested in rearmed-rb are comparing it to the libraries listed below
Sorting:
- WhereChain - don't write Post.where('comments > ?', 5), write Post.where.gt(comments: 5) instead!☆45Updated last year
- Simple, lightweight and fast metrics aggregation for Rails.☆73Updated 2 years ago
- Automatic scopes for ActiveRecord models.☆82Updated last year
- A currency conversion api for the minimalist developer☆49Updated 7 years ago
- Strategic - Painless Strategy Pattern in Ruby and Rails☆49Updated last year
- Simple Ruby JSON Serialization DSL. Replaces active_model_serializers.☆53Updated 6 years ago
- Nested Transactions around before/after(:all) blocks too besides examples for RSpec☆37Updated 2 years ago
- ActiveRecord support for PostgreSQL's native inherited tables (multi-table inheritance)☆97Updated 5 years ago
- Restrict the values assignable to ActiveRecord attributes or associations.☆140Updated 8 months ago
- Rails/Activerecord plugin to make value objects embedded into active record objects☆46Updated 6 years ago
- Rubium is a lightweight alternative to Selenium/Capybara/Watir if you need to perform some operations (like web scraping) using Headless …☆64Updated 5 years ago
- Dead simple HTML form field builder for Ruby with built-in support for many popular UI libraries such as Bootstrap☆38Updated 2 years ago
- Rails gem to manage tags with PostgreSQL array columns.☆54Updated 2 years ago
- A tiny Rails engine that helps you loading remote links into a bootstrap modal.☆25Updated 3 years ago
- Base class and modules for YAML backed static models.☆43Updated 2 months ago
- Finds missing non-null constraints☆54Updated 7 years ago
- ☆58Updated 2 years ago
- This gem allows you to filter and sort an ActiveRecord relation based on a request, following the JSON:API specification as closely as po…☆33Updated last year
- tiny and fast database cleaner☆50Updated 8 years ago
- Puma plugin for starting a Ngrok Tunnel☆45Updated 4 years ago
- Form builder for Ruby. Fast, Furious, and Framework-Agnostic.☆78Updated 4 years ago
- Arel made simple☆99Updated 4 years ago
- Tools to help with managing database operations with Sequel through Rake tasks☆46Updated 3 years ago
- An easier way to run command line applications and get all of the output.☆72Updated 2 years ago
- Seamless PostgreSQL date partitioning for your Rails models☆68Updated 7 years ago
- Type Validation for Rails☆49Updated 11 months ago
- A collection of helpful methods and monkey patches for Rails☆33Updated 2 years ago
- Mountable Rails Engine for viewing paginated logs from a browser