Use Gemsets in your applications
It is important and a good practice to isolate the gems and dependencies of your project into a separate environment. That is useful, because if you want to...
attr_reader in ruby class
Hi, I'm gonna share a good practice when writing, for example, a ruby service.It's recommended that you don't use @variable_name to make use of an instance...