aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/postgresql/oid/uuid.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Reduce unused allocations when casting UUIDs for PostgresCarl Thuringer2019-02-201-3/+6
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Don't allow uuids with orphan curly bracespdebelak2017-07-071-1/+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
* Rm `Type#type_cast`Sean Griffin2015-02-171-1/+1
* `type_cast_for_database` -> `serialize`Sean Griffin2015-02-171-1/+1
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-1/+1
* Relax the UUID regexGodfrey Chan2014-12-181-9/+2
* adding the exception RecordNotFound to UUID findJoseLuis Torres2014-08-211-0/+2
* Treat invalid uuid as nilAbdelkader Boudih2014-07-141-1/+10
* add missing `:nodoc:` for recent refactorings. [ci skip]Yves Senn2014-06-241-1/+1
* Move PG OID types to their own filesSean Griffin2014-05-211-0/+17