Module: Ramaze::Helper

Defined in:
lib/ramaze/helper.rb,
lib/ramaze/helper/form.rb,
lib/ramaze/helper/rest.rb,
lib/ramaze/helper/tagz.rb,
lib/ramaze/helper/user.rb,
lib/ramaze/helper/bench.rb,
lib/ramaze/helper/xhtml.rb,
lib/ramaze/helper/gestalt.rb,
lib/ramaze/helper/gravatar.rb,
lib/ramaze/helper/identity.rb,
lib/ramaze/helper/paginate.rb,
lib/ramaze/helper/nitroform.rb,
lib/ramaze/helper/httpdigest.rb,
lib/ramaze/helper/ultraviolet.rb,
lib/ramaze/helper/simple_captcha.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: Aspect, Auth, Bench, CGI, Cache, Facebook, Flash, Form, Formatting, Gestalt, Gravatar, HttpDigest, Identity, Link, Markaby, Maruku, Methods, Pager, Paginate, Partial, REST, Redirect, SendFile, Sequel, SimpleCaptcha, Stack, Thread, Ultraviolet, User, XHTML

Constant Summary collapse

LOOKUP =
Set.new
PATH =
['']
Tagz =
::Tagz
Nitroform =

This helper simply includes the Nitro::FormHelper so you can use its methods in your Controller.

::Nitro::FormHelper