Devise - a flexible authentication solution for Rails based on Warden says plataformatec. Yes it is and is my favorite authentication gem.Due to its flexible nature it does have some issues pouring do ...
Configuring solr for your local Rspec suite and in travis CI can sometimes be tedious task.In most of the projects i have come across methods using solr was tested by stubing the solr result.However ...
Includes is a handy method to do eager loading on your associations as stated in the rails documentation - "With includes, Active Record ensures that all of the specified associations are loaded using ...
Module#alias_method was one of the earliest solution to overwrite a method in ruby.With an alias method in place you can redefine a method to anything you want and call the old method using the alias_ ...