|
|
|
@8660
|
[8660]
|
01/18/08 07:30:42 |
bitsweat |
Move tests to cases |
|
|
|
@8571
|
[8571]
|
01/05/08 14:58:28 |
bitsweat |
More thoroughly quote table names. Exposes some issues with sqlite2 … |
|
|
|
@8570
|
[8570]
|
01/05/08 13:34:15 |
bitsweat |
* Continue evolution toward ActiveSupport::TestCase and friends. #10679 … |
|
|
|
@8499
|
[8499]
|
12/28/07 05:42:12 |
bitsweat |
Ruby 1.9 compat: introduce instance_variable_names. Closes #10630 … |
|
|
|
@8481
|
[8481]
|
12/22/07 11:26:03 |
bitsweat |
Ruby 1.9 compat: fix warnings, shadowed block vars, and unitialized … |
|
|
|
@8456
|
[8456]
|
12/21/07 01:49:01 |
bitsweat |
Eager belongs_to :include infers the foreign key from the association name … |
|
|
|
@8376
|
[8376]
|
12/11/07 20:08:30 |
rick |
Ensure that the :uniq option for has_many :through associations retains … |
|
|
|
@8353
|
[8353]
|
12/10/07 01:37:11 |
bitsweat |
Remove empty ar_joins_test |
|
|
|
@8315
|
[8315]
|
12/05/07 22:06:26 |
bitsweat |
Fix eager association test. Closes #10381 [alexey] |
|
|
|
@8273
|
[8273]
|
12/05/07 02:50:18 |
david |
Try again |
|
|
|
@8270
|
[8270]
|
12/05/07 02:30:30 |
david |
Fix that options[:from] table names should never be quoted [DHH] |
|
|
|
@8128
|
[8128]
|
11/11/07 01:03:43 |
rick |
Fix HasManyThrough Association so it uses :conditions on the HasMany … |
|
|
|
@8126
|
[8126]
|
11/10/07 21:33:13 |
nzkoz |
Ensure that column names are quoted. Closes #10134 [wesley.moxam] |
|
|
|
@8109
|
[8109]
|
11/07/07 15:07:39 |
david |
Address shortcomings of changeset [8054] [protocool] |
|
|
|
@8054
|
[8054]
|
10/29/07 21:39:52 |
bitsweat |
Introduce finder :joins with associations. Same :include syntax but with … |
|
|
|
@8043
|
[8043]
|
10/27/07 18:51:32 |
bitsweat |
Fix has_many :through delete with custom foreign keys. Closes #6466. |
|
|
|
@8036
|
[8036]
|
10/26/07 05:56:46 |
bitsweat |
Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981. |
|
|
|
@8006
|
[8006]
|
10/23/07 18:34:01 |
marcel |
Limited eager loading no longer ignores scoped :order. Closes #9561 … |
|
|
|
@7935
|
[7935]
|
10/16/07 05:07:58 |
bitsweat |
Refactor association create and build so before & after callbacks behave … |
|
|
|
@7913
|
[7913]
|
10/15/07 08:09:04 |
bitsweat |
Alias association #build to #new so it behaves predictably. Closes #8787. |
|
|
|
@7897
|
[7897]
|
10/15/07 04:14:10 |
bitsweat |
Uncomment test for join model method_missing. Closes #8707 [Giles Bowkett, … |
|
|
|
@7692
|
[7692]
|
09/30/07 06:47:20 |
rick |
Make size for has_many :through use counter cache if it exists. Closes … |
|
|
|
@7504
|
[7504]
|
09/17/07 21:19:44 |
bitsweat |
Associations macros accept extension blocks alongside modules. Closes … |
|
|
|
@7494
|
[7494]
|
09/15/07 23:50:12 |
bitsweat |
Eager loading respects explicit :joins. Closes #9496. |
|
|
|
@7472
|
[7472]
|
09/13/07 23:21:14 |
bitsweat |
OpenBase: update for new lib and latest Rails. Support migrations. Closes … |
|
|
|
@7460
|
[7460]
|
09/11/07 06:47:27 |
bitsweat |
Kill lingering acts |
|
|
|
@7454
|
[7454]
|
09/11/07 03:25:59 |
david |
Moved acts_as_tree into a plugin of the same name on the official Rails … |
|
|
|
@7326
|
[7326]
|
08/16/07 04:37:31 |
nzkoz |
Don't clobber :includes passed to count on has_many association. Closes … |
|
|
|
@7325
|
[7325]
|
08/16/07 04:36:55 |
nzkoz |
Make sure has_many associations honour :include when counting. Closes … |
|
|
|
@7237
|
[7237]
|
07/25/07 03:09:21 |
rick |
Ensure that has_many :through associations use a count query instead of … |
|
|
|
@7199
|
[7199]
|
07/20/07 00:10:06 |
rick |
Fix #count on a has_many :through association so that it recognizes the … |
|
|
|
@7182
|
[7182]
|
07/11/07 23:54:43 |
nzkoz |
Make create! on a has_many :through association return the association … |
|
|
|
@7119
|
[7119]
|
06/25/07 22:42:19 |
bitsweat |
Fix polymorphic has_one associations declared in an abstract class. Closes … |
|
|
|
@7081
|
[7081]
|
06/22/07 17:36:20 |
bitsweat |
Update tests' use of fixtures for the new collections api. Closes #8726. |
|
|
|
@6997
|
[6997]
|
06/11/07 07:15:59 |
bitsweat |
Remove deprecated push_with_attributes. |
|
|
|
@6408
|
[6408]
|
03/13/07 05:23:18 |
rick |
Allow a polymorphic :source for has_many :through associations. Closes … |
|
|
|
@6406
|
[6406]
|
03/13/07 05:16:22 |
rick |
forgot to add tests for #7044 |
|
|
|
@6336
|
[6336]
|
03/05/07 11:34:39 |
bitsweat |
Fix has_many :through << with custom foreign keys. Closes #6466, #7153. |
|
|
|
@5887
|
[5887]
|
01/12/07 05:14:55 |
bitsweat |
PostgreSQL: use a subselect to correctly perform eager finds with :limit … |
|
|
|
@5839
|
[5839]
|
01/05/07 00:12:06 |
nzkoz |
Sybase adapter fixes. Closes #6926 [jsheets] |
|
|
|
@5384
|
[5384]
|
11/01/06 20:28:48 |
bitsweat |
Oracle: resolve test failures, use prefetched primary key for inserts, … |
|
|
|
@5305
|
[5305]
|
10/15/06 16:37:11 |
rick |
Fix has_many :through to add the appropriate conditions when going through … |
|
|
|
@5284
|
[5284]
|
10/11/06 14:02:24 |
rick |
Restore eager condition interpolation, document it's differences [Rick] |
|
|
|
@5267
|
[5267]
|
10/09/06 03:21:52 |
rick |
Add #delete support to has_many :through associations. Closes #6049 … |
|
|
|
@5264
|
[5264]
|
10/09/06 02:46:57 |
rick |
Removes the ability for eager loaded conditions to be interpolated, since … |
|
|
|
@5230
|
[5230]
|
10/08/06 06:45:32 |
bitsweat |
The has_many create method works with polymorphic associations. Closes … |
|
|
|
@5181
|
[5181]
|
09/25/06 06:38:55 |
bitsweat |
organize associations tests |