index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
cases
/
adapters
/
postgresql
/
connection_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable `Layout/EmptyLinesAroundAccessModifier` cop
Ryuta Kamizono
2019-06-13
1
-1
/
+0
*
Remove database specific sql statements from SQLCounter
Yasuo Honda
2019-05-01
1
-3
/
+3
*
Extract `truncate` and `truncate_tables` into database statements
Ryuta Kamizono
2019-03-17
1
-8
/
+0
*
Bump the minimum version of PostgreSQL to 9.3
Yasuo Honda
2018-11-25
1
-22
/
+7
*
Use squiggly heredoc to strip odd indentation in the executed SQL
Ryuta Kamizono
2018-11-22
1
-1
/
+1
*
Omit BEGIN/COMMIT statements for empty transactions
Eugene Kenny
2018-08-13
1
-1
/
+2
*
OS X -> macOS [Closes #30313]
Xavier Noria
2018-06-23
1
-1
/
+1
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-2
/
+2
*
Remove deprecated argument `name` from `#indexes`
Rafael Mendonça França
2017-10-23
1
-1
/
+1
*
Prevent extra `SET time zone` in `configure_connection` (#28413)
Ryuta Kamizono
2017-08-21
1
-0
/
+7
*
Merge pull request #29732 from kirs/frozen-activerecord
Rafael França
2017-07-21
1
-0
/
+2
|
\
|
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
|
Revert "Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`"
Sean Griffin
2017-07-21
1
-2
/
+2
|
/
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Prevent extra `current_database` query for `encoding`/`collation`/`ctype`
Ryuta Kamizono
2017-05-28
1
-3
/
+9
*
Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`
Ryuta Kamizono
2017-05-04
1
-2
/
+2
*
Use `max_identifier_length` for `index_name_length` in PostgreSQL adapter
Ryuta Kamizono
2017-02-27
1
-2
/
+1
*
Use ensure block for things we cleanup in tests
Kir Shatrov
2017-02-25
1
-0
/
+1
*
Reduce string objects by using \ instead of + or << for concatenating strings
Akira Matsuda
2017-01-12
1
-2
/
+2
*
Deprecate passing `name` to `indexes` like `tables`
Ryuta Kamizono
2017-01-04
1
-1
/
+1
*
`#tables` and `#table_exists?` and returns only tables and not views
Rafael Mendonça França
2016-12-29
1
-1
/
+1
*
Remove deprecated `name` argument from `#tables`
Rafael Mendonça França
2016-12-29
1
-1
/
+1
*
Privatize unneededly protected methods in Active Record tests
Akira Matsuda
2016-12-24
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-6
/
+6
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-6
/
+6
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-4
/
+4
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-4
/
+4
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-37
/
+37
*
Fix tests failure with `prepared_statements: false`
Ryuta Kamizono
2016-02-29
1
-8
/
+10
*
Rename 'key' to 'lock_id' or 'lock_name' for advisory locking
Sam Davies
2015-11-18
1
-10
/
+10
*
Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`
yui-knk
2015-11-09
1
-2
/
+2
*
Use advisory locks to prevent concurrent migrations
Sam Davies
2015-10-30
1
-0
/
+42
*
Do not cache prepared statements that are unlikely to have cache hits
Sean Griffin
2015-10-20
1
-1
/
+1
*
make it possible to run AR tests with bin/test
Yves Senn
2015-06-11
1
-1
/
+1
*
`Type#type_cast_from_database` -> `Type#deserialize`
Sean Griffin
2015-02-17
1
-1
/
+1
*
Remove Relation#bind_params
Sean Griffin
2015-01-27
1
-3
/
+3
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-3
/
+1
*
add a truncate method to the connection
Aaron Patterson
2014-09-22
1
-0
/
+10
*
Rename `type_cast` to `type_cast_from_database`
Sean Griffin
2014-06-09
1
-1
/
+1
*
Add ConnectionHelper to refactor tests.
Guo Xiang Tan
2014-04-03
1
-12
/
+3
*
Fix tests not unsubscribing from Notifications.
Guo Xiang Tan
2014-03-28
1
-2
/
+2
*
Teach PostgreSQLAdapter#reset! to actually reset
Matthew Draper
2014-03-18
1
-0
/
+31
*
Terminate the backend ourselves on PG 9.2+
Matthew Draper
2014-02-12
1
-19
/
+29
*
Don't skip tests if we don't need to.
Rafael Mendonça França
2013-11-08
1
-20
/
+20
*
log the statement name along with the SQL
Aaron Patterson
2013-10-04
1
-0
/
+10
*
stop adding singleton methods to the mysql2 adapter
Aaron Patterson
2013-10-04
1
-15
/
+0
*
stop adding singleton methods to the PG connection
Aaron Patterson
2013-10-04
1
-11
/
+26
*
Delete failing test
Jon Leighton
2013-03-22
1
-36
/
+0
*
class_eval should use __FILE__ and __LINE__
Neeraj Singh
2013-01-30
1
-1
/
+1
[next]