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
/
base_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add attr_readonly to specify columns that are skipped during a normal ActiveR...
Rick Olson
2007-09-30
1
-13
/
+29
*
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
David Heinemeier Hansson
2007-09-28
1
-1
/
+1
*
Ensure that custom mutators aren't redefined by define_attribute_methods. [Koz]
Michael Koziarski
2007-09-17
1
-0
/
+7
*
Remove commented out test which refers to old code, old bugs and uses ObjectS...
Michael Koziarski
2007-08-29
1
-22
/
+0
*
Change the implementation of ActiveRecord's attribute reader and writer methods:
Michael Koziarski
2007-08-14
1
-25
/
+3
*
Let inspect on AR classes work when the table doesn't exist. Closes #9194 [ta...
Michael Koziarski
2007-08-06
1
-0
/
+4
*
Remove deprecated count(conditions=nil, joins=nil) usage. Closes #8993 [lifo...
Rick Olson
2007-07-16
1
-5
/
+2
*
Add the type="array" moniker to has_many / has_and_belongs_to_many associatio...
Tobias Lütke
2007-06-27
1
-4
/
+4
*
Fix Base#inspect when not every attribute is present. Closes #8623.
Jeremy Kemper
2007-06-11
1
-0
/
+5
*
Base.inspect handles Base itself and abstract_class? Don't use #<Foo ...> si...
Jeremy Kemper
2007-05-31
1
-3
/
+9
*
Raise an exception if both attr_protected and attr_accessible are declared. C...
Jeremy Kemper
2007-05-29
1
-0
/
+12
*
Allow nil serialized attributes with a set class constraint. #7293 [sandofsky]
Rick Olson
2007-05-28
1
-4
/
+17
*
Test that #to_xml takes a block. Closes #8471. [seth]
Jeremy Kemper
2007-05-25
1
-0
/
+9
*
Fix #inspect for new records. Closes #8405.
Jeremy Kemper
2007-05-19
1
-0
/
+4
*
Pay tribute to timezones. Tune #inspect style.
Jeremy Kemper
2007-05-18
1
-7
/
+7
*
Sanitize Base#inspect. Closes #8392.
Jeremy Kemper
2007-05-18
1
-1
/
+14
*
Hash#to_xml supports YAML attributes; ActiveRecord::Base#to_xml support seria...
Jeremy Kemper
2007-03-18
1
-1
/
+1
*
Base.update_all :order and :limit options. Useful for MySQL updates that must...
Jeremy Kemper
2007-03-17
1
-0
/
+6
*
Oracle: overflow Time to DateTime. Closes #7718.
Jeremy Kemper
2007-03-06
1
-1
/
+2
*
SQLServer: don't choke on strings containing 'null'. Closes #7083.
Jeremy Kemper
2007-01-28
1
-2
/
+10
*
update_all can take a Hash argument. sanitize_sql splits into two methods for...
Jeremy Kemper
2007-01-28
1
-10
/
+23
*
Don't create instance writer methods for class attributes. Closes #7401 [Rick]
Rick Olson
2007-01-28
1
-0
/
+10
*
Allow the Oracle adapter to insert a string "null". Closes #6997 [laurelfan]
Michael Koziarski
2007-01-16
1
-1
/
+10
*
Sybase adapter fixes. Closes #6926 [jsheets]
Michael Koziarski
2007-01-05
1
-5
/
+5
*
try to appease the angry Oracle
Jamis Buck
2006-12-29
1
-1
/
+1
*
make sure query attributes on custom fields works as it used to
Jamis Buck
2006-12-29
1
-1
/
+22
*
Pushing a record on an association collection doesn't unnecessarily load all ...
Jeremy Kemper
2006-12-21
1
-3
/
+3
*
Partially revert [5660] - makes more trouble than it resolves. References #57...
Jeremy Kemper
2006-12-19
1
-2
/
+2
*
Subclasses of an abstract class work with single-table inheritance. Closes #5...
Jeremy Kemper
2006-12-01
1
-2
/
+55
*
Quote ActiveSupport::Multibyte::Chars. Closes #6653.
Jeremy Kemper
2006-11-20
1
-0
/
+12
*
Simplify query_attribute by typecasting the attribute value and checking whet...
Jeremy Kemper
2006-11-20
1
-1
/
+28
*
Find with :include respects scoped :order. Closes #5850.
Jeremy Kemper
2006-11-07
1
-0
/
+10
*
SQLite: count(distinct) queries supported in >= 3.2.6, fix calculations worka...
Jeremy Kemper
2006-11-05
1
-8
/
+10
*
Dynamically generate reader methods for serialized attributes. Closes #6362.
Jeremy Kemper
2006-11-02
1
-1
/
+1
*
Added update_attributes! which uses save! to raise an exception if a validati...
David Heinemeier Hansson
2006-10-09
1
-1
/
+38
*
Use class name as XML_TYPE_NAMES key.
Jeremy Kemper
2006-09-29
1
-2
/
+2
*
Deprecation: count class method should be called with an options hash rather ...
Jeremy Kemper
2006-09-26
1
-1
/
+1
*
Deprecation tests. Remove warnings for dynamic finders and for the foo_count ...
Jeremy Kemper
2006-09-15
1
-29
/
+26
*
Backed out of new_record? to new? transformation as it would screw up existin...
David Heinemeier Hansson
2006-09-05
1
-4
/
+10
*
Deprecated ActiveRecord::Base.new_record? in favor of ActiveRecord::Base.new?...
David Heinemeier Hansson
2006-09-05
1
-10
/
+4
*
to_xml: the :methods option works on arrays of records. Closes #5845.
Jeremy Kemper
2006-09-02
1
-0
/
+6
*
Nested subclasses are not prefixed with the parent class' table_name since th...
Jeremy Kemper
2006-08-25
1
-5
/
+21
*
to_xml: correct naming of included associations. Closes #5831.
Jeremy Kemper
2006-08-20
1
-0
/
+5
*
Nested classes are given table names prefixed by the singular form of the par...
Jeremy Kemper
2006-08-16
1
-4
/
+8
*
Fixed that default timezones for new / initialize should uphold utc setting (...
David Heinemeier Hansson
2006-08-05
1
-0
/
+16
*
Fixed to_xml with :include misbehaviors when invoked on array of model instan...
David Heinemeier Hansson
2006-08-03
1
-0
/
+13
*
more concise destroy test
Jeremy Kemper
2006-08-01
1
-13
/
+5
*
Patch sql injection vulnerability when using integer or float columns.
Jamis Buck
2006-07-27
1
-0
/
+6
*
r4704@asus: jeremy | 2006-06-27 12:00:19 -0700
Jeremy Kemper
2006-07-08
1
-1
/
+33
*
PostgreSQL: correctly quote microseconds in timestamps. Closes #5641.
Jeremy Kemper
2006-07-07
1
-0
/
+1
[next]