Skip to content

Instantly share code, notes, and snippets.

View tompurl's full-sized avatar

Tom Purl tompurl

View GitHub Profile
NameError: method 'indexes' not defined in ActiveRecord::ConnectionAdapters::PostgreSQLAdapter
from org/jruby/RubyModule.java:2317:in `remove_method'
from /home/tom/.rvm/gems/jruby-1.6.7.2/gems/schema_plus-0.3.4/lib/schema_plus/active_record/connection_adapters/postgresql_adapter.r
b:52:in `included'
from org/jruby/RubyModule.java:2277:in `module_eval'
from /home/tom/.rvm/gems/jruby-1.6.7.2/gems/schema_plus-0.3.4/lib/schema_plus/active_record/connection_adapters/postgresql_adapter.r
b:51:in `included'
from org/jruby/RubyModule.java:2118:in `include'
from org/jruby/RubyBasicObject.java:1704:in `__send__'
from org/jruby/RubyKernel.java:2101:in `send'
@tompurl
tompurl / tompurl-test.sh
Created January 28, 2011 17:36
This is a test
#!/bin bash
echo this is a test
@tompurl
tompurl / MyTest.java
Created January 11, 2011 18:07
This is some text This is also some text
// this is a comment
TESt t = new Test();