autumn
autumn copied to clipboard
Small bugfixes for "script/generate leaf <leaf>"
Fixes some bugs when trying to generate a new leaf:
libs/generator.rb:61:in `leaf': uninitialized constant Autumn::Generator::Pathname (NameError) libs/coder.rb:158:in kind_of?: class or module required (TypeError) No such file or directory - leaves/fortune/views/about.txt.erb (Errno::ENOENT)
:+1: Also ran into these issues. Tested the PR, worked for me.
@RISCfuture, I've seen that you fixed the pathname-issue in generator.rb with your latest commit 3 months ago (dd72c55). Any possibility to merge the rest of my PR?