maxime-carbonneau

Results 4 issues of maxime-carbonneau

Dropbox put the filename in the headers. This patch retrieve the filename with the *_url= method

Quand TAC est chargé via un CDN, il y a des enjeux de CORS. Est-ce que c'est possible d'ajouter l'attribut crossorigin=[anonymous](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/crossorigin#anonymous) pour les addInternalScript et pour link_element dans Step 1:...

active

With Rails 8 ```ruby class Book < ActiveRecord::Base has_many :chapters include FriendlyId friendly_id :title , :use => [:slugged, :history] end class Chapter < ActiveRecord::Base include FriendlyId friendly_id :title , :use...

Hello, Can you make awesome_nested_set Rails 8.1 compatible please. According to https://github.com/collectiveidea/awesome_nested_set/pull/495, everything should be fine. Thanks!