Pinned Repositories
actionmailer_with_request
A simple plugin to make the Rails request context available for generating URLs in ActionMailer.
banc_box
A Ruby wrapper for the BancBox REST API.
cashier
Tag based caching for Rails using Redis. Associate different cached content with a tag, then expire by tag instead of key.
feedbag
Ruby's favorite feed auto-discovery library/tool
gattica
Gattica gets data from Google Analytics API. Simple to use.
hirefire_queue
HireFire automatically "hires" and "fires" (aka "scales") Delayed Job and Resque workers on Heroku. When there are no queue jobs, HireFire will fire (shut down) all workers. If there are queued jobs, then it'll hire (spin up) workers. The amount of workers that get hired depends on the amount of queued jobs (the ratio can be configured by you). HireFire is great for both high, mid and low traffic applications. It can save you a lot of money by only hiring workers when there are pending jobs, and then firing them again once all the jobs have been processed. It's also capable to dramatically reducing processing time by automatically hiring more workers when the queue size increases.
kaminari
A Scope & Engine based, clean, powerful, customizable and sophisticated paginator for Rails 3
postrank-uri
URI normalization, c18n, escaping, and extraction
switch_user
Easily switch current user
turkee
Blurring the line between Mechanical Turk and Rails.
rajagopals's Repositories
rajagopals/actionmailer_with_request
A simple plugin to make the Rails request context available for generating URLs in ActionMailer.
rajagopals/hirefire_queue
HireFire automatically "hires" and "fires" (aka "scales") Delayed Job and Resque workers on Heroku. When there are no queue jobs, HireFire will fire (shut down) all workers. If there are queued jobs, then it'll hire (spin up) workers. The amount of workers that get hired depends on the amount of queued jobs (the ratio can be configured by you). HireFire is great for both high, mid and low traffic applications. It can save you a lot of money by only hiring workers when there are pending jobs, and then firing them again once all the jobs have been processed. It's also capable to dramatically reducing processing time by automatically hiring more workers when the queue size increases.
rajagopals/switch_user
Easily switch current user
rajagopals/turkee
Blurring the line between Mechanical Turk and Rails.
rajagopals/banc_box
A Ruby wrapper for the BancBox REST API.
rajagopals/cashier
Tag based caching for Rails using Redis. Associate different cached content with a tag, then expire by tag instead of key.
rajagopals/feedbag
Ruby's favorite feed auto-discovery library/tool
rajagopals/gattica
Gattica gets data from Google Analytics API. Simple to use.
rajagopals/kaminari
A Scope & Engine based, clean, powerful, customizable and sophisticated paginator for Rails 3
rajagopals/postrank-uri
URI normalization, c18n, escaping, and extraction
rajagopals/savanna-outliers
Plug & Play Anomaly Detection
rajagopals/sidekiq-middleware
Additional sidekiq middleware
rajagopals/url2png-gem
A ruby gem for the url2png screenshot service API
rajagopals/website-sitemap-finder
Finds the sitemap(.xml) for a given website