Module: Ramaze::Helper
- Included in:
- Paginate::Paginator
- Defined in:
- lib/ramaze/helper/tagz.rb,
lib/ramaze/helper/auth.rb,
lib/ramaze/helper/form.rb,
lib/ramaze/helper/link.rb,
lib/ramaze/helper/user.rb,
lib/ramaze/helper/bench.rb,
lib/ramaze/helper/cache.rb,
lib/ramaze/helper/flash.rb,
lib/ramaze/helper/stack.rb,
lib/ramaze/helper/xhtml.rb,
lib/ramaze/helper/disqus.rb,
lib/ramaze/helper/maruku.rb,
lib/ramaze/helper/gestalt.rb,
lib/ramaze/helper/partial.rb,
lib/ramaze/helper/gravatar.rb,
lib/ramaze/helper/identity.rb,
lib/ramaze/helper/localize.rb,
lib/ramaze/helper/paginate.rb,
lib/ramaze/helper/nitroform.rb,
lib/ramaze/helper/httpdigest.rb,
lib/ramaze/helper/remarkably.rb,
lib/ramaze/helper/sequel_form.rb,
lib/ramaze/helper/ultraviolet.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, Cache, Disqus, Facebook, Flash, Form, Formatting, Gestalt, Gravatar, HttpDigest, Identity, Link, Localize, Markaby, Maruku, Pager, Paginate, Partial, Remarkably, RequestAccessor, Sequel, SequelForm, SimpleCaptcha, Stack, Thread, Ultraviolet, User, XHTML
Constant Summary collapse
- Tagz =
::Tagz
- Nitroform =
This helper simply includes the Nitro::FormHelper so you can use its methods in your Controller.
::Nitro::FormHelper