Active Record Validations In Rails: How They Work
#rubyonrails #rubyonrailsvalidator #backend #beginners #activerecord #orm #ruby #database
https://hackernoon.com/active-record-validations-in-rails-how-they-work-e32i34ef
#rubyonrails #rubyonrailsvalidator #backend #beginners #activerecord #orm #ruby #database
https://hackernoon.com/active-record-validations-in-rails-how-they-work-e32i34ef
Hackernoon
Active Record Validations In Rails: How They Work | Hacker Noon
ver open up a Rails console to debug a problem and come away wondering how the data got so funky? Despite our best efforts the database will accept plenty of garbage data if you let it. There are tons of methods to bypass the Rails callbacks and validations…
A Dive into Active Record Connection Pools and Horizontal Sharding in a Gem
#rubyonrails #activerecord #ruby #rails #rubyonrailsdevelopment #programming #coding #sharding
https://hackernoon.com/a-dive-into-active-record-connection-pools-and-horizontal-sharding-in-a-gem-en2632ze
#rubyonrails #activerecord #ruby #rails #rubyonrailsdevelopment #programming #coding #sharding
https://hackernoon.com/a-dive-into-active-record-connection-pools-and-horizontal-sharding-in-a-gem-en2632ze
Hackernoon
A Dive into Active Record Connection Pools and Horizontal Sharding in a Gem | Hacker Noon
Rails is a great framework that enables us to avoid grungy but essential topics like database connection pooling with all the inherent complexities of multi-threading and error handling.
Differences Between Includes and Joins in Ruby on Rails
#rubyonrails #activerecord #refactoring #ruby #programming #coding #development #code
https://hackernoon.com/differences-between-includes-and-joins-in-ruby-on-rails-1r2s35oj
#rubyonrails #activerecord #refactoring #ruby #programming #coding #development #code
https://hackernoon.com/differences-between-includes-and-joins-in-ruby-on-rails-1r2s35oj
Hackernoon
Differences Between Includes and Joins in Ruby on Rails | HackerNoon
Many of us know about includes, joins but sometimes we confuse about their usage. As I was experimenting with code refactoring in one of my projects, there I have tried these things. So I thought I can share these findings with you guys.