You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Standalone producer does not seem to load rails config by default. I will look into fixing that. Meanwhile you can load it manually in a rails initializer, something like this
If I have a Rails controller that does:
it will not get the config loaded from
config/racecar.rb
orconfig/racecar.yml
it is only loaded in the CLI (for the consumer):
racecar/lib/racecar/cli.rb
Lines 27 to 31 in 0a7d959
The text was updated successfully, but these errors were encountered: