Real-Life Rails: Develop with NetBeans, Deploy on Linux

40
The Ruby language’s conciseness makes it great for developmentâ€â€fewer lines of code means reduced development time and maintenance costs. Rails, the Ruby-based web application framework, can be equally developer-friendly, but some developers have encountered scaling limitations when deploying large-scale Rails web applications. While scaling Rails applications over many servers to handle many thousands of concurrent users can indeed lead to problems, with the proper tools and techniques developers can deploy small- and medium-scale Rails applications effectively.

Link: devx.com

Category:

  • Linux