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://hotwire.dev/
Ruby / Rails Inside
https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/
Ruby / Rails Inside
https://blog.eq8.eu/til/google-maps-with-stimulus-js.html
blog.eq8.eu
Embed Google Maps JS with Stimulus JS
```js // app/javascript/controllers/map_controller.js export default class extends Controller { static targets = [ ‘map’ ]
Ruby / Rails Inside
https://gorails.com/episodes/devise-hotwire-turbo
Gorails
How to use Devise with Hotwire & Turbo.js | GoRails
Hotwire's Turbo library intercepts forms automatically so Devise needs a few tweaks to work with it. Learn how to do that in this screencast!
Ruby / Rails Inside
https://andymaleh.blogspot.com/2020/12/how-to-use-ruby-case-statements-with.html
Blogspot
How to Use Ruby Case Statements with === / Higher Order Lambdas / Pattern Matching
code master glimmer swt ruby jruby java ood oop desktop web gui
Ruby / Rails Inside
https://www.boringgenerators.com/blog/2021-01-02-configure-circleci/
Boringgenerators
Setup CircleCI 2.0 with Rails
Boring generators aims to make your development faster by delegating boring setups to us.
Ruby / Rails Inside
https://thoughtbot.com/blog/on-revisiting-old-code
thoughtbot
KISSing It: On Revisiting Old Code
One of the many things that’s cringeworthy but worth it.
Ruby / Rails Inside
https://jvns.ca/blog/2021/01/04/docker-compose-is-nice/
Julia Evans
Docker Compose: a nice way to set up a dev environment
Ruby / Rails Inside
https://longliveruby.com/articles/rails-request-cycle
Ruby / Rails Inside
https://kirshatrov.com/2021/01/06/ruby-concurrency-and-ecosystem/
Kir Shatrov
Ruby 3, concurrency and the ecosystem
With the Ruby 3.0 release, there’s been a lot of chatter about concurrency, parallelism, and async IO.
Ruby / Rails Inside
https://blog.saeloun.com/2021/01/08/rails-6-1-pre-database-connection-switching.html
Saeloun Blog
Rails 6.1 adds support for role switching and sharding in database
Rails 6.1 has added support for switching connections for one database instead of all databases
Ruby / Rails Inside
https://blog.saeloun.com/2021/01/08/rails-6-check-constraints-database-migrations.html
Saeloun Blog
Rails 6.1 adds support for check constraints to database migrations
With Rails adding support for check constraints to database migrations, check constraints can easily now be added and removed from tables with simple migration DSL. Earlier, the only way to add check constraints to tables was through raw SQL queries.
Ruby / Rails Inside
https://github.com/Yegorov/awesome-ruby-blogs
GitHub
GitHub - Yegorov/awesome-ruby-blogs: A curated list of Awesome Ruby Blogs and Newsletters for Ruby Developers and Newbies
A curated list of Awesome Ruby Blogs and Newsletters for Ruby Developers and Newbies - Yegorov/awesome-ruby-blogs
Ruby / Rails Inside
https://www.icelab.com.au/notes/effective-ruby-dependency-injection-at-scale
www.icelab.com.au
Notes / Effective Ruby dependency injection at scale
An approach to dependency injection that will work across your entire app.
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.