1.
Module: ActiveRecord::ConnectionAdapters::SchemaStatements
File vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/ ... add_index(:accounts, [:branch_id, :party_id], :unique => true). generates ...
2.
Module: ActionView::Helpers::JavaScriptHelper
Rails includes the Prototype JavaScript framework and the Scriptaculous JavaScript ... to a string when the template is rendered (instead of making an Ajax request first). ... Returns a JavaScript tag with the content inside. Example: ...
3.
Module: ActiveSupport::CoreExtensions::Numeric::Time
In: vendor/rails/activesupport/lib/active_support/core_ext/numeric/time.rb ... File vendor/rails/activesupport/lib/active_support/core_ext/numeric/time.rb, ...
4.
Rails Framework Documentation
vendor/rails/actionpack/lib/action_controller/helpers.rb ...... At the command prompt, start a new Rails application using the rails command and your ...
5.
Module: ActionController::Filters::ClassMethods
#after (actual filter code is run, unless the around filter does not yield) ... File vendor/rails/actionpack/lib/action_controller/filters.rb, line 498 498: ...
6.
Class: ActiveSupport::Testing::Benchmarker
In: vendor/rails/activesupport/lib/active_support/testing/performance.rb ... run_test(@metric, :benchmark) } 114: @total = @metric.total 115: end ...
7.
Module: ActiveRecord::Associations::ClassMethods
The counter cache is incremented when an object of this class is created and ... File vendor/rails/activerecord/lib/active_record/associations.rb, ...
8.
File: README
Active Record — Object-relation mapping put on rails. Active Record connects business objects and database tables to create a persistable domain model where ...
9.
Class: ActiveRecord::Migration
Example of a more complex migration that also needs to initialize data: .... File vendor/rails/activerecord/lib/active_record/migration.rb, line 315 315: ...
10.
Class: ActiveRecord::Base
Jan 12, 2009 ... That will either find an existing tag named "rails", or create a new ... "display" => large }) User.find(user.id).preferences ..... Array - Finds the record that matches these find-style conditions (such as [‘c