No commit activity in last 3 years
No release in over 3 years
Bulutfon Dashboard.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.3.0
~> 4.2.0
 Project Readme

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 install

Usage

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:views

Add this line to your application's config/routes.rb:

	mount BulutfonDashboard::Engine => '/bulutfon', as: 'bulutfon_dashboard'

Access root path like this:

	bulutfon_dashboard.root_path

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

Credits

lab2023

License

Copyright © 2013-2015 lab2023 - information technologies