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
I'm having an incredibly hard time upgrading an app that was using version 2.
Can you add a mode where it raises if expose(:obj) is called without an obj_params method? Having silent failures is killer.
Obviously it would be better if this was a "compile" time error, although I understand that it would probably be much easier to implement as a run time error.
The text was updated successfully, but these errors were encountered:
I'm having an incredibly hard time upgrading an app that was using version 2.
Can you add a mode where it raises if expose(:obj) is called without an obj_params method? Having silent failures is killer.
Obviously it would be better if this was a "compile" time error, although I understand that it would probably be much easier to implement as a run time error.
The text was updated successfully, but these errors were encountered: