Skip to content

wuhl/simple_form-enhanced

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleForm::Enhanced

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'simple_form-enhanced'

And then execute:

$ bundle

Or install it yourself as:

$ gem install simple_form-enhanced

Usage

After you install simple_form-enhanced and add it to your Gemfile, you need to run the generator:

rails generate simple_formenhanced:install

The generator will generate the simple_form:install command, add some specific language files and prepare the erb template engine for CRUD creations.

To run properly, gem rails-i18n-enhanced has to be installed first.

Contributing

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

About

Enhanced simple_form gem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages