Skip to content

Commit

Permalink
Turn cache_classes on by default [#645 state:resolved]
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Jul 31, 2008
1 parent 68b207b commit 030d585
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions railties/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*

* Turn cache_classes on by default [Josh Peek]

* Added configurable eager load paths. Defaults to app/models, app/controllers, and app/helpers [Josh Peek]

* Introduce simple internationalization support. [Ruby i18n team]
Expand Down
2 changes: 1 addition & 1 deletion railties/lib/initializer.rb
Expand Up @@ -903,7 +903,7 @@ def default_dependency_loading
end

def default_cache_classes
false
true
end

def default_whiny_nils
Expand Down

0 comments on commit 030d585

Please sign in to comment.