Ruby (Demo)

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

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

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

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

Useful Rails Gems And Plugins

Here is a quick listing on some of the useful Rails gems and plugin that I use in our projects everyday.
Vamsi Krishna
1 min read

Unit Testing in Rails

Before I jump in to saying how to write unit testing in Ruby on Rails, let me share what i felt about testing. When...
Neelkanth Ram
2 min read

Periodically Call Remote and Will_Paginate Problem

I was using will_paginate and periodically_call_remote to update a table in a webpage periodically but it gave me a lot of trouble than I...
Vamsi Krishna
1 min read

Advanced Rails Recipes: Book Review

If you are looking for handy plugins, gems in rails and some advanced recipes which make your work 10 times easier ,I suggest this...
Vamsi Krishna
1 min read