Sha256: 4fce8b90d6568c32d0479ad252cf38e9ca12097c42190cef350069269a17c025

Contents?: true

Size: 1.71 KB

Versions: 7

Compression:

Stored size: 1.71 KB

Contents

= UNFINISHED

* Add support for model, routes, migration generator types based on components
* 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
* Become total warden solution (basically just require warden gem installed, do everything else)
  * Look into removing overlapping methods and simply leverage sinatra_warden
  * Take advantage of shared strategies: http://github.com/hassox/warden_strategies/tree/master/lib/

= COMPLETED

* Created application generator using thor
* 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)
* Pull from sinatra-helpers and make erb templates work (and credit keldredd)
  * http://github.com/kelredd/sinatra-helpers/tree/master/lib/sinatra_helpers/erb/
* fix content_block_tag to eliminate need for concat option
* image_tag should start in images_path (or /images)
* I have got to add tests, basically create dummy sinatra applications and use Webrat
* Partials with counter (and add to tests)
  * http://github.com/sbfaulkner/sinatra-helpers/blob/master/lib/sinatra-helpers/haml/partials.rb
  * http://github.com/kelredd/sinatra-helpers/blob/master/lib/sinatra_helpers/erb/partials.rb

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
sinatra_more-0.3.7 TODO
sinatra_more-0.3.6 TODO
sinatra_more-0.3.5 TODO
sinatra_more-0.3.4 TODO
sinatra_more-0.3.3 TODO
sinatra_more-0.3.2 TODO
sinatra_more-0.3.1 TODO