- Fix update action
- Added notices to redirects in controller
- Made something show up in index and show for false boolean values
- Cleaned up Bootstrapped views. Still have not done dried views
- Cleaned up view nitpicks. Switched to new hash syntax in controller.
- Don't create instance var in new action
- Change find_by_id to find_by(:id => params[:id])
- Change named routes to use old-style hash syntax
- Added skip_controller and skip_model options (default: false)
- Fixed #17, Typo: In index template, closing tbody tag is instead of
- Fixed #15, add .btn-primary or .btn-warning instead of just .btn
- Slightly improved form layouts
- Fixed #14 to use icons in index template when bootstrapped
- New --dry option to get scaffold-like refactoring (but without mass assignment)
- Bootstrap 3.0
- Horizontal form CSS applied when using --styled
- styler generator removes require_tree directive from application.css
- Remove footer from layout to avoid bootstrap grid weirdness
- Enhanced flash messaging
- Fix named routes
- Change BOOTSWATCH_NAME to THEME_NAME
- Use CDN for FontAwesome and Bootswatch themes.
- Use hardcoded bootstrap 2.3.2 default css and js.
- Rewrite USAGE info
- Rails 4 compatibility: use PATCH instead of PUT
- Fix edit templates to use @ivar in the form_tag call.
- Add --named-routes option to starter:resource
- Add --styled option to starter:resource
- Add starter:style generator to make it easy to apply a bootswatch. Not complete but mostly there.
- 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.
- First attempt.