Skip to content

Instantly share code, notes, and snippets.

View wielinde's full-sized avatar

Wieland Lindenthal wielinde

View GitHub Profile
@wielinde
wielinde / routes.rb
Last active February 3, 2016 11:28 — forked from furkanayhan/blog_controller.rb
You can mount your Tumblr Blog to your existing Rails app on /news. It is SEO optimized as it tells Google only to index yourdomain.com and not yourdomain.tumblr.com routes. Forked from: https://gist.github.com/petewarden/3950261
YourApp::Application.routes.draw do
get '/news(/*tumblr_path)' => "tumblr#proxy"
end
@wielinde
wielinde / hs_err_pid3880.log
Created October 29, 2014 10:25
Heap Dump ES 1.4
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f75f351c486, pid=3880, tid=140144284792576
#
# JRE version: Java(TM) SE Runtime Environment (8.0_25-b17) (build 1.8.0_25-b17)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V [libjvm.so+0x642486] InstanceRefKlass::oop_oop_iterate_nv(oopDesc*, ParScanWithoutBarrierClosure*)+0x2f6
#