Javi Martín

Results 287 comments of Javi Martín

@ezrahcim Thanks for the info! The only thing that comes to mind is that the `slug` attribute of the poll (the one which defines the URL where you can see...

Hi, @DiegoZen :smile:. Thanks for this pull request! Since you're a first-time contribute, I've got to manually click a button in order to run the tests :sweat_smile:. Unfortunately, the button...

Hi, @raoulkramer :smile:. Thanks for reporting! We'll look into this. In the meantime, as a workaround, have a look at the `config/initializers/devise-security.rb` file; you can postpone the password expiration by...

> By that you mean a new tab? @Isaius Yes :wink:.

@Isaius It's something that might need debate in the future :thinking:. In the meantime, we're trying to keep the behavior we had in version 1.0. Regarding this issue, maybe we...

I meant I was wondering whether it would be fine to add an `attributes` param in the call to `sanitize` when [sanitizing check box labels](https://github.com/consul/consul/blob/master/lib/consul_form_builder.rb#L26) in order to include the...

Hi, @DiegoZen :smile:. For now, as mentioned earlier, I'd rather add an `attributes` param in the call to `sanitize` when [sanitizing check box labels](https://github.com/consul/consul/blob/master/lib/consul_form_builder.rb#L26) in order to include the `target`...

There are issues with the latest Errbit due to one of its dependencies. We can't test these changes right now.

Hi, @sashashura :smile:. Thanks for the pull request! :tada: Right now we're busy with other pull requests and we'll get to this one when possible. Sorry for the delay! :pray:...

Hi, @RamzuYunus. Just in case, note that you need to restart the Rails application after changing the `config/secrets.yml` file; otherwise, the changes won't be applied. You can see an example...