|
../
|
|
all
|
|
6227 |
2 years |
david:
Added fixtures :all to test_helper.rb to assume that most people just want …
|
|
bad_fixtures
|
|
8594 |
8 months |
bitsweat:
Fixtures: removed support for the ancient pre-YAML file format. Closes …
|
|
categories
|
|
3700 |
3 years |
bitsweat:
Add missing fixtures for #3937.
|
|
db_definitions
|
|
8659 |
7 months |
bitsweat:
move schema
|
|
developers_projects
|
|
8594 |
8 months |
bitsweat:
Fixtures: removed support for the ancient pre-YAML file format. Closes …
|
|
migrations
|
|
8658 |
7 months |
bitsweat:
move migrations
|
|
migrations_with_decimal
|
|
8658 |
7 months |
bitsweat:
move migrations
|
|
migrations_with_duplicate
|
|
8658 |
7 months |
bitsweat:
move migrations
|
|
migrations_with_missing_versions
|
|
8658 |
7 months |
bitsweat:
move migrations
|
|
naked
|
|
156 |
4 years |
david:
Added tree mixin and unit tests for all the mixins
|
|
reserved_words
|
|
7932 |
11 months |
bitsweat:
Quote table names. Defaults to column quoting. Closes #4593.
|
|
subscribers
|
|
8594 |
8 months |
bitsweat:
Fixtures: removed support for the ancient pre-YAML file format. Closes …
|
|
.gitignore
|
9 bytes |
8681 |
7 months |
bitsweat:
Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails
|
|
accounts.yml
|
323 bytes |
4848 |
2 years |
bitsweat:
has_one supports the :dependent => :delete option which skips the typical …
|
|
author_addresses.yml
|
53 bytes |
8682 |
7 months |
bitsweat:
Add missing author_addresses.yml fixture. Closes #10592.
|
|
author_favorites.yml
|
58 bytes |
4006 |
2 years |
rick:
add self referential has_many :through example [Rick]
|
|
authors.yml
|
109 bytes |
8675 |
7 months |
bitsweat:
belongs_to supports :dependent => :destroy and :delete. Closes #10592.
|
|
binaries.yml
|
8.3 kB |
7958 |
11 months |
nzkoz:
Use a smaller binary fixture so we don't overflow column size limitations …
|
|
books.yml
|
96 bytes |
8043 |
10 months |
bitsweat:
Fix has_many :through delete with custom foreign keys. Closes #6466.
|
|
categories.yml
|
175 bytes |
1619 |
3 years |
david:
Fixed that single-table inheritance sub-classes couldn't be used to limit …
|
|
categories_ordered.yml
|
136 bytes |
6360 |
1 year |
bitsweat:
Fixtures: fix YAML ordered map support. Closes #2665.
|
|
categories_posts.yml
|
294 bytes |
3897 |
2 years |
rick:
Use association's :conditions when eager loading. [jeremyevans0@gmail.com] …
|
|
categorizations.yml
|
226 bytes |
4325 |
2 years |
bitsweat:
Allow :uniq => true with has_many :through associations.
|
|
clubs.yml
|
143 bytes |
9067 |
5 months |
rick:
Add has_one :through support, finally. Closes #4756 [thechrisoshow]
|
|
comments.yml
|
0.9 kB |
4305 |
2 years |
marcel:
Remove duplicate fixture entry in comments.yml. Closes #4923. [Blair Zajac …
|
|
companies.yml
|
0.7 kB |
4848 |
2 years |
bitsweat:
has_one supports the :dependent => :delete option which skips the typical …
|
|
computers.yml
|
58 bytes |
1263 |
3 years |
david:
Added compatibility with camelCase column names for dynamic finders #533 …
|
|
courses.yml
|
79 bytes |
1077 |
3 years |
david:
Added new Base.find API and deprecated find_all, find_first. Added …
|
|
customers.yml
|
342 bytes |
4353 |
2 years |
david:
Added :allow_nil option for aggregations (closes #5091) …
|
|
developers.yml
|
261 bytes |
3379 |
3 years |
marcel:
Sanitize scoped conditions.
|
|
developers_projects.yml
|
280 bytes |
3890 |
2 years |
rick:
fix test_find_in_association_with_options test, tweak other tests affected …
|
|
edges.yml
|
115 bytes |
4776 |
2 years |
bitsweat:
Included associations: go deep.
|
|
entrants.yml
|
153 bytes |
303 |
4 years |
david:
Added a db2 adapter that only depends on the Ruby/DB2 bindings …
|
|
fk_test_has_fk.yml
|
26 bytes |
1205 |
3 years |
david:
Fixed that fixtures were being deleted in the same order as inserts …
|
|
fk_test_has_pk.yml
|
14 bytes |
1205 |
3 years |
david:
Fixed that fixtures were being deleted in the same order as inserts …
|
|
funny_jokes.yml
|
117 bytes |
4811 |
2 years |
bitsweat:
Fixtures: correct escaping of \n and \r. Closes #5859.
|
|
items.yml
|
33 bytes |
7119 |
1 year |
bitsweat:
Fix polymorphic has_one associations declared in an abstract class. Closes …
|
|
legacy_things.yml
|
41 bytes |
3422 |
3 years |
nzkoz:
allow the 'lock_version' column to be configured with set_locking_column. …
|
|
mateys.yml
|
137 bytes |
8205 |
9 months |
david:
Fixed that create table with :id => false and fixtures don't play nice …
|
|
members.yml
|
74 bytes |
9067 |
5 months |
rick:
Add has_one :through support, finally. Closes #4756 [thechrisoshow]
|
|
memberships.yml
|
461 bytes |
9067 |
5 months |
rick:
Add has_one :through support, finally. Closes #4756 [thechrisoshow]
|
|
minimalistics.yml
|
15 bytes |
7754 |
1 year |
nzkoz:
Missed the add
|
|
mixed_case_monkeys.yml
|
75 bytes |
6364 |
1 year |
bitsweat:
Consistently quote primary key column names. Closes #7763.
|
|
mixins.yml
|
0.5 kB |
7454 |
1 year |
david:
Moved acts_as_tree into a plugin of the same name on the official Rails …
|
|
movies.yml
|
79 bytes |
303 |
4 years |
david:
Added a db2 adapter that only depends on the Ruby/DB2 bindings …
|
|
owners.yml
|
83 bytes |
8762 |
7 months |
bitsweat:
Fixed preloading belongs_to associations which reference a custom foreign …
|
|
parrots.yml
|
461 bytes |
8219 |
9 months |
bitsweat:
Foxy fixtures: support single-table inheritance. Closes #10234.
|
|
parrots_pirates.yml
|
233 bytes |
8036 |
10 months |
bitsweat:
Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981.
|
|
people.yml
|
73 bytes |
8942 |
6 months |
bitsweat:
Fix that batched :include would pull in duplicate records in some cases. …
|
|
pets.yml
|
143 bytes |
8762 |
7 months |
bitsweat:
Fixed preloading belongs_to associations which reference a custom foreign …
|
|
pirates.yml
|
188 bytes |
8036 |
10 months |
bitsweat:
Foxy fixtures. Adapter#disable_referential_integrity. Closes #9981.
|
|
posts.yml
|
0.7 kB |
8735 |
7 months |
nzkoz:
Make sure that belongs_to counter decrements when assigning nil Closes …
|
|
price_estimates.yml
|
118 bytes |
8776 |
7 months |
bitsweat:
Fix has_many :through a polymorphic has_many. Closes #10529 [Aleksey …
|
|
projects.yml
|
99 bytes |
303 |
4 years |
david:
Added a db2 adapter that only depends on the Ruby/DB2 bindings …
|
|
readers.yml
|
109 bytes |
8890 |
6 months |
nzkoz:
Make dynamic finders respect the :include on HasManyThrough associations. …
|
|
ships.yml
|
78 bytes |
8218 |
9 months |
bitsweat:
Foxy fixtures: allow mixed usage to make migration easier and more …
|
|
sponsors.yml
|
296 bytes |
9075 |
5 months |
bitsweat:
has_one :through supports :source_type. Fix up some tests. References …
|
|
subscribers.yml
|
106 bytes |
8594 |
8 months |
bitsweat:
Fixtures: removed support for the ancient pre-YAML file format. Closes …
|
|
taggings.yml
|
346 bytes |
8933 |
6 months |
bitsweat:
Fix preloading nil polymorphic belongs_to. Closes #11218 [matrix9180]
|
|
tags.yml
|
62 bytes |
3315 |
3 years |
xal:
Fixed :through relations when using STI inherited classes would use the …
|
|
tasks.yml
|
195 bytes |
3758 |
2 years |
david:
Fixed that Date was in incorrect format in tasks.yml (closes #4072) …
|
|
topics.yml
|
0.8 kB |
9084 |
5 months |
rick:
Merge the has_finder gem, renamed as 'named_scope'. Closes #11404 …
|
|
treasures.yml
|
125 bytes |
8170 |
9 months |
nzkoz:
Add 'foxy' support for fixtures of polymorphic associations. Closes #10183 …
|
|
vertices.yml
|
69 bytes |
4776 |
2 years |
bitsweat:
Included associations: go deep.
|
|
warehouse-things.yml
|
26 bytes |
8571 |
8 months |
bitsweat:
More thoroughly quote table names. Exposes some issues with sqlite2 …
|