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
*
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
*
Add firebird support to test suite
Ray Zane
2015-01-05
1
-2
/
+2
*
Remove `cache_attributes` and friends
Rafael Mendonça França
2015-01-04
1
-14
/
+0
*
Build fix when running in isolation
Arun Agrawal
2014-11-14
1
-0
/
+1
*
Merge pull request #17019 from yuki24/add-class-name-to-unknown-attr-error
Yves Senn
2014-10-20
1
-2
/
+2
|
\
|
*
AR::UnknownAttributeError should include the class name of a record
Yuki Nishijima
2014-10-15
1
-3
/
+3
*
|
AR::UnknownAttributeError should include the class name of a record
Yuki Nishijima
2014-10-20
1
-3
/
+3
|
/
*
Fix assertions in AR::TestCase::AttributeMethodsTest
Yuki Nishijima
2014-09-21
1
-3
/
+3
*
Fix typo [ci skip]
Yuki Nishijima
2014-09-20
1
-1
/
+1
*
Allow YAML serialization when using TZ aware attributes
Sean Griffin
2014-09-17
1
-0
/
+8
*
Merge pull request #16458 from chancancode/ar_fix_reserved_inheritance
Godfrey Chan
2014-08-17
1
-0
/
+18
|
\
|
*
Fixed issue w/custom accessors + reserved name + inheritance
Godfrey Chan
2014-08-11
1
-0
/
+18
*
|
fix typo in method name (broken build :sweat:)
Yves Senn
2014-08-15
1
-1
/
+1
*
|
prefer `has_attribute?` over `attributes.key?`.
Yves Senn
2014-08-15
1
-1
/
+1
|
/
*
Merge pull request #15718 from chancancode/regression_from_15694
Godfrey Chan
2014-07-16
1
-1
/
+5
|
\
|
*
Fixed a regression introduced in 84cf156
Godfrey Chan
2014-06-14
1
-1
/
+5
*
|
Move writing unknown column exception to null attribute
Sean Griffin
2014-06-26
1
-0
/
+9
*
|
Add missing test cases for `attribute_names` instance method
Sean Griffin
2014-06-22
1
-0
/
+20
*
|
Add missing test cases for `attribute_method?`
Sean Griffin
2014-06-21
1
-0
/
+11
|
/
[next]