Skip to content

Commit

Permalink
Add rails command tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
alecslupu committed May 9, 2024
1 parent a1355d3 commit c2b16d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def rails(*)

# Runs rails commands in a subprocess silencing errors, and ignores status
def soft_rails(*)
system("bin/rails", *, err: File::NULL)
system("bin/rails --trace", *, err: File::NULL)
end

def cut(text, strip: true)
Expand Down

0 comments on commit c2b16d4

Please sign in to comment.