High Voltage
Easily include static pages in your Rails app
No ratings yet
- Gem
- high_voltage
- Repository
- thoughtbot/high_voltage
- License
- MIT
- Stars
- 3,239
- Added
- August 24, 2026
About
Easily include static pages in your Rails app.
Write your static pages and put them in the RAILS_ROOT/app/views/pages directory.
What you get
- You need authentication around the pages to make sure a user is signed in.
- You need to render different layouts for different pages.
- You need to render a partial from the
app/views/pagesdirectory. - You need to use your own Page resource and would like to use StaticPage resource for high voltage
Installing it
ruby
# Gemfile
gem "high_voltage"
Details
3239 stars on GitHub · MIT licensed · maintained by thoughtbot. Source: https://github.com/thoughtbot/high_voltage
Discussion (0)
Sign in to join the discussion.
No comments yet.