Ruby on Rails

207 readers
2 users here now

founded 2 years ago
MODERATORS
26
27
 
 

Last month, 37Signals introduced Thruster, a “zero-config” gem that makes your web pages load faster by solving various problems that would otherwise require changes in multiple places in your infrastructure. This post explains what those problems are, how Thruster solves them, and why you might want to use it even if you have a CDN like Cloudflare in front of your app, which already implements all the features that Thruster offers. 1. Puma is a great application server, but a poor web server B...

28
 
 

Ruby’s garbage collector is designed to be adaptable, scaling from short Ruby scripts to running apps that serve millions of requests per second. While it’s designed to be adaptable, it may not work optimally for every use case. For this reason, Ruby’s garbage collector supports many parameters that can be used to tune it. However, the use of these parameters requires knowledge into how the garbage collector works on the inside. Learn how the Autotuner gem can analyze your app’s traffic and provide suggestions for tuning the garbage collector.

29
30
31
32
4
submitted 1 year ago by mac to c/rails
33
34
35
36
37
38
5
submitted 1 year ago by mac to c/rails
39
40
41
4
submitted 1 year ago by mac to c/rails
42
43
5
submitted 1 year ago by mac to c/rails
44
4
submitted 1 year ago by mac to c/rails
45
46
47
48
49
2
submitted 1 year ago by mac to c/rails
50
view more: ‹ prev next ›