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
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2012-11-03
1
-9
/
+9
|
\
|
*
Another batch of hash syntax changes to comment, this time around, I tried to...
AvnerCohen
2012-10-23
1
-9
/
+9
*
|
Enable update_column(s) for the primary key attribute.
Henrik N
2012-10-28
1
-1
/
+3
|
/
*
copy edits [ci skip]
Vijay Dev
2012-10-11
1
-2
/
+2
*
Added clarity to update_column(s)
Adam Haymond
2012-10-10
1
-2
/
+2
*
Support for partial inserts.
Jon Leighton
2012-09-28
1
-2
/
+2
*
Update AR::Base.create and AR:Base#update_attributes docs to remove reference...
Guillermo Iguaran
2012-09-18
1
-11
/
+0
*
Remove mass_assignment_options from ActiveRecord
Guillermo Iguaran
2012-09-16
1
-7
/
+7
*
Remove mass assignment security from ActiveRecord
Guillermo Iguaran
2012-09-16
1
-2
/
+2
*
set the configured #inheritance_column on #become (#7503)
Yves Senn
2012-09-03
1
-1
/
+1
*
Use verify_readonly_attribute in the update_columns method
Rafael Mendonça França
2012-08-25
1
-1
/
+1
*
Revert "Remove private verify readonly attr method"
Rafael Mendonça França
2012-08-25
1
-1
/
+5
*
Revert "Remove update_attribute."
Rafael Mendonça França
2012-08-25
1
-4
/
+18
*
Remove private verify readonly attr method
Carlos Antonio da Silva
2012-08-19
1
-5
/
+1
*
load active_support/concern in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Remove the deprecation of update_column.
Rafael Mendonça França
2012-07-30
1
-5
/
+0
*
Revert "Removing composed_of from ActiveRecord."
Rafael Mendonça França
2012-07-27
1
-0
/
+1
*
Deprecate update_column in favor of update_columns.
Rafael Mendonça França
2012-07-24
1
-3
/
+8
*
Use update_columns to implemente the update_column
Rafael Mendonça França
2012-07-24
1
-17
/
+18
*
New #update_columns method.
Sebastian Martinez
2012-07-24
1
-0
/
+17
*
Removing composed_of from ActiveRecord.
Steve Klabnik
2012-06-18
1
-1
/
+0
*
Remove update_attribute.
Steve Klabnik
2012-06-14
1
-18
/
+3
*
+ ActiveRecord::Base#destroy!
Marc-Andre Lafortune
2012-06-06
1
-0
/
+16
*
Don't destroy readonly models
Johannes Barre
2012-05-17
1
-0
/
+1
*
Removed extraneous .present? check for AR::Base#reload
Jeremy Friesen
2012-04-29
1
-1
/
+1
*
Removed deprecation warning for #find as a result of AR::Base#reload
Jeremy Friesen
2012-04-29
1
-1
/
+7
*
remove deprecate #update_all usage
Jon Leighton
2012-04-26
1
-2
/
+2
*
clear up duplication between Persistence#destroy and Locking#destroy
Jon Leighton
2012-03-30
1
-13
/
+17
*
Remove IdentityMap
Carlos Antonio da Silva
2012-03-13
1
-12
/
+4
*
Removed flag attributes.
Robin Roestenburg
2012-03-06
1
-2
/
+2
*
Refactor and cleanup in some ActiveRecord modules
Carlos Antonio da Silva
2012-03-03
1
-3
/
+8
*
copy over columns hash on reload
Aaron Patterson
2012-02-07
1
-0
/
+1
*
Clarify what persisted? returns.
Uģis Ozols
2011-12-25
1
-2
/
+2
*
Remove extra 'be'.
Uģis Ozols
2011-12-25
1
-1
/
+1
*
removes some unnecessary selfs
Xavier Noria
2011-12-20
1
-3
/
+3
*
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
[next]