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 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
*
only exclude serialized columns from cacheable columns
Aaron Patterson
2012-02-09
1
-1
/
+1
*
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
[next]