rails--rails/activerecord/lib/active_record/railties
Thibault Jouan 494cfc3735 Fix missing ending newline in db structure dump:
When dumping database structure with `rake db:structure:dump` and
using migrations, the resulting file will not end with a newline char.
Although it's not mandatory, it breaks a lot of simple use cases with
programs like cat, more, grep, etc.

  This changes use `puts' instead of `<<' to append migration versions
data to the dump and also split the line where this is happening as it
was a bit long.
2012-12-30 15:21:04 +00:00
..
console_sandbox.rb Store the transaction number in the transaction object 2012-09-15 00:00:50 +01:00
controller_runtime.rb nodoc AR::Railtie [ci skip] 2012-09-21 23:38:18 -05:00
databases.rake Fix missing ending newline in db structure dump: 2012-12-30 15:21:04 +00:00
jdbcmysql_error.rb