aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Style fixes"Pratik Naik2010-07-151-1/+1
* Style fixeswycats2010-07-141-1/+1
* Style fixesPratik Naik2010-07-141-1/+1
* Added reorder delegation for ActiveRecord::Base(to be able to overwrite the d...Vitalii Khustochka2010-07-131-1/+1
* Return from ActiveRecord::Base#attributes= unless value is a hash [#4070 stat...David Trasbo2010-07-081-1/+1
* removed an old unused method in AR which removed readonly attributesJosh Kalderimis2010-07-081-9/+0
* removing unused methodNeeraj Singh2010-07-081-5/+0
* mass_assignment_security moved from AR to AMo, and minor test cleanupJosh Kalderimis2010-07-081-1/+1
* minor changes to mass assignment security patch to bring it in line with rail...Josh Kalderimis2010-07-081-2/+2
* Mass assignment security refactoringEric Chapweske2010-07-081-133/+11
* Merge remote branch 'docrails/master'Xavier Noria2010-07-071-2/+4
|\
| * clarifying the comments regarding base_class declarationNeeraj Singh2010-07-011-2/+4
* | Make relation a private method.José Valim2010-07-011-5/+6
|/
* Remove ActiveRecord::Base#class_name [#379 state:committed]David Trasbo2010-06-291-8/+0
* Tidy up deprecation message for with_exclusive_scope.José Valim2010-06-291-10/+11
* Add scoping and unscoped as the syntax to replace the old with_scope and with...José Valim2010-06-291-10/+30
* with_exclusive_scope does not work properly if ARel is passed. It does work n...Neeraj Singh2010-06-291-0/+13
* Add missing require, Base use deprecate methodSantiago Pastorino2010-06-271-0/+1
* Warn that ActiveRecord::Base.reset_subclasses is gone in Rails 3 final.Jeremy Kemper2010-06-271-0/+12
* quotes are not necessary hereSantiago Pastorino2010-06-241-2/+2
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-0/+1
* Remove incorrect comment regarding #initialize_copyPaul Gillard2010-06-231-8/+0
* Don't clone associations [#4894 state:resolved]Paul Gillard2010-06-231-0/+1
* Merge remote branch 'rails/master'Xavier Noria2010-06-201-32/+4
|\
| * remove executable permission from files that don't need it. [#4802 state:reso...rohit2010-06-201-0/+0
| * ActiveModel::Validations::Callbacks should not be required by default.José Valim2010-06-191-1/+0
| * moving before_validation and after_validation functionality from ActiveRecord...Neeraj Singh2010-06-191-0/+1
| * ActiveRecord and ActionPack now use the new descendants implementation.José Valim2010-06-191-32/+4
* | Adds title and basic description where needed.Rizwan Reza2010-06-151-0/+2
* | Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-151-1/+1
|\ \ | |/ |/|
| * Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-1/+1
* | refactors AR::Base#reset_table_nameXavier Noria2010-06-141-19/+20
* | Documentation for #quoted_table_name methodThiago Pradi2010-06-141-0/+2
* | Remove an unused methodPratik Naik2010-06-121-13/+0
|/
* Fix ActiveRecord::Base.compute_type swallowing NoMethodError. [#4751 state:re...Andrew Bloomgarden2010-06-081-1/+3
* 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