Customizing Rails in Other Ways
Learn to customize Rails in other ways as well.
We'll cover the following...
Overview
Customizing the edges of Rails, as we did above with CSS, HTML templates, and tests tends to be more straightforward and provide more options for us. Customizing Rails’ internals is more difficult. If you want, we can remove Active Record entirely and use libraries like Sequel or ROM, but we’d be giving up a lot. Active Record is ...