Category Archives: Tutorials

Paypal payflow setup in rails

After long time of automation testing on rspec, recently I have started doing development. The initial task itself an interesting task – Paypal Payflow setup as a payment gateway for my rails application. Even though it took me three days … Continue reading

Posted in Ruby on Rails, Tutorials | Tagged , | 1 Comment

Migrating to new Heroku Postgres plans

Recently Heroku released new version of postgres 9.1 with new price plans. A notice was send to all users to migrate from there existing share database to new planes released with Postgres 9.1. In these new plans concept of limit … Continue reading

Posted in Ruby on Rails, Tutorials | Tagged , | 2 Comments

Ruby back to basics – Modules and more de-mystified

I often teach Ruby at corporates, take some classes at colleges and speak at some events. Its great when I encounter aggressive and passionate programmers who question and counter question me at every step. These are some of the questions … Continue reading

Posted in Ruby, Tutorials | Tagged | 1 Comment