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.rubypigeon.com/posts/dependency_injection_containers_vs_hardcoded_constants/
Rubypigeon
Dependency Injection Containers vs Hard-coded Constants
Dependency injection (DI) is a somewhat contentious topic in the Ruby community.Some argue that DI containers are unnecessary complexity cargo-culted from Ja...
Ruby / Rails Inside
https://andycroll.com/ruby/read-ruby-version-in-your-gemfile/
Andy Croll
Read the .ruby-version into your Gemfile
A lovely little improvement to your life when upgrading Ruby
Ruby / Rails Inside
https://blog.arkency.com/4-strategies-when-you-need-to-change-a-published-event/
Arkency Blog
4 strategies when you need to change a published event
Hi, we're Arkency and it's our blog with meaty content.
Ruby / Rails Inside
https://blog.arkency.com/gradual-automation-in-ruby/
Arkency Blog
Gradual automation in Ruby
Hi, we're Arkency and it's our blog with meaty content.
Ruby / Rails Inside
https://schneems.com/2021/01/13/migrating-a-ruby-library-from-travisci-to-circleci/
Schneems
Migrating a Ruby Library from TravisCI to CircleCI
TravisCI.org is dead. Long live the new CI! TravisCI.org was THE way to run CI for an open source Ruby library. It was so easy that it was seemingly effortle...
Ruby / Rails Inside
https://bigbinary.com/blog/rails-6-1-adds-additional-database-specific-tasks
BigBinary
Additional database-specific rake tasks for multi-database users
Rails 6.1 series | Additional database-specific rake tasks for multi-database users
Ruby / Rails Inside
https://blog.appsignal.com/2021/01/13/using-mixins-and-modules-in-your-ruby-on-rails-application.html
Appsignal
How to Use Mixins and Modules in Your Ruby on Rails Application | AppSignal Blog
Find out how to create and mix modules into other classes and discover what are the benefits from using them in a Ruby on Rails application.
Ruby / Rails Inside
https://t.me/rwpod
Telegram
RWpod
RWpod podcast channel
Ruby / Rails Inside
https://boringrails.com/articles/responsive-tables-stimulus-intersection-observer/
Boring Rails: Skip the bullshit and ship fast
Magic Responsive Tables with Stimulus and IntersectionObserver
Responsive HTML data tables are a tricky problem that usually requires scrolling on small screens. With a sprinkle of Stimulus and the IntersectionObserver API, we can build a small enhancement to make the user experience more pleasant.
Ruby / Rails Inside
https://engineering.freeagent.com/2021/01/06/testing-child-processes-in-ruby/
Freeagent
Testing Child Processes in Ruby
I was recently writing a piece of code that we wanted to act as a supervisor of child processes. We wanted to ask this supervisor the following “Hello there, would you mind running this task in a c
Ruby / Rails Inside
https://www.honeybadger.io/blog/ruby-aws-lambda/
Honeybadger Developer Blog
Building, Testing and Deploying AWS Lambda Functions in Ruby
For quick, scalable, highly-available web services, few options compare to AWS Lambda. Just provide your code, add a little configuration, and you're done! In this article, Milap Neupane will introduce us to Lambda, show us how to get it working with Ruby…
Ruby / Rails Inside
https://honeyryderchuck.gitlab.io/httpx/rdoc/files/doc/release_notes/0_11_0_md.html
Ruby / Rails Inside
https://rubyyagi.com/devise-only-allow-one-session-per-user-at-the-same-time/
Ruby Yagi
🐐
Devise only allow one session per user at the same time
Ruby, Rails, Web dev articles
Ruby / Rails Inside
https://scoutapm.com/blog/ruby-3-typing
Scoutapm
Types in Ruby 3: New Features Explained | Scout APM Blog
RBS aims at unifying the efforts of the community and 3rd party solutions up to this point to provide a common set of rules to define types.
Ruby / Rails Inside
https://brandur.org/nanoglyphs/018-ractors
Ruby / Rails Inside
https://blog.arkency.com/the-goodies-in-rails-event-store-2-dot-x/
Arkency Blog
The Goodies in Rails Event Store 2.x
Hi, we're Arkency and it's our blog with meaty content.
Ruby / Rails Inside
https://remimercier.com/pry-byebug-intermediate/
Rémi Mercier - Maker & Rails Developer
Debugging with pry-byebug: moving in the stack frame - Remi Mercier - Maker & Rails Developer
Time to level up your debugging game with frames, adding breakpoints on the fly, and some handy shortcuts.
Ruby / Rails Inside
https://blog.saeloun.com/2021/01/18/form-with-now-defaults-to-non-remote-forms.html
Saeloun Blog
Rails form_with now defaults to non-remote forms
Rails form generation helper,
Ruby / Rails Inside
https://tejasbubane.github.io/posts/2021-01-17-refactoring-filters/
Ruby / Rails Inside
https://medium.com/modern-rails/how-to-use-react-components-in-active-admin-184ff63b378d
Medium
How to use React Components in Active Admin
A short guide on creating a custom Formtastic input type based on a React Component
Ruby / Rails Inside
https://bigbinary.com/blog/rails-6-1-adds-support-for-belongs_to-to-has_many-inversing
BigBinary
Rails 6.1 adds support for belongs_to to has_many inversing
Rails 6.1 series | Rails 6.1 adds support for belongs_to to has_many inversing