Richard Peck

Results 4 issues of Richard Peck

Completely overhauled the system to make it class based. Same functionality, except now the class can be called from the initialization procedure, allowing for more customization. Because it's coded with...

If you use a non-RubyInstaller version of Ruby (IE from the likes of MSYS2), the "RubyInstaller" class is not available. This prevents Ruby2D from running your scripts, citing a missing...

This fixes the problem with globbing. Despite what the readme says, "native" globbing doesn't work - with this addition, it does.

This doesn't work unless you inherit from `ApplicationController` - do you have any recommendations? We're setting up a simple `admin` area with a namespaced controller: `````` #app/controllers/admin/application_controller.rb class Admin::ApplicationController <...