All for Joomla All for Webmasters
Browsing Tag

scaffold

Ruby On Rails

Ruby On Rails: Customizing/Overriding Scaffold generation

In software development, a framework is an abstraction that provides you a general application. That application has a generic structure with features to avoid reworking on common tasks, like setup a database or creating tables/CRUD’s, for example. Unlike programming…