Gems
parallel_tests: Ruby: 2 CPUs = 2x Testing Speed for RSpec, Test::Unit and Cucumber
Ruby: 2 CPUs = 2x Testing Speed for RSpec, Test::Unit and Cucumber - GitHub - grosser/parallel_tests: Ruby: 2 CPUs = 2x Testing Speed for RSpec, Test::Unit andSpeedup Test::Unit RSpec Cucumber Spinach by running parallel on multiple CPU core...
Use ActiveRecord transactional callbacks outside of models
Allows to use ActiveRecord transactional callbacks outside of ActiveRecord models, literally everywhere in your application.Inspired by these articles:https://evilmartians.com/chronicles/rails-after_commit-everywherehttps://blog.arkency.com/2015/1...
Catch unsafe PostgreSQL migrations in development and run them easier in production
Catch unsafe PostgreSQL migrations in development and run them easier in production (code helpers for table/column renaming, changing column type, adding columns with default, background migrations, etc). - fatkodima/online_migrations: Catch unsaf...
Define DSLs quickly and avoid the boilerplate write getters and setters.
Define DSLs quickly and avoid the boilerplate write getters and setters. Oh, and it does validation too. - motine/dsl_factory: Define DSLs quickly and avoid the boilerplate write getters and setters. Oh, and it does validation.
A collection of branches that transmit HTML over the wire.
Through the power of incremental Git diffs, each of this repository's branches provides a step-by-step demonstration of how to implement a feature or behavior.This repository's main branch serves as the root all of the other branches, and consists...