Matthias Frick

Results 4 issues of Matthias Frick

Hi! I have a problem with changing the ActionMailer::Base.default_url_options = {:host => host} on runtime. My environment ``` rails (4.2.0) sidekiq (3.3.1) devise (3.4.1) devise-async (0.9.0) ``` I have a...

Hi! This ``` def self.url_params(gravatar_params) return nil if gravatar_params.keys.size == 0 array = gravatar_params.map { |k, v| "#{k}=#{value_cleaner(v)}" } "?#{array.join('&')}" end ``` causes invalid html, if I run the http://validator.w3.org...

Hi! Is it also planned to integrate a capistrano maintenance page into this template? Best regards, Matthias

Hi, I have a page, where li-elements are loaded in a gridder-ul and after that I initialize the gridder with $('.gridder').gridderExpander(....) for these elements -> is working correct. If I...