Grigory Dmitrenko
Grigory Dmitrenko
### Steps to reproduce We have the following STI inheritance: Toyota < Car Setting the rules: ``` can :read, Car cannot :read, Toyota ``` Checking the roles: `can? :read, Car...
When attaching attachment via download from URI.open validation says that Magick or Vips do not support this file type.
Sometimes we need separate tab which should be outside the main `` tag of show view. This is needed to define other `` (to avoid nested form) or to use...
Is it possible to write comments as from underlying lib doc? `sheet.write_comment(sheet, 0, 0, "This is a comment");`
Accidentally found that with nice partials all code within partial block executed twice. Looks like this is needed to identify yield blocks prior to rendering. You can check it by...