Skip to content

Instantly share code, notes, and snippets.

View tomaswitek's full-sized avatar

Tomáš Witek tomaswitek

View GitHub Profile
import React from 'react';
import { colors } from '../../theme';
export interface CircleProps {
index: number;
active: boolean;
size?: number;
finished?: boolean;
}
@tomaswitek
tomaswitek / gist:2293355
Created April 3, 2012 16:24
ConnectionNotEstablished
/Users/krissott/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.1.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:409:in `retrieve_connection': ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished)
from /Users/krissott/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.1.3/lib/active_record/connection_adapters/abstract/connection_specification.rb:115:in `retrieve_connection'
from /Users/krissott/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.1.3/lib/active_record/connection_adapters/abstract/connection_specification.rb:89:in `connection'
from /Users/krissott/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.1.3/lib/active_record/base.rb:703:in `table_exists?'
from /Users/krissott/.rvm/gems/ruby-1.9.3-p0/gems/activerecord-3.1.3/lib/active_record/base.rb:798:in `attribute_names'
from /Users/krissott/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.1.3/lib/action_controller/metal/params_wrapper.rb:168:in `_set_wrapper_defaults'
from /Users/krissott/.rvm/gems/ruby-1.9.3-p0/gems/actionpack