History.md
### Version 0.3.2
2014-10-17
* Support Rails 4.2
### Version 0.3.1
2014-10-14
* Add controller generator
* Configure RSpec in zero monkey patching mode
* Bugfixes
### Version 0.3.0
2014-09-14
* Remove standalone executable in favor of running the 'embryo' generator
* Configure Postgres automatically
* Generate a working JavaScript-enabled spec
### Version 0.2.1
2014-08-05
* Support for generating authenticated models with Devise
### Version 0.2.0
2014-08-04
* Add model generator
* Minor fixes for basic app configuration
### Version 0.1.1
2014-6-10
* Minor bugfix for running the gem-installed binary
### Version 0.1.0
2014-6-10
* Templating enhancements with Haml and Bootstrap
* Testing enhancements with RSpec, FactoryGirl, Capybara, and
Poltergeist
* Ruby version and gemset configuration
* "embryo" generator to enhance a stock Rails app
* "rails-embryo" binary to generate a new Rails app with enhancements