Emmanuel Cousin

Results 8 issues of Emmanuel Cousin

There is an edge case with ActiveRecord's `where.associated` and `where.missing` clauses when using them with same-table parent/children associations, causing those to generate what I believe is not the expected SQL...

activerecord
attached PR

Hi, First, thank you for this gem. I've been using Cloudinary along with ActiveStorage on a project, and I figured the [documentation is incorrect](https://cloudinary.com/documentation/rails_activestorage#image_delivery) when it comes to generate Cloudinary...

enhancement

This Pull Request addresses https://github.com/excid3/simple_calendar/issues/271 and https://github.com/excid3/simple_calendar/issues/272 - [x] Added a "today" button in addition to "previous" and "next" (https://github.com/excid3/simple_calendar/issues/271) - [x] Fixed "previous" button for generic calendars (https://github.com/excid3/simple_calendar/issues/272) -...

Thank you for this great gem for starters. `week_calendar` and `month_calendar` work great. It appears that for the simple `calendar` helper, the "previous" button does not go backwards the same...

The title explains it all. The implementation would be as simple as this in `lib/simple_calendar/simple_calendar.rb`: ```ruby def url_for_today_view view_context.url_for(@params.merge(start_date_param => Date.current.iso8601)) end ``` Happy to push a Pull Request if...

> ⚠️ Disclaimer Heroku might not be suitable to host healthcare datas in your country. We are providing this deploy link on Heroku because we think it's the easiest way...

Hi, I'm having an issue when trying to access the AMP version of a Rails view in my local environement What happens is : - For a given url :...

**Solidus Version**: 2.9.0 **To Reproduce** 1. Go to `/store/admin/products/[A-PRODUCT-ID]/images` 2. Edit the `Alternative Text` field of an existing image 3. The `Loading...` loader shows up and stays indefinitely `TypeError: response.responseJSON...

Bug
Solidus Admin