Blog
Browse through our blog page filled with updated information and the latest tips to help you achieve your goals.
DelayedJob and PG Error No Connection to Server
DelayedJob and PG Error No Connection to Server Recently I’ve got strange errors on the...
Effortless Code Conventions Review for Pull Request Changes
Reliably arranged source code helps hackability. You can filter code speedier if its organizing is...
Pay Attention to Method Names in Minitest::Unit
**TL,DR: *don’t define any methods with names name, message, time, pass in Minitest::Unit test...
Recent Searches & Sorting Hashes: How They are Connected
In one of the applications, that we are developing, we needed to implement the storing of 10 last...
Best practices for optimizing Ruby on Rails performance
Ruby on Rails is a popular web development backend framework based on the famous Ruby language....
Avoid data migrations in the schema migrations for Rails
Avoid data migrations in the schema migrations for Rails Could you re-run all migrations...
How to Learn Ruby
Starting to learn a new programming language or a new framework every person faces a problem — what...
How To Memoize False and Nil Values
TL;DR: if method can return false or nil, and you want to memoize it, use defined?(@_result)...
5 Steps to Add Remote Modals to Your Rails App
Sometimes you don’t want to write big JavaScript application just to have working remote modals in...
How To Name Variables And Methods In Ruby
How To Name Variables And Methods In Ruby What’s in a name? that which we call...