Rails Application with Authentication and Authorization

This is a small blog about applying authorization to an application and how to write unit,functional and integration tests for the application in the...
Vamsi Krishna
1 min read

Ruby Tips 10: Using Devise Gem for API Token…

Ok. If you have already read the Devise gem wiki, you wouldn’t be seeing this, if not here is the simple way to do...
Surendran Sukumaran
27 sec read

Ruby Tips 9: Install Gem Without RDoc/RI on Production

Often we want to avoid installing rdoc and ri on production/staging servers. Simply create .gemrc file in your home directory and add gem: –no-ri...
Balaji D Loganathan
11 sec read