Skip to content

Commit

Permalink
Merge pull request rubocop#129 from latortuga/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
bbatsov committed Jan 10, 2015
2 parents f81b4b8 + a350ae5 commit 934a4d8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -557,11 +557,8 @@ programming resources.
the Rails app is impossible.

* <a name="foreign-key-constraints"></a>
Enforce foreign-key constraints. While ActiveRecord does not support them
natively, there some great third-party gems like
[schema_plus](https://github.com/lomba/schema_plus) and
[foreigner](https://github.com/matthuhiggins/foreigner).
<sup>[[link](#foreign-key-constraints)]</sup>
Enforce foreign-key constraints. As of Rails 4.2, ActiveRecord
supports foreign key constraints natively.

* <a name="change-vs-up-down"></a>
When writing constructive migrations (adding tables or columns),
Expand Down

0 comments on commit 934a4d8

Please sign in to comment.