Martijn Lafeber
Martijn Lafeber
Fix for https://github.com/heartcombo/simple_form/issues/1727
See https://github.com/omniauth/omniauth/pull/809 - about a CSRF vulnerability which affects OmniAuth (designated CVE-2015-9284) What to do?
The html5shiv makes sure the main element works as expected in ie8 and ie9. Awesome! In ie10 however, it doesn't work at all (it gets completely ignored).
Instead of having decorators for every model, e.g. ``` module Spree ProductProperty.class_eval do translates :value, fallbacks_for_empty_translations: true include SpreeI18n::Translatable end end ``` let people include these two lines themselves? In...
I don't think it's allowed for people born outside of the USA to run for president, which makes it somewhat harder to retrieve your data.
Issue occurs when bumping rails from 7.0.8 to 7.1.0. No other changes in code. We run minitest, with Rails 7.1 the line coverage of some files (mostly concerns) dropped from...
Hi, Even when visiting a non-cms related page, I still see a call to pages. ``` Started GET "/nl/t/categories/dresses" for 127.0.0.1 at 2012-06-04 15:59:04 +0200 Processing by Spree::TaxonsController#show as HTML...
Emoji's
Idea: use https://apps.timwhitlock.info/emoji/tables/iso3166 ? You'll have less control over the looks, but it doesn't require an image.
I had to remove the line: ``` this.$body.css('min-height', 0); ``` to make it work on the iPad (otherwise, only the top row of the area is clickable).