On Dec 8, 2010, at 11:22 AM, Kevin Skoglund wrote: > In a related tangent, I also wonder whether the lower-profile of > plugins has caused vendor/* to lose its usefulness. Could everything > in vendor/ move to lib/? It might just require some tweaks the > autoloaded paths. lib/ could become the single directory for storing > all non-application, non-Bundler, libraries of code.
I find vendor to be a nice conventional place for various files that our applications depend on, which should be version controlled alongside our ruby code. The contents of vendor may not even be ruby -- it might contain supporting software that's used in an integration, for instance. Put another way, vendor is the place for third-party (vendor) support files. -- Ernie Miller http://metautonomo.us http://github.com/ernie http://twitter.com/erniemiller -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
