enable_close

enable_close Instance Public methods Enable a call to dlclose() when this DL::Handle is garbage collected.

default_external

Encoding.default_external â enc Class Public methods Returns default external encoding. The default external encoding is used by default for strings created from the following locations: CSV File data read from disk SDBM StringIO Zlib::GzipReader Zlib::GzipWriter String#inspect Regexp#inspect While strings created from these locations will have this encoding, the encoding may not be valid. Be sure to check String#valid_encoding?. File data written to disk will b

mark_trusted

mark_trusted(slave = '') Class Public methods

platforms=

platforms=(platforms) Class Public methods Set array of platforms this RubyGems supports (primarily for testing).

rename_table

rename_table(table_name, new_name) Instance Public methods Renames a table. Also renames a table's primary key sequence if the sequence name matches the Active Record default. Example: rename_table('octopuses', 'octopi')

cget_strict

cget_strict(option) Instance Public methods

new

new(server, name) Class Public methods Creates a new ERBHandler on server that will evaluate and serve the ERB file name

raise_for_undefined_entity?

raise_for_undefined_entity?() Class Public methods

validates_presence_of

validates_presence_of(*attr_names) Instance Public methods Validates that the specified attributes are not blank (as defined by Object#blank?), and, if the attribute is an association, that the associated object is not marked for destruction. Happens by default on save. class Person < ActiveRecord::Base has_one :face validates_presence_of :face end The face attribute must be in the object and it cannot be blank or marked for destruction. If you want to validate the presence

meta_vars

meta_vars() Instance Public methods This method provides the metavariables defined by the revision 3 of âThe WWW Common Gateway Interface Version 1.1â Web.Golux.Com/coar/cgi/