Creating Scaffolding for a JRuby Rails Application

Rails scaffolding consists of the basic components that represent the model, view and controller layers of a Rails application including support for the CRUD (Create, Read, Update, and Delete) operations.