How to scale your code?
Use a framework that deploys code on amazons EC2 and takes care of the scalability issue. EC2 is an affordable service that amazon provides, which can deploy servers in minutes when the load on the server increases. The share nothing architecture of Rails makes scaling a lot easier.


