Module: Ramaze::Helper
- Included in:
- Paginate::Paginator
- Defined in:
- lib/ramaze/helper/flash.rb,
lib/ramaze/helper/auth.rb,
lib/ramaze/helper/csrf.rb,
lib/ramaze/helper/link.rb,
lib/ramaze/helper/tagz.rb,
lib/ramaze/helper/user.rb,
lib/ramaze/helper/bench.rb,
lib/ramaze/helper/cache.rb,
lib/ramaze/helper/email.rb,
lib/ramaze/helper/stack.rb,
lib/ramaze/helper/xhtml.rb,
lib/ramaze/helper/layout.rb,
lib/ramaze/helper/maruku.rb,
lib/ramaze/helper/thread.rb,
lib/ramaze/helper/upload.rb,
lib/ramaze/helper/erector.rb,
lib/ramaze/helper/gestalt.rb,
lib/ramaze/helper/markaby.rb,
lib/ramaze/helper/gravatar.rb,
lib/ramaze/helper/identity.rb,
lib/ramaze/helper/localize.rb,
lib/ramaze/helper/paginate.rb,
lib/ramaze/helper/blue_form.rb,
lib/ramaze/helper/send_file.rb,
lib/ramaze/helper/formatting.rb,
lib/ramaze/helper/remarkably.rb,
lib/ramaze/helper/simple_captcha.rb,
lib/ramaze/helper/request_accessor.rb
Overview
This is called Identity to avoid collisions with the original openid.rb It provides a nice and simple way to provide and control access over the OpenID authentication model.
Defined Under Namespace
Modules: Auth, Bench, BlueForm, CSRF, Cache, Email, Erector, Flash, Formatting, Gestalt, Gravatar, Identity, Layout, Link, Localize, Markaby, Maruku, Paginate, Remarkably, RequestAccessor, SendFile, SimpleCaptcha, Stack, Thread, Upload, UserHelper, XHTML
Constant Summary collapse
- Tagz =
Allows you to use some shortcuts for Tagz in your Controller. use this inside your controller to directly build Tagz Refer to the Tagz-documentation and testsuite for more examples.
Usage:
tagz { h1_{ "Apples & Oranges" } } #=> "<h1>Apples & Oranges</h1>" tagz { h1_(:class => 'fruits&floots'){ 'Apples' } }
::Tagz