.. |
bad_fixtures
|
Initial
|
2004-11-24 01:04:44 +00:00 |
db_definitions
|
r3616@asus: jeremy | 2005-09-26 23:09:28 -0700
|
2005-10-16 03:45:39 +00:00 |
developers_projects
|
Initial
|
2004-11-24 01:04:44 +00:00 |
migrations
|
Sugared up migrations with even more bling #1609 [Tobias Luekte]
|
2005-07-05 07:19:20 +00:00 |
naked
|
Added tree mixin and unit tests for all the mixins
|
2004-12-15 00:46:26 +00:00 |
subscribers
|
Initial
|
2004-11-24 01:04:44 +00:00 |
accounts.yml
|
Adds :nullify option to :depends. Closes #2015 (Robby Russell)
|
2005-10-15 00:46:55 +00:00 |
author.rb
|
Added callback hooks to association collections #1549 [Florian Weber]
|
2005-07-04 08:43:57 +00:00 |
authors.yml
|
Made eager loading work even more
|
2005-04-03 17:50:11 +00:00 |
auto_id.rb
|
Initial
|
2004-11-24 01:04:44 +00:00 |
binary.rb
|
Fixed a bug in the Ruby/MySQL that caused binary content to be escaped badly and come back mangled #405 [Tobias Luetke]
|
2005-01-01 18:34:39 +00:00 |
categories.yml
|
Fixed that single-table inheritance sub-classes couldn't be used to limit the result set with eager loading #1215 [Chris McGrath]
|
2005-07-03 08:21:22 +00:00 |
categories_ordered.yml
|
Support ordered YAML fixtures. #1896
|
2005-10-15 02:01:38 +00:00 |
categories_posts.yml
|
Fixed that single-table inheritance sub-classes couldn't be used to limit the result set with eager loading #1215 [Chris McGrath]
|
2005-07-03 08:21:22 +00:00 |
category.rb
|
Added support for calling constrained class methods on has_many and has_and_belongs_to_many collections #1764 [Tobias Luetke]
|
2005-07-22 20:05:42 +00:00 |
column_name.rb
|
Initial
|
2004-11-24 01:04:44 +00:00 |
comment.rb
|
Added support for calling constrained class methods on has_many and has_and_belongs_to_many collections #1764 [Tobias Luetke]
|
2005-07-22 20:05:42 +00:00 |
comments.yml
|
Wrap :conditions in parentheses to prevent problems with OR's #1871
|
2005-09-24 23:58:13 +00:00 |
companies.yml
|
modified finder test a tiny bit so that it passes on sqlserver
|
2005-10-16 20:50:06 +00:00 |
company.rb
|
Adds :nullify option to :depends. Closes #2015 (Robby Russell)
|
2005-10-15 00:46:55 +00:00 |
company_in_module.rb
|
Added Base.validates_format_of that Validates whether the value of the specified attribute is of the correct form by matching it against the regular expression provided. [Marcel]
|
2004-12-16 01:32:35 +00:00 |
computer.rb
|
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@388 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
|
2005-01-11 00:53:04 +00:00 |
computers.yml
|
Added compatibility with camelCase column names for dynamic finders #533 [Dee.Zsombor]
|
2005-04-30 15:49:28 +00:00 |
course.rb
|
Initial
|
2004-11-24 01:04:44 +00:00 |
courses.yml
|
Added new Base.find API and deprecated find_all, find_first. Added preliminary support for eager loading of associations
|
2005-04-03 10:52:05 +00:00 |
customer.rb
|
Added better defaults for composed_of, so statements like composed_of :time_zone, :mapping => %w( time_zone time_zone ) can be written without the mapping part (it's now assumed)
|
2005-03-01 23:52:36 +00:00 |
customers.yml
|
Added better defaults for composed_of, so statements like composed_of :time_zone, :mapping => %w( time_zone time_zone ) can be written without the mapping part (it's now assumed)
|
2005-03-01 23:52:36 +00:00 |
default.rb
|
Initial
|
2004-11-24 01:04:44 +00:00 |
developer.rb
|
Fixup tests for [2474].
|
2005-10-06 17:13:24 +00:00 |
developers.yml
|
Added respondence to *_before_type_cast for all attributes to return their string-state before they were type casted by the column type. Added use of *_before_type_cast for all input and text fields.
|
2004-12-19 11:25:55 +00:00 |
developers_projects.yml
|
Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ruby-lang.org/project/ruby-db2/) #386 [Maik Schmidt]. Converted all the fixtures to YAML style ones.
|
2005-01-01 19:22:16 +00:00 |
entrant.rb
|
Initial
|
2004-11-24 01:04:44 +00:00 |
entrants.yml
|
Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ruby-lang.org/project/ruby-db2/) #386 [Maik Schmidt]. Converted all the fixtures to YAML style ones.
|
2005-01-01 19:22:16 +00:00 |
fk_test_has_fk.yml
|
Fixed that fixtures were being deleted in the same order as inserts causing FK errors #890 [andrew.john.peters@gmail.com]
|
2005-04-18 07:52:58 +00:00 |
fk_test_has_pk.yml
|
Fixed that fixtures were being deleted in the same order as inserts causing FK errors #890 [andrew.john.peters@gmail.com]
|
2005-04-18 07:52:58 +00:00 |
flowers.jpg
|
r3589@asus: jeremy | 2005-09-26 16:58:40 -0700
|
2005-09-26 20:28:55 +00:00 |
keyboard.rb
|
Add test coverage for customized primary keys including a failing test for #2444.
|
2005-10-12 19:55:46 +00:00 |
mixin.rb
|
Added acts_as_nested_set #1000 [wschenk]
|
2005-04-17 09:52:12 +00:00 |
mixins.yml
|
Added the instance methods #root and #ancestors on acts_as_tree and fixed siblings to not include the current node #2142, #2140 [coffee2code]
|
2005-09-09 08:01:44 +00:00 |
movie.rb
|
Initial
|
2004-11-24 01:04:44 +00:00 |
movies.yml
|
Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ruby-lang.org/project/ruby-db2/) #386 [Maik Schmidt]. Converted all the fixtures to YAML style ones.
|
2005-01-01 19:22:16 +00:00 |
order.rb
|
Saving a record with two unsaved belongs_to associations pointing to the same object fails #2023 [Tobias Luetke]
|
2005-08-23 11:05:04 +00:00 |
people.yml
|
Added automated optimistic locking if the field lock_version is present #384 [Michael Koziarski]
|
2004-12-31 19:38:04 +00:00 |
person.rb
|
Added automated optimistic locking if the field lock_version is present #384 [Michael Koziarski]
|
2004-12-31 19:38:04 +00:00 |
post.rb
|
Added support for calling constrained class methods on has_many and has_and_belongs_to_many collections #1764 [Tobias Luetke]
|
2005-07-22 20:05:42 +00:00 |
posts.yml
|
Wrap :conditions in parentheses to prevent problems with OR's #1871
|
2005-09-24 23:58:13 +00:00 |
project.rb
|
Fixed various problems with has_and_belongs_to_many when using customer finder_sql #2094 [Florian Weber]
|
2005-09-13 10:15:54 +00:00 |
projects.yml
|
Added a db2 adapter that only depends on the Ruby/DB2 bindings (http://raa.ruby-lang.org/project/ruby-db2/) #386 [Maik Schmidt]. Converted all the fixtures to YAML style ones.
|
2005-01-01 19:22:16 +00:00 |
reply.rb
|
Attempted to capture #286 in a unit test, but couldnt get it to fail
|
2004-12-12 18:12:57 +00:00 |
subject.rb
|
Made Oracle a first-class connection adapter by adhering closer to idiomatic Oracle style #1798 [The Gang of Oracles]
|
2005-07-24 14:01:35 +00:00 |
subscriber.rb
|
Add test coverage for customized primary keys including a failing test for #2444.
|
2005-10-12 19:55:46 +00:00 |
task.rb
|
Added quoting of column names for fixtures #997 [jcfischer@gmail.com]
|
2005-04-07 06:54:25 +00:00 |
tasks.yml
|
Added quoting of column names for fixtures #997 [jcfischer@gmail.com]
|
2005-04-07 06:54:25 +00:00 |
topic.rb
|
Added a better exception for when a type column is used in a table without the intention of triggering single-table inheritance. Added that single-table inheritance will only kick in if the inheritance_column (by default "type") is present. Otherwise, inheritance wont have any magic side effects
|
2004-12-14 12:32:29 +00:00 |
topics.yml
|
Quote booleans according the rules defined by the adapter
|
2005-10-06 04:15:14 +00:00 |