Devise is a popular gem in Rails world for authentication. It gives almost everything for authentication. I mostly use Devise for my most of Rails application.
Apart of all the features... Read More
Gitignore is used to untrack files intentionally. It has specific pattern to describe which files to ignore. Good documentation regarding Gitignore has been given here :
To use specific version of ruby, I used to create file .ruby-version in my rails application. Which will execute when I go to root directory of my project using... Read More
Nginx is web server like Apache. Passenger is application server like Puma,Thin, Mongrel, Webrick.
Today...
Read More
Cucumber is great tool for behaviour driven testing. Showing and hiding content using javascript or jquery or other client side library is common scenario.
I recently was...
Read More