Weston Ganger
Weston Ganger
remove data- prefix from ng-dfp-ad in one example
Please add a changelog so we can see whats changed between versions.
I would love to use try this with as my Rails console repl. If this is already possible please provide some instruction in the readme.
This question was raised in another thread, https://github.com/westonganger/active_snapshot/issues/14#issuecomment-1234237716 > Is there any guide on migrating existing application from paper_trail to this gem?
As suggested in https://github.com/westonganger/active_snapshot/issues/13#issuecomment-965690730 , we could make the identifier option of `create_snapshot` optional. If someone does not set it then we could utilize the `id` of the record ```ruby...
Lets change the identifier option from a positional argument to a named argument. Current docs ``` snapshot = post.create_snapshot!( "snapshot_1", user: current_user, metadata: {}, ) ``` Updated ``` snapshot =...
Solves #36
Would be nice if we could support hyperlinks https://github.com/caxlsx/caxlsx/blob/master/examples/hyperlink_example.md
### Description Merge axlsx_styler gem into caxlsx. As bought up in #167. - This is a first pass on this. We can iterate on it. - A few `TODO` to...