Solution – Facebox not binding for Ajax Pages

I faced one nice problem while using Facebox for one of our recent project http://www.dunnitt.com, thought i would take this moment to share the...
Surendran Sukumaran
1 min read

Advanced Auto Complete Feature – Part 2

In my previous blog on ‘Advanced Auto Complete’, I mentioned about how to pre-fill the fields upon selecting a company name for a person...
Vamsi Krishna
1 min read

The power of Dynamic Scope Methods in Rails

After a long time I am writing this blog, I have to give a reason like everyone does (I am really really busy with...
Vamsi Krishna
1 min read

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

Ruby Way of Showing Interest

Recently we saw an advertisement for a Rails Developer contract job in one famous Rails website. The potential client posted a small puzzle in...
Vamsi Krishna
22 sec read

We Won Two Ruby Books

We won two “Ruby Best Practices” book in a promotion conducted by CodeRanch.com. Congrats to my colleagues “Vamsi Krishna” and “Balaji Loganathan”. Here is...
Balaji D Loganathan
12 sec read

Ruby on Rails Development Tips

Its been a couple of months that I started developing commercial projects using Ruby on Rails. Here are some stuff I learned which might...
Neelkanth Ram
1 min read

Architects and Agile Projects

I just finished watching the video “Agilists and Architects — Allies not Adversaries” that was presented by Martin Fowler and Rebecca Parsons during the...
Balaji D Loganathan
30 sec read

Spritle's Blogs Moved To https://wp.spritle.com/blog

Today we moved our blogs from http://blog.spritle.com to https://www.spritle.com/blog. Thought I would also share what steps we did to move WordPress blog to Rails...
Balaji D Loganathan
1 min read

Advanced Auto Complete Feature (auto_complete ROR Plugin)

Autocomplete is very common feature that we see in many web2.0 applications (as in google,youtube and so on), this feature is easily implemented in...
Vamsi Krishna
3 min read