I hereby claim:
- I am thommahoney on github.
- I am thom (https://keybase.io/thom) on keybase.
- I have a public key ASBv4e-8UhZI45Txh22g5leZsG29_i4iFH58StQ5QKoUowo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| alias gp='git pull' |
| - s.add_runtime_dependency 'mime-types', '>= 1.16' | |
| + if RUBY_VERSION < '2.0.0' | |
| + s.add_runtime_dependency 'mime-types', ['>= 1.16', '< 3'] | |
| + else | |
| + s.add_runtime_dependency 'mime-types', '>= 1.16' | |
| + end |
| thom@fastlydev fastly/Squaw [remove-timestamps] » gem install typhoeus -v '0.3.3' | |
| Building native extensions. This could take a while... | |
| ERROR: Error installing typhoeus: | |
| ERROR: Failed to build gem native extension. | |
| /home/thom/.rubies/ruby-2.0.0-p451/bin/ruby -r ./siteconf20150415-32894-act9si.rb extconf.rb | |
| extconf.rb:9:in `<main>': Use RbConfig instead of obsolete and deprecated Config. | |
| extconf.rb:9:in `<main>': Use RbConfig instead of obsolete and deprecated Config. | |
| extconf.rb:10:in `<main>': Use RbConfig instead of obsolete and deprecated Config. | |
| extconf.rb:17:in `<main>': Use RbConfig instead of obsolete and deprecated Config. |
I hereby claim:
To claim this, I am signing this object:
| Verifying that +thommahoney is my openname (Bitcoin username). https://onename.com/thommahoney |
I hereby claim:
To claim this, I am signing this object:
| module SoftDelete | |
| REQUIRED_PROPERTIES = [ | |
| [ :deleted_at, DataMapper::Property::DateTime ], | |
| ].freeze | |
| def self.extended(klass) | |
| REQUIRED_PROPERTIES.each do |property| | |
| klass.send(:property, *property) | |
| end |
| 5 min: | |
| ~ Objective-C + Rails: Communicating with Rails from iOS / Mac OS | |
| Dan Hassin | |
| 1 min: | |
| ~ Painless Javascript | |
| koting hatduklgg | |
| with wind tunnel | |
| 5 min: |
| › rails console | |
| An exception occurred running script/rails | |
| no such file to load -- readline/ext/readline (LoadError) | |
| Backtrace: | |
| Rubinius::CodeLoader#load_error at kernel/common/codeloader.rb:337 | |
| Rubinius::CodeLoader#resolve_require_path at kernel/common/codeloader.rb:324 | |
| { } in Rubinius::CodeLoader#require at kernel/common/codeloader.rb:35 | |
| Rubinius.synchronize at kernel/bootstrap/rubinius.rb:133 | |
| Rubinius::CodeLoader#require at kernel/common/codeloader.rb:34 |