Mark J. Lehman

Results 17 comments of Mark J. Lehman

Worth mentioning also that the `const_name` override doesn't appear to work either, presumably for the same reason. The problem there is that it still won't work after `Settings.reload!` since that...

OK, I think there's two issues here: 1. I renamed the initializer to `01_config.rb`, but in the railtie it's loading the specific `config.rb` file" ```ruby initializer = ::Rails.root.join('config', 'initializers', 'config.rb')...

Thanks for the clarification @pkuczynski. > you don't need an initializer at all if you follow default setup, as Config is plugging into the rails automatically Makes sense! I think...

@pkuczynski I'm interested but unfortunately don't have time currently. So if someone else wants to take a stab at it, they can. Otherwise we can push it to a later...

@pkuczynski Interested, but I don't have time to do it. And I don't see that situation changing anytime soon.

@pkuczynski Still unavailable to work on this. FWIW: This is very low priority for me - after the initial setup, this issue has not come up again. So, unless someone...

Hey @feesh! So, I just ran into this as well on a VM and adding rubygems to the sources fixed it: > Check if you have "http://rubygems.org/" as a source...