Author Archives: Siva Gollapalli

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

Upstart Scripts in Ubuntu

Upstart is an event based tool that handles starting of services during system booting and shut-down the services before system is shut down. It also monitors the services while they running. It was designed to overcome the limitations in system V … Continue reading

Posted in Tutorials | Tagged , | 2 Comments

Payment Gateway testing using webmock

Testing the payment gateway involves lots of scenarios like what should happen if exception is raised while doing payment. To test this scenario we have to call payment gateway API and take response. But herein lies a problem. The test … Continue reading

Posted in Ruby on Rails, Tutorials | Tagged , , , | Leave a comment