aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/locking/optimistic.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Deprecate unused quoted_locking_column method.kennyj2013-09-241-0/+1
* Tidy up the "Specified column type for quote_value" changesBen Woosley2013-07-221-1/+1
* Specified column type for quote_valueAlfred Wong2013-07-221-1/+1
* Reset @column_defaults when assigning .kennyj2013-07-141-0/+1
* Deprecate #connection in favour of accessing it via the classBen Moss2013-03-091-2/+2
* Rename update_attributes method to update, keep update_attributes as an aliasAmparo Luna + Guillermo Iguaran2013-01-031-1/+1
* Remove ActiveRecord::ModelJon Leighton2012-10-261-6/+2
* Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing."Jeremy Kemper2012-10-201-1/+1
* Get rid of the ActiveRecord::Model::DeprecationProxy thing.Jon Leighton2012-10-191-1/+1
* The default value can be set once in #column_defaultsJon Leighton2012-08-171-9/+9
* Remove instance level quote_value method. This method is private and also exi...kennyj2012-07-141-1/+1
* Simplify AR configuration code.Jon Leighton2012-06-151-2/+6
* Fix #5797. Error calling dup method on AR model with serialized fieldkennyj2012-05-301-1/+1
* clear up duplication between Persistence#destroy and Locking#destroyJon Leighton2012-03-301-14/+17
* Merge pull request #5334 from courtland/masterJon Leighton2012-03-301-0/+2
|\
| * Fix deleting from a HABTM join table upon destroying an object of a model wit...Nick Rogers2012-03-071-0/+2
* | Removed flag attributes.Robin Roestenburg2012-03-061-1/+1
|/
* Remove unusused variablesJon Leighton2012-03-041-2/+1
* Improve readonly examples and optimistic locking docsCarlos Antonio da Silva2012-01-311-4/+6
* Support configuration on ActiveRecord::Model.Jon Leighton2011-12-281-1/+4
* Deal with global config better between AR::Base and AR::ModelJon Leighton2011-12-241-4/+1
* Make read_attribute code path accessible at the class levelJon Leighton2011-12-221-15/+12
* remove deprecated set and original methods for table_name, primary_key, etcSergey Nartimov2011-12-211-9/+1
* Avoid super; speeds up Model.new by about 12%Jon Leighton2011-12-141-1/+1
* Deprecate set_locking_column in favour of self.locking_column=Jon Leighton2011-11-291-8/+13
* Added a note that optimistic locking also needs a hidden field to function ac...Joost Baaij2011-10-251-0/+3
* Consider attempted action in exception message of ActiveRecord::StaleObjectErrorChristian Bäuerlein2011-10-141-2/+2
* Includes stale record in StaleObjectErrorChristian Bäuerlein2011-10-141-2/+2
* Make it the responsibility of the connection to hold onto an ARel visitor for...Jon Leighton2011-08-081-2/+2
* lock_optimistically is typically true, so evaluate the common failure case firstAaron Patterson2011-06-281-1/+1
* Better doc styling in ActiveRecord::LockingSebastian Martinez2011-05-171-15/+15
* Don't quote ID's as Arel will quote them -- follow same conventions as the de...Christopher Meiklejohn2011-05-081-1/+1
* remove some blanksPaco Guzman2011-03-111-1/+1
* removed some duplication from LH issue 5505 regarding AR touch and optimistic...Josh Kalderimis2011-02-091-4/+10
* removing more calls to deprecated methodsAaron Patterson2010-12-021-2/+4
* Remove explicit return.Emilio Tagua2010-11-251-1/+1
* Reuse lock_col variable instead calling locking_column class method.Emilio Tagua2010-11-251-3/+4
* Don't create local vars.Emilio Tagua2010-11-241-4/+1
* use persisted? instead of new_record? wherever possibleDavid Chelimsky2010-11-091-1/+1
* Set destroyed=true in opt locking's destroy [#5058 state:resolved]Jacob Lewallen2010-07-141-0/+1
* Use arel instead of sql stringsPratik Naik2010-05-111-6/+5
* eliminate alias_method_chain from ActiveRecordwycats2010-05-091-19/+8
* Destroy respects optimistic locking.Curtis Hawthorne2010-04-271-1/+34
* Dont delegate Relation#update to arelPratik Naik2010-01-201-1/+1
* Give preference to to_a over arel from Relation#method_missingPratik Naik2010-01-191-2/+2
* Rename Model.active_relation to Model.unscopedPratik Naik2010-01-171-1/+1
* Rename Model.arel_table to Model.active_relationPratik Naik2010-01-021-4/+4
* Remove unncessary arguments passed to arel_tablePratik Naik2010-01-011-1/+1
* Revert "Ensure Model#destroy respects optimistic locking"Jeremy Kemper2009-11-171-34/+0
* Cache arel_table when possible, use class method arel_table insteadEmilio Tagua2009-08-181-2/+6