Pelayo Maojo

Results 21 comments of Pelayo Maojo

I added ` @font-face{ font-family:'Glyphicons Halflings'; src: image-url("bootstrap/glyphicons-halflings-regular.eot"); src: image-url("bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), image-url("bootstrap/glyphicons-halflings-regular.woff") format("woff"), image-url("bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), image-url("bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg") } ` to application.scss and it works

I have implemented onesignal on this and it works ;) just follow their guided installation

`= form_for_filterrific(@filterrific, url: inmuebles_path, html: { id: :manual_filterrific_form }) do |f| ` My problem was using options_for_select

Inmueble is a model in my app

An Idea, pass the date field value to a hidden field for with_end_date_gte with javascript.

No, I didn´t. Do you know if its possible to make it through post instead of get?

Own cookies (session for example) are needed and should not be blocked only third party cookies are a problem for the law.

GDPR in English RGPD in Spanish

@gabskoro The button should be "Agree", but if the Agree cookie is not set, all cookies should be rejected. In Spain, in theory, third party cookies that store data that...