If you avoid doing things that absolutely won't scale you will be fine. Rails has no issues scaling, for 99.9% of the use cases. Regardless of the framework you use you will still have plenty of scaling issues if you have Twitter/Facebook level of success. But again that is a great problem to have.
Ask HN: How can I ensure my Ruby on Rails App will be scalable?
11–13 of 13 posts
Re: Ask HN: How can I ensure my Ruby on Rails App will be scalable?
#12If you are worried about performance because it nags at you and not because you have a specific known performance pain, I would suggest selecting a higher-performance platform and framework so that you can defer scale concerns until much later. With a high-performance framework, you can build your application with the peace-of-mind that performance won't be a problem unless your product has decent market traction. A…
Rails isn't the answer to every programming problem, but I don't think that Rails has any more of a scalability issue than any other framework.
Re: Ask HN: How can I ensure my Ruby on Rails App will be scalable?
#13If you are worried about performance because it nags at you and not because you have a specific known performance pain, I would suggest selecting a higher-performance platform and framework so that you can defer scale concerns until much later. With a high-performance framework, you can build your application with the peace-of-mind that performance won't be a problem unless your product has decent market traction. A…
Which platforms / frameworks would you recommend over Rails ?...