Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jturkel committed Sep 15, 2014
1 parent 647021a commit eae4710
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Or install it yourself as:

## Usage

By default all associations will be automatically eager loaded when they are first accessed so hopefully most use cases should require no additional configuration.
By default all associations will be automatically eager loaded when they are first accessed so hopefully most use cases should require no additional configuration. Note you're still free to explicitly eager load associations via `eager_load`, `includes`, or `preload`.

### Association Options

Expand Down Expand Up @@ -163,15 +163,16 @@ Associations with any of the following options cannot be eager loaded:
* `group` (due to a Rails bug)
* `from` (due to a Rails bug)
* `unscope` (due to a Rails bug)
* `joins` (Rails bug)
* `joins` (due to a Rails bug)
* `uniq` (only Rails 3.2 - due to a Rails bug)

Goldiloader detects associations with any of these options and disables automatic eager loading on them.

## Status

This gem is tested with Rails 3.2, 4.0, and 4.1 using MRI 1.9.3, 2.0.0, 2.1.0 and JRuby in 1.9 mode.

[Salsify](http://salsify.com) is not yet using this gem in production so proceed with caution. Let us know if you find any issues or have any other feedback.
Let us know if you find any issues or have any other feedback.

## Change log

Expand Down

0 comments on commit eae4710

Please sign in to comment.