pluralize_table_names?

pluralize_table_names?() Instance Protected methods

name

WIN32OLE_TYPELIB#name â The type library name Instance Public methods Returns the type library name. tlib = WIN32OLE_TYPELIB.new('Microsoft Excel 9.0 Object Library') name = tlib.name # -> 'Microsoft Excel 9.0 Object Library' to_s

next

str.next â new_str Instance Public methods Returns the successor to str. The successor is calculated by incrementing characters starting from the rightmost alphanumeric (or the rightmost character if there are no alphanumerics) in the string. Incrementing a digit always results in another digit, and incrementing a letter results in another letter of the same case. Incrementing nonalphanumerics uses the underlying character set's collating sequence. If the increment generates a âc

id2obj

id2obj(text, id) Class Public methods

collection_check_boxes

collection_check_boxes(method, collection, value_method, text_method, options = {}, html_options = {}, &block) Instance Public methods Wraps ActionView::Helpers::FormOptionsHelper#collection_check_boxes for form builders: <%= form_for @post do |f| %> <%= f.collection_check_boxes :author_ids, Author.all, :id, :name_with_initial %> <%= f.submit %> <% end %> Please refer to the documentation of the base helper for details.

attributes

attributes(text) Instance Public methods Applies attribute-specific markup to text using RDoc::AttributeManager

video_path

video_path(source, options = {}) Instance Public methods Computes the path to a video asset in the public videos directory. Full paths from the document root will be passed through. Used internally by video_tag to build the video path. video_path("hd") # => /videos/hd video_path("hd.avi") # => /videos/hd.avi video_path("trailers/hd.avi") # => /videos/trailers/hd.

capture2e

capture2e(*cmd) Class Public methods ::capture2e captures the standard output and the standard error of a command. stdout_and_stderr_str, status = Open3.capture2e([env,] cmd... [, opts]) The arguments env, cmd and opts are passed to ::popen3 except opts and opts. See Process.spawn. If opts is specified, it is sent to the command's standard input. If opts is true, internal pipes are set to binary mode. Example: # capture make log make_log, s = Open3.capture2e("make")

identify

identify(x, y) Instance Public methods

active_jobs_exist?

active_jobs_exist?() Instance Public methods