permitted?() Instance Public methods Returns true if the parameter is permitted, false otherwise. params = ActionController::Parameters.new params.permitted? # => false params.permit! params.permitted? # => true
ios.stat â stat Instance Public methods Returns status information for ios as an object of type File::Stat. f = File.new("testfile") s = f.stat "%o" % s.mode #=> "100644" s.blksize #=> 4096 s.atime #=> Wed Apr 09 08:53:54 CDT 2003
marker_configure(*args) Instance Public methods
full_name() Instance Public methods
blt_table_cget_tkstring(*args) Instance Public methods
_handle_render_options(options) Instance Public methods
frame(win) Class Public methods
proper_table_name(name, options = {}) Instance Public methods Finds the correct table name given an Active Record object. Uses the Active Record object's own table_name, or pre/suffix from the options passed in.
inheritance_column=(value) Instance Public methods Sets the value of #inheritance_column
template_result(template, context, template_file) Instance Public methods Creates the result for template with context. If an error is raised a Pathname template_file will indicate the file where the error occurred.
Page 202 of 2275