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.eyupatis.com/serve-webflow-pages-on-the-same-subdomain-with-rails-app/
Eyupatis
Serve Webflow Pages On The Same Subdomain With Rails App
BackgroundWebflow is a no-code web design and development platform. You can use it to serve your static pages like marketing and landing pages.
Ruby / Rails Inside
https://www.honeybadger.io/blog/testing-rails-with-docker/
Honeybadger Developer Blog
Set Up A Docker Container To Test Your Rails App
Code is never self-contained. It runs in an environment. Docker lets you define that environment in a simple and portable way. That's why pretty much every automated testing and deployment service works with docker containers. You give them a container, and…
Ruby / Rails Inside
https://hanamimastery.com/episodes/5-configure-anything-with-dry-configurable
Hanami Mastery - a knowledge base to hanami framework
#5 Configure anything with dry-configurable
Configuring projects and components is one of the most common features in programming in general. dry-configurable is a standalone gem providing you exactly this in Ruby! Read about how to use it.
Ruby / Rails Inside
https://longliveruby.com/articles/from-zero-to-sidekiq-hero
Ruby / Rails Inside
https://copilot.github.com/
GitHub
GitHub Copilot
AI that builds with you
Ruby / Rails Inside
https://blog.saeloun.com/2021/06/29/rails-7-generators-will-raise-errors-when-invalid
Saeloun Blog
Rails 7 generators will raise errors if an attribute type is invalid
Rails 7 generators will validate the type by checking if it is of a default migration type and will raise an error if it is invalid.
Ruby / Rails Inside
https://blog.saeloun.com/2021/06/30/rails-7-adds-audio-analyzer-to-active-storage
Saeloun Blog
Rails 7 adds AudioAnalyzer to ActiveStorage
Rails 7 adds AudioAnalyzer to ActiveStorage to extract audio duration and bit_rate.
Ruby / Rails Inside
https://twitter.com/patrickc/status/1410269843585069056
Twitter
We're big believers in multi-year infrastructure bets. After a few years of Ruby infra work, our in-house Ruby compiler is now 22–170% faster than Ruby's default implementation for Stripe's production API traffic. If interested in working on such problems…
Ruby / Rails Inside
https://kukicola.io/posts/creating-google-like-letter-avatars-using-erb-generated-svgs/
kukicola.io
Google-like letter avatars using ERB-generated SVGs - kukicola.io
Creating user avatars is a pretty simple thing. It can be done even without any libraries like imagemagick. With just ERB we are able to quickly generate SVG avatars that will work in all browsers.
Ruby / Rails Inside
https://rubytogether.org/news/2021/7/a-new-approach-to-documentation-ruby-api
Ruby / Rails Inside
https://engineering.mrsool.co/using-redis-hashes-for-caching-in-ruby-on-rails-6dc53df293da
Medium
Using Redis Hashes for Caching in Ruby on Rails
Lessons we learned using Redis with Rails in production at scale, and sharing a Ruby gem we created to help make it easier for others.
Ruby / Rails Inside
https://www.rubybits.com/b/default-object-in-ruby-console
Ruby / Rails Inside
https://weblog.rubyonrails.org/2021/7/2/this-week-in-rails-perform-destroy_all-in-batches-and-a-lot-more-features/
Ruby on Rails
Perform destroy_all in batches and a lot more features
Hello. News about latest changes in Rails delivered to you by Wojtek.
Ruby / Rails Inside
https://www.cookieshq.co.uk/posts/minimise-impact-of-ddos-attack-ruby-on-rails-app
CookiesHQ - web, voice, mobile apps designers and developers in Bristol
How to minimise the impact of a DDOS attack on your Ruby on Rails app
Your guide to minimising the impact of a DDoS attack on your Ruby on Rails app - using Rack-attack or DNS filtering service like Cloudflare.
Ruby / Rails Inside
https://www.dmitry-ishkov.com/2021/07/ruby-http-server-from-ground-up.html
Dmitry-Ishkov
Ruby HTTP server from the ground up
Getting something to work quickly is important when you are starting out, but if you want to become better at programming it's importa...
Ruby / Rails Inside
https://thedevpost.com/blog/how-to-make-a-bot-for-twitter-with-ruby/
The Dev Post
Build Twitter Bot With Ruby - The Dev Post
How to make a bot for Twitter? The purpose of this Twitter bot is to retweet all hashtags related to #ruby or #rails.
Ruby / Rails Inside
https://www.driftingruby.com//episodes/tracking-events-with-ahoy
Drifting Ruby
Episode 303 - Tracking Events with Ahoy
Analytics can provide great information about your users and the content that you're producing. With using the Ahoy gem, we can gather powerful analytics without handing them over to third parties.
Ruby / Rails Inside
https://tosbourn.com/comment-your-rails-migrations/
Tosbourn – Belfast based Ruby developers
How to comment Rails migrations
We recently learned how you could apply comments to your migrations in Rails
Ruby / Rails Inside
https://www.youtube.com/watch?v=2LmdJsCuR5U
YouTube
Code flow in Event-driven architectures based on Ecommerce
See the codebase here: https://github.com/RailsEventStore/cqrs-es-sample-with-res
Learn more about event-driven architectures: http://railsarchitects.com
Ruby / Rails Inside
https://blog.saeloun.com/2021/07/06/rails-7-adds-previously_persisted
Saeloun Blog
Rails 7 adds previously_persisted? method to ActiveRecord
Rails 7 adds previously_persisted? method to check an object previously existed in the database and presently deleted.