summaryrefslogtreecommitdiffstats
path: root/lib/puppet/autoload.rb
Commit message (Expand)AuthorAgeFilesLines
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-107/+0
* Adding a libdir setting for puppet, so you can store your modifications to pu...luke2007-02-071-0/+8
* Adding trace information to autoload.rbluke2006-09-211-0/+3
* Switching Autoload#loadall from using "load" to using "require", so it will n...luke2006-09-211-1/+3
* Using the "trace" configuration parameter to determine whether a stack trace ...luke2006-09-151-3/+3
* Try this; seems to work for machines with both ActiveSupport installed and no...lutter2006-08-251-7/+0
* Merging r1468 from the implementations branch with r1438 from when the branch...luke2006-08-141-0/+101