The Rails framework empowers developers with unprecedented levels of productivity by embracing principles such as "convention over configuration" and "don't repeat yourself." This paradigm is even apparent at the community level, where developers regularly share their custom framework extensions by way of Rails' plugins feature. Plugins offer a way for developers to extend the core Rails framework with their own custom features, allowing for rapid integration of features such as authentication, user ratings, and search.
Practical Rails Plugins shows you how to capitalize...
The Rails framework empowers developers with unprecedented levels of productivity by embracing principles such as "convention over configuration" a...