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_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Merge pull request #29540 from kirs/rubocop-frozen-string
Matthew Draper
2017-07-02
1
-0
/
+1
|
\
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
|
Make ActiveRecord frozen string literal friendly.
Pat Allan
2017-06-20
1
-2
/
+2
|
/
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-30
/
+30
*
Fix failing tests
Sean Griffin
2016-06-02
1
-0
/
+7
*
Further encapsulate dirty checking on `Attribute`
Sean Griffin
2015-10-02
1
-1
/
+38
*
Clean up the implementation of AR::Dirty
Sean Griffin
2015-09-24
1
-0
/
+19
*
Fix the AS::Callbacks terminator regression from 4.2.3
Roque Pinel
2015-09-22
1
-1
/
+0
*
no more require minitest mock
Gaurav Sharma
2015-08-27
1
-1
/
+0
*
`type_cast_from_user` -> `cast`
Sean Griffin
2015-02-17
1
-3
/
+3
*
`type_cast_for_database` -> `serialize`
Sean Griffin
2015-02-17
1
-6
/
+6
*
`Type#type_cast_from_database` -> `Type#deserialize`
Sean Griffin
2015-02-17
1
-7
/
+7
*
Introduce `ActiveRecord::Base#accessed_fields`
Sean Griffin
2015-01-20
1
-0
/
+19
*
Deprecate `false` as the way to halt AR callbacks
claudiob
2015-01-02
1
-0
/
+1
*
Implement `==` on `Type::Value` and `Attribute`
Sean Griffin
2014-08-15
1
-0
/
+30
*
rename MiniTest to Minitest
Rajarshi Das
2014-08-02
1
-1
/
+1
*
`Attribute` should know about its name
Sean Griffin
2014-06-26
1
-12
/
+25
*
Encapsulate the creation of `Attribute` objects
Sean Griffin
2014-06-26
1
-0
/
+26
*
Introduce an Attribute object to handle the type casting dance
Sean Griffin
2014-06-13
1
-0
/
+103