(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
Category: Tutorials
Deployment Using Mina
Got a nice web app and want to deploy and you have no clue about deployment of a rails app.. well that's exactly me 2 days ago... here I'm sharing what I have learnt Assumptions You have a working app called your_rails_app. You have access to a linux server with a working nginx server on 27.128.129.130. … Continue reading Deployment Using Mina
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
