aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Ensure assign_attributes and update_attributes do not fail on nil, closes #478.José Valim2011-05-101-0/+2
* renamed mass-assignment scopes to roles, updated code, tests, docs and securi...Josh Kalderimis2011-05-081-6/+6
* Class.new.name returns an empty string on 1.8José Valim2011-05-071-1/+1
* Revert "Revert the merge because tests did not pass."José Valim2011-05-071-0/+4
* Revert the merge because tests did not pass.José Valim2011-05-061-4/+0
* Merge pull request #423 from richardiux/masterJosé Valim2011-05-061-0/+4
|\
| * Adding base method symbolized_sti_name to activerecord base to be used on ide...Richard Millan2011-05-061-0/+4
* | Multiparameter POLA, time_select fixes. See LH4346Aditya Sanghi2011-05-051-29/+52
|/
* Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-05-041-18/+18
|\
| * Remove extra whitespacesSebastian Martinez2011-05-021-18/+18
* | Merge pull request #357 from joshk/assign_attributes.David Heinemeier Hansson2011-05-011-5/+28
|\ \
| * | Added mass-assignment security :as and :without_protection support to AR.new ...Josh Kalderimis2011-05-011-5/+28
| |/
* / removed the default_scope deprecations and updated the docs and tests to refl...Josh Kalderimis2011-04-281-36/+17
|/
* deprecated the use of the guard_protected_attributes argument with attributes...Josh Kalderimis2011-04-251-9/+14
* Added assign_attributes to Active Record which accepts a mass-assignment secu...Josh Kalderimis2011-04-241-1/+40
* Bring back support for passing a callable object to the default_scope macro. ...Jon Leighton2011-04-181-0/+12
* Un-deprecate using 'default_scope' as a macro, but if you are calling the mac...Jon Leighton2011-04-181-20/+27
* Evaluate default scopes at the last possible moment in order to avoid problem...Jon Leighton2011-04-121-8/+5
* Deprecated support for passing hashes and relations to default_scope, in favo...Jon Leighton2011-04-121-51/+93
* Delegate first!, last!, any? and many? to scopedAndrew White2011-03-291-1/+2
* Bring #reorder backSebastian Martinez2011-03-281-1/+1
* Do not in place modify what table_name returnsSantiago Pastorino2011-03-221-1/+1
* Merge branch 'master' into nested_has_many_throughJon Leighton2011-03-051-3/+3
|\
| * use Arel::Table#alias rather than passing the :as parameterAaron Patterson2011-03-051-2/+2
| * fixes a missmatched column in examplemjy2011-03-051-1/+1
* | Use Base#type_condition in JoinAssociationJon Leighton2011-03-051-2/+2
|/
* Rewrote AssociationPreload.Jon Leighton2011-02-281-1/+1
* Fix missing inheritance from AR::Base in docsJosep M. Bach2011-02-241-1/+1
* merges docrailsXavier Noria2011-02-181-4/+1
|\
| * removes unrealistic example (authentication plus gender?), that it is not nee...Xavier Noria2011-02-181-4/+1
| * Clarify Example in ActiveRecord baseNicholas Rowe2011-02-181-1/+1
* | Merge remote branch 'rails/master' into identity_mapEmilio Tagua2011-02-151-70/+152
|\ \
| * | Add interpolation of association conditions back in, in the form of proc { .....Jon Leighton2011-02-141-6/+0
| * | bugfix for serialized_attributes to be class specificRaimonds Simanovskis2011-02-091-1/+3
| * | make set_table_name take effect immediatelyJan2011-02-081-0/+3
| |/
| * almost fistedAaron Patterson2011-02-041-20/+6
| * allow AR caches to be cleared, clear them on class reloadingAaron Patterson2011-02-031-0/+6
| * Revert "ARel only requires the connection from the AR class. Simply return th...Aaron Patterson2011-02-031-2/+8
| * ARel only requires the connection from the AR class. Simply return the AR cla...Aaron Patterson2011-02-031-8/+2
| * reduce cache misses on STI subclassesAaron Patterson2011-02-031-2/+4
| * this method should be privateAaron Patterson2011-02-031-7/+7
| * Make serialized columns with explicit object_type return a new instance of th...Guillermo Álvarez2011-02-031-4/+20
| * Merge branch 'master' of git://github.com/lifo/docrailsXavier Noria2011-02-021-1/+1
| |\
| | * missing parenthesesAkira Matsuda2011-01-291-1/+1
| * | Refactor clear_timestamp_attributes to use the newly created all_timestamp_at...Franck Verrot2011-02-021-5/+3
| * | make sure de-serialization happens on object instantiationAaron Patterson2011-02-011-2/+8
| * | store the serialized column values in the @attributes hashAaron Patterson2011-02-011-7/+14
| * | serialize can take an arbitrary code objectAaron Patterson2011-02-011-1/+7
| * | share column cache among subclasses, only look up columns per AR::Base subcla...Aaron Patterson2011-02-011-13/+15
| * | move the coders to the serialized_attributes hashAaron Patterson2011-02-011-8/+4