Ruby / Rails Inside
@rubyinside
735
subscribers
15
photos
2.51K
links
Daily Ruby / Ruby on Rails articles. Curated channel.
Faker::Hacker.say_something_smart
Suggest link/news
https://t.me/NoMethodError
Download Telegram
Join
Ruby / Rails Inside
735 subscribers
Ruby / Rails Inside
https://www.youtube.com/watch?v=a1WNqjeRbrU
YouTube
Rails Best Practices II
Continuing on from the last video, I share even more of my best practices for Rails (including my best WORST practice)
Ruby / Rails Inside
https://hennevogel.de/blog/activesupport.html
hennevogel.de
ActiveSupport::Notifications is Rad!
A blog post about Ruby on Rails instrumentation with ActiveSupport::Notifications
Ruby / Rails Inside
https://www.ruby-lang.org/en/news/2021/04/05/ruby-3-0-1-released/
www.ruby-lang.org
Ruby 3.0.1 Released
Ruby / Rails Inside
https://www.driftingruby.com/episodes/multiple-resources-with-devise
Drifting Ruby
Episode 290 - Multiple Resources with Devise | Drifting Ruby
Sometimes we get into situations where our applications requires a different type of user account which wouldn't really fit into a role. So, in this episode we look at creating multiple resources for authentication with Devise.
Ruby / Rails Inside
https://www.honeybadger.io/blog/http-caching-ruby-rails/
Honeybadger Developer Blog
HTTP Caching in Ruby on Rails Applications
The fastest web page is one you've already loaded. Browsers love to avoid round-trips by caching assets. And HTTP provides ways for us to tell browsers what's changed and what hasn't - so they make the right decisions. In this article, Jonathan Miles introduces…
Ruby / Rails Inside
https://www.ruby-lang.org/en/news/2021/04/05/xml-round-trip-vulnerability-in-rexml-cve-2021-28965/
www.ruby-lang.org
CVE-2021-28965: XML round-trip vulnerability in REXML
Ruby / Rails Inside
https://evilmartians.com/chronicles/set-up-tailwind-css-jit-in-a-rails-project-to-compile-styles-20x-faster
Martian Chronicles
Set up Tailwind CSS JIT in a Rails project to compile styles 20x faster — Martian Chronicles
How to switch to Tailwind CSS JIT when using Ruby on Rails and Webpacker.
Ruby / Rails Inside
https://gorails.com/episodes/stripe-checkout-rails
Gorails
How to use Stripe Checkout in Rails | GoRails
Learn how to accept payments in your Rails app with Stripe Checkout using the Pay gem
Ruby / Rails Inside
https://longliveruby.com/articles/building-dsl-with-ruby
Ruby / Rails Inside
https://hschne.at/2021/04/04/build-real-time-clis-with-actioncable.html
Hans-Jörg Schnedlitz
Real-Time Command Line Applications with Action Cable and Thor
If you build a Rails application that has any kind of real-time feature, chances are you use Action Cable.
Ruby / Rails Inside
http://www.talkingquickly.co.uk/kubernetes-sso-a-detailed-guide
www.talkingquickly.co.uk
Kubernetes Single Sign On - A detailed guide
Blog by Ben Dixon, Ruby on Rails Developer, about rails, kubernetes, docker, climbing and startups
Ruby / Rails Inside
https://bigbinary.com/blog/ruby-3-1-adds-enumerable-compact
BigBinary
Ruby 3.1 adds Enumerable#compact and Enumerator::Lazy#compact | BigBinary Blog
Ruby 3.1 series | Ruby 3.1 adds Enumerable#compact and Enumerator::Lazy#compact
Ruby / Rails Inside
https://blog.codeminer42.com/optimizing-rails-apis-json-generation/
The Miners - Codeminer42’s Engineering Blog
Optimizing Rails API JSON generation Lower your JSON rendering time with the help of PostgreSQL - The Miners
JSON has become a ubiquitous data transfer format for web APIs. Whether you're working on a third-party integration, or endpoints to serve data for rich clients (single page application, mobile application, or whatnot), chances are this data is flowing through…
Ruby / Rails Inside
https://blog.kiprosh.com/rails-parameters-parsing-and-the-case-of-parameters-corruption/
Kiprosh Blogs
Rails Parameters Parsing and the Case of Parameters Corruption
Rails is a developer-friendly web application framework that enables developers to do more with less code, but it isn’t always clear exactly what’s going...
Ruby / Rails Inside
https://boringrails.com/tips/lightweight-components-with-helpers-stimulus
Boring Rails: Skip the bullshit and ship fast
Building lightweight components with Rails Helpers and Stimulus
Custom Rails helpers modules are often overlooked, but they can be a great option for building lightweight components and reducing boilerplate in your Stimulus controllers.
Ruby / Rails Inside
https://jakeyesbeck.com/2021/04/10/avoid-models-in-migrations/
Jakeyesbeck
Why You Should Avoid Models in Rails Migrations
Using AR Models in Rails migrations works but can have hidden problems. Learn why to avoid them and what to do instead
Ruby / Rails Inside
https://www.honeybadger.io/blog/angular-rails-5/
Honeybadger Developer Blog
Using Angular with Rails 5
Before you can decide on a front-end for your Rails app, you need a feel for the options. Does a particular JS framework speak to you or does it make you feel dirty inside? There's only one way to find out! In this article, Julio Sampaio walks us through…
Ruby / Rails Inside
https://blog.engineyard.com/the-ruby-unbundled-series-release-features-faster-by-slowing-down
Engineyard
The Ruby Unbundled Series: Release Features Faster by Slowing Down
Increase your feature velocity and release faster by using tools and techniques that actually slow the rollout initially in order to turn up the speed overall.
Ruby / Rails Inside
https://evilmartians.com/chronicles/hotwire-reactive-rails-with-no-javascript
evilmartians.com
Hotwire: Reactive Rails with no JavaScript?—Martian Chronicles, Evil Martians’ team blog
Take a deep dive into building reactive Rails applications with Hotwire Turbo and only a pinch of custom JavaScript. This article compliments the RailsConf 2021 talk by Vladimir Dementyev.
Ruby / Rails Inside
https://bigbinary.com/blog/rails-6-1-adds-validate-numericality-in-range-option
BigBinary
Rails 6.1 adds support for validating numeric values that fall within a specific range using the `in:` option
Rails 6.1 series | Rails 6.1 adds support for validating numeric values that fall within a specific range using the `in:` option