aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/secure_token.rb
Commit message (Expand)AuthorAgeFilesLines
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies new string literal convention in activerecord/libXavier Noria2016-08-061-1/+1
* Revert "Merge pull request #20835 from glittershark/if-and-unless-in-secure-t...Kasper Timm Hansen2016-01-141-23/+2
* Revert "Switch `has_secure_token` to `before_save`."Kasper Timm Hansen2016-01-091-4/+3
* Switch `has_secure_token` to `before_save`.Kasper Timm Hansen2016-01-091-3/+4
* Support :if and :unless in has_secure_tokenGriffin Smith2016-01-091-2/+23
* applies new doc guidelines to Active Record.Yves Senn2015-10-141-4/+4
* Update documentation to contain a 24 char token [ci skip]Roberto Miranda2015-05-011-1/+1
* Fix #has_secure_token documentation [ci skip]Tim Liner2015-02-201-2/+2
* Do not overwrite secret token value when already present.Wojciech Wnętrzak2015-02-121-2/+1
* Fix Typo SecureToken for schema sample [ci skip]Jeroen K.2015-01-151-1/+1
* Fix Typo SecureToken [ci skip]Roberto Miranda2015-01-101-1/+1
* Switch Secure Token generation to Base58robertomiranda2015-01-091-18/+8
* Add has_secure_token to Active Recordrobertomiranda2015-01-041-0/+49