dragimage_visible(*args) Instance Public methods
encoding_convertto(str, enc=None) Class Public methods Also aliased as: encoding_convert_to
path_to_javascript(source, options = {}) Instance Public methods Alias for: javascript_path
template_for(file, page = true, klass = ERB) Instance Public methods Retrieves a cache template for file, if present, or fills the cache.
nodeName() Instance Public methods
database_classname() Class Public methods
print_profile(f) Instance Public methods
prefetch_primary_key?(table_name = nil) Instance Public methods Should primary key values be selected from their corresponding sequence before the insert statement? If true, next_sequence_value is called before each insert to set the record's primary key. This is false for all adapters but Firebird.
str.start_with?([prefixes]+) â true or false Instance Public methods Returns true if str starts with one of the prefixes given. "hello".start_with?("hell") #=> true # returns true if one of the prefixes matches. "hello".start_with?("heaven", "hell") #=> true "hello".start_with?("heaven", "paradise") #=> false
read_file(name) Instance Public methods Read a file
Page 458 of 2275