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
*
Remove broken attempts at handling columns with a a default of 'now()' in the...
Michael Koziarski
2006-03-18
1
-11
/
+0
*
Added migrations support to the Sybase adapter (closes #4293) [John R. Sheets]
David Heinemeier Hansson
2006-03-18
1
-2
/
+12
*
Oracle adapter gets some love #4230 [schoenm@earthlink.net]
David Heinemeier Hansson
2006-03-16
1
-2
/
+5
*
Added Base.abstract_class? that marks which classes are not part of the Activ...
Rick Olson
2006-03-16
1
-2
/
+7
*
make save! return true on success[johan@johansorensen.com]. Closes #4173
Michael Koziarski
2006-03-15
1
-0
/
+5
*
Unit test fixes for postgresql.
Michael Koziarski
2006-03-15
1
-2
/
+4
*
Added options to control the :only/:except for included associations on Base#...
David Heinemeier Hansson
2006-03-10
1
-0
/
+11
*
Added association inclusion in to_xml [DHH]
David Heinemeier Hansson
2006-03-10
1
-5
/
+43
*
Fixed to_xml across the board to use nice indention, better skip_attributes w...
David Heinemeier Hansson
2006-03-09
1
-0
/
+28
*
added assert_queries for the AR test suite
Rick Olson
2006-03-05
1
-0
/
+7
*
Fixed eager loading problems with single-table inheritance [Rick Olson] Added...
David Heinemeier Hansson
2006-03-05
1
-2
/
+2
*
Added Sybase database adapter that relies on the Sybase Open Client bindings ...
David Heinemeier Hansson
2006-03-02
1
-5
/
+13
*
Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo...
David Heinemeier Hansson
2006-03-01
1
-5
/
+5
*
Define attribute query methods to avoid method_missing calls. Closes #3677.
Jeremy Kemper
2006-02-27
1
-2
/
+3
*
Added :count option to pagination that'll make it possible for the ActiveReco...
David Heinemeier Hansson
2006-02-20
1
-2
/
+22
*
* Fix pagination problems when using include
Michael Koziarski
2006-02-09
1
-0
/
+7
*
Added assert_date_from_db to do cleaner tests for SQL Server (closes #3557) [...
David Heinemeier Hansson
2006-01-21
1
-8
/
+2
*
Add AR::Base.base_class for querying the ancestor AR::Base subclass [Jamis Buck]
Jamis Buck
2006-01-20
1
-1
/
+6
*
Fix test error caused by operator error with last commit
Michael Koziarski
2006-01-14
1
-1
/
+1
*
Don't alter the Hash passed to attributes=, closes #3385
Michael Koziarski
2006-01-14
1
-2
/
+13
*
Sanitize scoped conditions.
Marcel Molina
2006-01-04
1
-11
/
+8
*
Use query methods rather than readers in boolean tests for [3092]. Reference...
Jeremy Kemper
2005-11-19
1
-4
/
+4
*
Correct boolean handling in generated reader methods. References #2945.
Jeremy Kemper
2005-11-19
1
-0
/
+34
*
Don't generate read methods for columns whose names are not valid ruby method...
Jeremy Kemper
2005-11-19
1
-0
/
+7
*
r3095@asus: jeremy | 2005-11-15 22:40:51 -0800
Jeremy Kemper
2005-11-16
1
-3
/
+3
*
Oracle: test case for column default parsing. References #2788.
Jeremy Kemper
2005-11-14
1
-0
/
+10
*
r4325@asus: jeremy | 2005-11-12 03:57:46 -0800
Jeremy Kemper
2005-11-12
1
-3
/
+3
*
r2915@asus: jeremy | 2005-11-06 05:02:53 -0800
Jeremy Kemper
2005-11-06
1
-5
/
+5
*
Correct reader method generation for primary key attribute: handle case when ...
Jeremy Kemper
2005-11-02
1
-1
/
+1
*
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
[next]