westonganger / rearmed-rb
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 7 months ago
- A nice and tidy Capybara driver for headless Chrome. Even supports file downloads!☆31Updated 2 years ago
- A currency conversion api for the minimalist developer☆49Updated 7 years ago
- Dead simple configurable user notifications with little overhead☆22Updated 3 years ago
- Automatic scopes for ActiveRecord models.☆81Updated 9 months ago
- Simple, lightweight and fast metrics aggregation for Rails.☆73Updated 2 years ago
- A tiny Rails engine that helps you loading remote links into a bootstrap modal.☆25Updated 3 years ago
- ☆58Updated last year
- Resource-oriented microframework for RESTful API☆54Updated 6 years ago
- Sequential Sidekiq jobs for Rails☆61Updated 2 years ago
- Nested Transactions around before/after(:all) blocks too besides examples for RSpec☆37Updated 2 years ago
- Rubium is a lightweight alternative to Selenium/Capybara/Watir if you need to perform some operations (like web scraping) using Headless …☆64Updated 4 years ago
- A runtime configuration tool for Rails 5☆23Updated 4 years ago
- Easy wait to do view caching with automatically added "locale" value to the cached key.☆38Updated 2 years ago
- Rails/Activerecord plugin to make value objects embedded into active record objects☆46Updated 5 years ago
- Store text data in different languages. Similar to globalize, but uses PostgreSQL's JSONB to store data in a single field. No additional …☆56Updated last month
- Form builder for Ruby. Fast, Furious, and Framework-Agnostic.☆78Updated 4 years ago
- This is an ActiveRecord integration for a niceql gem. Niceql is a small, nice, simple and zero dependency solution for SQL prettifying fo…☆36Updated 2 months ago
- Tools to help with managing database operations with Sequel through Rake tasks☆46Updated 2 years ago
- Keep your project's environment variables in sync across your team☆45Updated 8 years ago
- A Ruby gem for caching HTTP responses.☆23Updated 2 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
- tiny and fast database cleaner☆50Updated 7 years ago
- Enforce environment variable requirements.☆29Updated 9 years ago
- An ActiveRecord extension for writing commonly useful atomic SQL statements to avoid race condition.☆27Updated 8 months ago
- Self-validating Ruby objects☆64Updated last year
- The simple way to create form objects or command/service objects with ActiveModel☆31Updated 10 months ago
- A debugging tool☆69Updated 5 years ago
- Manage exports and imports with ease, separating the logic from the models☆28Updated last year
- See in development logs how many records your queries returns. It can help with solving performance issues.☆31Updated this week