johncarney / validates_timeliness
Date and time validation plugin for ActiveModel and Rails. Supports multiple ORMs and allows custom date/time formats.
☆78Updated 8 months ago
Alternatives and similar repositories for validates_timeliness:
Users that are interested in validates_timeliness are comparing it to the libraries listed below
- Protect attributes from mass-assignment in ActiveRecord models.☆230Updated last year
- Decorators on top of your ORM layer.☆171Updated last month
- Handles deploying secrets.yml file with Rails 4.1+☆69Updated 11 months ago
- Capistrano plugin which adds a remote rails console and dbconsole☆166Updated 6 years ago
- Rack middleware to redirect legacy domains☆82Updated 6 years ago
- ActiveAdmin Select2 integration☆55Updated 5 years ago
- ActiveHash Relation: Simple gem that allows you to run multiple ActiveRecord::Relation using hash. Perfect for APIs.☆119Updated 3 years ago
- Capistrano integration for Resque☆222Updated 6 years ago
- Job status and batches for Active Job☆69Updated 6 years ago
- RSpec matchers for testing ActiveJob☆99Updated 7 years ago
- Make after_commit callbacks fire in tests for Rails 3+ with transactional_fixtures = true.☆238Updated 2 years ago
- Render Rails templates to a string from any class.☆226Updated 5 years ago
- Batch up your ActiveRecord "touch" operations for better performance. ActiveRecord::Base.delay_touching do ... end. When "end" is reached…☆111Updated 4 years ago
- Sidekiq plugin to log in Logstash style