aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/persistence.rb
Commit message (Expand)AuthorAgeFilesLines
* Do not use primary key on insertion when it's nilSantiago Pastorino2010-12-291-2/+2
* Allow primary_key to be an attribute when the model is a new recordSantiago Pastorino2010-12-281-1/+1
* removing calls to deprecated methodsAaron Patterson2010-12-021-1/+2
* refactor `self.class` to a variableAaron Patterson2010-12-021-1/+2
* Partialy revert f1c13b0dd7b22b5f6289ca1a09f1d7a8c7c8584bJosé Valim2010-11-281-5/+5
* STI type is now updated when calling AR::Base.becomes on subclasses [#5953 st...Franck Verrot2010-11-121-0/+1
* Double negation of an already boolean value produces the same resultSantiago Pastorino2010-11-091-1/+1
* Don't check if persisted is defined just initialize it properlySantiago Pastorino2010-11-091-2/+0
* use persisted? instead of new_record? wherever possibleDavid Chelimsky2010-11-091-5/+7
* restore behavior of touch for models without :updated_xx [#5439 state:resolved]tnp2010-09-241-3/+2
* Use map instead inject.Emilio Tagua2010-09-221-4/+3
* The call-seq directive has no useful effect on our documentation and is not u...Joost Baaij2010-08-281-3/+0
* edit pass to a recent doc patchXavier Noria2010-08-251-3/+10
* Merge remote branch 'docrails/master'Xavier Noria2010-08-251-2/+6
|\
| * touch operationg if used along with belongs_to will also be invoked on associ...Neeraj Singh2010-08-241-2/+6
* | @user.touch should not fail if User does not have updated_at/updated_on column.Neeraj Singh2010-08-241-9/+11
|/
* Make update_attribute behave as in Rails 2.3 and document the behavior intrin...José Valim2010-08-121-33/+30
* standarizes the use of the article "an" for "SQL" and "SQLite"Xavier Noria2010-08-051-1/+1
* Merge remote branch 'docrails/master' into 3-0-stableXavier Noria2010-08-031-2/+2
|\
| * ensuring that description does not exceed 100 columnsNeeraj Singh2010-08-021-2/+2
* | Add an internal (private API) after_touch callback. [#5271 state:resolved]José Valim2010-08-021-0/+13
|/
* adding punctuationsNeeraj Singh2010-07-281-4/+4
* more documentation for update_attributeNeeraj Singh2010-07-281-5/+6
* adding comments to update_attribute methodNeeraj Singh2010-07-271-0/+4
* expanded comment for update_attribute methodNeeraj Singh2010-07-221-2/+9
* update_attribute should not update readonly attributesNeeraj Singh2010-07-211-0/+2
* revises the rdoc of update_attributes and update_attributes! to document they...Xavier Noria2010-07-141-4/+9
* update_attributes and update_attributes! are now wrapped in a transactionNeeraj Singh2010-07-131-4/+8
* Tidying up a bit, so update_attribute is not called twice on touch.José Valim2010-07-131-10/+8
* with this fix touch method - does not call validations - doest not call callb...Neeraj Singh2010-07-131-0/+1
* Improve a bit the code in latest commits.José Valim2010-07-081-7/+9
* This patch changes update_attribute implementatino so:Neeraj Singh2010-07-081-5/+12
* Add scoping and unscoped as the syntax to replace the old with_scope and with...José Valim2010-06-291-1/+1
* Adds title and minor changes.Rizwan Reza2010-06-161-11/+18
* eliminate alias_method_chain from ActiveRecordwycats2010-05-091-0/+230