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
*
Resolve warnings by instantizing @attrubtes as nil
Brian Cardarella
2011-08-13
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
*
Both tests are using the same model, move the model to another file and add t...
Santiago Pastorino
2010-08-14
1
-1
/
+2
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-4
/
+4
*
ignore this test for mysql2
Brian Lopez
2010-08-09
1
-13
/
+15
*
Making Active Record base_test.rb thinner by moving tests
Neeraj Singh
2010-08-03
1
-2
/
+276
*
Use better assertion methods for testing
Neeraj Singh
2010-05-19
1
-1
/
+1
*
1=2 is invalid expression in Oracle SELECT
Raimonds Simanovskis
2009-08-06
1
-2
/
+12
*
Extract generic attribute method generation to AMo
Joshua Peek
2009-08-04
1
-47
/
+0
*
Modified ActiveRecord::AttributeMethods to allow classes to specify attribute...
Paul Gillard
2009-08-04
1
-15
/
+79
*
Undefine id and let it automatically be generated
Joshua Peek
2009-07-30
1
-4
/
+0
*
Restore DangerousAttributeError
Joshua Peek
2009-07-30
1
-0
/
+14
*
Generate methods for all suffixes
Joshua Peek
2009-07-30
1
-14
/
+0
*
Make it so AR attributes which conflict with object-private methods (e.g. sys...
Sam Goldstein
2009-07-09
1
-0
/
+16
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
1
-1
/
+1
*
Support true/false in query_attribute for calculated columns
Max Lapshin
2009-02-06
1
-0
/
+12
*
"raise NoMethodError" raises NoMethodError. Raise it with NoMethodError.new i...
Mike Gunderloy
2008-10-25
1
-4
/
+7
*
Changed ActiveRecord attributes to respect access control.
Adam Milligan
2008-09-24
1
-4
/
+47
*
Base.skip_time_zone_conversion_for_attributes uses class_inheritable_accessor...
miloops
2008-09-14
1
-0
/
+9
*
Fix file permissions
Tarmo Tänav
2008-07-31
1
-0
/
+0
*
Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...
Joshua Peek
2008-06-03
1
-10
/
+10
[next]