Sha256: 61e0fdd7e0d0a32237d00858c1e6de73d18467877ed198a387dbbeb727e8773f

Contents?: true

Size: 1.63 KB

Versions: 35

Compression:

Stored size: 1.63 KB

Contents

# Formify

Formify gives you scaffolding for quickly adding robust forms to your application.  Formify also includes rspec testing helpers, making it easy to validate forms.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'formify'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install formify

## Usage

Once installed, use `include Formify::Form` into any class to give it the form structure.

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ryanwjackson/formify. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

## Code of Conduct

Everyone interacting in the Formify project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/ryanwjackson/formify/blob/master/CODE_OF_CONDUCT.md).

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
formify-0.15.0 README.md
formify-0.14.1 README.md
formify-0.14.0 README.md
formify-0.13.7 README.md
formify-0.13.6 README.md
formify-0.13.5 README.md
formify-0.13.4 README.md
formify-0.13.3 README.md
formify-0.12.2 README.md
formify-0.12.1 README.md
formify-0.11.6 README.md
formify-0.11.5 README.md
formify-0.11.4 README.md
formify-0.11.3 README.md
formify-0.11.2 README.md
formify-0.11.1 README.md
formify-0.11.0 README.md
formify-0.10.1 README.md
formify-0.10.0 README.md
formify-0.9.0 README.md