set_topic

set_topic(topic) Instance Public methods

request_uri=

request_uri=(uri) Instance Public methods

new

new(anchor = nil, tag = nil, implicit = true, style = BLOCK) Class Public methods Create a new object representing a YAML sequence. anchor is the anchor associated with the sequence or nil. tag is the tag associated with the sequence or nil. implicit a boolean indicating whether or not the sequence was implicitly started. style is an integer indicating the list style. See Psych::Handler#start_sequence

install_taxo_topic

install_taxo_topic(klass) Class Public methods

rdoc

rdoc(req, res) Instance Public methods Can be used for quick navigation to the rdoc documentation. You can then define a search shortcut for your browser. E.g. in Firefox connect 'shortcut:rdoc' to localhost:8808/rdoc?q=%s template. Then you can directly open the ActionPack documentation by typing 'rdoc actionp'. If there are multiple hits for the search term, they are presented as a list with links. Search algorithm aims for an intuitive search: first try to find the gems and d

collection_check_boxes

collection_check_boxes(method, collection, value_method, text_method, options = {}, html_options = {}, &block) Instance Public methods Wraps ActionView::Helpers::FormOptionsHelper#collection_check_boxes for form builders: <%= form_for @post do |f| %> <%= f.collection_check_boxes :author_ids, Author.all, :id, :name_with_initial %> <%= f.submit %> <% end %> Please refer to the documentation of the base helper for details.

style

style(*args) Class Public methods

display 2

display() Instance Public methods Also aliased as: show

bgimage

bgimage(image, tid=None) Instance Public methods

invoke

invoke(name=nil) Instance Public methods