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
*
Remove unused column types override
Sean Griffin
2014-06-13
1
-8
/
+2
*
Introduce an Attribute object to handle the type casting dance
Sean Griffin
2014-06-13
1
-4
/
+8
*
No need to decorate columns twice
Sean Griffin
2014-06-10
1
-1
/
+0
*
Remove duplicated `@raw_attributes.keys`
Sean Griffin
2014-06-07
1
-2
/
+2
*
Bring type casting behavior of hstore/json in line with serialized
Sean Griffin
2014-06-04
1
-1
/
+1
*
New records should remain new after yaml serialization
Sean Griffin
2014-06-01
1
-1
/
+5
*
Rename attribute related instance variables to better express intent
Sean Griffin
2014-05-30
1
-5
/
+5
*
docs, `instantiate` expects `String` keys. [Rafal Piekarski & Yves Senn]
Yves Senn
2014-05-20
1
-4
/
+4
*
Merge pull request #11650 from prathamesh-sonpatki/rename
Rafael Mendonça França
2014-04-04
1
-4
/
+4
|
\
|
*
[Active Record] Renamed private methods create_record and update_record
Prathamesh Sonpatki
2014-02-20
1
-4
/
+4
*
|
Merge pull request #14390 from huoxito/true-touch
Rafael Mendonça França
2014-03-25
1
-0
/
+2
|
\
\
|
*
|
Still touch associations when theres no timestamp
Washington Luiz
2014-03-14
1
-0
/
+2
*
|
|
Improve touch docs with extra attributes passed in [ci skip]
Carlos Antonio da Silva
2014-03-20
1
-5
/
+7
*
|
|
ActiveRecord#touch should accept multiple attributes #14423
Thiago Pinto
2014-03-19
1
-2
/
+3
*
|
|
Update callbacks executed on AR::Base#touch [skip ci]
Washington Luiz
2014-03-14
1
-2
/
+2
|
/
/
*
|
Enhance docs for update_attribute [ci-skip]
Mohamed Wael Khobalatte
2014-03-12
1
-0
/
+2
*
|
Replace "data store" with database [ci skip]
Robin Dupret
2014-02-27
1
-1
/
+1
|
/
*
Correctly send the string given to lock! and reload(:lock) to the lock scope ...
Mauricio Linhares
2014-01-29
1
-1
/
+1
*
fix bug in becomes! when changing from base to subclass. Closes #13272.
Yves Senn
2014-01-13
1
-1
/
+5
*
Change all "can not"s to the correct "cannot".
T.J. Schuck
2014-01-03
1
-2
/
+2
*
setting `changed_attributes` instance variable if it is already initialized.
Kuldeep Aggarwal
2013-12-28
1
-1
/
+1
*
Merge pull request #13474 from jdelStrother/becomes
Yves Senn
2013-12-27
1
-0
/
+1
|
\
|
*
Copy changed_attributes across to newly become'd records
Jonathan del Strother
2013-12-27
1
-0
/
+1
*
|
Typo rectified commom => common[ci skip]
Aayush khandelwal
2013-12-25
1
-1
/
+1
|
/
*
[ci skip]removed obsolete information about `options` parameter in create method
Kuldeep Aggarwal
2013-11-27
1
-3
/
+0
*
Add documentation for after_touch [ci skip]
claudiob
2013-10-08
1
-1
/
+2
*
improving `reload` doc wording. #12418 [ci skip]
Yves Senn
2013-10-02
1
-1
/
+2
*
Update AR reload doc for the case of manually set primary key attribute [ci s...
Anatoli Makarevich
2013-10-02
1
-2
/
+11
*
Merge pull request #10816 from bogdan/less-dirty-dirty
Rafael Mendonça França
2013-09-23
1
-1
/
+1
*
Fix typo on instance variable get call
Carlos Antonio da Silva
2013-09-12
1
-1
/
+1
*
Perf: avoid dupes add fallback logic for coders
Sam
2013-09-11
1
-2
/
+3
*
rewrites AR's reload documentation
Xavier Noria
2013-05-31
1
-4
/
+38
*
Merge branch 'master' of github.com:lifo/docrails
Vijay Dev
2013-05-01
1
-0
/
+8
|
\
|
*
readonly info for save and save!
Neeraj Singh
2013-04-17
1
-0
/
+6
|
*
updated rdoc to reflect info about readonly attribute
Neeraj Singh
2013-04-17
1
-0
/
+2
*
|
Moved update_record logic to relation.rb
Noemj
2013-04-30
1
-15
/
+3
*
|
Fix a SystemStackError that occurs when using time zone aware attributes.
Dan Erikson
2013-04-25
1
-1
/
+1
|
/
*
Fix updates not working within after_create hooks
Aaron Pfeifer
2013-03-27
1
-1
/
+1
*
When we pass id to update_attributes it will try to set new id for that record
Dmitry Vorotilin
2013-03-22
1
-1
/
+1
*
Deprecate #connection in favour of accessing it via the class
Ben Moss
2013-03-09
1
-1
/
+1
*
Merge pull request #9409 from wangjohn/adding_documentation_to_touch
Carlos Antonio da Silva
2013-02-25
1
-0
/
+7
|
\
|
*
Added documentation about how touch now throws an error when one tries
wangjohn
2013-02-25
1
-0
/
+7
*
|
Merge pull request #9246 from Noemj/update_prepared_statements
Aaron Patterson
2013-02-24
1
-3
/
+12
|
\
\
|
|
/
|
/
|
|
*
Changed update_record to use prepared statements.
Noemj
2013-02-11
1
-3
/
+12
*
|
Raising an ActiveRecordError when one tries to use .touch(name) on a new
wangjohn
2013-02-25
1
-0
/
+2
*
|
Reduced memory leak problem in transactions by lazily updating AR objects wit...
wangjohn
2013-02-20
1
-0
/
+2
*
|
Refactor to use each_key, remove extra spaces
Carlos Antonio da Silva
2013-01-28
1
-2
/
+2
|
/
*
iterates the RDoc of update_column(s)
Xavier Noria
2013-01-18
1
-13
/
+13
*
Change docs to use update instead of update_attributes
Amparo Luna + Guillermo Iguaran
2013-01-03
1
-1
/
+1
*
Rename update_attributes method to update, keep update_attributes as an alias
Amparo Luna + Guillermo Iguaran
2013-01-03
1
-5
/
+9
[next]