index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
locking
/
optimistic.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
pass the pk to compile_update
Aaron Patterson
2013-11-16
1
-1
/
+4
*
Deprecate unused quoted_locking_column method.
kennyj
2013-09-24
1
-0
/
+1
*
Tidy up the "Specified column type for quote_value" changes
Ben Woosley
2013-07-22
1
-1
/
+1
*
Specified column type for quote_value
Alfred Wong
2013-07-22
1
-1
/
+1
*
Reset @column_defaults when assigning .
kennyj
2013-07-14
1
-0
/
+1
*
Deprecate #connection in favour of accessing it via the class
Ben Moss
2013-03-09
1
-2
/
+2
*
Rename update_attributes method to update, keep update_attributes as an alias
Amparo Luna + Guillermo Iguaran
2013-01-03
1
-1
/
+1
*
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
1
-6
/
+2
*
Revert "Get rid of the ActiveRecord::Model::DeprecationProxy thing."
Jeremy Kemper
2012-10-20
1
-1
/
+1
*
Get rid of the ActiveRecord::Model::DeprecationProxy thing.
Jon Leighton
2012-10-19
1
-1
/
+1
*
The default value can be set once in #column_defaults
Jon Leighton
2012-08-17
1
-9
/
+9
*
Remove instance level quote_value method. This method is private and also exi...
kennyj
2012-07-14
1
-1
/
+1
*
Simplify AR configuration code.
Jon Leighton
2012-06-15
1
-2
/
+6
*
Fix #5797. Error calling dup method on AR model with serialized field
kennyj
2012-05-30
1
-1
/
+1
*
clear up duplication between Persistence#destroy and Locking#destroy
Jon Leighton
2012-03-30
1
-14
/
+17
*
Merge pull request #5334 from courtland/master
Jon Leighton
2012-03-30
1
-0
/
+2
|
\
|
*
Fix deleting from a HABTM join table upon destroying an object of a model wit...
Nick Rogers
2012-03-07
1
-0
/
+2
*
|
Removed flag attributes.
Robin Roestenburg
2012-03-06
1
-1
/
+1
|
/
*
Remove unusused variables
Jon Leighton
2012-03-04
1
-2
/
+1
*
Improve readonly examples and optimistic locking docs
Carlos Antonio da Silva
2012-01-31
1
-4
/
+6
*
Support configuration on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-1
/
+4
*
Deal with global config better between AR::Base and AR::Model
Jon Leighton
2011-12-24
1
-4
/
+1
*
Make read_attribute code path accessible at the class level
Jon Leighton
2011-12-22
1
-15
/
+12
*
remove deprecated set and original methods for table_name, primary_key, etc
Sergey Nartimov
2011-12-21
1
-9
/
+1
*
Avoid super; speeds up Model.new by about 12%
Jon Leighton
2011-12-14
1
-1
/
+1
*
Deprecate set_locking_column in favour of self.locking_column=
Jon Leighton
2011-11-29
1
-8
/
+13
*
Added a note that optimistic locking also needs a hidden field to function ac...
Joost Baaij
2011-10-25
1
-0
/
+3
*
Consider attempted action in exception message of ActiveRecord::StaleObjectError
Christian Bäuerlein
2011-10-14
1
-2
/
+2
*
Includes stale record in StaleObjectError
Christian Bäuerlein
2011-10-14
1
-2
/
+2
*
Make it the responsibility of the connection to hold onto an ARel visitor for...
Jon Leighton
2011-08-08
1
-2
/
+2
*
lock_optimistically is typically true, so evaluate the common failure case first
Aaron Patterson
2011-06-28
1
-1
/
+1
*
Better doc styling in ActiveRecord::Locking
Sebastian Martinez
2011-05-17
1
-15
/
+15
*
Don't quote ID's as Arel will quote them -- follow same conventions as the de...
Christopher Meiklejohn
2011-05-08
1
-1
/
+1
*
remove some blanks
Paco Guzman
2011-03-11
1
-1
/
+1
*
removed some duplication from LH issue 5505 regarding AR touch and optimistic...
Josh Kalderimis
2011-02-09
1
-4
/
+10
*
removing more calls to deprecated methods
Aaron Patterson
2010-12-02
1
-2
/
+4
*
Remove explicit return.
Emilio Tagua
2010-11-25
1
-1
/
+1
*
Reuse lock_col variable instead calling locking_column class method.
Emilio Tagua
2010-11-25
1
-3
/
+4
*
Don't create local vars.
Emilio Tagua
2010-11-24
1
-4
/
+1
*
use persisted? instead of new_record? wherever possible
David Chelimsky
2010-11-09
1
-1
/
+1
*
Set destroyed=true in opt locking's destroy [#5058 state:resolved]
Jacob Lewallen
2010-07-14
1
-0
/
+1
*
Use arel instead of sql strings
Pratik Naik
2010-05-11
1
-6
/
+5
*
eliminate alias_method_chain from ActiveRecord
wycats
2010-05-09
1
-19
/
+8
*
Destroy respects optimistic locking.
Curtis Hawthorne
2010-04-27
1
-1
/
+34
*
Dont delegate Relation#update to arel
Pratik Naik
2010-01-20
1
-1
/
+1
*
Give preference to to_a over arel from Relation#method_missing
Pratik Naik
2010-01-19
1
-2
/
+2
*
Rename Model.active_relation to Model.unscoped
Pratik Naik
2010-01-17
1
-1
/
+1
*
Rename Model.arel_table to Model.active_relation
Pratik Naik
2010-01-02
1
-4
/
+4
*
Remove unncessary arguments passed to arel_table
Pratik Naik
2010-01-01
1
-1
/
+1
*
Revert "Ensure Model#destroy respects optimistic locking"
Jeremy Kemper
2009-11-17
1
-34
/
+0
[next]