kennethkalmer/ruote-kit

better error message when error in process definition

Closed this issue · 3 comments

(I don't if I should fill the issue here or in Torsten's fork, anyway...)

When there is an error in the process definition, the ugly default error screen is shown. Could instead the input screen be reshown with the "flash" containing the error message ?

Keep up the great work !

I think here is OK as it's the main repo and mine is just a fork.

Have a look at tosch/ruote-kit@1ea4d0b

I'm just catching ArgumentErrors as they are the only ones I'm sure I may get when calling Ruote::Engine#launch. Doing a "wildcard" catch just doesn't seem right to me.

closing.