trocze Documents the Rails start-up process, load paths, etc.
The app's Rakefile has "require 'tasks/rails'", which makes it searches for (and load?) all files matching the glob vendor/plugins/*/tasks/*.rake .
lib/dir/whatever.rb would be found or needs to be added to path?
vendor/plugins/plugin/lib/dir/whatever.rb ? no, don't think it does by default
how does initializer work?