config.params_filters << 'my_sensitive_param'config.environment_filters << 'my_sensitive_env'
Replace the merged values accordingly.
Also take note that as of 11/25 proxy support has been added to the HoptoadNotifier thanks to xmlblog.
Random thoughts on software development...
config.params_filters << 'my_sensitive_param'config.environment_filters << 'my_sensitive_env'
@birthdate = Time.local(params['birthdate(1i)'].to_i, params['birthdate(2i)'].to_i, params['birthdate(3i)'].to_i).to_date