rails_root

rails_root() Instance Protected methods

mount

mount(dir, servlet, *options) Instance Public methods Mounts servlet on dir passing options to the servlet at creation time

current_database

current_database() Instance Public methods

clear_validators!

clear_validators!() Instance Public methods Clears all of the validators and validations. Note that this will clear anything that is being used to validate the model for both the validates_with and validate methods. It clears the validators that are created with an invocation of validates_with and the callbacks that are set by an invocation of validate. class Person include ActiveModel::Validations validates_with MyValidator validates_with OtherValidator, on: :create valid

dlload

dlload(*libs) Instance Public methods Creates an array of handlers for the given libs, can be an instance of Fiddle::Handle, Fiddle::Importer, or will create a new istance of Fiddle::Handle using Fiddle.dlopen Raises a DLError if the library cannot be loaded. See Fiddle.dlopen

notify

notify(event, tuple, sec=nil) Instance Public methods Registers for notifications of event. Returns a NotifyTemplateEntry. See NotifyTemplateEntry for examples of how to listen for notifications. event can be: 'write' A tuple was added 'take' A tuple was taken or moved 'delete' A tuple was lost after being overwritten or expiring The TupleSpace will also notify you of the 'close' event when the NotifyTemplateEntry has expired.

conditional_hello_with_expires_in_with_public_and_must_revalidate

conditional_hello_with_expires_in_with_public_and_must_revalidate() Instance Public methods

new

new(chart, keys={}) Class Public methods

column_dragcget_tkstring

column_dragcget_tkstring(option) Instance Public methods

register

register(target, obj) Instance Public methods Noop this out so there are no anchors