BlockTemplates
Better Rails templates.
Installation
Add this line to your application's Gemfile:
gem 'block_templates'And then execute:
$ bundle
Or install it yourself as:
$ gem install block_templates
Usage
In terminal type.
$ rails g model company
Screens
Contributing
- Fork the project ( https://github.com/Nguyenanh/block_templates/fork )
- 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 a new pull request with a description of your changes
