Sha256: e186971006f105410d91aa4555143657835fcee19af5945d6a6a808d71334fef
Contents?: true
Size: 524 Bytes
Versions: 17
Compression:
Stored size: 524 Bytes
Contents
Description: Generates a controller which will scaffold your maintenance pages when you execute the corresponding actions. The controller will also handle your 404 and 500 error pages. Usage: Pass the name of the controller as the first argument. If no name is specified it will take "errors" as default. Examples: rails generate trackman:controller abc Will create a controller called "abc". It will contain four GET methods to access your error pages and generate your static pages.
Version data entries
17 entries across 17 versions & 1 rubygems