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
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-43
/
+43
*
applies new string literal convention in activerecord/lib
Xavier Noria
2016-08-06
1
-5
/
+5
*
Move comment up to the class, for both of the methods, and document on class ...
Vipul A M
2016-05-01
1
-1
/
+4
*
schema_load triggers 2nd schema_load (via locking)
Keenan Brock
2016-04-28
1
-1
/
+1
*
Followup of #15771
Vipul A M
2016-04-24
1
-0
/
+4
*
Fix ActiveRecord::Locking doc [ci skip]
Mehmet Emin İNAÇ
2015-09-24
1
-2
/
+2
*
Call `attributes_for_update` in `_update_record` w/ optimistic locking
Sean Griffin
2015-02-24
1
-1
/
+1
*
`Type#type_cast_from_database` -> `Type#deserialize`
Sean Griffin
2015-02-17
1
-1
/
+1
*
Change `LockingType` to use `DelegateClass`
Sean Griffin
2015-02-09
1
-1
/
+1
*
Attribute assignment and type casting has nothing to do with columns
Sean Griffin
2015-01-31
1
-1
/
+1
*
Go through normal where logic in destroy with locking
Sean Griffin
2015-01-14
1
-6
/
+2
*
Properly persist `lock_version` as 0 if the DB has no default
Sean Griffin
2015-01-09
1
-5
/
+9
*
Tiny documentation fixes [ci skip]
Robin Dupret
2014-12-30
1
-1
/
+1
*
Go through normal `update_all` logic when updating lock columns
Sean Griffin
2014-12-26
1
-17
/
+7
*
We don't need additional type casting for locking updates
Sean Griffin
2014-12-26
1
-3
/
+11
*
Remove the unused second argument to `substitute_at`
Sean Griffin
2014-11-17
1
-1
/
+1
*
Stop using instance exec for type decorators
Sean Griffin & Sean Doyle
2014-06-27
1
-5
/
+16
*
add missing `:nodoc:` for recent refactorings. [ci skip]
Yves Senn
2014-06-24
1
-1
/
+1
*
Don't mess with `column_defaults` when optimistic locking is enabled
Sean Griffin
2014-06-17
1
-10
/
+23
*
Remove deprecated method ActiveRecord::Base.quoted_locking_column
Akshay Vishnoi
2014-06-10
1
-6
/
+0
*
Remove duplicated `@raw_attributes.keys`
Sean Griffin
2014-06-07
1
-1
/
+1
*
Rename attribute related instance variables to better express intent
Sean Griffin
2014-05-30
1
-1
/
+1
*
[Active Record] Renamed private methods create_record and update_record
Prathamesh Sonpatki
2014-02-20
1
-1
/
+1
*
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
[next]