since

since(other) Instance Public methods

nsec

nsec() Instance Public methods Returns the fraction of a second as nanoseconds

select_month

select_month(date, options = {}, html_options = {}) Instance Public methods Returns a select tag with options for each of the months January through December with the current month selected. The month names are presented as keys (what's shown to the user) and the month numbers (1-12) are used as values (what's submitted to the server). It's also possible to use month numbers for the presentation instead of names รข set the :use_month_numbers key in options to true for this to happen

table_name

table_name() Instance Protected methods

display

display(results, options={}) Instance Public methods Prints the mapping from filenames to annotations in results ordered by filename. The options hash is passed to each annotation's to_s.

current_config

current_config(options = {}) Instance Public methods

has_basic_credentials?

has_basic_credentials?(request) Instance Public methods

member

member() Instance Public methods To add a member route, add a member block into the resource block: resources :photos do member do get 'preview' end end This will recognize /photos/1/preview with GET, and route to the preview action of PhotosController. It will also create the preview_photo_url and preview_photo_path helpers.

start

start(name, payload) Instance Public methods Send a start notification with name and payload.

append

append(*records) Instance Public methods Alias for: <<