jonahx / pretty_rubyLinks
Syntax improvements and other useful methods for ruby
☆66Updated 5 years ago
Alternatives and similar repositories for pretty_ruby
Users that are interested in pretty_ruby are comparing it to the libraries listed below
Sorting:
- Convert strings between different cases.☆97Updated last year
- Ruby library to record and replay object interactions☆114Updated 4 years ago
- Idiomatic Ruby hash transformations☆129Updated 6 years ago
- An easier way to run command line applications and get all of the output.☆72Updated 2 years ago
- Arel made simple☆99Updated 3 years ago
- Allows Sequel to reuse Active Record's database connection☆141Updated 2 months ago
- Ruby Value Object conventions☆95Updated 5 years ago
- Ergonomic shell wrapper for Ruby.☆147Updated 3 years ago
- A gem for making value classes, with lightweight validation and coercion.☆134Updated 2 years ago
- WhereChain - don't write Post.where('comments > ?', 5), write Post.where.gt(comments: 5) instead!☆45Updated 9 months ago
- A set of useful functions for transforming strings.☆129Updated last year
- 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
- Measure performance trends of Ruby code☆60Updated last year
- A small authorization library, inspired by Pundit, but built for scopes☆94Updated 5 years ago
- A sensible interface to monotonic time in Ruby☆156Updated last year
- Define behaviors and contracts between your code.☆91Updated 4 years ago
- Comparative ruby web application benchmarks with a large number of routes☆99Updated 5 months ago
- Separate schema from data migrations in your Rails apps☆69Updated last year
- Automatic scopes for ActiveRecord models.☆82Updated 11 months ago
- Snip snip cuts the deadweight