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