Simon Jesenko
Simon Jesenko
@synth We had the same issue with rvm. As a workaround, I added option of skipping rvm tasks on specified top-level capistrano tasks (see #64). Example: ``` ruby # deploy.rb...
You can set default language and format for App in custom initializer, e.g. ``` // app/initializers/bootstrap-datepicker.js export function initialize() { $.fn.datepicker.defaults.format = 'dd.mm.yyyy'; $.fn.datepicker.defaults.language = 'de'; } export default {...
Hi @josevalim thank you for looking into this. Note that handling `nil` is not the only issue — there is a valid case where `action==:update && changes==%{}`, e.g. when setting...
Sorry for the delay. I've been tied up with other priorities — I will try to move this forward till the end of this month...
@josevalim I am having some difficulty coming up with test cases that would fail with `Changeset.changed?` behaviour introduced in this PR (compared to current behaviour); it seems that `Changeset` functions...