I am attempting to setup Cequel Gem for use with my existing Ruby app. From what I can tell, the Cequel gem requires the railtie to configure it to use the configuration (as my cequel.yml is in the same place as it is in Rails). But, it seems the configuration is not being loaded.
How is this supposed to be done in a non-Rails environment?
In my case works like this:
In your case load connection from YAML file: