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
*
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
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-14
/
+14
*
move reload after touch
Brian Lopez
2010-08-02
1
-1
/
+1
*
reload the owner model after update
Brian Lopez
2010-08-02
1
-0
/
+1
*
Add an internal (private API) after_touch callback. [#5271 state:resolved]
José Valim
2010-08-02
1
-4
/
+4
*
added failing touch propagation test
Jakub Kuźma
2010-08-02
1
-0
/
+17
*
with this fix touch method - does not call validations - doest not call callb...
Neeraj Singh
2010-07-13
1
-0
/
+10
*
Final iteration of use better testing methods
Neeraj Singh
2010-05-19
1
-8
/
+8
*
Added :touch option to belongs_to associations that will touch the parent rec...
David Heinemeier Hansson
2009-04-16
1
-1
/
+46
*
Added ActiveRecord::Base#touch to update the updated_at/on attributes with th...
David Heinemeier Hansson
2009-04-16
1
-0
/
+30