Last week i moved from ruby version 1.8.6 to 1.8.7.then over a week i found that my 1.2.3 and applications developed in ruby 1.8.6 are not working in ruby 1.8.7.From lot of search on google, i found that its issue with ruby 1.8.7.Then, i started searching fix / solution for this incompatibity.And, Finally i got … Continue reading Fix for ruby 1.8.7 incompatibity
Author: sandipransing
Rails Coding Standards
IN ESSENCE: ALL CODE SHOULD BE READABLE!# DO NOT OPTIMISE for performance - OPTIMISE FOR CLARITY OF CODE# STYLE: use 2 spaces for indent (not tabs)# STYLE: Line up hash arrows for readability# STYLE: put spaces around => hash arrows# STYLE: put spaces after ',' in method params - but none between method names and … Continue reading Rails Coding Standards
High Performance Rails Hosting
There are lot of rails hosting, like wired tree,..., i am still in search of cost effective and high performance hosting. recently i came across with joyent rails hosting, please let me know your opinions..Scale on DemandYour rails infrastructure can be dynamically expanded or reduced within minutes. Support Billions of HitsThe largest ruby on rails … Continue reading High Performance Rails Hosting
