Adminpanel
This gem is developed to be a CMS for Ruby 1.8.7 and Rails 3.2.12
Installation
Add this line to your application's Gemfile:
gem 'adminpanel'
And then execute:
$ bundle
Or install it yourself as:
$ gem install adminpanel
Usage
In you application.rb
config.default_locale = :es
no other language is currently supported, but pull requests are welcome.
The gem expects you to have a database with tables as the schema.rb in the root. You have to add your sections in the seeds.rb to add them to the database.
Any doubt feel free to ask me!
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request