Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lab2023/bulutfon-dashboard-rails
Bulutfon Dashboard Rails Engine
https://github.com/lab2023/bulutfon-dashboard-rails
Last synced: about 2 months ago
JSON representation
Bulutfon Dashboard Rails Engine
- Host: GitHub
- URL: https://github.com/lab2023/bulutfon-dashboard-rails
- Owner: lab2023
- License: mit
- Created: 2016-07-20T13:53:09.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2017-01-04T12:11:29.000Z (about 8 years ago)
- Last Synced: 2024-03-23T18:20:28.292Z (10 months ago)
- Language: Ruby
- Size: 797 KB
- Stars: 2
- Watchers: 12
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# BulutfonDashboardRails
Bulutfon rails dashboard mountable engine.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'bulutfon_dashboard', git: 'https://github.com/lab2023/bulutfon-dashboard-rails.git', branch: 'master'
```And then execute:
```ruby
$ bundle install
```## Usage
Run required commands in terminal:```ruby
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:
```bash
rails generate bulutfon_dashboard:views
```Add this line to your application's config/routes.rb:
```ruby
mount BulutfonDashboard::Engine => '/bulutfon', as: 'bulutfon_dashboard'
```Access root path like this:
```ruby
bulutfon_dashboard.root_path
```
## Contributing1. 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## Credits
![lab2023](http://lab2023.com/assets/images/named-logo.png)
- BulutfonDashboardRails is maintained and funded by [lab2023 - information technologies](http://lab2023.com/)
- Thank you to all the [contributors!](../../graphs/contributors)
- The names and logos for lab2023 are trademarks of lab2023, inc.## License
Copyright © 2013-2015 [lab2023 - information technologies](http://lab2023.com)