8000 GitHub - bshyman/DataPact: Ruby on Rails development helper
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bshyman/DataPact

Repository files navigation

DataPact

DataPact is a RubyGem created to try and fill some gaps in the Ruby on Rails developer experience. This gem is still in early development

Here's what you can do with it so far:

  • Routes UI: Navigate through your routes file with an intuitive UI, complete with search functionality and controller filters.
  • Session Key Management: Easily set and delete session key-value pairs through a simple UI interface.
  • Theme Switcher: Customize your experience with a built-in theme switcher.

Usage

check me out

Installation

  1. Add the gem to your application's Gemfile:

    gem "data_pact"
  2. Then execute:

    $ bundle

    Or install it manually with:

    $ gem install data_pact
  3. Finally, mount the engine in your config/routes.rb file:

    mount DataPact::Engine => "/data_pact"

Contributing

We welcome contributions from developers of all skill levels. If you're interested in improving DataPact or adding new features, please follow the contribution guidelines.

License

DataPact is available as open-source software under the MIT License. Feel free to use it, modify it, and share it as you see fit.


0