aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/securerandom.rb
Commit message (Expand)AuthorAgeFilesLines
* Make Active Storage blob keys lowercaseJulik Tarkhanov2018-12-301-3/+23
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* 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
* Merge pull request #26905 from bogdanvlviv/docsAndrew White2016-11-131-1/+1
|\
| * Add missing `+` around a some literals.bogdanvlviv2016-10-271-1/+1
* | Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
|/
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-2/+2
* Replace `#=>` with `# =>` [ci skip]amitkumarsuroliya2015-09-191-2/+2
* Add missing requireGuillermo Iguaran2015-01-091-0/+2
* Add SecureRandom.base58Guillermo Iguaran2015-01-091-0/+21
* Move uuid_v5 and uuid_v3 to Digest::UUIDRafael Mendonça França2014-07-151-47/+0
* :nodoc: our SecureRandom patches [ci skip]Godfrey Chan2014-06-261-4/+4
* Auto-generate stable fixture UUIDs on PostgreSQL.Roderick van Domburg2014-01-071-0/+47