webby icon indicating copy to clipboard operation
webby copied to clipboard

NO LONGER UNDER DEVELOPMENT

Results 6 webby issues
Sort by recently updated
recently updated
newest added

Here are some fixes that at least make webby work (for some value of work that was good enough for me). I didn't bother to get the rspec tests to...

hi. as3:~/webby-site# webby create:page 'new page' /usr/local/ruby/lib/ruby/gems/2.0.0/gems/webby-0.9.4/lib/webby/resources/resource.rb:12: warning: undefining `object_id' may cause serious problems /usr/local/ruby/lib/ruby/gems/2.0.0/gems/webby-0.9.4/lib/webby/apps/main.rb:177:in`block in import_default_tasks': undefined method `import' for # (NoMethodError) from /usr/local/ruby/lib/ruby/gems/2.0.0/gems/webby-0.9.4/lib/webby/apps/main.rb:177:in`each' from /usr/local/ruby/lib/ruby/gems/2.0.0/gems/webby-0.9.4/lib/webby/apps/main.rb:177:in `import_default_tasks' from /usr/local/ruby/lib/ruby/gems/2.0.0/gems/webby-0.9.4/lib/webby/apps/main.rb:107:in`init'...

I had a warning on rake 0.9.4. ``` $ webby -T WARNING: Global access to Rake DSL methods is deprecated. Please include ... Rake::DSL into classes and modules which use...

The "autobuild" option does not seem to re-render the parent page when the partial is updated. After updating/changing the partial, I have to make a change to and save the...

When running `webby-gen` under Ruby 1.9.1 an invalid multibyte character in the String extensions file will potentially produce an encoding error. ``` webby-0.9.4/lib/webby.rb:104:in `require': gems/ruby-1.9.1-p378/gems/webby-0.9.4/lib/webby/core_ext/string.rb:15: invalid multibyte char (US-ASCII) (SyntaxError)...

In the core_ext/kernel.rb file, the method cmd_available? dups and reopens STDOUT/STDERR which causes issues under passenger. I've hacked my local gem to use backticks and redirect as part of the...