Sha256: a525dd6c085a70fe4d93547e38d1555bdcde3eff67157cd9c21c78cb8553fc8d
Contents?: true
Size: 1.67 KB
Versions: 2
Compression:
Stored size: 1.67 KB
Contents
--git clone https://github.com/geethatulasi-nyros/feedback_gem # FeedbackGem ## Description The feedback gem is used to implement feeback object in your rails application. ## Usage How to use my plugin. ## Requirements Bootstrap Jquery ## Installation Add this line to your application's Gemfile: ```ruby gem 'feedback_gem' ``` And then execute: ```bash $ bundle `` Or install it yourself as: ```bash $ gem install feedback_gem ``` ## Migrations $ rails feedback_gem:install:migrations $ rails db:migrate ## Routes mount FeedbackGem::Engine => "/feedback_gem" ## Contributing Contribution directions go here. ## License (The MIT License) Copyright (c) 2019 Geetha Tulasi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
feedback_gem-0.3.6 | README.md |
feedback_gem-0.3.5 | README.md |