Oeps, I pushed the wrong branch. Will fix when I get home.
If anyone wants to beat me to it:
when config.eager_load isn't set, Rails errors
This fork of castronaut uses Strings for, ActiveRecord::Base.establish_connection which Rails assumes to be a connection string. Use symbols instead. (lib/castronaut/configuration.rb lines 96 and 105)
Oeps, I pushed the wrong branch. Will fix when I get home.
If anyone wants to beat me to it:
config.eager_load
isn't set, Rails errorsActiveRecord::Base.establish_connection
which Rails assumes to be a connection string. Use symbols instead. (lib/castronaut/configuration.rb
lines 96 and 105)