Tags Authors About Us
Atul Yadav

    Behind the scene - Rails Migrate

    All migration files in Rails are by default prefixed with the timestamp which serves as the version number for the migration file. For an instance a migration file with name 20160310141700_create_users.rb is prefixed with timestamp 20160310141700.

    Atul Yadav  –  Aug 16, 2016  –  railsactiverecord

    Rails 5 introduces ArrayInquirer

    Rails 5 introduced ArrayInquirer as a new member to Inquirer family which initially consisted of well known StringInquirer.

    Atul Yadav  –  Aug 1, 2016  –  railsactivesupport

    Eager Load in Rails

    Database is considered an expensive resource, and while developing our application we should be particular about the number of DB queries made, in general fewer the DB queries executed, the better the performance.

    Atul Yadav  –  Jul 7, 2016  –  railsactiverecord

Copyright © 2022 Cybrilla Technologies