aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/adapters/postgresql/schema_authorization_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #29732 from kirs/frozen-activerecordRafael França2017-07-211-0/+2
|\
| * Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* | Revert "Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`"Sean Griffin2017-07-211-1/+5
|/
* 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
* Remove a duplicate test of schema_authorization_test in ARKoichi ITO2017-05-251-11/+0
* Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`Ryuta Kamizono2017-05-041-5/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* improve error message when include assertions failMichael Grosser2016-09-161-2/+2
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+1
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* modernizes hash syntax in activerecordXavier Noria2016-08-061-2/+2
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-9/+9
* Fix tests failure with `prepared_statements: false`Ryuta Kamizono2016-02-291-8/+10
* PostgreSQL, add `:if_exists` to `#drop_schema`.Yves Senn2015-08-281-1/+1
* make it possible to run AR tests with bin/testYves Senn2015-06-111-1/+1
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* Remove Relation#bind_paramsSean Griffin2015-01-271-2/+5
* Use teardown helper method.Guo Xiang Tan2014-03-141-1/+1
* please use ruby -I lib:test path/to/test.rb, or export RUBY_OPTAaron Patterson2011-06-061-1/+1
* Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TES...Jon Leighton2011-06-041-1/+1
* renaming exec in the PG adapterAaron Patterson2010-11-051-2/+2
* setting the authorized session clears the statement cacheAaron Patterson2010-10-261-0/+11
* add a session authorization setter to the pg connectionAaron Patterson2010-10-261-1/+8
* avoiding statement cache if there are no bind valuesAaron Patterson2010-10-261-0/+12
* reorganizing adapter specific tests. [#4974 state:resolved]Aaron Patterson2010-06-251-0/+84