Ruby Through Rails – Part 1

(This has been reblogged from Sanjiv's Blog post) I am starting a series of blog posts where we can learn Ruby through Rails. We will take a deep dive into Rails source code and learn about how Rails works -- and learn a lot of Ruby constructs through that! Which command is more efficient - … Continue reading Ruby Through Rails – Part 1

How To Set Up Paypal Payflow 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 to complete it :),  I finally I did it and this gave me feeling that … Continue reading How To Set Up Paypal Payflow In Rails