Custom Nifty Generators using lib
Directory
- mysql2 : mysql connector
- nifty-generators : nifty generator
- kaminari : pagination
- brakeman : Security Scanner
- bootstrap v4 : front-end framework
config/initializers/utf8mb4.rb # For Conflict Encoding
$ cp config/database.yml.sample config/database.yml # if Use mysql
lib/templates/nifty/scaffold/actions/*.rb
# Alwalys redirect to index path
lib/templates/nifty/scaffold/controller.rb
# Support `Strong Parameter`
lib/templates/nifty/scaffold/views/erb/*.html.erb
# Design bootstrap
The Documentation is at https://github.com/ryanb/nifty-generators
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
This Code is available as open source under the terms of the MIT License.