Skip to content

ggomagundan/custom-nifty-generators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Nifty Generators

Custom Nifty Generators using lib Directory

Import Gem List

Additional

config/initializers/utf8mb4.rb # For Conflict Encoding

Preparation

$ cp config/database.yml.sample config/database.yml # if Use mysql

File List

Action On Controller

lib/templates/nifty/scaffold/actions/*.rb 

# Alwalys redirect to index path

Controller File

lib/templates/nifty/scaffold/controller.rb

# Support `Strong Parameter` 

View File

lib/templates/nifty/scaffold/views/erb/*.html.erb

# Design bootstrap

Full documentation

The Documentation is at https://github.com/ryanb/nifty-generators

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

This Code is available as open source under the terms of the MIT License.

About

custom Nifty Generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published