public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Use require_dependency 'application' not require in the console bootstraps 
to avoid requiring application.rb twice
NZKoz (author)
Fri Jul 11 13:27:36 -0700 2008
jeremy (committer)
Tue Jul 15 15:54:19 -0700 2008
commit  0826384a01d7886bea220f6d3208cec02574373d
tree    69b63ca6fa168d2cd6c6ea7bdaf9e836f57e93d3
parent  dde5d264254f1b59fae7f6eaf0c5ee14c46c5455
...
16
17
18
19
 
20
21
22
...
16
17
18
 
19
20
21
22
0
@@ -16,7 +16,7 @@ def helper(*helper_names)
0
   end
0
 end
0
 
0
-require 'application'
0
+require_dependency 'application'
0
 
0
 class << helper
0
   include_all_modules_from ActionView

Comments

    No one has commented yet.