All Stories
HTTP request response headers
At the end browser talks in the language of HTTP request. But we really know minimal about it.
In Rails, Http, Aug 20, 2019Rails 6 adds *_previously_was attributes method
Rails had previous_changes method to track value of object before and after save.
In Rails, new release, Aug 02, 2019Scopes in Rails
Recently I was calling create method on an active-record model object. But it failed in validation, because the provided foreign_key_id was not present in the associated table.
In Rails, Scopes, Jul 11, 2019String Comparison: StringInquirer
Generally we use ==/===/eql?/equal? for string comparison in Rails.It does work in all scenarios we needed. But we often tend to look how same things can be done in more clean ways or...
In Rails, Ruby, Jul 07, 2019Squasher: Replacing old migrations
Too many migrations in application makes it painful. Sometimes they are written a long time back, that now you do not even remember. At the point you might want to replace them with s...
In Rails, Migrations, Jun 28, 2019Modify a gem and use it in Rails
Sometimes a situation arises where we need to modify a gem according to our requirement and then successfully integrate into our project. Let’s find out!
In Rails, Gem, Jun 28, 2019Rails Request Lifecycle...
Have you ever wondered how a request is processed in its lifecycle? What happens with request at each stage? Who handles request at what level? Let’s dig it out!
In Rails, Jun 12, 2019Could we reinvent the charm of old cities
Bucharest’s history alternated periods of development and decline from the early settlements in antiquity until its consolidation as the national capital of Romania late in the 19th c...
In Jan 18, 2019