middleman/middleman-core
Ben Hollis 1229a9991a Prevent NoMethodError/NameError from hanging the server.
The fix is to work around this bug: http://bugs.ruby-lang.org/issues/4521 where Ruby will call to_s/inspect while printing exception messages, which can take a long time (minutes at full CPU) if the object is huge or has cyclic references, like Middleman::Application does. Defining #to_s short-circuits that. This fixes #370.
2012-07-02 23:39:30 -07:00
..
bin Attempt address #466 and avoid Bundler issues with RVM 2012-06-13 20:33:50 -07:00
features Update Padrino to 0.10.7 and Thor to 0.15.3. Closes #495 2012-06-20 17:53:14 -07:00
fixtures :automatic_directory_matcher optionally converts a character sequence in file names into a subdirectory. Closes #491 2012-06-19 20:07:50 -07:00
lib Prevent NoMethodError/NameError from hanging the server. 2012-07-02 23:39:30 -07:00
.gemtest enable gemtest at a per-gem level 2012-01-02 14:48:47 -08:00
middleman-core.gemspec Update some gem requirements, lock Padrino 2012-07-02 16:35:53 -07:00
Rakefile switch to guard/listen 2012-02-25 15:53:23 -08:00