Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)