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
/
range_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor tz aware types, add support for PG ranges
Sean Griffin
2016-01-08
1
-0
/
+42
*
make it possible to run AR tests with bin/test
Yves Senn
2015-06-11
1
-2
/
+2
*
Closes rails/rails#18864: Renaming transactional fixtures to transactional tests
Brandon Weiss
2015-03-16
1
-1
/
+1
*
Prefer `drop_table if_exists: true` over raw SQL
Ryuta Kamizono
2015-02-18
1
-1
/
+1
*
remove deprecated support for PG ranges with exclusive lower bounds.
Yves Senn
2015-01-05
1
-27
/
+5
*
Use the type object for quoting PG Ranges
Sean Griffin
2014-07-05
1
-5
/
+5
*
Quote range strings when quoting PG ranges
Sean Griffin
2014-07-02
1
-0
/
+17
*
Silence warnings in tests.
Sean Griffin
2014-06-10
1
-1
/
+1
*
test pg, rm unused requires.
Yves Senn
2014-06-03
1
-2
/
+0
*
PostgreSQL, adapter automatically reloads it's type map. Closes #14678.
Yves Senn
2014-04-11
1
-1
/
+0
*
Add ConnectionHelper to refactor tests.
Guo Xiang Tan
2014-04-03
1
-8
/
+8
*
cleanup, `reset_pg_session` in range_test.rb
Yves Senn
2014-04-02
1
-2
/
+5
*
Use teardown helper method.
Guo Xiang Tan
2014-03-14
1
-1
/
+1
*
Fix warnings due to:
Vipul A M
2014-03-03
1
-1
/
+1
*
deprecate support for pg ranges with excluding beginnings.
Yves Senn
2014-02-23
1
-23
/
+55
*
dynamically define PostgreSQL OID range types.
Yves Senn
2014-02-23
1
-11
/
+40
*
no need to `return skip` in tests. `skip` is enough.
Yves Senn
2014-01-16
1
-1
/
+1
*
Fix PostgreSQL range tests
Matthew Draper
2013-12-19
1
-11
/
+11
*
refactor, reuse assertions in range_test.rb.
Yves Senn
2013-12-13
1
-186
/
+111
*
extract PG range tests from datatype_test.rb into range_test.rb
Yves Senn
2013-12-13
1
-0
/
+320