41efd73887c00ffd228b05d9346ec47a1f3759b9
Revert "Raise UnknownAttributeError when unknown attributes are supplied via mass assignment"
15b1b2b778ce18ff23737b3a0674780d22605fdf
Ruby 1.9 compat: use method_defined? instead of instance_methods.include? Don't encourage args abuse by flattening.
1156bbc06ce83e97b9202a06f9f9028d771bb1d4
Merge branch 'master' of git@github.com:rails/rails
cd498e25887cafc5d2b0d427b3f87af9f648aff5
Rescue spurious failures in case dummy postgresql user or schema already exists
17628ecfce14abf4f9977300e19f3433488e668f
Deprecate %d and %s in message interpolation, but only in the bundled i18n lib.
Think this is actually going to be entirely removed from i18n itself. It should be Rails’ concern.
f54be2cb3105856dc1fb31afc6c9012a91e53823
Fix transaction exception test
039d78a7d81c8ac49dcb6ba0304d32af671d56c9
still need to track whether we're the toplevel transaction
045713ee240fff815edb5962b25d668512649478
PostgreSQL: introduce transaction_active? rather than tracking activity ourselves
6f932b4790371e548c0df9033da96b2cf8f51dcc
Database connections are now pooled, one pool per #establish_connection call.