BulutfonDashboardRails
Bulutfon rails dashboard mountable engine.
Installation
Add this line to your application's Gemfile:
gem 'bulutfon_dashboard', git: 'https://github.com/lab2023/bulutfon-dashboard-rails.git', branch: 'master'And then execute:
$ bundle installUsage
Run required commands in terminal:
rails generate bulutfon_dashboard:assets
rails generate bulutfon_dashboard:initializers
rails generate bulutfon_dashboard:helpers
rails generate bulutfon_dashboard:migrations
rails generate bulutfon_dashboard:controllers If you want to change views run this command:
rails generate bulutfon_dashboard:viewsAdd this line to your application's config/routes.rb:
mount BulutfonDashboard::Engine => '/bulutfon', as: 'bulutfon_dashboard'Access root path like this:
bulutfon_dashboard.root_pathContributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
Credits
- BulutfonDashboardRails is maintained and funded by lab2023 - information technologies
- Thank you to all the contributors!
- The names and logos for lab2023 are trademarks of lab2023, inc.
License
Copyright © 2013-2015 lab2023 - information technologies