jarthod / render-later
Render-later allows you to defer the rendering of slow parts of your views to the end of the page, allowing you to drastically improve the time to first paint and perceived performance.
☆71Updated last year
Alternatives and similar repositories for render-later:
Users that are interested in render-later are comparing it to the libraries listed below
- Automatic scopes for ActiveRecord models.☆81Updated 5 months ago
- Finds missing non-null constraints☆54Updated 6 years ago
- Precompiles ActionView templates at app boot for Rails 6+☆147Updated 4 months ago
- Nested Transactions around before/after(:all) blocks too besides examples for RSpec☆37Updated 2 years ago
- Easy wait to do view caching with automatically added "locale" value to the cached key.☆38Updated last year
- Parse Accept and Accept-Language HTTP headers in Ruby.☆84Updated 4 months ago
- Active Record extension providing slotted counters support☆105Updated last year
- Ruby Enums with a literal-style syntax.☆60Updated 3 months ago
- Capybara selectors and matchers for working with HTML tables☆41Updated 2 years ago
- WhereChain - don't write Post.where('comments > ?', 5), write Post.where.gt(comments: 5) instead!☆45Updated 3 months ago
- Modularize your monolith without friction☆45Updated last year
- Convert strings between different cases.☆97Updated 10 months ago
- A lightweight and database-level Ruby library to transform any Active Record query into analytics hash ready for use with any chart libra…☆110Updated 6 years ago
- Smart-Period aims to simplify Time-range manipulation☆79Updated 6 months ago
- A boot time booster for Ruby on Rails that defers loading the whole bloody routes so the app can spin up quickly 🤘☆148Updated 6 months ago
- A linting tool for your Rails routes☆30Updated 7 months ago
- Puma stats sampler for New Relic☆37Updated last year
- Snip snip cuts the deadweight☆90Updated 2 years ago
- Rails/Activerecord plugin to make value objects embedded into active record objects