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
*
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
*
Extract #in_time_zone helper method duplication to a module
Carlos Antonio da Silva
2012-11-17
1
-12
/
+2
*
Simplify helper method in attribute methods test
Carlos Antonio da Silva
2012-11-17
1
-3
/
+1
*
AR::AttributeMethods#[] raises AM::AttributeMissingError for missing attributes.
Francesco Rodriguez
2012-10-28
1
-0
/
+6
*
Revert "Key the attributes hash with symbols"
Jon Leighton
2012-10-12
1
-2
/
+2
*
test cleanup, remove ruby_type because it's no longer needed
Yves Senn
2012-09-03
1
-1
/
+1
*
Key the attributes hash with symbols
Jon Leighton
2012-08-31
1
-2
/
+2
*
Move the serialized attribute tests to their own file
Rafael Mendonça França
2012-08-26
1
-11
/
+0
*
Move test to the correct file
Rafael Mendonça França
2012-08-26
1
-0
/
+6
*
Refactor missing parameter validation based on position
Carlos Antonio da Silva
2012-08-18
1
-1
/
+0
*
load active_support/core_ext/object/inclusion in active_support/rails
Xavier Noria
2012-08-02
1
-1
/
+0
*
Deprecate ActiveRecord::Base.scoped.
Jon Leighton
2012-07-27
1
-4
/
+4
*
Fix class_eval without __FILE__ and __LINE__.
kennyj
2012-07-18
1
-1
/
+1
*
Move newly added multiparameter tests to base_test file
Carlos Antonio da Silva
2012-06-28
1
-35
/
+1
*
Skip test_setting_time_attribute because Oracle database
Yasuo Honda
2012-06-28
1
-0
/
+2
*
Fixes #6825, adds tests covering cases and error possibilities, also changes ...
Mauricio Linhares
2012-06-27
1
-0
/
+33
*
Remove unused assignments from activerecord tests
Mark Rushakoff
2012-04-29
1
-2
/
+2
*
%s/find(:\(first\|last\|all\), \([^()]*\))/scoped(\2).\1/gcI amongst other th...
Jon Leighton
2012-04-27
1
-4
/
+4
*
remove calls to find(:first), find(:last) and find(:all)
Jon Leighton
2012-04-26
1
-1
/
+1
*
attribute_present? should return false for empty strings
Jacob Green
2012-03-06
1
-0
/
+3
*
Fix warning: assigned but unused variable
kennyj
2012-03-01
1
-3
/
+0
*
force datetime attributes to be changed, fix GH #3965
Sergey Nartimov
2012-02-28
1
-0
/
+13
*
move id_before_type_cast to PrimaryKey module
Sergey Nartimov
2012-02-16
1
-0
/
+8
*
Revert PR#5001 "removed unuseful require for reply as we are not using requir...
Vishnu Atrai
2012-02-12
1
-0
/
+1
*
removed unuseful require for reply as we are not using require model
Karunakar (Ruby)
2012-02-11
1
-1
/
+0
*
fixing the list of cached columns
Aaron Patterson
2012-02-09
1
-1
/
+3
[next]