lulalala

Results 13 comments of lulalala

Can your issue be related to Spring? I can reproduce it like this: Initially I set AppConfig.test to be 1. I then go into the console and `AppConfig.test` would return...

Meanwhile you can use this branch https://github.com/kuroneko/bootstrap-generators which does not have assets, only the generators.

Cool thanks. Just curious was there a technical reason behind this? (and could it handle 16x16 with relatively low code changes)

When I try to enable OSD (via hot key, or via control panel GUI, the game would exit immediately. The crash.log is empty though. I didn't use global injector, but...

Yep same here. However I am wondering if this is part of the interface (though it is in the demo page).

I assume this works in development and not in production? Can you find the class name of `Rails.logger`?

It should work if it is ActiveSupport::Logger. I think you may have forgotten to set it in an initializer. For deployed app, just enter its production console, and `puts Rails.logger.class`

Since in Ruby you can't have dash/minus sign in method name, you can't access it. (I guess you can do a `logger.send(:'omniauth-failure')`). I guess I'll raise some warning. Meanwhile you...