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
Whenever I run railroady through the rake task in dev mode the very first thing that happens is rails prints out some SQL log messages, followed by the actual output. These then get piped to dot, which rightfully errors out. See below for example output:
I can work around the issue in bin/railroady:53 by adding the following code:
Whenever I run railroady through the rake task in dev mode the very first thing that happens is rails prints out some SQL log messages, followed by the actual output. These then get piped to dot, which rightfully errors out. See below for example output:
I can work around the issue in bin/railroady:53 by adding the following code:
Unfortunately this feels like a bit of a hack so I am hesitant so submit a patch.
The text was updated successfully, but these errors were encountered: