Rails: add maintenance (read-only) mode to move everything off to a new server
A guide to implementing a read-only maintenance mode in Rails for server migrations, using middleware and patching ActiveRecord/ActiveJob.
A guide to implementing a read-only maintenance mode in Rails for server migrations, using middleware and patching ActiveRecord/ActiveJob.
A concise reference guide for Ruby on Rails developers covering CLI commands, Bundler, Active Record types, and model/route macros.
A live coding session pairing with a new developer to work on a Ruby on Rails issue, covering fundamentals like Active Record and MVC.
Critique of the Active Record pattern, explaining its inefficiencies in data access and performance issues in applications and APIs.
Explains AngularJS's $resource service, comparing it to the Active Record pattern for client-side data management and API interaction.
A critical review of Martin Fowler's 'Patterns of Enterprise Application Architecture', assessing its relevance and dated patterns.
A guide to scaling database reads in Rails using replica databases and the ar-octopus gem, avoiding the complexity of full sharding.