Overview:
High Voltage is a Rails engine for static pages that is currently in maintenance mode. While new features are not actively being added, the developers are focusing on bug fixes and ensuring compatibility with the latest Ruby and Rails versions.
Features:
- Static Pages: Create static pages such as "About us" or "Directions".
- Easy Installation: Two simple ways to install High Voltage either by running a specific command or including it in your Gemfile.
- Nested Pages: Organize your static pages in a directory structure for better URL structuring.
- Configuration Options: Customize routing, root paths, and page titles/meta-data easily.
- Top-level Routes: Serve up routes from the root of the domain path.
- Caching: Although built-in caching support has been removed in High Voltage, caching can still be implemented using Rails methods.