Site Archives

Akhil Bansal


Myself Akhil Bansal from New Delhi, India. I have around three years of web programming experience. I work with Vinayak Solutions Pvt. Ltd, Leader in Ruby Rails services, India.
I started my career with PHP but now I am enjoying Ruby and Ruby On Rails since I found it, lately in 2005.
This blog is all […]

Ajax based drag drop and sortable tree for Rails


My friend sur wrote and shares his code for Ajax based drag drop sortable tree for rails. He is also trying to pluginize this, and soon it will be publicly available. Find more detail here.

Uploading files using AJAX


There is no way to upload files using AJAX. How Gmail does it then? Well, the answer is using <iframe>. Here is a post that describe this technique in detail. Infact we are using this technique from months, obviously inspired by Gmail. ;-)
update: Technically speaking, it’s not Ajax. Just an iframe hack. You are […]

Cheat Sheet


Capistrano1.2.0 cheat sheet here.
REST cheat sheet here.
Rails cheat sheet here.
Rails testing cheat sheet here.

Deprecated Method in ActionView::Helpers::PrototypeHelper


Prototype helper method update_element_function is deprecated now, Please use RJS instead.