This project provides a utility for managing and displaying instance variables in your application. It is designed to simplify debugging and improve code maintainability.
- Easy management of instance variables.
- Clear and concise display of variable states.
- Lightweight and easy to integrate.
To install the package, use Bundler. Add this line to your application's Gemfile:
gem 'instance_vars_panel'Then execute:
bundle installOr install it yourself as:
gem install instance_vars_panelTo display the instance variables panel in your application, use the render_instance_vars_panel method. Here's an example:
<%= render_instance_vars_panel %>This will render a panel showing the current state of all instance variables in the context where it is called. You can customize its appearance and behavior by passing options to the method if needed.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bugfix.
- Commit your changes and push to your fork.
- Submit a pull request.
This project is licensed under the MIT License.
For questions or feedback, please contact [your_email@example.com].