Sha256: 4d340367031b13d1ffe6aff2c90902df38a91991be3e6954154b2955937b5c00
Contents?: true
Size: 1.15 KB
Versions: 1
Compression:
Stored size: 1.15 KB
Contents
# TKH Admin Panel This is a Rails engine with an admin panel layout, assets and basic functionality. Powered by Twitter Bootstrap + SASS for a modern responsive design. Primarily developed for Ten Thousand Hours but we are happy to share if anybody finds it useful. Please note that this gem is still in its embryonic phase. I'm just getting started. ## Installation This gem was created in sync with Rails 3.2.6 and there is a railties dependency of "~> 3.2". Add this line to your application's Gemfile: gem 'tkh_admin_panel', '~> 0.0' And then execute: $ bundle And then of course restart your server! Typically: $ rails s ## Usage In your controller(s): $ render layout: 'admin' ... for whichever actions you want to use this layout ## Contributing Pull requests for new features and bug fixes are welcome. 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Create your failing tests based on the Test Unit framework. 4. Create your code which makes the tests pass. 5. Commit your changes (`git commit -am 'Added some feature'`) 6. Push to the branch (`git push origin my-new-feature`) 7. Create new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
tkh_admin_panel-0.0.5 | README.md |