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
/
test
/
cases
/
timestamp_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix missing index when using timestamps with index
Paul Mucur
2015-04-15
1
-0
/
+11
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-1
/
+1
*
Add `time` option to `#touch`
Hyonjee Joo
2015-02-18
1
-0
/
+21
*
Build fix when running in isolation
Arun Agrawal
2014-11-14
1
-0
/
+1
*
Merge pull request #8813 from greyblake/dont_write_timestamps_if_they_are_not...
Yves Senn
2014-08-14
1
-0
/
+19
|
\
|
*
Do not try to write timestamps if they are missing #8813
Potapov Sergey
2014-02-16
1
-0
/
+22
*
|
Timestamp values should be present on callbacks
Rafael Mendonça França
2014-06-09
1
-18
/
+13
*
|
`ActiveRecord::Base.no_touching` no longer triggers callbacks or start empty ...
Lucas Mazza
2014-04-23
1
-1
/
+20
*
|
Merge pull request #14469 from tiegz/timestamp_inheritance_fix
Rafael Mendonça França
2014-03-27
1
-0
/
+18
*
|
ActiveRecord#touch should accept multiple attributes #14423
Thiago Pinto
2014-03-19
1
-0
/
+12
|
/
*
polymorphic belongs_to association with touch: true updates old record correctly
Severin Schoepke
2013-12-05
1
-16
/
+42
*
swap arguments for some `assert_equal` statements => `expected, actual`
Yves Senn
2013-11-20
1
-6
/
+6
*
add #no_touching on ActiveRecord models
Damien Mathieu
2013-11-13
1
-0
/
+48
*
Removed unused associations
Andrew White
2013-04-24
1
-2
/
+0
*
added test cases for #10197
Adam Gamble
2013-04-24
1
-0
/
+56
*
Revert "Revert "`belongs_to :touch` behavior now touches old association when...
Andrew White
2013-04-24
1
-0
/
+46
*
Remove test case also related to the belongs_to touch feature
David Heinemeier Hansson
2013-04-23
1
-20
/
+0
*
Revert "`belongs_to :touch` behavior now touches old association when transit...
David Heinemeier Hansson
2013-04-23
1
-26
/
+0
*
Improve `belongs_to touch: true` timestamp test
Andrew White
2013-04-05
1
-7
/
+21
*
Use inspect when writing the foreign key from the reflection
Andrew White
2013-04-05
1
-0
/
+6
*
Modifies belong_to touch callback to touch old associations also #9091
Adam Gamble
2013-03-14
1
-10
/
+2
*
+ Add test for auto timestamps update of both old & new parent records
PikachuEXE
2013-03-14
1
-0
/
+34
*
Fix touching an invalid parent record for belongs_to
Olek Janiszewski
2013-02-26
1
-0
/
+12
*
Use method compilation for association methods
Jon Leighton
2012-08-10
1
-13
/
+15
*
Deprecate update_column in favor of update_columns.
Rafael Mendonça França
2012-07-24
1
-3
/
+3
*
Remove update_attribute.
Steve Klabnik
2012-06-14
1
-2
/
+2
*
Allow instances to disable record_timestamps
Pratik Naik
2011-10-26
1
-0
/
+10
*
fix typo
Alexandr Zykov
2011-06-08
1
-1
/
+1
*
This way asserting that updated_at was changed in touch look more obvious.
Dmitriy Kiriyenko
2011-06-07
1
-0
/
+1
*
Do not use default_scope in ActiveRecord::Persistence#touch.
Dmitriy Kiriyenko
2011-06-07
1
-0
/
+9
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
1
-1
/
+1
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-1
/
+1
*
Isolated PostgreSQL test into PostgreSQL folder
Prem Sichanugrist
2011-05-31
1
-20
/
+0
*
Reduce test noise
Jon Leighton
2011-05-31
1
-20
/
+14
*
supporting infinity and -infinity for timestamps in PG. fixes #544
Aaron Patterson
2011-05-13
1
-0
/
+26
*
Added new #update_column method.
Sebastian Martinez
2011-03-27
1
-1
/
+2
*
Revert "Removed #update_attribute method. New #update_column method."
Sebastian Martinez
2011-03-27
1
-4
/
+2
*
Removed #update_attribute method. New #update_column method.
Sebastian Martinez
2011-03-26
1
-2
/
+4
*
Implement and test private method all_timestamp_attributes_in_model
Franck Verrot
2011-02-02
1
-0
/
+5
*
Test timestamp_attributes_for_update_in_model that was already in place
Franck Verrot
2011-02-02
1
-0
/
+5
*
Added timestamp_attributes_for_create_in_model
Franck Verrot
2011-02-02
1
-0
/
+5
*
Test private method all_timestamp_attributes
Franck Verrot
2011-02-02
1
-0
/
+5
*
Test private method timestamp_attributes_for_update
Franck Verrot
2011-02-02
1
-0
/
+5
*
Test private method timestamp_attributes_for_create
Franck Verrot
2011-02-02
1
-0
/
+5
*
removing many unused variables
Aaron Patterson
2010-11-16
1
-1
/
+1
*
restore behavior of touch for models without :updated_xx [#5439 state:resolved]
tnp
2010-09-24
1
-5
/
+13
*
@user.touch should not fail if User does not have updated_at/updated_on column.
Neeraj Singh
2010-08-24
1
-1
/
+7
*
Add test case for ActiveRecord::Base.record_timestamps = false
Wincent Colaiuta
2010-08-24
1
-0
/
+10
*
Restore pet -> owner relationship to the previous state
Santiago Pastorino
2010-08-16
1
-1
/
+1
*
added testcase for belongs_to with a counter_cache and touch
Mark Turner
2010-08-16
1
-0
/
+16
[next]