thoughtbot--shoulda-matchers/spec/support
Elliot Winkler d9a887b905 CreateTable supports all PG-specific columns even under Rails 4.0
Successive versions of Rails provided explicit support for more column
types such as `money` and `uuid`. However, the ability to create a
Postgres table with one of these column type is really dependent on
which Postgres version you're using, and not which Rails version you're
using -- all you have to do is use `t.column` rather than e.g.,
`t.money`, `t.uuid`, etc.
2016-01-10 00:10:25 -07:00
..
acceptance Do not apply .railsrc 2016-01-06 10:21:43 -07:00
tests Speed up running unit tests with Zeus 2015-12-13 20:22:21 -07:00
unit CreateTable supports all PG-specific columns even under Rails 4.0 2016-01-10 00:10:25 -07:00