Aleksei Chernenkov

Results 4 issues of Aleksei Chernenkov

Rails 4.1.0 Devise 3.2.4 Devise adds this for validatable model: ``` ruby # https://github.com/plataformatec/devise/blob/master/lib/devise/models/validatable.rb#L34 validates_confirmation_of :password, if: :password_required? ``` Rails confirmation helper works like that: ``` ruby # https://github.com/rails/rails/blob/master/activemodel/lib/active_model/validations/confirmation.rb#L13 record.errors.add(:"#{attribute}_confirmation",...

Lets change the file suggested for embedding code from `config/rpush.rb` to `config.ru`, because embedding command placed in config file (or Rails initializer) will run in Rake tasks, Rails console and...

Wrap adapter-specific timeout errors with a TimeoutError. Source: https://github.com/savonrb/httpi/pull/195

feature

* Use Curl:: consts instead of *magic* numbers. * Fix invalid values of TLSv1_1 and TLSv1_2 constants. * Add support for TLSv1_0.

improvement