richardonrails

Results 13 issues of richardonrails

I'm trying to upgrade from Rails 6.0 to 6.1 and suddenly I'm getting this error that seems related to crummy, though I can't figure out what's wrong: ```rb ActionView::Template::Error (can't...

When I do this: `` It gives: `` However what I'd really want is a way to have the images display @2x for Retina / high DPI screens, where it...

Both [crummy](https://github.com/zachinglis/crummy) (which I'm trying to migrate from) and [breadcrumbs_on_rails](https://github.com/weppos/breadcrumbs_on_rails/) support similar syntax as `loaf` for adding breadcrumbs by passing a string followed by a path: ```rb breadcrumb "Categories", blog_categories_path...

Enhancement

Took me a bit to figure out to add `logger: Rails.logger` to the geocoder.rb config file since it was undocumented. I was thinking that by default, this project should do...

When I run the `rails generate scaffold_controller Foo name:string` I get an error `liquid [not found]`. ```bash $ rails g scaffold_controller Foo name:string create app/controllers/foos_controller.rb error liquid [not found] invoke...

I'm just checking out Koudoku's demo & readme / quick start guide. While it's great to see that there are built-in forms to collect credit card, I would love to...

I'm currently on Rails 6.1 and devise-two-factor 4.0.2 I see what looks like a bit of contradiction in your docs: https://github.com/tinfoil/devise-two-factor/blob/main/CHANGELOG.md#402 says that 4.0.2 "Adds Rails 7.0 support" But then...

question

Apologies if this is inappropriate to ask here. I'm not quite sure which gem needs enhancing to make this work well... I'd simply like to use the following together in...

It would be great to have some documentation that would serve as a how-to guide for anyone trying to migrate from Devise to Sorcery.

documentation
to be implemented in v1

I'm working on something new and have been playing with this gem before and after this 2.5.0 update I see now the Auth hash is pretty barebones: > The omniauth-slack...