Fix upgrade to Rails 1.2.3.
Fix log-rotation (the previous attempt didn't quite work as advertised).
This commit is contained in:
parent
7adac51d6d
commit
9b9d134ad9
5 changed files with 46 additions and 11 deletions
3
vendor/rails/activerecord/test/fixtures/mixed_case_monkey.rb
vendored
Normal file
3
vendor/rails/activerecord/test/fixtures/mixed_case_monkey.rb
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
class MixedCaseMonkey < ActiveRecord::Base
|
||||
set_primary_key 'monkeyID'
|
||||
end
|
6
vendor/rails/activerecord/test/fixtures/mixed_case_monkeys.yml
vendored
Normal file
6
vendor/rails/activerecord/test/fixtures/mixed_case_monkeys.yml
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
first:
|
||||
monkeyID: 1
|
||||
fleaCount: 42
|
||||
second:
|
||||
monkeyID: 2
|
||||
fleaCount: 43
|
Loading…
Add table
Add a link
Reference in a new issue