ActivePath:
ActivePath provides an interface for rendering your partials.
Installation
Add to your Gemfile:
gem 'active_path'
Add the initializer config/initializers/active_path.rb and enable ActivePath:
ActivePath.configure do |config|
config.enabled = true
end
Product Roadmap (TODO)
- User docs
- Specs and CI build
View Injection
https://github.com/active-path/view-injection
Path Hints:
https://github.com/active-path/path-hints
--
Feel free to submit issues or help make it better.