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
/
json_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefer `array?` rather than `array`
Ryuta Kamizono
2015-01-04
1
-1
/
+1
*
tests, remove unneeded requires.
Yves Senn
2014-11-06
1
-3
/
+0
*
Added SchemaDumper support for tables with jsonb columns.
Ted O'Meara
2014-11-04
1
-0
/
+8
*
Add support for Postgresql JSONB
Philippe Creux
2014-07-24
1
-9
/
+25
*
Remove the `text?` predicate from the type objects
Sean Griffin
2014-07-06
1
-1
/
+0
*
Use the type object for sending JSON to the database
Sean Griffin
2014-06-29
1
-1
/
+1
*
Consolidate testing of update_all type casting
Sean Griffin
2014-06-26
1
-10
/
+0
*
Don't type cast the default on the column
Sean Griffin
2014-06-17
1
-2
/
+1
*
Don't assume that Hstore columns have always changed
Sean Griffin
2014-06-17
1
-1
/
+2
*
Detect in-place changes on mutable AR attributes
Sean Griffin
2014-06-13
1
-0
/
+20
*
Rename `type_cast` to `type_cast_from_database`
Sean Griffin
2014-06-09
1
-4
/
+4
*
Make `_before_type_cast` actually be before type cast
Sean Griffin
2014-06-09
1
-0
/
+1
*
Bring type casting behavior of hstore/json in line with serialized
Sean Griffin
2014-06-04
1
-0
/
+8
*
Revert "test pg, we don't care about the internal state of `column#default`."
Yves Senn
2014-06-03
1
-0
/
+3
*
test pg, remove unused column assignments. Follow up to 254cdf47
Yves Senn
2014-06-03
1
-2
/
+0
*
test pg, we don't care about the internal state of `column#default`.
Yves Senn
2014-06-03
1
-1
/
+0
*
pg, keep `hstore` and `json` attributes as `Hash` in @attributes.
Yves Senn
2014-05-28
1
-0
/
+8
*
test, use `columns_hash[]` in place of `columns.find {}`.
Yves Senn
2014-05-12
1
-2
/
+2
*
PostgreSQL, test-cases to lock down column default values.
Yves Senn
2014-03-28
1
-0
/
+11
*
PostgreSQL, test cases to lock the current column types.
Yves Senn
2014-03-28
1
-7
/
+13
*
Use teardown helper method.
Guo Xiang Tan
2014-03-14
1
-1
/
+1
*
no need to `return skip` in tests. `skip` is enough.
Yves Senn
2014-01-16
1
-1
/
+1
*
Tidy up fix for PG extensions quoting
Carlos Antonio da Silva
2013-12-23
1
-2
/
+6
*
Serialize postgres' hstore, json and array types correctly in AR update methods.
Tadas Tamosauskas
2013-12-23
1
-0
/
+6
*
cast json values on write to be consistent with reading from the db.
Severin Schoepke
2013-10-25
1
-0
/
+7
*
test to verify the `ActiveRecord::Store` behavior with PG's json type
Yves Senn
2013-10-25
1
-0
/
+18
*
Add CHANGELOG enty for #11235
Rafael Mendonça França
2013-07-02
1
-1
/
+0
*
Support array as root element in JSON
Alexey Noskov
2013-05-14
1
-0
/
+14
*
Support PostgreSQL specific column types when using `change_table`.
Yves Senn
2013-02-28
1
-0
/
+15
*
Put the create_table block in a transaction.
Rafael Mendonça França
2012-09-05
1
-2
/
+4
*
ActiveRecord support to PostgreSQL 9.2 JSON type
Dickson S. Guedes
2012-09-05
1
-0
/
+69