Igor Petrov

Results 16 issues of Igor Petrov

It's possible to pass `tls` option to ActionMailer settings, but this extension doesn't have such ability: config.action_mailer.smtp_settings = { ... tls: true, ...

Would be great to merge it into 3-1-stable as well

For example ``` f.has_many :variants, allow_destroy: true do |var| var.translated_inputs "", switch_locale: false do |t| t.input :size, hint: 'Weight' t.input :price end end ```

This happens on deploy with capistrano. Command generated by capistrano: Running /usr/local/rvm/bin/rvm 2.2.3 do bundle exec whenever --update-crontab santeh_opt --set environment=production --roles=app,web,db Stacktrace: /opt/santeh_opt/shared/bundle/ruby/2.2.0/gems/whenever-0.9.7/lib/whenever/command_line.rb:115:in `split' /opt/santeh_opt/shared/bundle/ruby/2.2.0/gems/whenever-0.9.7/lib/whenever/command_line.rb:115:in `prepare'

On user creation using 'rails4' branch

bug