public
Fork of lifo/doc-rails
Description: Repository for improving Rails documentation
Homepage: http://www.rubyonrails.org
Clone URL: git://github.com/zmalltalker/doc-rails.git
conventions in reload_plugins? docs
Xavier Noria (author)
Sun Apr 06 02:01:49 -0700 2008
commit  0dd6bf51f24f3df93c611801c08d4af42da03fa7
tree    147bd577c1069d46e6c198619e77388da0af9cc2
parent  4649faf923b3ef48cfdc9df9a2d4db3e790534cd
...
543
544
545
546
 
547
548
549
550
 
551
552
553
...
543
544
545
 
546
547
548
549
 
550
551
552
553
0
@@ -543,11 +543,11 @@ module Rails
0
     attr_accessor :plugin_loader
0
     
0
     # Enables or disables plugin reloading. You can get around this setting per plugin.
0
- # If #reload_plugins? == 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 init.rb to make it reloadable:
0
     #
0
     # Dependencies.load_once_paths.delete lib_path
0
     #
0
- # If #reload_plugins? == 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 init.rb to only load it once:
0
     #
0
     # Dependencies.load_once_paths << lib_path
0
     #

Comments

    No one has commented yet.