Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove old fixtures files. | José Valim | 2010-01-26 | 1 | -3/+0 |
| | |||||
* | Initializer to sort files before eager loading. [#859 state:resolved] | Tom Ward | 2008-08-22 | 1 | -0/+3 |
Changed Rails::Initializer to sort files before eager loading them. This ensures that any files in a parent directory will be loaded before files in a subdirectory of the 'same' name. i.e. zoo.rb will be loaded before zoo/reptile_house.rb Signed-off-by: Pratik Naik <pratiknaik@gmail.com> |