aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/utils_test.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
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-2/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-3/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-6/+6
* make it possible to run AR tests with bin/testYves Senn2015-06-111-2/+3
* pg, `PostgreSQL::Name` to hold schema qualified names.Yves Senn2014-05-301-2/+43
* pg, re-introduce `PostgreSQL::Utils` to unify schema/table extraction.Yves Senn2014-05-191-0/+20
* PostgreSQLAdapter::Utils seems to be only used from a single spot - quite red...kares2014-05-141-20/+0
* Add missing requireJon Leighton2011-12-031-0/+2
* Make #extract_schema_and_table an instance method in UtilsDaniel Schierbeck2011-07-091-0/+18