|
|
|
|
|
by Fire-Dragon-DoL
1825 days ago
|
|
Rails by default monkey patches the entire ruby language, injects 400 methods on any single model, it creates an enormous amount of dynamic methods through metaprogramming and it monkey patches the loading of ruby files itself. Rails does an enormous amount of damage right out rails new. |
|