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
*
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
|
/
*
Reorder test which does not represent real world usage
Sean Griffin
2014-06-13
1
-2
/
+2
*
rm cached attributes
Sean Griffin
2014-06-11
1
-35
/
+9
*
Remove most code related to serialized properties
Sean Griffin
2014-06-01
1
-1
/
+1
*
Add missing test case for writing unknown attributes
Sean Griffin
2014-05-30
1
-0
/
+2
*
Rename attribute related instance variables to better express intent
Sean Griffin
2014-05-30
1
-1
/
+1
*
Don't recurse infinitely when calling non-existent method on super
Kris Kemper
2014-05-22
1
-0
/
+12
*
Remove :timestamp column type
Sean Griffin
2014-05-19
1
-1
/
+1
*
Just call read_attribute, no need to use `send`.
Lauro Caetano
2014-04-14
1
-4
/
+4
*
Use teardown helper method.
Guo Xiang Tan
2014-03-14
1
-1
/
+1
*
Fixes STI when 2+ levels deep.
Arthur Neves
2014-03-10
1
-0
/
+13
*
Merge remote-tracking branch 'chancancode/fix_instance_method_already_impleme...
Jon Leighton
2014-02-25
1
-11
/
+19
|
\
|
*
Fixed STI classes not defining an attribute method if there is a
Godfrey Chan
2014-02-23
1
-11
/
+19
*
|
Coerce strings when reading attributes.
Yves Senn
2014-02-23
1
-0
/
+18
|
/
*
Fix AR#method_missing re-dispatching into overwritten attribute methods.
thedarkone
2013-09-29
1
-2
/
+33
*
Merge pull request #9860 from wangjohn/update_attributes_throws_error_with_nil
Rafael Mendonça França
2013-09-24
1
-1
/
+1
|
\
|
*
Raising an error when nil or non-hash is passed to update_attributes.
wangjohn
2013-06-25
1
-1
/
+1
*
|
Remove deprecation warning from attribute_missing
Arun Agrawal
2013-07-15
1
-15
/
+0
*
|
Fix: attribute_for_inspect truncate upto (51 => 50) characters.
namusyaka
2013-07-09
1
-1
/
+1
|
/
*
Extract AR::AttributeMethods#attribute_for_inspect's test code out from base_...
Takehiro Adachi
2013-05-22
1
-0
/
+8
*
test refactor
Aaron Patterson
2013-05-16
1
-5
/
+2
*
Add more data to AR::UnknownAttributeError
Bogdan Gusiev
2013-05-16
1
-0
/
+12
*
read_attribute_before_type_cast should accept symbol
Neeraj Singh
2013-05-11
1
-0
/
+1
*
fixes a test, and explains why AR::AttributeMethods checks defined?(@attribut...
Xavier Noria
2013-04-28
1
-5
/
+2
*
Removed space and unused class
Anupam Choudhury
2013-04-06
1
-1
/
+1
*
fix typos in AR. lots of them.
Vipul A M
2013-03-19
1
-2
/
+2
*
Remove not used require and some useless test comments
Carlos Antonio da Silva
2012-11-17
1
-12
/
+3
*
Fix typo in module name and make #in_time_zone private
Carlos Antonio da Silva
2012-11-17
1
-1
/
+1
[next]