Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lab2023/hierapolis-rails
Gem for Hierapolis Rails Admin Theme
https://github.com/lab2023/hierapolis-rails
Last synced: 4 days ago
JSON representation
Gem for Hierapolis Rails Admin Theme
- Host: GitHub
- URL: https://github.com/lab2023/hierapolis-rails
- Owner: lab2023
- License: mit
- Created: 2013-09-18T09:04:08.000Z (over 11 years ago)
- Default Branch: develop
- Last Pushed: 2015-08-25T14:25:38.000Z (over 9 years ago)
- Last Synced: 2024-03-23T06:23:33.273Z (10 months ago)
- Language: HTML
- Homepage: http://kebab-project.org/
- Size: 444 KB
- Stars: 26
- Watchers: 16
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Hierapolis::Rails
This gem using to integrate [hierapolis](../../../hierapolis) theme on rails project.
## Installation
This gem requires
```ruby
gem 'haml'
gem 'haml-rails'
gem 'compass-rails'
gem 'bootstrap-sass'
```Add this line to your application's Gemfile:
gem 'hierapolis-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install hierapolis-rails
Run the generator:
```ruby
rails g hierapolis:install
```## Usage
Add these lines to application.css
```ruby
@import "hierapolis"
```Add these lines to application.js
```ruby
#= require bootstrap
#= require hierapolis
```## 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](http://lab2023.com/assets/images/named-logo.png)
- hierapolis-rails 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)