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/identity.rb,
lib/ramaze/helper/nitroform.rb,
lib/ramaze/helper/httpdigest.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, CGI, Cache, Facebook, Flash, Form, Formatting, HttpDigest, Identity, Link, Markaby, Maruku, Methods, Pager, Partial, REST, Redirect, SendFile, Sequel, Stack, User

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