TODO in sinatra_more-0.2.8 vs TODO in sinatra_more-0.2.9
- old
+ new
@@ -1,8 +1,7 @@
= UNFINISHED
-* Add support for a MailerPlugin which will make sending emails a breeze (http://github.com/hiroshi/pony)
* Add support for fields_for tag in formbuilder
* Add support for button tag method, mail_to helper
* Add support for check_box_group, radio_button_group which create a set of checkboxes or radio buttons
* Look into creating sinatra generators using rubigen (http://github.com/drnic/rubigen)
* http://github.com/quirkey/sinatra-gen
@@ -13,9 +12,10 @@
* Make warden password strategy support a callback which explains what to do with username, password
* WardenPlugin.authenticate_callback { |username, password| User.authenticate(username, password) }
= COMPLETED
+* Add support for a MailerPlugin which will make sending emails a breeze (http://github.com/hiroshi/pony)
* Add support for missing formbuilder fields (select, and standard_form_builder methods i.e check_box_group)
* Add support for missing formhelpers/fields (radio_button_tag, select_tag)
* Add support for select_tag :multiple => true
* Add support for forms with method => put, delete using hidden field
* Remove dependency on activesupport! and enumerate dependencies in rakefile (as much as possible, need inflectors)
\ No newline at end of file