## Version 0.6.0 (March 30, 2013) ## * Rails 4 compatibility: use PATCH instead of PUT ## Version 0.3.1 (March 30, 2013) ## * Fix edit templates to use @ivar in the form_tag call. ## Version 0.3 ## * Add --named-routes option to starter:resource * Add --styled option to starter:resource ## Version 0.2 (March 24, 2013) ## * Add starter:style generator to make it easy to apply a bootswatch. Not complete but mostly there. ## Version 0.1 (March 24, 2013) ## * Properly close the erb tag for the link to the show action in the index template. Also add a leading slash in the url. * Added a destroy a link to the index template. ## Version 0.0.1 (March 22, 2013) ## * First attempt.