richardonrails
richardonrails
Thank you! For anyone else who's looking for a similar breadcrumb library that's actively maintained, I found these 2: https://github.com/piotrmurach/loaf https://github.com/weppos/breadcrumbs_on_rails
I'd like to be able to include a HasOne field on on a Show page but not have the _entire_ object (and all of its own nested HasOne entire objects)...
This would be very helpful. I was hoping to see throughput and response time graphs by HTTP response code out-of-the box with AppSignal.
I've had `puma-dev` working without issue for a long time. Today it stopped working :( (possibly related to me doing `brew update` and `brew upgrade` today) I've tried uninstalling (`/etc/resolver/`...
After a while I also see a few lines like this in `puma-dev.log`: ``` 2021/05/07 20:46:05 http: TLS handshake error from 127.0.0.1:57366: EOF 2021/05/07 20:46:06 http: TLS handshake error from...
And....... of course, after restarting my computer a SECOND time, it all works again. (I restarted once before posting everything above). Sorry for the noise.
Really need to see dependencies updated like this or like #41 -- there is a security alert on one of them...
Yeah, but unless the maintainer of this repo plans on archiving/deprecating this repository and ruby gem, it would be nice to see it maintained
@chamnap Any thoughts on this?
Similar issue with generating a controller. Models and migrations can still generate just fine. ``` rails generate controller Foo index create app/controllers/foo_controller.rb route get 'foo/index' error liquid [not found] ......