Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require makara in makara abstract adapter
When using rails 4.1.2 release candidates, servers are unable to start because of an error, ``` uninitialized constant Makara from /path/to/bundle/ruby/2.1.0/bundler/gems/makara-59b01c0ecfec/lib/active_record/connection_adapters/makara_abstract_adapter.rb:4:in `<module:ActiveRecord>' from /path/to/bundle/ruby/2.1.0/bundler/gems/makara-59b01c0ecfec/lib/active_record/connection_adapters/makara_abstract_adapter.rb:3:in `<top (required)>' from /path/to/bundle/ruby/2.1.0/bundler/gems/makara-59b01c0ecfec/lib/active_record/connection_adapters/makara_postgresql_adapter.rb:1:in `<top (required)>' ``` I think that ActiveRecord must be requiring files in some slightly different order than expected.
- Loading branch information