Where can I find a list of data types that can be used in Ruby on Rails 4?
Such as
text
string
integer
float
date
I keep learning about new ones and I'd love to have a list I could easily …
Every time I run my rails 4.0 server, I get this output.
Started GET "/" for 127.0.0.1 at 2013-11-06 23:56:36 -0500
PG::ConnectionBad - could not connect to server: Connection refused
Is the server running on host "localhost" (::1) and accepting
TCP/IP connections …