Jonathan Rochkind
Jonathan Rochkind
I use combustion to test under multiple rails versions, and usually use rails edge (current tip of `main`) as one of the versions, to stay ready for the next rails...
Running an app under new ruby 3.3.2 that uses citeproc-ruby 2.0.0, results in this deprecation message in console: >warning: /Users/jrochkind/.rubies/ruby-3.3.2/lib/ruby/3.3.0/observer.rb was loaded from the standard library, but will no longer...
Browse_everything [depends on](https://github.com/samvera/browse-everything/blob/ab0ee56bf891139bf50d69069d4cae2047624b45/browse-everything.gemspec#L23) the [dropbox-api](https://github.com/Jesus/dropbox_api) gem. Current [dropbox-api depends on oauth2 gem '~> 1.1'](https://github.com/Jesus/dropbox_api/blob/11bd1cf5f9a3683f1956857f9187b68134a7eddd/dropbox_api.gemspec#L24) oauth2 1.x is EOL and deprecated. Installing it gets you this message: > You have installed...
Current JS is over 10 years old, doesn't represent best practices, and has become increasingly hard to integrate with recent Blacklight and Rails. For people who don't want the graphical...
The dependency gem `ascii85` has had a 2.0 release. https://github.com/DataWraith/ascii85gem/blob/master/CHANGELOG.md It doesn't actually seem to have any breaking changes other than dropping support for old rubies? Update pdf-reader to allow...
So, set up my app per instructions. Ran setup rake task. Booted app, first problem was I seemed to have no routes, just got default rails home page, and `rake...
I didn't actually realize running the setup tasks would add hooks to every repo, but no big deal. Whether one is just testing, or whether one eventually decides to stop...
From conversation at #703
We unify npm-package-using apps (jsbundling-rails, vite, etc) to be able to use the same original JS source as importmap was using (no longer need the rollup build). We then modernize...