aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/base.rb
Commit message (Expand)AuthorAgeFilesLines
* refactor evals and adds some __FILE__ and __LINE__Santiago Pastorino2010-05-201-1/+1
* Remove Model.clear_default_scopePratik Naik2010-05-181-4/+0
* AR::Base#clone fixed to set dirty bits for cloned objectpleax2010-05-161-1/+7
* cache connection when quotingComron Sattari2010-05-161-5/+6
* a cloned object no longer mimics changed flags from creator , plus a test cas...Federico Brubacher2010-05-161-0/+1
* Reset quoted_table_name after set_table_name [#4568 state:resolved]Santiago Pastorino2010-05-151-1/+1
* Modified default_scope to merge with any pre-existing default_scopeDavid Chelimsky + Brian Tatnall2010-05-151-1/+5
* eliminate alias_method_chain from ActiveRecordwycats2010-05-091-329/+2
* Fix failing test.José Valim2010-04-281-1/+1
* Makes validates_acceptance_of to not override database fields [#4460 state:co...Santiago Pastorino2010-04-281-0/+4
* Restore HWIA#stringify_keys! and update changelogJeremy Kemper2010-04-221-2/+1
* removes unnecessary assignment and local variable in AR::Base#subclasses, and...Xavier Noria2010-04-131-3/+2
* Refactor compute_type to handle situations where the correct class is already...Andrew White2010-04-121-16/+19
* make ActiveRecord::Base.subclasses a public methodEmmanuel Oga2010-04-121-1/+5
* table_name_prefix and table_name_suffix are class_attributes instead of cattr...Phil Smith2010-04-121-4/+5
* fix stack trace lines on class_evalSantiago Pastorino2010-04-091-4/+4
* Some doc updates reflecting the new query APIPratik Naik2010-04-081-36/+32
* moves Object#singleton_class to Kernel#singleton_class to match Ruby also the...Xavier Noria2010-04-051-1/+1
* Update various documentation examples to use new routing DSLAndrew White2010-04-041-1/+1
* Merge commit 'rails/master'Xavier Noria2010-03-311-5/+13
|\
| * Replace the placeholder base_hook API with on_load. To specify some code thatwycats2010-03-291-1/+1
| * Fix dom_id for ActiveRecord [#4296 state:resolved]José Valim2010-03-301-2/+1
| * Rename modularized_table_name_prefix to full_table_name_prefix [#4032 state:r...wycats2010-03-281-2/+2
| * Add the ability to specify table_name_prefix on individual modulesAndrew White2010-03-281-1/+8
| * Update example of default_scope to use the new arel finder syntaxDavid Heinemeier Hansson2010-03-281-1/+1
| * adds missing requires for Object#blank? and Object#present?Xavier Noria2010-03-281-0/+1
| * adds missing requires for Object#duplicable?Xavier Noria2010-03-281-0/+1
* | Changes migration number to version due to ambiguity. [#3065 state:committed]Rizwan Reza2010-03-281-1/+1
|/
* Remove unused attributes_with_quotes method.Emilio Tagua2010-03-251-20/+0
* Move require closer to homeJeremy Kemper2010-03-171-1/+0
* fixing activerecord tests [#4205 state:resolved]Aaron Patterson2010-03-171-0/+1
* clean up more warnings, remove unnecessary methods, fix eval line numbers. [#...Aaron Patterson2010-03-161-0/+4
* cleaning up many more warnings in activerecord [#4180 state:resolved]Aaron Patterson2010-03-151-2/+8
* speeding up clone_attributes, changing readonly to be initialized in def init...Aaron Patterson2010-03-141-8/+9
* cleaning up some test warningsAaron Patterson2010-03-141-0/+1
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-165/+5
* converting inject to each and mapAaron Patterson2010-03-061-5/+4
* fixed a 'RecordNotFound' bug when calling 'reload' on a object which doesn't ...Tobias Bielohlawek2010-02-261-1/+1
* Fix a bug where default_scope was overriding attributes given on model initia...Henry Hsu2010-02-261-1/+1
* Use Object#singleton_class instead of #metaclass. Prefer Ruby's choice.Jeremy Kemper2010-02-251-1/+1
* Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...José Valim2010-02-211-4/+9
* Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-161-1/+1
* Move batch finders to RelationPratik Naik2010-02-121-1/+2
* removing , from ,= statement in WrappedDatabaseException constructorSubbaRao Pasupuleti2010-02-031-1/+1
* Make default_scope work with RelationsPratik Naik2010-01-231-2/+3
* Revert "Refactoring attributes/types" [#3348 state:open]Pratik Naik2010-01-221-6/+31
* Cache quoted_table_namePratik Naik2010-01-211-4/+5
* Move update and update_all to RelationPratik Naik2010-01-201-70/+1
* Base.merge_conditions is no longer neededPratik Naik2010-01-201-14/+0
* Dont delegate Relation#update to arelPratik Naik2010-01-201-2/+2