Skip to content

Commit

Permalink
Update changelog for migration generator change
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jul 18, 2012
1 parent 1b39d39 commit e243a8a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions activerecord/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Rails 4.0.0 (unreleased) ##

* The migration generator now creates a join table with (commented) indexes every time
the migration name contains the word `join_table`:

rails g migration create_join_table_for_artists_and_musics artists:index musics

*Aleksey Magusev*

* Add `add_reference` and `remove_reference` schema statements. Aliases, `add_belongs_to`
and `remove_belongs_to` are acceptable. References are reversible.
Examples:
Expand Down

0 comments on commit e243a8a

Please sign in to comment.