robertomiranda / has_secure_token
Create uniques random tokens for any model in ruby on rails. Backport of ActiveRecord::SecureToken 5 to AR 3.x and 4.x
☆174Updated 4 years ago
Alternatives and similar repositories for has_secure_token:
Users that are interested in has_secure_token are comparing it to the libraries listed below
- Adds file validators to ActiveModel.☆258Updated 3 years ago
- Capistrano plugin which adds a remote rails console and dbconsole☆166Updated 6 years ago
- Generate mocks from ActiveRecord models for unit tests that run fast because they don’t need to load Rails or a database.☆504Updated 5 years ago
- Sidekiq middleware that adds the ability to rate limit job execution.☆233Updated last year
- JWT Token support for Doorkeeper☆220Updated 7 months ago
- Make after_commit callbacks fire in tests for Rails 3+ with transactional_fixtures = true.☆238Updated 2 years ago
- Send Devise's emails in background. Supports Resque, Sidekiq, Delayed::Job and QueueClassic.☆575Updated 3 years ago
- Rack middleware that provides access to rack.session environment☆258Updated 5 years ago
- Binary uuid keys in Rails☆339Updated 5 years ago
- Static page caching for Action Pack (removed from core in Rails 4.0)☆354Updated 3 years ago
- Making HTML emails comfortable for the Rails rockstars☆378Updated 4 months ago
- ActiveHash Relation: Simple gem that allows you to run multiple ActiveRecord::Relation using hash. Perfect for APIs.☆119Updated 3 years ago
- Counting at scale is hard. Let's do it good.☆146Updated 5 years ago
- A Reverse Proxy for Rack☆194Updated 8 months ago
- Rack::Timeout enhancements for Rails☆374Updated last month
- Rails observer (removed from core in Rails 4.0)☆523Updated last year
- Webhook processing and event decoration to make using Mandrill with Rails just that much easier☆287Updated last month
- This gem provides the extracted Token Authenticatable module of devise. It enables the user to sign in via an a…☆171Updated 2 years ago
- Seamless second database integration for Rails.☆219Updated 6 months ago
- Run arbitrary rake tasks on deploy to Heroku☆146Updated 7 years ago
- Devise plugin to reject weak passwords using zxcvbn☆196Updated 2 years ago
- Extend ActiveRecord pluck to return array of hashes☆306Updated 6 years ago
- Add arbitrary ordering to ActiveRecord queries.☆262Updated 7 months ago
- Searchlight helps you build searches from options via Ruby methods that you write.☆532Updated last year
- ☆174Updated last year
- Provides a framework for saving incoming blank values as nil in the database in instances where you'd rather use DB NULL than simply a bl…☆325Updated last year
- Small library for operations with time steps (like "next day", "floor to hour" and so on)☆276Updated 5 years ago
- Create temporary table-backed ActiveRecord models for use in tests☆212Updated 4 months ago
- Create struct-like classes that don't have setters, but have an awesome constructor.