Getting something off the ground with Rails is easy. Scaling up is still as hard as ever.

As your app and team grow, you'll encounter performance issues, deal with demanding customers, and struggle to adjust to new processes. No tool can help you with that; it's all experience.

#rubyonrails

Secure Coding in Ruby on Rails | Security Articles

A comprehensive guide to securing your Ruby on Rails applications

đź“§ Just published: "How to Send Custom Email Content Types in Ruby on Rails: Expert Developer's Guide"

Learn how to implement AMP emails and other custom formats in your Rails apps with our step-by-step developer tutorial.

#RubyOnRails #RailsDevelopment #EmailDev

https://jetthoughts.com/blog/how-send-custom-email-content-types/

How to Send Custom Email Content Types in Ruby on Rails: Expert Developer's Guide - JTWay, JetThoughts’ team blog

Introduction This comprehensive guide is designed for Ruby on Rails developers who need to...

jetthoughts.com
Pre-build a Secure Authentication Layer with Authentication Zero for Ruby on Rails | AppSignal Blog

Let's build a configurable generator that equips your Ruby on Rails app with an authentication scaffold.

"For me, the answer is no — Rails 8 doesn’t remove the value proposition of platforms. I’d rather focus on my app and let a platform like Heroku handle the infrastructure."

New article by Jeffery Morhous

https://www.honeybadger.io/blog/rails-no-paas/?utm_source=mastodon&utm_medium=social

#Ruby #RubyOnRails #DevOps #Kamal #Heroku #Deployment

Is No PaaS really a good idea for Rails?

Rails 8 promises to make it easier to deploy and host Rails apps, no-PaaS required. Jump in with us to see how it falls a bit short of this lofty promise.

Honeybadger Developer Blog

You should be using circuit breakers.

I've seen too many apps go belly-up because some external service went down. Please wrap your service calls with a circuit breaker to save yourself the pain.

#ruby #rubyonrails

Rails 8 is great, but I'm not a massive fan of the Rubocop template.

Not everyone writes code like DHH/37Signals. Probably, most people don't. Who else actually indents all their private methods?

Maybe just go with StandardRb next time 🤷

#rubyonrails