Ruby/Rails : Rails : ActiveRecord::Base
Context of the notion in the technology: Document / Topc: Ruby/Rails Package: Rails
Related Keywords: Ruby Rails Rails Active Record Base
Help URL: http://api.rubyonrails.com/classes/ActiveRecord/Base.html
Items Related to ActiveRecord::Base
Inner Elements of ActiveRecord::Base
ActiveRecord::Base contains following items:
- == ()
- === ()
- [] ()
- []= ()
- abstract_class? (abstract class )
- attr_accessible (attr accessible)
- attr_protected (attr protected)
- attribute_names (attribute names)
- attribute_present? (attribute present )
- attributes
- attributes= (attributes )
- attributes_before_type_cast (attributes before type cast)
- attributes_with_quotes_pre_oracle (attributes with quotes pre oracle)
- base_class (base class)
- benchmark
- class_of_active_record_descendant (class of active record descendant)
- clear_active_connections! (clear active connections )
- clone
- column_for_attribute (column for attribute)
- column_names (column names)
- columns
- columns_hash (columns hash)
- compute_type (compute type)
- connected? (connected )
- connection
- connection= (connection )
- content_columns (content columns)
- count_by_sql (count by sql)
- create
- decrement
- decrement! (decrement )
- decrement_counter (decrement counter)
- delete
- delete_all (delete all)
- destroy
- destroy_all (destroy all)
- eql? (eql )
- establish_connection (establish connection)
- exists? (exists )
- find
- find_by_sql (find by sql)
- freeze
- frozen? (frozen )
- has_attribute? (has attribute )
- hash
- id
- id= (id )
- increment
- increment! (increment )
- increment_counter (increment counter)
- inheritance_column (inheritance column)
- new
- new_record? (new record )
- primary_key (primary key)
- readonly? (readonly )
- reload
- remove_connection (remove connection)
- reset_column_information (reset column information)
- respond_to? (respond to )
- sanitize_sql (sanitize sql)
- save
- save! (save )
- serialize
- serialized_attributes (serialized attributes)
- set_inheritance_column (set inheritance column)
- set_locking_column (set locking column)
- set_primary_key (set primary key)
- set_sequence_name (set sequence name)
- set_table_name (set table name)
- silence
- table_exists? (table exists )
- table_name (table name)
- to_param (to param)
- to_xml (to xml)
- toggle
- toggle! (toggle )
- update
- update_all (update all)
- update_attribute (update attribute)
- update_attributes (update attributes)
- with_exclusive_scope (with exclusive scope)
- with_scope (with scope)
Ruby on Rails, often called RoR, or just Rails, is an open source web application framework written in Ruby that closely follows the Model-View-Controller (MVC) architecture. It strives for simplicity and allowing real-world applications to be developed in less code than other frameworks and with a minimum of configuration. The Ruby programming language allows for extensive metaprogramming, which Rails makes much use of. This results in a syntax that many of its users find to be very readable. Rails is primarily distributed through RubyGems, which is the official packaging format and distribution channel for Ruby libraries and applications. -- wikipedia.org
|