vlado's Stars
jackc/surus
PostgreSQL extensions for ActiveRecord
vlado/hirefire
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.
vlado/kumade
Heroku deploy tasks with test coverage
dwilkie/carrierwave_direct
Process your uploads in the background by uploading directly to S3
vlado/divisible
Ruby gem useful in case you need to find out if one number is divisible by another
DavyJonesLocker/client_side_validations
Client Side Validations made easy for Ruby on Rails
cingel/annotate-models
Git repo for Dave Thomas's AnnotateModels plugin
cingel/gattica
Gem for talking to the Google Analytics API
cingel/mark_it_up
Rails plugin that helps you turn any textarea into a markup editor
cingel/carmen
A simple collection of geographic names and abbreviations for Rails apps (includes replacements for country_select and state_select)
vlado/test
testing
vlado/rugalytics
Rugalytics is a Ruby API for accessing your Google Analytics Data
vlado/vlado.github.com
My GitHub Page
vlado/remote_forgery_protection
Rails plugin that automatically adds authenticity token to Ajax request
vlado/kiki
Rails plugin that helps you to create MVC applications with ExtJS (HEAVY DEVELOPMENT)
vlado/sexy_buttons
Sexy styled buttons for your Rails app with themes generator
vlado/rindeed
Ruby wrapper around Indeed Web Services (XML interface).
vlado/interceptor
Rails plugin that enables you to check if some process is running and to send signals to that process