Back
Similar todos
Enable jemalloc for less memory usage in Ruby #wip
See huge memory drop after enabling jemalloc for my Rails app #startupjobs
Just enabled jemalloc and yjit for #cpaconnect. Nothing broke yet and seems to be running well.
fix rails memory issues on heroku by reducing concurrency justin.searls.co/posts/brand-…
Share all Ruby gems I used for #roomai twitter.com/marckohlbrugge/st…
Open issue in the rails repo because Rails segfaults under very specific conditions in my project github.com/rails/rails/issues… #prompthero
fix Rails middleware #japandev
Installed rails_autoscale_agent to save some bucks on Heroku. Long time user. (railsautoscale.com)
Add #allgood to one of my Rails projects and see it run well in production #playemojis
switch back to memcache as main rails cache store #wip
Bootstrap the rails app with devise, invisible_captcha, honeybadger gems #onesimpletodo
Created 2 new rails apps 😝
Attend Rails World #orchetta
Backup and resize dev1 vm for more memory due rails compiler issues. #downpayment
Replace Twitter gem with custom code because the gem was not being updated and it prevented me from upgrading certain dependencies like http.rb #startupjobs
Prevent segfault when requiring gems in allgood.rb
The gem was loading configuration before Rails finished initializing all gems,
which could cause segfaults with certain gems like Vips. Changed to use
config.after_initialize to ensure all gems are properly loaded first. #allgood