Loading Path Gotchas in Rails 3
The algorithm of load path inferring in Rails 3 is a bit weird when class caching is turned off. Here is one gotchas http://owenou.com/2011/01/20/loading-path-gotchas-in-rails3.html.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
The algorithm of load path inferring in Rails 3 is a bit weird when class caching is turned off. Here is one gotchas http://owenou.com/2011/01/20/loading-path-gotchas-in-rails3.html.
Post a comment