mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
updating CHANGELOG
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
*Rails 3.1.0 (unreleased)*
|
||||
|
||||
* Migrations should use instance methods rather than class methods:
|
||||
class FooMigration < ActiveRecord::Migration
|
||||
def up
|
||||
...
|
||||
end
|
||||
end
|
||||
|
||||
[Aaron Patterson]
|
||||
|
||||
* has_one maintains the association with separate after_create/after_update instead
|
||||
of a single after_save. [fxn]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user