Documentation
¶
There is no documentation for this package.
Directories
¶
| Path | Synopsis |
|---|---|
|
internal
|
|
|
astutil
Package astutil holds AST-walking helpers shared across the Prism-backed readers (controllers, mailers, jobs, services, datagrids, model, concerns).
|
Package astutil holds AST-walking helpers shared across the Prism-backed readers (controllers, mailers, jobs, services, datagrids, model, concerns). |
|
controllers
Package controllers extracts a structural summary of a Rails controller file -- filters, rescue_from handlers, helper methods, layout, respond_to formats, strong params, and action methods -- without booting Rails.
|
Package controllers extracts a structural summary of a Rails controller file -- filters, rescue_from handlers, helper methods, layout, respond_to formats, strong params, and action methods -- without booting Rails. |
|
datagrids
Package datagrids extracts a structural summary of a Rails datagrid file -- its parent class, included concerns, decorator, scope, filters, columns, other class-level DSL calls, and methods -- without booting Rails.
|
Package datagrids extracts a structural summary of a Rails datagrid file -- its parent class, included concerns, decorator, scope, filters, columns, other class-level DSL calls, and methods -- without booting Rails. |
|
decorators
Package decorators extracts a structural summary of a Rails decorator file -- its parent class, included concerns, class-level constants, other class-level DSL calls (surfaced as macros), and methods -- without booting Rails.
|
Package decorators extracts a structural summary of a Rails decorator file -- its parent class, included concerns, class-level constants, other class-level DSL calls (surfaced as macros), and methods -- without booting Rails. |
|
formers
Package formers extracts a structural summary of a Rails form object -- its parent class, included concerns, class-level constants, attributes, validations, other class-level DSL calls (surfaced as macros), and methods -- without booting Rails.
|
Package formers extracts a structural summary of a Rails form object -- its parent class, included concerns, class-level constants, attributes, validations, other class-level DSL calls (surfaced as macros), and methods -- without booting Rails. |
|
helpers
Package helpers extracts a structural summary of a Rails view helper file -- its included concerns, class-level constants, and methods -- without booting Rails.
|
Package helpers extracts a structural summary of a Rails view helper file -- its included concerns, class-level constants, and methods -- without booting Rails. |
|
jobs
Package jobs extracts a structural summary of a Rails ActiveJob file -- its queue, retry_on/discard_on handlers, included concerns, and public methods (notably `perform`) -- without booting Rails.
|
Package jobs extracts a structural summary of a Rails ActiveJob file -- its queue, retry_on/discard_on handlers, included concerns, and public methods (notably `perform`) -- without booting Rails. |
|
mailers
Package mailers extracts a structural summary of a Rails mailer file -- its default headers, layout, included concerns, attachments, and public action methods -- without booting Rails.
|
Package mailers extracts a structural summary of a Rails mailer file -- its default headers, layout, included concerns, attachments, and public action methods -- without booting Rails. |
|
presenters
Package presenters extracts a structural summary of a Rails presenter file -- its parent class, included concerns, class-level constants, attributes, other class-level DSL calls (surfaced as macros), and methods -- without booting Rails.
|
Package presenters extracts a structural summary of a Rails presenter file -- its parent class, included concerns, class-level constants, attributes, other class-level DSL calls (surfaced as macros), and methods -- without booting Rails. |
|
reader
Package reader holds the file-resolution, listing, and entry-styling conventions shared by the controllers, mailers, jobs, services, datagrids, helpers, decorators, formers, presenters, and model readers.
|
Package reader holds the file-resolution, listing, and entry-styling conventions shared by the controllers, mailers, jobs, services, datagrids, helpers, decorators, formers, presenters, and model readers. |
|
services
Package services extracts a structural summary of a Rails service file -- its parent class (if any), included concerns, class-level constants, and methods (both public instance methods and singleton `def self.x` class methods) -- without booting Rails.
|
Package services extracts a structural summary of a Rails service file -- its parent class (if any), included concerns, class-level constants, and methods (both public instance methods and singleton `def self.x` class methods) -- without booting Rails. |
|
term
Package term provides minimal TTY detection and screen clearing for interactive command output.
|
Package term provides minimal TTY detection and screen clearing for interactive command output. |
|
testutil
Package testutil provides cross-platform test helpers shared across rails-kit's test suites.
|
Package testutil provides cross-platform test helpers shared across rails-kit's test suites. |
Click to show internal directories.
Click to hide internal directories.