aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/base.rb
Commit message (Expand)AuthorAgeFilesLines
* reorder removed in favor of except(:order).orderSantiago Pastorino2010-10-111-1/+1
* be kind to the garbage collector and reuse our visitor objectAaron Patterson2010-10-031-1/+4
* avoid creating objects when we canAaron Patterson2010-10-031-2/+1
* Arel::Sql::Engine.new does not do anything anymoreAaron Patterson2010-09-301-1/+1
* type_name should check for blank because people may have messed up databasesAaron Patterson2010-09-301-1/+1
* type_name is never a blank string, so use faster .nil? callAaron Patterson2010-09-301-1/+1
* speeding up object instantiation by eliminating instance_evalAaron Patterson2010-09-301-7/+21
* Set attributes properly for model built from association with conditions [#55...Marcelo Giorgi2010-09-281-8/+9
* do not need intermediate variable, avoid lasgnAaron Patterson2010-09-271-2/+3
* Delegate ActiveRecord::Base.offset to scoped methods (analogous to limit) [#5...Marcelo Giorgi2010-09-241-1/+1
* use instance_eval, reduce method calls.Stevie Graham2010-09-211-15/+7
* Cache unserialized attributesJeremy Kemper2010-09-091-6/+5
* refactor a couple injects to map + Hash[]Aaron Patterson2010-09-081-5/+2
* avoid an inject in favor of dupAaron Patterson2010-09-081-3/+3
* serialized attributes should be serialized before validation [#5525 state:res...Aaron Patterson2010-09-071-2/+2
* no need to freeze this stringAaron Patterson2010-09-071-1/+1
* unscoped has nothing so merging with a relation just returns the relationSantiago Pastorino2010-09-071-1/+1
* Cleanup deprecation warnings in active recordCarlos Antonio da Silva2010-09-061-22/+2
* Revert "Setup explicit requires for files with exceptions. Removed them from ...José Valim2010-09-021-1/+0
* Setup explicit requires for files with exceptions. Removed them from autoload...Łukasz Strzałkowski2010-09-021-0/+1
* Reset default scope in Thread.current when class is unloaded [#5497 state:res...Andrew White2010-09-011-0/+8
* Replacing superclass_delegating_accessoror with class_attribute.Neeraj Singh2010-08-311-1/+1
* :nodoc:s #unscoped until its behavior is more clear, now sometimes works, som...Xavier Noria2010-08-251-1/+1
* Merge remote branch 'docrails/master'Xavier Noria2010-08-251-0/+5
|\
| * unscoped does not work when chained with named_scopeNeeraj Singh2010-08-231-0/+5
* | fix broken relative links [#5415 state:committed]Joost Baaij2010-08-241-1/+1
|/
* Fix docs to reference ActiveRecord::LogSubscriberEvgeniy Dolzhenko2010-08-211-1/+1
* Optimize find_sti_class when store_full_sti_class is trueAndrew White2010-08-191-1/+5
* Memoize STI class lookups for the duration of a requestJeremy Kemper2010-08-191-2/+2
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-87/+87
* Removing most of the symbol to proc usage in Active RecordPrem Sichanugrist2010-08-131-3/+3
* commit review: applies guidelines to "# =>"Xavier Noria2010-08-121-2/+2
* updating documentation for named_scope and default_scopeNeeraj Singh2010-08-121-0/+10
* Merge remote branch 'docrails/master'Xavier Noria2010-08-051-9/+9
|\
| * fixing documentationNeeraj Singh2010-08-031-9/+9
* | I'm unsure how cloning was working in Rails 3 beforewycats2010-08-041-1/+1
|/
* Correcting the documentation which wrongly states that each dynamic finder cr...Neeraj Singh2010-08-021-7/+4
* Adding to AR::Base documentation about dynamically scopeded_by queryNeeraj Singh2010-08-021-9/+17
* updating documentation to ensure line does not exceed 100 columnsNeeraj Singh2010-08-021-88/+128
* slight performance improvement when grabbing an arel tableAaron Patterson2010-07-271-1/+1
* Don't interpolate a blank string, avoid warningsSantiago Pastorino2010-07-261-0/+2
* Fixes syntax error in "with_scope" exampleArkadiusz Holko2010-07-251-1/+1
* 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