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
*
Test that #[] and #[]= keep working when #read_attribute and #write_attribute...
Tom Stuart
2012-01-11
1
-0
/
+33
*
Test ActiveRecord::Base#[]= as well as #write_attribute
Tom Stuart
2012-01-11
1
-1
/
+7
*
Fix #4046.
Jon Leighton
2011-12-23
1
-0
/
+20
*
remove deprecated underscore versions of attribute methods
Sergey Nartimov
2011-12-21
1
-8
/
+0
*
handle not only strings in date type cast
Sergey Nartimov
2011-12-19
1
-0
/
+8
*
Stop the build asploding on 1.8.7
Jon Leighton
2011-12-14
1
-0
/
+4
*
Fix #3837.
Jon Leighton
2011-12-03
1
-0
/
+12
*
Get rid of the underscore versions of attribute methods!
Jon Leighton
2011-12-01
1
-0
/
+5
*
don't alter global state in test
Jon Leighton
2011-11-30
1
-2
/
+3
*
If the table behind has no primary key, do not ask again and just return nil.
Julius de Bruijn
2011-11-30
1
-0
/
+5
*
omg computer science!
Jon Leighton
2011-11-30
1
-5
/
+1
*
Use inheritance to avoid special-case code for the 'id' method
Jon Leighton
2011-11-30
1
-1
/
+1
*
Update ActiveRecord#attribute_present? to work as documented
Justin Mazzi
2011-11-05
1
-0
/
+18
*
Stop trying to be clever about when to define attribute methods.
Jon Leighton
2011-09-14
1
-24
/
+0
*
Deprecate using method_missing for attributes that are columns.
Jon Leighton
2011-09-13
1
-0
/
+15
*
Let Ruby deal with method visibility.
Jon Leighton
2011-09-13
1
-3
/
+3
*
Always generate attribute methods on the base class.
Jon Leighton
2011-09-13
1
-0
/
+16
*
Revert "Merge pull request #2543 from htanata/unused_require_in_ar_test"
Santiago Pastorino
2011-08-16
1
-0
/
+1
*
Remove unused require.
Hendy Tanata
2011-08-16
1
-1
/
+0
*
Resolve warnings by instantizing @attrubtes as nil
Brian Cardarella
2011-07-30
1
-0
/
+1
*
please use ruby -I lib:test path/to/test.rb, or export RUBY_OPT
Aaron Patterson
2011-06-06
1
-1
/
+1
*
Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...
Jon Leighton
2011-06-04
1
-1
/
+1
*
Fix broken test. You know, the merge button will be the end of us...
Jon Leighton
2011-06-01
1
-3
/
+3
*
Adding comment
Arun Agrawal
2011-06-01
1
-0
/
+1
*
AttributeMethodTest test fix #jruby
Vishnu Atrai
2011-06-01
1
-1
/
+5
*
Test AR::Base#inspect on an allocated object not yet initialized
Franck Verrot
2011-05-25
1
-0
/
+8
*
Undo performances regressions I introduced in bbe0a507f287c20ab4ae8a244fbfc81...
Jon Leighton
2011-04-15
1
-0
/
+11
*
Remove unnecessary code from define_read_method and add assertion to make sur...
Jon Leighton
2011-04-15
1
-0
/
+1
*
Remove `#among?` from Active Support
Prem Sichanugrist
2011-04-13
1
-1
/
+1
*
Change Object#either? to Object#among? -- thanks to @jamesarosen for the sugg...
David Heinemeier Hansson
2011-04-12
1
-1
/
+1
*
Using Object#in? and Object#either? in various places
Prem Sichanugrist
2011-04-11
1
-1
/
+2
*
cleaning up typecast test a little
Aaron Patterson
2011-03-26
1
-6
/
+8
*
refactoring tz to a variable rather than repeating it
Aaron Patterson
2011-03-26
1
-2
/
+4
*
adding a test for attributes after type cast. thanks nragaz. :heart:
Aaron Patterson
2011-03-26
1
-0
/
+17
*
fixing whitespace errors. :bomb:
Aaron Patterson
2011-03-25
1
-2
/
+2
*
Fix before_type_cast for timezone aware attributes by caching converted value...
Adam Meehan
2011-03-23
1
-15
/
+11
*
bugfix for serialized_attributes to be class specific
Raimonds Simanovskis
2011-02-09
1
-0
/
+5
*
do not to_s where you are testing that a string value is stored for the befor...
Akira Matsuda
2011-02-07
1
-1
/
+1
*
avoid nil.dup
Akira Matsuda
2011-02-07
1
-0
/
+8
*
fix for test_read_attributes_before_type_cast_on_datetime - Oracle adapter al...
Raimonds Simanovskis
2011-02-02
1
-2
/
+2
*
Make before_type_cast available for datetime fields
Akira Matsuda
2011-02-01
1
-16
/
+15
*
Add test for e0e3adf
Jeremy Kemper
2011-01-07
1
-0
/
+6
*
Allow primary_key to be an attribute when the model is a new record
Santiago Pastorino
2010-12-28
1
-1
/
+1
*
fixing space errors
Aaron Patterson
2010-12-02
1
-3
/
+1
*
Work around a strange piece of Syck behaviour where it checks Model#respond_t...
Michael Koziarski
2010-12-02
1
-0
/
+11
*
removing many unused variables
Aaron Patterson
2010-11-16
1
-1
/
+1
*
mysql tests are mostly passing
Aaron Patterson
2010-10-26
1
-3
/
+3
*
Fewer object allocations
Jeremy Kemper
2010-09-09
1
-3
/
+3
*
Cache unserialized attributes
Jeremy Kemper
2010-09-09
1
-9
/
+12
*
Do not use time zone in test_read_attributes_before_type_cast_on_datetime for...
Raimonds Simanovskis
2010-08-22
1
-3
/
+3
[next]