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
...
*
Added migration support for Oracle (closes #2647) [Michael Schoen]
David Heinemeier Hansson
2005-10-29
1
-5
/
+2
*
Added migration support to SQL Server adapter (please someone do the same for...
David Heinemeier Hansson
2005-10-28
1
-0
/
+6
*
Refactor DB exceptions and deal more with DB2 (closes #2624)
David Heinemeier Hansson
2005-10-27
1
-42
/
+29
*
Added :offset and :limit to the kinds of options that Base.constrain can use ...
David Heinemeier Hansson
2005-10-26
1
-0
/
+24
*
Fixed handling of nil number columns on Oracle and cleaned up tests for Oracl...
David Heinemeier Hansson
2005-10-26
1
-4
/
+8
*
Clarify semantics of ActiveRecord::Base#respond_to? Closes #2560.
Jeremy Kemper
2005-10-22
1
-0
/
+7
*
Make all of tests runnable on their own.
Marcel Molina
2005-10-19
1
-0
/
+2
*
Fixed a few sqlserver test case errors. Closes #2486
Tobias Lütke
2005-10-17
1
-4
/
+6
*
r3616@asus: jeremy | 2005-09-26 23:09:28 -0700
Jeremy Kemper
2005-10-16
1
-1
/
+1
*
Comment out the memory leak test because it b0rks the testing environment. Up...
Jamis Buck
2005-10-16
1
-18
/
+21
*
squash the memleak in dev mode finally (fingers crossed, here)
Jamis Buck
2005-10-15
1
-0
/
+19
*
Change quote delimiters for sql interpolation to obviate SyntaxErrors. Closes...
Marcel Molina
2005-10-14
1
-0
/
+6
*
Protect id attribute from mass assigment even when the primary key is set to ...
Marcel Molina
2005-10-12
1
-0
/
+18
*
Speed up the setting of table_name. Closes #2428.
Marcel Molina
2005-10-10
1
-0
/
+11
*
Add geometric type for postgresql adapter. Closes #2233.
Marcel Molina
2005-10-09
1
-0
/
+62
*
Add option (true by default) to generate reader methods for each attribute of...
Marcel Molina
2005-10-07
1
-0
/
+20
*
Fixup tests for [2474].
Jeremy Kemper
2005-10-06
1
-10
/
+10
*
Quote booleans according the rules defined by the adapter
Michael Koziarski
2005-10-06
1
-1
/
+6
*
Ticket 2256 - Recognize PostgreSQL NOW() default as equivalent to CURRENT_TIM...
Jeremy Kemper
2005-09-27
1
-16
/
+21
*
Fix serialization problem with YAML in 1.8.3
Scott Barron
2005-09-27
1
-3
/
+3
*
Fixed comparison of Active Record objects so two new objects are not equal #2...
David Heinemeier Hansson
2005-09-09
1
-0
/
+4
*
Modify read_attribute to allow a symbol argument #2024 [Ken Kunz]
Jamis Buck
2005-09-02
1
-0
/
+10
*
Make destroy return self #1913 [sebastian.kanthak@muehlheim.de]
Jamis Buck
2005-08-14
1
-0
/
+6
*
Made Oracle a first-class connection adapter by adhering closer to idiomatic ...
David Heinemeier Hansson
2005-07-24
1
-1
/
+1
*
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
[prev]
[next]