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
*
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