#ruby-on-rails
Read more stories on Hashnode
Articles with this tag
Waiting for a new project (I am so excited about a new one!) is a good time to go back to recent problems. (Un)fortunately some time ago me and my...
CRuby has a Global Lock Interpreter, that imposes certain limitations on us. I wrote about it a bit in my previous article. But does this means that...
One think I really like in Rubymine is that it knows where are classes are and thanks to that we can move to them with one click. After moving to VIM...
ActiveRecord provides a bunch of useful methods. One of them is a find_or_create_by which is cool, because it avoids using IF...
Recently I was preparing a list of things to learn for my friend who decided to change his profession. There are a lot of books and tutorials, but it...