Tutorials
Configuring New Rails Projects With .railsrc and Templates
If you’ve used Unix/Linux for any length of time, you’re famililar with dotfiles. They’re those files begining with a . and usually ending with rc: .bashrc, .vimrc, and .psqlrc being familiar examples. Modifying these files allows you to configure...
How to use Textacular Gem to search data in your Rails Application
It is a gem that provides full text search capabilities for PostgreSQL Database. It basically caters to extend the scope of the work performed by activerecord, in a rather friendly manner. It works on heroku as well.This gem works only on PostgreS...