Integration Testing with Webrat, RSpec (and Authlogic)

Recently I tried to write the integration tests for a Rails app which uses Authlogic for authentication. We decided to use RSpec for unit...
Balaji D Loganathan
1 min read

List of Source Code Management Tools

At our company we use both SVN and GIT. I didn’t know that there exist many such SCM tools. Thought I would list them...
Neelkanth Ram
14 sec read

Retain Newline Characters on Rails View

In Rails view, if you want to retain and display newline characters that was entered by the user in text area, then the simple...
Neelkanth Ram
17 sec read