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
/
persistence.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unscope update_column(s) query to ignore default scope
Carlos Antonio da Silva
2012-12-06
1
-1
/
+1
*
Fix ActiveRecord#update_column return value
saksmlz
2012-10-31
1
-1
/
+1
*
Merge pull request #8053 from henrik/update_columns_with_primary_key
Carlos Antonio da Silva
2012-10-29
1
-1
/
+5
*
set the configured #inheritance_column on #become (#7503)
Yves Senn
2012-09-03
1
-1
/
+1
*
Do not use update_column where update_attribute is not interchangeable
Rafael Mendonça França
2012-08-15
1
-6
/
+3
*
removes the deprecation of update_attribute
Xavier Noria
2012-08-01
1
-1
/
+0
*
revises the deprecation warning of update_attribute
Xavier Noria
2012-08-01
1
-1
/
+1
*
Revert "Add update_columns and the suggestion of using update_columns
Rafael Mendonça França
2012-07-30
1
-18
/
+1
*
Suggest using update_columns instead of update_column.
Philip Arndt
2012-07-26
1
-1
/
+1
*
New #update_columns method.
Sebastian Martinez
2012-07-26
1
-0
/
+17
*
Deprecate update_attribute.
Steve Klabnik
2012-06-14
1
-3
/
+7
*
Make read_attribute code path accessible at the class level
Jon Leighton
2011-12-22
1
-8
/
+0
*
Split out most of the AR::Base code into separate modules :cake:
Jon Leighton
2011-12-15
1
-0
/
+47
*
`ActiveRecord::Base#becomes` should retain the errors of the original object.
James Adam
2011-11-16
1
-0
/
+1
*
Revert "Raise error on unknown primary key."
Jon Leighton
2011-10-05
1
-1
/
+1
*
Raise error on unknown primary key.
Jon Leighton
2011-10-05
1
-1
/
+1
*
Raise error when using write_attribute with a non-existent attribute.
Jon Leighton
2011-09-13
1
-1
/
+1
*
Make it the responsibility of the connection to hold onto an ARel visitor for...
Jon Leighton
2011-08-08
1
-1
/
+1
*
Fixed Typo
John
2011-07-24
1
-1
/
+1
*
Destroy association habtm record before destroying the record itself. Fixes i...
Tomas D'Stefano
2011-07-08
1
-0
/
+7
*
cache column defaults for AR object instantiation
Aaron Patterson
2011-06-27
1
-3
/
+1
*
Do not use default_scope in ActiveRecord::Persistence#touch.
Dmitriy Kiriyenko
2011-06-07
1
-1
/
+1
*
Merge branch 'master' of git://github.com/lifo/docrails
Xavier Noria
2011-05-25
1
-0
/
+2
|
\
|
*
Add more doc to #update_column.
Sebastian Martinez
2011-05-20
1
-0
/
+2
*
|
rescue record invalid exceptions and return false from the save method. fixes...
Aaron Patterson
2011-05-24
1
-1
/
+5
|
/
*
renamed mass-assignment scopes to roles, updated code, tests, docs and securi...
Josh Kalderimis
2011-05-08
1
-1
/
+1
*
postgresql supports prepare statement deletes
Aaron Patterson
2011-04-29
1
-1
/
+9
*
Fix #update_attributes api format error
Sebastian Martinez
2011-04-26
1
-1
/
+1
*
AR update_attributes api is updated to reflect the addition of assign_attributes
Josh Kalderimis
2011-04-26
1
-4
/
+9
*
Added new #update_column method.
Sebastian Martinez
2011-03-27
1
-0
/
+14
*
Revert "Removed #update_attribute method. New #update_column method."
Sebastian Martinez
2011-03-27
1
-8
/
+10
*
Removed #update_attribute method. New #update_column method.
Sebastian Martinez
2011-03-26
1
-10
/
+8
*
pushing id insertion and prefetch primary keys down to Relation#insert
Aaron Patterson
2011-03-22
1
-9
/
+1
*
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2011-02-15
1
-3
/
+6
|
\
|
*
removed some duplication from LH issue 5505 regarding AR touch and optimistic...
Josh Kalderimis
2011-02-09
1
-5
/
+1
|
*
The optimistic lock column should be increased when calling touch
Franck Verrot
2011-02-09
1
-0
/
+7
|
*
Do not use primary key on insertion when it's nil
Santiago Pastorino
2010-12-29
1
-2
/
+2
|
*
Allow primary_key to be an attribute when the model is a new record
Santiago Pastorino
2010-12-28
1
-1
/
+1
*
|
Merge remote branch 'rails/master' into identity_map
Emilio Tagua
2010-12-20
1
-6
/
+8
|
\
|
|
*
removing calls to deprecated methods
Aaron Patterson
2010-12-02
1
-1
/
+2
|
*
refactor `self.class` to a variable
Aaron Patterson
2010-12-02
1
-1
/
+2
|
*
Partialy revert f1c13b0dd7b22b5f6289ca1a09f1d7a8c7c8584b
José Valim
2010-11-28
1
-5
/
+5
*
|
Use identity mapper only if enabled.
Emilio Tagua
2010-11-19
1
-3
/
+3
*
|
IdentityMap - adding and removing of records on create/update
Marcin Raczkowski
2010-11-19
1
-2
/
+12
|
/
*
STI type is now updated when calling AR::Base.becomes on subclasses [#5953 st...
Franck Verrot
2010-11-12
1
-0
/
+1
*
Double negation of an already boolean value produces the same result
Santiago Pastorino
2010-11-09
1
-1
/
+1
*
Don't check if persisted is defined just initialize it properly
Santiago Pastorino
2010-11-09
1
-2
/
+0
*
use persisted? instead of new_record? wherever possible
David Chelimsky
2010-11-09
1
-5
/
+7
*
restore behavior of touch for models without :updated_xx [#5439 state:resolved]
tnp
2010-09-24
1
-3
/
+2
*
Use map instead inject.
Emilio Tagua
2010-09-22
1
-4
/
+3
[next]