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
/
fixtures
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Added Sybase database adapter that relies on the Sybase Open Client bindings ...
David Heinemeier Hansson
2006-03-02
5
-1
/
+245
*
Renamed the "oci" adapter to "oracle", but kept the old name as an alias (clo...
David Heinemeier Hansson
2006-03-01
5
-2
/
+2
*
Add missing fixtures for #3937.
Jeremy Kemper
2006-02-28
2
-0
/
+13
*
Added new column to all db definitions. Where, oh where, is our hereo that wi...
David Heinemeier Hansson
2006-02-28
13
-0
/
+46
*
Add set_fixture_class to allow the use of table name accessors with models wh...
Nicholas Seckar
2006-02-27
3
-0
/
+25
*
Fixed that reflections would bleed across class boundaries in single-table in...
David Heinemeier Hansson
2006-02-25
1
-0
/
+2
*
Added calculations: Base.count, Base.average, Base.sum, Base.minimum, Base.ma...
David Heinemeier Hansson
2006-02-25
1
-0
/
+5
*
Reflections don't attempt to resolve module nesting of association classes. S...
Jeremy Kemper
2006-02-22
1
-3
/
+17
*
Improved the Oracle OCI Adapter with better performance for column reflection...
David Heinemeier Hansson
2006-02-21
1
-2
/
+1
*
Fix Syntax error in mysql.sql, Drop table readers and run aaa_create_tables f...
Michael Koziarski
2006-02-10
8
-1
/
+8
*
Add missing models and fixture
Michael Koziarski
2006-02-10
2
-0
/
+8
*
Allow has_many :through to work with :include [Michael Schoen]. Closes #3611
Michael Koziarski
2006-02-10
9
-1
/
+57
*
SQL Server cannot sort on type text. This causes three errors in the activere...
Jeremy Kemper
2006-02-09
1
-2
/
+2
*
Polymorphic join support for has_one associations (has_one :foo, :as => :bar)...
Jeremy Kemper
2006-02-09
2
-0
/
+3
*
PostgreSQL: correctly parse negative integer column defaults. References #3776.
Jeremy Kemper
2006-02-09
1
-1
/
+3
*
Make dynamic finders honor additional passed in :conditions. Closes #3569.
Marcel Molina
2006-01-22
1
-0
/
+5
*
allow has_many :through to work with custom :foreign key (closes #3422) [Rick...
David Heinemeier Hansson
2006-01-21
1
-0
/
+3
*
Add a test to verify correct behavior when creating a polymorphic association
Jamis Buck
2006-01-20
1
-0
/
+1
*
allow the 'lock_version' column to be configured with set_locking_column. Cl...
Michael Koziarski
2006-01-14
16
-0
/
+69
*
Multiple enhancements and adjustments to DB2 adaptor. Closes #3377.
Marcel Molina
2006-01-04
2
-102
/
+102
*
Sanitize scoped conditions.
Marcel Molina
2006-01-04
1
-1
/
+6
*
removed :piggyback in favor of just allowing :select on :through associations
Tobias Lütke
2005-12-20
1
-1
/
+1
*
added :piggyback option to has_many :through relationships to pick up values ...
Tobias Lütke
2005-12-20
1
-1
/
+1
*
Fixed :through relations when using STI inherited classes would use the inher...
Tobias Lütke
2005-12-16
4
-2
/
+21
*
Added option inheritance for find calls on has_and_belongs_to_many and has_ma...
David Heinemeier Hansson
2005-12-13
2
-0
/
+2
*
Added tests for join models and fixed a bug #3177
David Heinemeier Hansson
2005-12-11
4
-0
/
+19
*
Reloading an instance refreshes its aggregations as well as its associations....
Jeremy Kemper
2005-12-08
1
-0
/
+4
*
PostgreSQL: more robust sequence name discovery. References #3087.
Jeremy Kemper
2005-12-08
1
-2
/
+3
*
Added preliminary support for join models [DHH] Added preliminary support for...
David Heinemeier Hansson
2005-12-03
1
-0
/
+1
*
Work-in progress for providing better join model support and polymorphic asso...
David Heinemeier Hansson
2005-12-02
6
-1
/
+30
*
r3116@asus: jeremy | 2005-11-16 00:17:06 -0800
Jeremy Kemper
2005-11-16
4
-0
/
+321
*
r3095@asus: jeremy | 2005-11-15 22:40:51 -0800
Jeremy Kemper
2005-11-16
2
-2
/
+4
*
Oracle: test case for column default parsing. References #2788.
Jeremy Kemper
2005-11-14
1
-0
/
+8
*
acts_as_list plays nicely with inheritance by remembering the class which dec...
Jeremy Kemper
2005-11-10
2
-0
/
+15
*
Fixed acts_as_list for definitions without an explicit :order #2803 [jonathan...
David Heinemeier Hansson
2005-11-09
2
-2
/
+16
*
Destroy associated has_and_belongs_to_many records after all before_destroy c...
Jeremy Kemper
2005-11-08
1
-0
/
+10
*
Add :order option to Author.posts_with_comments_and_categories so that tests ...
Jeremy Kemper
2005-11-08
1
-30
/
+30
*
Added :include as an option for association declarations [DHH]
David Heinemeier Hansson
2005-11-06
2
-0
/
+7
*
Made association extensions use simpler block syntax
David Heinemeier Hansson
2005-11-06
2
-7
/
+18
*
Added extension capabilities to has_many and has_and_belongs_to_many proxies ...
David Heinemeier Hansson
2005-11-04
2
-9
/
+6
*
Explicitly require topic from reply fixture.
Jeremy Kemper
2005-11-04
1
-1
/
+3
*
Added extension capabilities to has_many and has_and_belongs_to_many proxies ...
David Heinemeier Hansson
2005-11-03
2
-4
/
+20
*
Added that an DuplicateMigrationVersionError gets raised when multiple migrat...
Florian Weber
2005-10-31
4
-0
/
+40
*
Fixed SQL Server adapter so it honors options[:conditions] when applying :lim...
David Heinemeier Hansson
2005-10-28
1
-1
/
+1
*
Fixed handling of nil number columns on Oracle and cleaned up tests for Oracl...
David Heinemeier Hansson
2005-10-26
3
-10
/
+2
*
Added quoted_true and quoted_false methods to db2_adapter and cleaned up test...
David Heinemeier Hansson
2005-10-26
1
-1
/
+0
*
modified finder test a tiny bit so that it passes on sqlserver
Tobias Lütke
2005-10-16
1
-3
/
+6
*
r3616@asus: jeremy | 2005-09-26 23:09:28 -0700
Jeremy Kemper
2005-10-16
2
-2
/
+4
*
Support ordered YAML fixtures. #1896
Jeremy Kemper
2005-10-15
1
-0
/
+7
*
Adds :nullify option to :depends. Closes #2015 (Robby Russell)
Tobias Lütke
2005-10-15
3
-1
/
+24
[prev]
[next]