Sha256: 61ac4c6532a883a74a86930b3609a1e34ac0e9dc92690bef19ef1372940e9eab
Contents?: true
Size: 772 Bytes
Versions: 2
Compression:
Stored size: 772 Bytes
Contents
# UberPresenter UberPresenter это библиотека для огранизации презентеров в проектах на Ruby On Rails ## Установка (Installation) Add this line to your application's Gemfile: gem 'uber-presenter' And then execute: $ bundle To keep your code organized, create a directory “app/presenters” in your project and add this line to your application.rb: config.autoload_paths << Rails.root.join("app", "presenters").to_s ## Для разработчиков (Contributing) 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
uber_presenter-0.1.0 | README.md |
uber_presenter-0.0.2 | README.md |