Niels R.
Niels R.
Version 2.0.0 of the Heroicons are not having a "search" icon. It was renamed into "magnifying-glass".
I'm using the daemons gem in combination with delayed_job. After upgrading the daemons gem from version 1.0.10 to 1.2.3 I was experiencing a strange behavior: Folders created with `FileUtils.mkdir_p(dir)` got...
As with [this commit](https://github.com/rails/rails/commit/1d98bc563a8a7faf26238eaaa54a3257a95d644d) Arel removes the alias 'table_name', which is currently actively used in [here](https://github.com/activerecord-hackery/ransack/blob/0c5078c462716c73ac337241235b03718a478cca/lib/ransack/adapters/active_record/context.rb#L16). I think there might be the need for shipping an update to support the...
I was installing simple-navigation into a Rails 7 application and everything looks great, but when enabling eager loading (f.e. in tests) by using `Rails.application.eager_load!` I got `undefined method `url_for' for...
Thanks for providing this gem, it helped me a lot and I have something up and running. During the process of setting everything up (Grape, WineBouncer, Swagger and SwaggerUI) I...
This PR fixes a small bug in the rsync strategy. If the user was explicitly set, it wasn't passed into the rsync command, due to local / global method /...