padrino / padrino-framework

Padrino is a full-stack ruby framework built upon Sinatra.
http://www.padrinorb.com
MIT License
3.37k stars 508 forks source link

Fix MIME type for JavaScript in tests #2295

Closed chaymaeBZ closed 1 month ago

chaymaeBZ commented 1 month ago

Rack 3.1.0 introduced breaking changes. Quoting from CHANGELOG : MIME type for JavaScript files (.js) changed from application/javascript to text/javascript

nesquena commented 1 month ago

Thanks!