Saurabh Bhatia
6 articles
Ruby / Rails
Add Authentication and Facebook Connect to a Rails-based Social Networking Application
Social networks have experienced huge growth in recent years, and it has generated demand for common social networking features in many Web applications. In...
Open Source
Generating Open Flash Charts from Rails Application Data
If your Rails application provides any kind of analytics related to particular data, the ability to generate charts is a very important function. Open...
Ruby / Rails
Automate Rails Application Deployment with Capistrano
The deployment aspect of Ruby on Rails development can be much easier with an automated process. Capistrano, a deployment tool that helps to automate...
Ruby / Rails
Using Phusion Passenger to Deploy a Rails Application on Apache
When you have written and tested a Rails application, the next step is to host and deploy it to a Web server. The most...
Ruby / Rails
Apply Behavior Driven Development to Ruby on Rails with Rspec
Applying the Behavior Driven Development (BDD) methodology with a Ruby-based BDD framework allows you to write system requirements in a Ruby format first and...
Ruby / Rails
Testing Views and Integration in Ruby on Rails
To test views in a Rails application, you use assertions to send requests and then check for the response to those requests. In the...