Rails Engine for inline editing with RailsAdmin
Gemfile.rb
:
gem 'gizmos'
# the edge version can be had using:
# gem 'gizmos', github: 'carloscortegagna/gizmos'
Console
:
% bundle install
% bundle exec rake db:migrate
% rails generate gizmos:install
Will generate the gizmos_config.rb
initializer to customize the default values:
Gizmos.configure do |config|
# config.admin_scope = current_user
end
Submitting a Pull Request:
- Fork the repository.
- Create a topic branch.
- Implement your feature or bug fix.
- Add, commit, and push your changes.
- Submit a pull request.
Copyright 2014 Carlo Scortegagna