tcopeland / nullalignLinks
Finds missing non-null constraints
☆54Updated 6 years ago
Alternatives and similar repositories for nullalign
Users that are interested in nullalign are comparing it to the libraries listed below
Sorting:
- ActiveRecord schema annotations done right☆74Updated 7 months ago
- A debugging tool☆69Updated 6 years ago
- Rubium is a lightweight alternative to Selenium/Capybara/Watir if you need to perform some operations (like web scraping) using Headless …☆64Updated 5 years ago
- Define behaviors and contracts between your code.☆91Updated 4 years ago
- Plugin for graphql-ruby which helps to select only the required fields from the database.☆51Updated 6 years ago
- Making monkey patches sane again☆66Updated last week
- Conversion from one object type to another with a bit of black magic.☆134Updated last year
- Speed up ActiveRecord#present? calls with the power of monkeypatching!☆60Updated 4 years ago
- 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 th…☆71Updated 5 months ago
- Code ownership for Rails☆125Updated 3 months ago
- Principled Test Framework for Ruby and MRuby☆73Updated this week
- Separate schema from data migrations in your Rails apps☆69Updated last year
- ActiveRecord support for PostgreSQL's native inherited tables (multi-table inheritance)☆97Updated 4 years ago
- Snip snip cuts the deadweight☆90Updated 2 years ago
- Measure performance trends of Ruby code☆60Updated last year
- Ruby library to record and replay object interactions☆114Updated 4 years ago
- Rails gem to manage tags with PostgreSQL array columns.☆55Updated 2 years ago
- Simple, lightweight and fast metrics aggregation for Rails.☆73Updated 2 years ago
- ActionMailerMatchers provides rspec matchers to test Rails' common ActionMailer functionality.☆51Updated 6 years ago
- A policy framework for implementing thread-safe rack middleware.☆124Updated 4 years ago
- Arel made simple☆99Updated 3 years ago
- A Ruby gem for caching HTTP responses.☆23Updated 2 years ago
- Self-validating Ruby objects☆64Updated last month
- WhereChain - don't write Post.where('comments > ?', 5), write Post.where.gt(comments: 5) instead!☆45Updated 9 months ago
- Automatic scopes for ActiveRecord models.☆82Updated 11 months ago
- IOStreams is an incredibly powerful streaming library that makes changes to file formats, compression, encryption, or storage mechanism t…☆96Updated last year
- Seamless PostgreSQL date partitioning for your Rails models☆68Updated 7 years ago
- Bundler plugin for showing gem diffs☆44Updated 7 months ago
- Convert strings between different cases.☆97Updated last year
- Fear free PostgreSQL migrations for Rails