Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/activerecord/test/fixtures


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9084 [9084] 03/24/08 02:50:02 rick Merge the has_finder gem, renamed as 'named_scope'. Closes #11404
(edit) @9075 [9075] 03/22/08 02:20:37 bitsweat has_one :through supports :source_type. Fix up some tests. References …
(edit) @9067 [9067] 03/21/08 18:09:03 rick Add has_one :through support, finally. Closes #4756 [thechrisoshow]
(edit) @8942 [8942] 02/28/08 20:42:01 bitsweat Fix that batched :include would pull in duplicate records in some cases. …
(edit) @8933 [8933] 02/27/08 22:41:35 bitsweat Fix preloading nil polymorphic belongs_to. Closes #11218 [matrix9180]
(edit) @8890 [8890] 02/18/08 00:14:54 nzkoz Make dynamic finders respect the :include on HasManyThrough associations. …
(edit) @8776 [8776] 02/02/08 03:27:31 bitsweat Fix has_many :through a polymorphic has_many. Closes #10529 [Aleksey …
(edit) @8762 [8762] 01/31/08 07:50:15 bitsweat Fixed preloading belongs_to associations which reference a custom foreign …
(edit) @8735 [8735] 01/26/08 06:23:03 nzkoz Make sure that belongs_to counter decrements when assigning nil Closes …
(edit) @8682 [8682] 01/21/08 17:21:12 bitsweat Add missing author_addresses.yml fixture. Closes #10592.
(edit) @8681 [8681] 01/21/08 17:20:51 bitsweat Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
(edit) @8675 [8675] 01/19/08 05:30:42 bitsweat belongs_to supports :dependent => :destroy and :delete. Closes #10592.
(edit) @8659 [8659] 01/18/08 07:29:00 bitsweat move schema
(edit) @8658 [8658] 01/18/08 07:28:07 bitsweat move migrations
(edit) @8657 [8657] 01/18/08 07:27:03 bitsweat move assets and models
(edit) @8594 [8594] 01/08/08 03:54:40 bitsweat Fixtures: removed support for the ancient pre-YAML file format. Closes …
(edit) @8571 [8571] 01/05/08 14:58:28 bitsweat More thoroughly quote table names. Exposes some issues with sqlite2 …
(edit) @8456 [8456] 12/21/07 01:49:01 bitsweat Eager belongs_to :include infers the foreign key from the association name …
(edit) @8376 [8376] 12/11/07 20:08:30 rick Ensure that the :uniq option for has_many :through associations retains …
(edit) @8309 [8309] 12/05/07 21:37:51 david Fixed that habtm associations should be able to set :select as part of …
(edit) @8219 [8219] 11/26/07 22:46:11 bitsweat Foxy fixtures: support single-table inheritance. Closes #10234.
(edit) @8218 [8218] 11/26/07 22:45:43 bitsweat Foxy fixtures: allow mixed usage to make migration easier and more …
(edit) @8205 [8205] 11/25/07 22:08:38 david Fixed that create table with :id => false and fixtures don't play nice …
(edit) @8186 [8186] 11/22/07 01:30:22 bitsweat Add example.log for binary escaping test. References #10176.
(edit) @8178 [8178] 11/21/07 07:32:44 bitsweat Dynamic finders on association collections respect association :limit. …
(edit) @8174 [8174] 11/21/07 01:51:57 nzkoz Make Dynamic Finders on Association Collections Respect Association :order …
(edit) @8170 [8170] 11/20/07 21:53:22 nzkoz Add 'foxy' support for fixtures of polymorphic associations. Closes #10183
(edit) @8128 [8128] 11/11/07 01:03:43 rick Fix HasManyThrough Association so it uses :conditions on the HasMany …
(edit) @8043 [8043] 10/27/07 18:51:32 bitsweat Fix has_many :through delete with custom foreign keys. Closes #6466.
(edit) @8036 [8036] 10/26/07 05:56:46 bitsweat Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981.
(edit) @8030 [8030] 10/26/07 03:42:28 marcel Allow find on a has_many association defined with :finder_sql to accept id …
(edit) @8003 [8003] 10/23/07 17:39:35 bitsweat Assigning an instance of a foreign class to a composed_of aggregate calls …
(edit) @8000 [8000] 10/23/07 06:18:42 bitsweat validates_uniqueness_of behaves well with abstract superclasses. …
(edit) @7972 [7972] 10/19/07 01:52:50 nzkoz Move all Schema creation into schema.rb for Mysql. Closes #9899 [mikong, …
(edit) @7958 [7958] 10/17/07 21:35:46 nzkoz Use a smaller binary fixture so we don't overflow column size limitations …
(edit) @7935 [7935] 10/16/07 05:07:58 bitsweat Refactor association create and build so before & after callbacks behave …
(edit) @7932 [7932] 10/16/07 05:06:33 bitsweat Quote table names. Defaults to column quoting. Closes #4593.
(edit) @7930 [7930] 10/16/07 05:05:22 bitsweat Moving SQL Server tests to the extracted adapter. References #9884.
(edit) @7826 [7826] 10/10/07 19:11:50 xal find_and_(initialize|create)_by methods can now properly initialize …
(edit) @7824 [7824] 10/10/07 06:45:13 nzkoz Ensure that 'autosaving' works when associations aren't loaded [Bryan …
(edit) @7802 [7802] 10/08/07 06:21:38 nzkoz Make sure AR::Base#clone handles attr changes made in after_initialize …
(edit) @7801 [7801] 10/08/07 06:17:53 bitsweat PostgreSQL: support multiline default values. Closes #7533.
(edit) @7754 [7754] 10/06/07 01:03:19 nzkoz Missed the add
(edit) @7753 [7753] 10/06/07 00:49:58 nzkoz Send the correct INSERT statement when dealing with objects with only …
(edit) @7748 [7748] 10/05/07 19:27:33 rick Don't call attr_readonly on polymorphic belongs_to associations, in case …
(edit) @7519 [7519] 09/20/07 23:22:30 david Added ActiveRecord::Base#to_json/from_json (currently does not support …
(edit) @7504 [7504] 09/17/07 21:19:44 bitsweat Associations macros accept extension blocks alongside modules. Closes …
(edit) @7500 [7500] 09/17/07 09:29:02 nzkoz Ensure that custom mutators aren't redefined by define_attribute_methods. …
(edit) @7472 [7472] 09/13/07 23:21:14 bitsweat OpenBase: update for new lib and latest Rails. Support migrations. Closes …
(edit) @7454 [7454] 09/11/07 03:25:59 david Moved acts_as_tree into a plugin of the same name on the official Rails …
(edit) @7453 [7453] 09/11/07 03:09:37 david Moved acts_as_nested_set into a plugin of the same name on the official …
(edit) @7444 [7444] 09/10/07 04:41:09 nzkoz Remove acts_as_list. Users are advised to install the new plugin. …
(edit) @7329 [7329] 08/16/07 06:26:30 nzkoz Improve performance and functionality of the postgresql adapter. Closes …
(edit) @7325 [7325] 08/16/07 04:36:55 nzkoz Make sure has_many associations honour :include when counting. Closes …
(edit) @7279 [7279] 08/07/07 09:53:33 nzkoz Make habtm respect the :select option. Closes #9207. [Aleksey Kondratenko]
(edit) @7156 [7156] 06/30/07 03:31:48 nzkoz Don't call unsupported methods on associated objects when using :include, …
(edit) @7119 [7119] 06/25/07 22:42:19 bitsweat Fix polymorphic has_one associations declared in an abstract class. Closes …
(edit) @6903 [6903] 05/30/07 06:34:25 bitsweat acts_as_nested_set: direct_children is sorted correctly. Closes #4761.
(edit) @6827 [6827] 05/24/07 20:39:51 rick Ensure that associations with :dependent => :delete_all respect …
(edit) @6801 [6801] 05/21/07 19:50:44 rick forgot binary fixture
(edit) @6408 [6408] 03/13/07 05:23:18 rick Allow a polymorphic :source for has_many :through associations. Closes …
(edit) @6364 [6364] 03/09/07 03:23:37 bitsweat Consistently quote primary key column names. Closes #7763.
(edit) @6360 [6360] 03/09/07 02:06:50 bitsweat Fixtures: fix YAML ordered map support. Closes #2665.
(edit) @6336 [6336] 03/05/07 11:34:39 bitsweat Fix has_many :through << with custom foreign keys. Closes #6466, #7153.
(edit) @6297 [6297] 03/03/07 14:20:57 bitsweat SQLServer: recognize real column type as Ruby float, correctly schema-dump …
(edit) @6227 [6227] 02/25/07 17:31:43 david Added fixtures :all to test_helper.rb to assume that most people just want …
(edit) @6074 [6074] 01/28/07 15:45:06 bitsweat MySQL: blob and text columns may not have defaults in 5.x. Update fixtures …
(edit) @6013 [6013] 01/23/07 04:19:16 bitsweat Subclasses of an abstract class work with single-table inheritance. …
(edit) @5933 [5933] 01/15/07 00:34:43 bitsweat Oracle: create_table takes a :sequence_name option to override the …
(edit) @5891 [5891] 01/12/07 05:44:28 bitsweat SQLServer: handle [quoted] table names. Closes #6635.
(edit) @5889 [5889] 01/12/07 05:33:09 bitsweat acts_as_nested_set works with single-table inheritance. Closes #6030.
(edit) @5885 [5885] 01/12/07 04:58:08 bitsweat Inline primary keys.
(edit) @5839 [5839] 01/05/07 00:12:06 nzkoz Sybase adapter fixes. Closes #6926 [jsheets]
(edit) @5749 [5749] 12/19/06 18:04:42 bitsweat utf8 mysql topics table
(edit) @5660 [5660] 12/01/06 21:24:47 bitsweat Subclasses of an abstract class work with single-table inheritance. Closes …
(edit) @5586 [5586] 11/20/06 08:54:42 bitsweat MySQL: detect when a NOT NULL column without a default value is …
(edit) @5520 [5520] 11/14/06 03:32:16 bitsweat Cleanup SQLite AUTOINCREMENT: exclude sqlite_sequence table, factor out …
(edit) @5384 [5384] 11/01/06 20:28:48 bitsweat Oracle: resolve test failures, use prefetched primary key for inserts, …
(edit) @5305 [5305] 10/15/06 16:37:11 rick Fix has_many :through to add the appropriate conditions when going through …
(edit) @5264 [5264] 10/09/06 02:46:57 rick Removes the ability for eager loaded conditions to be interpolated, since …
(edit) @5255 [5255] 10/09/06 01:42:09 david Deprecated add_on_boundary_breaking (use validates_length_of instead) …
(edit) @5116 [5116] 09/15/06 07:02:05 bitsweat Deprecation tests. Remove warnings for dynamic finders and for the …
(edit) @4958 [4958] 09/04/06 00:02:38 bitsweat Optimistic locking: gracefully handle nil versions, treat as zero. Closes …
(edit) @4909 [4909] 09/02/06 21:00:09 bitsweat to_xml: the :methods option works on arrays of records. Closes #5845.
(edit) @4897 [4897] 09/02/06 02:51:01 bitsweat Commit stray fixture.
(edit) @4893 [4893] 09/01/06 05:31:56 bitsweat has_many :through conditions are sanitized by the associating class. …
(edit) @4848 [4848] 08/29/06 17:06:27 bitsweat has_one supports the :dependent => :delete option which skips the typical …
(edit) @4811 [4811] 08/24/06 01:50:24 bitsweat Fixtures: correct escaping of \n and \r. Closes #5859.
(edit) @4809 [4809] 08/23/06 05:49:40 bitsweat Migrations: gracefully handle missing migration files. Closes #5857.
(edit) @4808 [4808] 08/23/06 05:30:14 bitsweat MySQL: update test schema for MySQL 5 strict mode. Closes #5861.
(edit) @4777 [4777] 08/16/06 18:22:51 bitsweat Shorten index name.
(edit) @4776 [4776] 08/16/06 18:10:52 bitsweat Included associations: go deep.
(edit) @4758 [4758] 08/14/06 07:19:47 bitsweat Fix for deep includes on the same association.
(edit) @4596 [4596] 07/08/06 20:35:56 bitsweat r4704@asus: jeremy | 2006-06-27 12:00:19 -0700 decimal r4705@asus: …
(edit) @4594 [4594] 07/08/06 17:13:21 bitsweat Firebird migrations support. Closes #5337.
(edit) @4579 [4579] 07/07/06 17:40:22 bitsweat PostgreSQL: correctly quote microseconds in timestamps. Closes #5641.
(edit) @4494 [4494] 06/25/06 18:04:06 bitsweat PostgreSQL: support microsecond time resolution. Closes #5492.
(edit) @4423 [4423] 06/03/06 21:52:22 david For Firebird adapter
(edit) @4420 [4420] 06/03/06 21:47:29 david Make more Firebird tests pass (closes #5188) [kennethkunz@gmail.com]
(edit) @4413 [4413] 06/03/06 00:01:08 bitsweat to_xml fixes, features, and speedup. Closes #4989.
Note: See TracRevisionLog for help on using the revision log.