nepalez / rspec-sqlimit
RSpec matcher to control SQL queries made by block of code
☆232Updated 9 months ago
Related projects ⓘ
Alternatives and complementary repositories for rspec-sqlimit
- niceql gem repo. Nice, colorized SQL formatting in ruby.☆318Updated last year
- Integrate PostgreSQL's enum data type into ActiveRecord's schema and migrations.☆361Updated 5 months ago
- RSpec matchers for database queries☆312Updated last week
- Actionable code coverage.☆233Updated last year
- Add EXPLAIN ANALYZE to Rails Active Record query objects☆220Updated 8 months ago
- A flexible gem for cloning models☆318Updated last year
- Unique jobs for ActiveJob. Ensure the uniqueness of jobs in the queue.☆273Updated 3 weeks ago
- Database validations for ActiveRecord☆537Updated last year
- to_json but I wrote it myself☆266Updated 2 weeks ago
- The missing high-efficiency query API for ActiveRecord☆359Updated 2 months ago
- Brings Common Table Expressions support to ActiveRecord and makes it super easy to build and chain complex CTE queries☆304Updated 2 months ago
- Parameters-based transformation DSL☆207Updated 11 months ago
- Generate mocks from ActiveRecord models for unit tests that run fast because they don ’t need to load Rails or a database.☆508Updated 5 years ago
- A parallel test runner for RSpec and Cucumber with pretty output☆285Updated last week
- Rack::Timeout enhancements for Rails☆358Updated 2 weeks ago
- Known-leaky gems verification for bundler: `bundle leak` to check your app and find leaky gems in your Gemfile☆290Updated 2 years ago
- Declaratively filter data via URL params, in any Rack app, with any ORM.☆248Updated 4 years ago
- Dynamically build an Active Record model (with table) within a test context☆166Updated 8 months ago
- Full-Featured ElasticSearch Ruby Client with a Chainable DSL☆323Updated 4 months ago
- Simple tool to maintain factories and traits from FactoryBot☆387Updated 10 months ago
- Prevent Rails from auto-loading app/ code when running database migrations☆304Updated this week
- Action Cable command-line client☆230Updated 10 months ago
- Action Cable testing utils☆213Updated 3 years ago
- Make your long-running sidekiq jobs interruptible and resumable.☆272Updated 3 months ago
- RSpec and Minitest matchers to prevent N+1 queries problem☆556Updated 2 months ago
- A tool to upgrade Rails 4-style specs to Rails 5-style☆176Updated 5 years ago
- ActiveRecord extension which adds typecasting to store accessors☆395Updated 2 months ago
- Find time-consuming database queries for ActiveRecord-based Rails Apps