Results 9 comments of Shane Liebling

Has there been any other fix for this? I tried this fix out and found that it ended up meaning nothing would end up getting cached...

Do you mean you moved the file that defined Locale to app/models out of vendor? Did you still have to make the change in the code? Or do you mean...

Think I found the fix: in abstract.rb: ``` def indexed_on?(attributes) begin indices.detect { |index| index == attributes } rescue NoMethodError return nil end end ```

I've never tried running it inside a docker instance. I either just do it locally on my laptop or push it to a private testing app engine app instance.

Install Go. Install the Google cloud sdk including go AppEngine components Create a new directory. Move into that directory. Run go get -u GitHub.com/shanel/roller Read documentation about running the devappserver.py...

Are you in a normal browser session or a private browser session? If private, try it in a normal session. On Thu, Sep 14, 2017, 4:34 AM Thorsten Panknin wrote:...

https://i.warosu.org/data/tg/img/0353/38/1412707216029.jpg

Maybe single line label with a tooltip that brings up a bunch of text?

Via https://cloud.google.com/appengine/docs/standard/go/config/cron - just write an http handler that does the job and schedule a cron job to hit the url regularly.