Rails 6: B-Sides and Rarities — Martian Chronicles
Link: Rails 6: B-Sides and Rarities — Martian Chronicles: "Another nice trip through upgrades to Rails for 6.0"
Rails 6.0.0 beta1: Action Mailbox, Action Text, Multiple DBs, Parallel Testing, Webpacker by default
Link: Rails 6.0.0 beta1: Action Mailbox, Action Text, Multiple DBs, Parallel Testing, Webpacker by default: "Rails keeps marching on. Some awesome improvements in 6.0"
Rails Active Job Tutorial: How to Use activejob | Codeship | via @codeship
Link: Rails Active Job Tutorial: How to Use activejob | Codeship | via @codeship: "Using queues can increase your website usability (by lowering response times), provide more consistent response times and server loads (by spreading the heavy lifting over various servers and workers), and open new doors to what your website can do (by all ..."
Rails Console Magic Tricks – Luis Vasconcellos – Medium
Link: Rails Console Magic Tricks – Luis Vasconcellos – Medium: "Wow, lots of neat things here for the very mundane chore of running in the rails console!"
Rails Database Best Practices
Link: Rails Database Best Practices: "Working on an oldish Rails project, I came across some smelly ActiveRecord code that begged for some refactoring love. I also spent some time speeding up pages with slow/many database calls. Betwee…"
Rails Inside: Rails Blog Featuring News, Tips and Links
Link: Rails Inside: Rails Blog Featuring News, Tips and Links: "Ruby on Rails related news, tips and reviews."
Rails Performance: When is Caching the Right Choice? - Honeybadger Developer Blog
Link: Rails Performance: When is Caching the Right Choice? - Honeybadger Developer Blog: "We've all been there. You're clicking around your Rails application, and it just isn't as snappy as it used to be. You start searching for a quick-fix and find a lot of talk about caching. Take your existing app, add some caching, and voila, a performance boost with minimal code changes. However,..."