The Ruby and Rails community linklog
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Submit a post
Post Preview
Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.
Rails is great because "all the decisions are made for you", right?
Rails is great because “all the decisions are made for you”, right? But I wouldn’t be writing this if this were truly the case. ;-)
Passing current_user by default in Sidekiq
Give this blog a read if you need to access current_user in Sidekiq. [more inside]
Big on Heroku: Scaling Fountain without losing a drop
A one-stop guide on getting the most out of Heroku when scaling a successful Rails startup.
Building a DSL in Ruby - Part 2
We continue building our DSL in Ruby! https://revs.runtime-revolution.com/building-a-dsl-in-ruby-part-2-ca578dae804e
Modules in Ruby Part II
In this article, we’re going to explore the following topics:
Ruby Toolbox Community Survey Results
In November I ran a community survey to learn what users of the Ruby Toolbox would like to see improved to help them in finding healthy open source ruby libraries more easily - The results are now published
Stealth 1.1 Chatbot Framework Released
With new features like reply variants, your chatbot can utilize a single codebase but still be deployed to multiple messaging platforms. The release also includes many other great features to make building chatbots a lot of fun. https://whoisblackops.com/articles/meet-stealth-1-1
A Weird and Wonderful Trip through Ruby’s Standard Library
I spent some time looking through Ruby’s standard library documentation, keeping my eyes peeled for things I didn’t recognize. I found some pretty weird and wonderful things, and I wanted to share some of my favourites: https://link.medium.com/sI0iO8HqnS
How business transactions help decouple Rails controllers
Ruby on Rails enables us to develop features fast and focus on what matters the most. However, if we don’t pay enough attention to the structure of the code we may end up with a well-known problem: fat controllers. This blog post explains how to achieve a more decoupled codebase through a series of refactorings, resulting in code that is easier to maintain and reason about: https://medium.com/textmaster-engineering/how-business-transactions-helped-decouple-rails-controllers-at-textmaster-4e211f026b93
Ruby Conferences 'n' Camps Around the World in 2019 @ Planet Ruby Calendar
Ruby Conferences ‘n’ Camps Around the World in 2019 @ Planet Ruby Calendar. What’s Upcoming in 2019? Anything missing? Updates welcome.. Cheers. Prost.
How to Use State Machines in Ruby
What is a state machine? How do you build one in Ruby? Find out in this NEW article! https://www.rubyguides.com/2018/12/state-machines/
Build Instagram by Ruby on Rails (Part 1)
I’ll guide you step by step learning Ruby on Rails through building the Instagram application. https://medium.com/@luanotes/build-instagram-by-ruby-on-rails-part-1-fef7837ee399
[Screencast] Creating a Simple Slack Bot
Slack is a great application to keep in contact with friends, coworkers and a community. With bots, its capabilities are endless. In this episode, learn how to create a Slack Bot to interact with. https://www.driftingruby.com/episodes/creating-a-simple-slack-bot
One Year CryptoKitties! Copycats Unchained Command Line Tool (& Core Library) Updated
To celebrate One Year CryptoKitties! I’ve updated the copycats command line tool (and core library) - CryptoKitties collectibles unchained - with the latest traits / cattributes and more. Free and open source (and all in ruby). Happy bits & bytes collecting w/ ruby.
[Talk] RubyConf - Reducing Enumerable
Video for the talk is live: https://youtu.be/x3b9KlzjJNM
Using the Serverless framework with Ruby on Lambda
The new AWS Lambda support for Ruby is simply awesome. Check out my quick example of running Ruby code on Lambda via the Serverless framework, complete with info on how to get gems with compiled extensions to work.
Enhance your "belongs_to" to be two times faster
database_validations gem introduces a new db_belongs_to helper. It ensures consistency and provides better performance. Check out this article to get more details.
Ruby Quiz - Challenge #7 - Type Inference - Convert Strings to Number, Not a Number
Ruby Quiz - Challenge #7 - Type Inference - Convert Strings to Null, Number, Not a Number (NaN), Date & More. Happy data wrangling and type inferencing with Ruby.
Using Scenic and SQL views to aggregate data (Ruby on Rails)
Using Scenic and SQL views to aggregate data (Ruby on Rails) [more inside]
Passenger 6 supports every and all languages
Tell your friends in the Go, Rust, Swift, Java, Elixir, … < insert language > communities! They can use Passenger (Enterprise and open source) since today! Happy holidays: https://blog.phusion.nl/2018/11/30/passenger-6-0-generic-language-support/
SOLID Rails: A Phantom Pain
The article aims to analyze why don’t Rails developers always follow object-oriented design principles.
Scaling Sidekiq in Production
In this post, I talk about how to optimally scale Sidekiq to process jobs on millions of records in a memory constrained environment like Heroku. https://medium.com/@rajagopals/scaling-sidekiq-in-production-ca4d3d0002db