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
*
Fixed incompatibility in DB2 adapter with the new limit/offset approach #1718...
David Heinemeier Hansson
2005-07-17
1
-1
/
+1
*
Fix regression from [1631] that caused an attribute to be set to nil if it wa...
Jamis Buck
2005-07-05
1
-0
/
+6
*
Fixed Base#write_attribute to work with both symbols and strings #1190 [Paul ...
David Heinemeier Hansson
2005-07-03
1
-0
/
+9
*
Fixed that has_and_belongs_to_many didn't respect single table inheritance ty...
David Heinemeier Hansson
2005-07-03
1
-1
/
+1
*
Added support for ODBC connections to MS SQL Server so you can connect from a...
David Heinemeier Hansson
2005-07-01
1
-0
/
+8
*
Fixed that multiparameter posts ignored attr_protected #1532 [alec+rails@very...
David Heinemeier Hansson
2005-06-28
1
-0
/
+13
*
Updated all references to the old find_first and find_all to use the new styl...
David Heinemeier Hansson
2005-06-26
1
-5
/
+5
*
Fixed that clear_association_cache doesn't delete new associations on new rec...
David Heinemeier Hansson
2005-06-25
1
-0
/
+21
*
Be sure to use the @finder_sql in the has_many association's #find method, ev...
Jamis Buck
2005-06-13
1
-1
/
+2
*
Do not use instantiated fixtures (in general) in tests. Also, support the use...
Jamis Buck
2005-06-10
1
-21
/
+21
*
Fixed that clone would break when an aggregate had the same name as one of it...
David Heinemeier Hansson
2005-05-19
1
-3
/
+31
*
Changed the callbacks such that observers are notified before the in-object c...
David Heinemeier Hansson
2005-05-02
1
-1
/
+8
*
Added compatibility with camelCase column names for dynamic finders #533 [Dee...
David Heinemeier Hansson
2005-04-30
1
-1
/
+2
*
Fixed extraneous comma in count() function that made it not work with joins #...
David Heinemeier Hansson
2005-04-30
1
-0
/
+12
*
A few more tests #1199
David Heinemeier Hansson
2005-04-30
1
-1
/
+14
*
decrease reliance on instantiated fixtures #980 [Jeremy Kemper]
David Heinemeier Hansson
2005-04-02
1
-21
/
+15
*
Added MultiparameterAssignmentErrors and AttributeAssignmentError exceptions ...
David Heinemeier Hansson
2005-03-06
1
-0
/
+10
*
Changed the auto-timestamping feature to use ActiveRecord::Base.default_timez...
David Heinemeier Hansson
2005-02-24
1
-2
/
+2
*
Added keyword-style approach to defining the custom relational bindings #545 ...
David Heinemeier Hansson
2005-02-07
1
-0
/
+54
*
Fixed documentation snafus #575, #576, #577, #585
David Heinemeier Hansson
2005-02-07
1
-1
/
+1
*
Added an Oracle adapter that works with the Oracle bindings by Yoshida (http:...
David Heinemeier Hansson
2005-02-07
1
-0
/
+14
*
Dont call id explicitly to do reloading that way we get rid of the warnings #...
David Heinemeier Hansson
2005-02-07
1
-1
/
+1
*
Fixed Base#clone for use with PostgreSQL #565 [hanson@surgery.wisc.edu]
David Heinemeier Hansson
2005-02-07
1
-0
/
+4
*
Updated documentation for serialize
David Heinemeier Hansson
2005-01-25
1
-2
/
+0
*
Updated documentation for serialize
David Heinemeier Hansson
2005-01-25
1
-0
/
+2
*
Added the option of supplying an array of ids and attributes to Base#update, ...
David Heinemeier Hansson
2005-01-25
1
-14
/
+22
*
Added Base.update_collection that can update an array of id/attribute pairs, ...
David Heinemeier Hansson
2005-01-24
1
-0
/
+17
*
Added that update_all calls sanitize_sql on its updates argument, so stuff li...
David Heinemeier Hansson
2005-01-24
1
-0
/
+3
*
Fixed that records fetched with piggy-back attributes or through rich has_and...
David Heinemeier Hansson
2005-01-24
1
-1
/
+20
*
Added mass-assignment protection for the inheritance column -- regardless of ...
David Heinemeier Hansson
2005-01-23
1
-0
/
+7
*
Added Base#attributes that returns a hash of all the attributes with their na...
David Heinemeier Hansson
2005-01-11
1
-1
/
+6
*
Added Base#reload that reloads the attributes of an object from the database ...
David Heinemeier Hansson
2005-01-10
1
-1
/
+10
*
Fixed Base#update_attribute to be indifferent to whether a string or symbol i...
David Heinemeier Hansson
2005-01-06
1
-0
/
+3
*
Added Base#toggle(attribute) and Base#toggle!(attribute) that makes it easier...
David Heinemeier Hansson
2005-01-06
1
-1
/
+33
*
Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ru...
David Heinemeier Hansson
2005-01-01
1
-3
/
+3
*
Added Base.default_timezone accessor that determines whether to use Time.loca...
David Heinemeier Hansson
2004-12-28
1
-1
/
+10
*
Changed the interface on AbstractAdapter to require that adapters return the ...
David Heinemeier Hansson
2004-12-19
1
-2
/
+6
*
Added Base.destroy and Base.delete to remove records without holding a refere...
David Heinemeier Hansson
2004-12-17
1
-7
/
+23
*
Added proper handling of time fields that are turned into Time objects with t...
David Heinemeier Hansson
2004-12-01
1
-0
/
+15
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+544