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
/
attribute_methods_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Give GeneratedAttributeMethods module a name
Chris Salzberg
2019-03-13
1
-1
/
+1
*
Merge pull request #35320 from kamille-gz/fix_query_method_when_given_Date_da...
Ryuta Kamizono
2019-03-11
1
-0
/
+63
|
\
|
*
Fix query attribute method on user-defined attribute to be aware of typecaste...
kamille-321
2019-03-11
1
-0
/
+63
|
/
*
More exercise string attribute predicate tests for falsy strings
Ryuta Kamizono
2019-02-24
1
-0
/
+4
*
Reset column info after making Topic tz-aware
Gannon McGibbon
2019-02-18
1
-0
/
+4
*
Allow aliased attributes in update
Gannon McGibbon
2018-11-29
1
-0
/
+6
*
Use squiggly heredoc to strip odd indentation in the executed SQL
Ryuta Kamizono
2018-11-22
1
-1
/
+1
*
Fix inspect with non-primary key id attribute
Eugene Kenny
2018-11-06
1
-0
/
+7
*
`update_columns` raises if the column is unknown
Sean Griffin
2018-10-30
1
-0
/
+6
*
Call initialize after allocate
Aaron Patterson
2018-06-26
1
-13
/
+0
*
Fix user_input_in_time_zone to coerce non valid string into nil
Annie-Claude Côté
2018-05-16
1
-0
/
+10
*
Fix `CustomCops/AssertNot` to allow it to have failure message
Ryuta Kamizono
2018-05-13
1
-4
/
+4
*
Replace `assert !` with `assert_not`
Daniel Colson
2018-04-19
1
-6
/
+6
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-11
/
+11
*
Use respond_to test helpers
Daniel Colson
2018-01-25
1
-15
/
+15
*
No difference between JRuby and CRuby at test_read_attributes_before_type_cas...
Yasuo Honda
2017-11-21
1
-6
/
+1
*
Add test for class of GeneratedAttributeMethods instance in ancestors
Chris Salzberg
2017-10-09
1
-0
/
+5
*
Remove unused `cached_columns` and `time_related_columns_on_topic` in `Attrib...
Ryuta Kamizono
2017-09-27
1
-8
/
+0
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Make `generated_attribute_methods` to private
Ryuta Kamizono
2017-07-14
1
-1
/
+1
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Fix `define_attribute_method` with Symbol in AR
Prem Sichanugrist
2017-02-21
1
-0
/
+7
*
"Use assert_nil if expecting nil. This will fail in minitest 6."
Akira Matsuda
2016-12-25
1
-4
/
+4
*
Check whether the current attribute being write is aliased or not before writing
Prathamesh Sonpatki
2016-12-09
1
-0
/
+7
*
Check whether the current attribute being read is aliased or not before reading
Prathamesh Sonpatki
2016-12-08
1
-0
/
+10
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-6
/
+6
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-3
/
+3
*
Fix broken heredoc indentation caused by rubocop auto-correct
Ryuta Kamizono
2016-09-03
1
-5
/
+5
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-24
/
+24
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-1
/
+1
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-186
/
+186
*
removes spurious line
Xavier Noria
2016-07-24
1
-1
/
+0
*
give some love to this test file
Xavier Noria
2016-07-23
1
-151
/
+155
*
systematic revision of =~ usage in AR
Xavier Noria
2016-07-23
1
-1
/
+1
*
Do not specal case inspecting associated arrays of over 10 elements, preventi...
Kevin McPhillips
2016-06-29
1
-2
/
+21
*
Typos in AR tests
Akira Matsuda
2016-02-04
1
-1
/
+1
*
Avoid infinite recursion when bad values are passed to tz aware fields
Sean Griffin
2016-02-02
1
-0
/
+7
*
Remove legacy mysql adapter
Abdelkader Boudih
2015-12-17
1
-1
/
+1
*
💣
Sean Griffin
2015-10-02
1
-1
/
+1
*
Fix test failures on MySQL
Sean Griffin
2015-10-02
1
-1
/
+1
*
Further encapsulate dirty checking on `Attribute`
Sean Griffin
2015-10-02
1
-3
/
+0
*
Should test both mysql adapters
Ryuta Kamizono
2015-09-20
1
-1
/
+1
*
Removed duplicate require ‘models/computer’
Ronak Jangir
2015-08-26
1
-1
/
+0
*
Removed mocha from Active Record Part 1
Ronak Jangir
2015-08-25
1
-2
/
+3
*
Follow-up to #10776
Robin Dupret
2015-02-26
1
-3
/
+3
*
Extracted `ActiveRecord::AttributeAssignment` to `ActiveModel::AttributesAssi...
Bogdan Gusiev
2015-01-23
1
-3
/
+3
*
Introduce `ActiveRecord::Base#accessed_fields`
Sean Griffin
2015-01-20
1
-0
/
+10
*
Time columns should support time zone aware attributes
Sean Griffin
2015-01-15
1
-1
/
+50
*
Only use the `_before_type_cast` in the form when from user input
Sean Griffin
2015-01-14
1
-0
/
+8
[next]