Releases: restarone/comfortable-mexican-sofa
Releases · restarone/comfortable-mexican-sofa
integer parser
What's Changed
- Integer parser implementation by @ajaystha42 in #15 was added to support Violet Rails: restarone/violet_rails#1355
Full Changelog: 3.4...3.5
Patch for broken categorizations
Ruby 3.0 fix
When trying to load up the application in Rails 6.1 and Ruby 3.0, you get an error (sorry missing the error message here, but trust me). This fixes the error by adding the ** operator so that the passed in hash matches the named parameters.
flush page cache after file upload
Merge pull request #5 from restarone/flushPageCacheAferFileUpdate when a file is updated, the content cache is flushed so that the upda…
fix file upload
Merge pull request #4 from restarone/fixFileUpdate fix file update