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
/
timestamp.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ci skip] Add note about tsrange and timezone awareness to docs
palkan
2016-01-22
1
-1
/
+5
*
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-2
/
+2
*
Fix docs of AR::Timestamp to match #15726
claudiob
2015-09-08
1
-5
/
+12
*
Fix warning: `*' interpreted as argument prefix
Ryuta Kamizono
2014-12-28
1
-1
/
+1
*
Provide :touch option to save() to accommodate saving without updating timest...
Dan Olson
2014-12-27
1
-3
/
+3
*
Implement `_was` and `changes` for in-place mutations of AR attributes
Sean Griffin
2014-08-16
1
-1
/
+1
*
Use the method for determining attribute methods rather than duplicating
Sean Griffin
2014-08-15
1
-2
/
+3
*
Merge pull request #8813 from greyblake/dont_write_timestamps_if_they_are_not...
Yves Senn
2014-08-14
1
-1
/
+1
|
\
|
*
Do not try to write timestamps if they are missing #8813
Potapov Sergey
2014-02-16
1
-1
/
+1
*
|
remove blank lines in the start of the ActiveRecord files
Ponomarev Nikolay
2014-07-29
1
-1
/
+0
*
|
Refactor determination of max updated timestamp
Sean Griffin
2014-06-09
1
-3
/
+5
*
|
[Active Record] Renamed private methods create_record and update_record
Prathamesh Sonpatki
2014-02-20
1
-2
/
+2
|
/
*
Move changed_attributes into dirty.rb
Keenan Brock
2014-01-22
1
-1
/
+1
*
put core at the beginning so other classes can modify the behavior
Keenan Brock
2014-01-22
1
-1
/
+1
*
Refactor logic to grab the max time of the list of timestamp names in #cache_key
Carlos Antonio da Silva
2013-11-04
1
-2
/
+2
*
correct documentation about active_record behavior
Steven Yang
2013-06-15
1
-2
/
+2
*
cache_key consults updated_on timestamp if present
Brendon Murphy
2013-02-26
1
-0
/
+6
*
Rename update_attributes method to update, keep update_attributes as an alias
Amparo Luna + Guillermo Iguaran
2013-01-03
1
-2
/
+2
*
Remove not used load hooks for active_record_config
Carlos Antonio da Silva
2012-11-09
1
-3
/
+0
*
Remove ActiveRecord::Model
Jon Leighton
2012-10-26
1
-3
/
+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
*
Rename the partial_updates config to partial_writes
Jon Leighton
2012-10-19
1
-1
/
+1
*
Call super to nullify the reference to the original errors object in the dup'...
Christian Seiler
2012-10-16
1
-0
/
+1
*
fix :nodoc:s in AR::Timestamp [ci skip]
Francesco Rodriguez
2012-09-19
1
-7
/
+7
*
load active_support/core_ext/class/attribute in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Simplify AR configuration code.
Jon Leighton
2012-06-15
1
-2
/
+6
*
Support configuration on ActiveRecord::Model.
Jon Leighton
2011-12-28
1
-1
/
+1
*
Allow instances to disable record_timestamps
Pratik Naik
2011-10-26
1
-1
/
+1
*
Raise error when using write_attribute with a non-existent attribute.
Jon Leighton
2011-09-13
1
-1
/
+3
*
Fix test failures on 1.8.7, since Object#initialize_dup is not defined there ...
Jon Leighton
2011-08-29
1
-1
/
+0
*
Move clear_timestamp_attributes into Timestamp module
Jon Leighton
2011-08-29
1
-1
/
+13
*
Updates to ActiveRecord::Timestamp documentation.
Brian Morearty
2011-02-05
1
-6
/
+8
*
Implement and test private method all_timestamp_attributes_in_model
Franck Verrot
2011-02-02
1
-0
/
+4
*
Added timestamp_attributes_for_create_in_model
Franck Verrot
2011-02-02
1
-0
/
+4
*
Make sure Model#touch doesn't try to update non existing columns
Pratik Naik
2010-12-30
1
-1
/
+1
*
class inheritable attributes is used no more! all internal use of class inher...
Josh Kalderimis
2010-11-20
1
-3
/
+5
*
Make should_record_timestamps? serialization aware rather than object#changed?
Pratik Naik
2010-11-02
1
-1
/
+1
*
Ensure timestamps are not generated when explicitly set to false [#5440 state...
José Valim
2010-08-24
1
-1
/
+1
*
Make update_attribute behave as in Rails 2.3 and document the behavior intrin...
José Valim
2010-08-12
1
-20
/
+19
*
Merge remote branch 'docrails/master' into 3-0-stable
Xavier Noria
2010-08-03
1
-1
/
+2
|
\
|
*
ensuring that description does not exceed 100 columns
Neeraj Singh
2010-08-02
1
-1
/
+2
*
|
Add an internal (private API) after_touch callback. [#5271 state:resolved]
José Valim
2010-08-02
1
-13
/
+0
|
/
*
moving time zone related documentation to timestamp.rb from base.rb
Neeraj Singh
2010-07-29
1
-0
/
+12
*
Timestamp columns of HABTM join table should record timestamps
Neeraj Singh
2010-07-21
1
-3
/
+16
*
Tidying up a bit, so update_attribute is not called twice on touch.
José Valim
2010-07-13
1
-15
/
+9
*
with this fix touch method - does not call validations - doest not call callb...
Neeraj Singh
2010-07-13
1
-9
/
+7
*
Improve a bit the code in latest commits.
José Valim
2010-07-08
1
-13
/
+7
*
This patch changes update_attribute implementatino so:
Neeraj Singh
2010-07-08
1
-2
/
+10
*
consolidating updated_at and updated_on
Neeraj Singh
2010-07-08
1
-9
/
+16
[next]