Sha256: 7ea0e56db087eb687e22b55f0470795c659de8b532a69d3c39826b6d73b98312
Contents?: true
Size: 1.68 KB
Versions: 5
Compression:
Stored size: 1.68 KB
Contents
= UNFINISHED * Become total warden solution (basically just require warden gem installed, do everything else) * Make warden password strategy support a callback which explains what to do with username, password * WardenPlugin.authenticate_callback { |username, password| User.authenticate(username, password) } * Remove dependency on activesupport! and enumerate dependencies in rakefile * Look into creating sinatra generators using rubigen (http://github.com/drnic/rubigen) * http://github.com/quirkey/sinatra-gen * Look into adding any missing helpers from: * http://github.com/sbfaulkner/sinatra-helpers/tree/master/lib/sinatra-helpers/haml/ * http://github.com/sbfaulkner/sinatra-helpers/blob/master/lib/sinatra-helpers/html/escape.rb * http://github.com/sbfaulkner/sinatra-helpers/blob/master/lib/sinatra-helpers/haml/links.rb * http://github.com/kelredd/sinatra-helpers/tree/master/lib/sinatra_helpers/mailer/ * http://github.com/kelredd/sinatra-helpers/blob/master/lib/sinatra_helpers/erb/links.rb * http://github.com/kelredd/sinatra-helpers/blob/master/lib/sinatra_helpers/erb/forms.rb = COMPLETED * 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
sinatra_more-0.1.5 | TODO |
sinatra_more-0.1.4 | TODO |
sinatra_more-0.1.3 | TODO |
sinatra_more-0.1.2 | TODO |
sinatra_more-0.1.1 | TODO |