public
Description: PLEASE CHECK http://github.com/lifo/docrails/wikis
Homepage: http://weblog.rubyonrails.org/2008/5/2/help-improve-rails-documentation-on-git-branch
Clone URL: git://github.com/lifo/docrails.git
revised a few of filenames
fxn (author)
Tue May 06 17:16:19 -0700 2008
commit  f168db4cc13e40be28c425a34bd97470c398f1c9
tree    b9f71c8a6b938ad0ed32f4ae10c25dd49a8f2cc8
parent  8031ba1aeeea0fe79899c7b4d3ca3ef06d2b1281
...
572
573
574
575
 
 
576
577
578
579
 
 
580
581
582
...
676
677
678
679
 
680
681
682
...
572
573
574
 
575
576
577
578
579
 
580
581
582
583
584
...
678
679
680
 
681
682
683
684
0
@@ -572,11 +572,13 @@ module Rails
0
     attr_accessor :plugin_loader
0
     
0
     # Enables or disables plugin reloading. You can get around this setting per plugin.
0
- # If <tt>reload_plugins?</tt> is false, add this to your plugin's init.rb to make it reloadable:
0
+ # If <tt>reload_plugins?</tt> is false, add this to your plugin's <tt>init.rb</tt>
0
+ # to make it reloadable:
0
     #
0
     # Dependencies.load_once_paths.delete lib_path
0
     #
0
- # If <tt>reload_plugins?</tt> is true, add this to your plugin's init.rb to only load it once:
0
+ # If <tt>reload_plugins?</tt> is true, add this to your plugin's <tt>init.rb</tt>
0
+ # to only load it once:
0
     #
0
     # Dependencies.load_once_paths << lib_path
0
     #
0
@@ -676,7 +678,7 @@ module Rails
0
       YAML::load(ERB.new(IO.read(database_configuration_file)).result)
0
     end
0
 
0
- # The path to the current environment's file (development.rb, etc.). By
0
+ # The path to the current environment's file (<tt>development</tt>.rb, etc.). By
0
     # default the file is at <tt>config/environments/#{environment}.rb</tt>.
0
     def environment_path
0
       "#{root_path}/config/environments/#{environment}.rb"

Comments

    No one has commented yet.