mnc / rails-console-ecsLinks
Simple shell script for executing rails console in a ECS Task.
☆15Updated 6 years ago
Alternatives and similar repositories for rails-console-ecs
Users that are interested in rails-console-ecs are comparing it to the libraries listed below
Sorting:
- Make any method perfomed later with ActiveJob☆28Updated 2 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
- Seamless PostgreSQL date partitioning for your Rails models☆68Updated 7 years ago
- ☆58Updated last year
- Puma plugin for starting a Ngrok Tunnel☆45Updated 4 years ago
- Rails console history for Heroku, Docker, and more☆82Updated last month
- Easy wait to do view caching with automatically added "locale" value to the cached key.☆38Updated 3 weeks ago
- ActionMailer-like interface for any type of notifications☆114Updated last year
- A Backport of Rails 5's collection cache keys to AR 3 and 4☆38Updated 5 years ago
- Useful extensions for active_interaction gem☆57Updated last week
- WhereChain - don't write Post.where('comments > ?', 5), write Post.where.gt(comments: 5) instead!☆45Updated 7 months ago
- Snip snip cuts the deadweight☆90Updated 2 years ago
- tiny and fast database cleaner☆50Updated 7 years ago
- 🔑 URL-friendly, base32-encoded UUIDs for Rails models☆80Updated last year
- Graceful handling for ActiveRecord::RecordNotUnique to turn exceptions into ActiveRecord errors☆48Updated 4 months ago
- A nice and tidy Capybara driver for headless Chrome. Even supports file downloads!☆31Updated 2 years ago
- Simple, lightweight and fast metrics aggregation for Rails.☆73Updated 2 years ago
- Robust data change tracking for Rails☆92Updated 9 months ago
- Mountable Rails Engine for viewing paginated logs from a browser☆77Updated 2 years ago
- Ruby middleware/client for breezy-pdf-lite, an HTML -> PDF service powered by Google Chrome☆55Updated last year
- Automatic scopes for ActiveRecord models.☆82Updated 10 months ago
- biggs is a small ruby gem/rails plugin for formatting postal addresses from over 60 countries.☆151Updated last year
- Breakout detection for Ruby☆46Updated 2 months ago
- A policy framework for implementing thread-safe rack middleware.☆124Updated 3 years ago
- Speed up ActiveRecord#present? calls with the power of monkeypatching!☆60Updated 4 years ago
- Sequential Sidekiq jobs for Rails☆61Updated 2 years ago
- A Development Tool for creating and managing system tests for Ruby on Rails >= 5.1 Applications☆72Updated 7 years ago
- Asynchronous event publishing for Wisper using Sidekiq☆86Updated 10 months ago
- Diff tool for deep Ruby hash comparison☆52Updated last year
- Asynchronous support for ActiveRecord::Migration