Skip to content

Instantly share code, notes, and snippets.

View philippkueng's full-sized avatar

Philipp Küng philippkueng

View GitHub Profile
@philippkueng
philippkueng / gist:1700292
Created January 29, 2012 19:35
R-SBB-timetables-spider Error Log
iMac:R-SBB-timetables-spider philippkueng$ rake station:set_bounds bounds=8.53,47.41,8.61,47.46 --trace
** Invoke station:set_bounds (first_time)
** Execute station:set_bounds
rake aborted!
undefined method `path' for #<StringIO:0x007fcbdbbb7480>
/Users/philippkueng/Documents/Programming/Ruby/R-SBB-timetables-spider/scripts/station.rb:153:in `findStationsInArea'
/Users/philippkueng/Documents/Programming/Ruby/R-SBB-timetables-spider/Rakefile:131:in `block (2 levels) in <top (required)>'
/Users/philippkueng/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `call'
/Users/philippkueng/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `block in execute'
/Users/philippkueng/.rvm/gems/ruby-1.9.2-p290/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `each'
@philippkueng
philippkueng / blogengine_install.sh
Created July 10, 2011 12:48
A script to install BlogEngine.NET with Mono and Apache on a fresh Ubuntu 10.04 LTS install.
# Variables
LOGFILE=/root/blogengine_install.log
echo
echo
echo "Preparing Server for ASP.NET"
echo "############################"
echo