mirror of
https://github.com/github/rails.git
synced 2026-02-15 00:25:00 -05:00
Ensure that StringIO is always available for the Schema dumper. [Marcel Molina Jr.]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4315 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
*SVN*
|
||||
|
||||
* Ensure that StringIO is always available for the Schema dumper. [Marcel Molina Jr.]
|
||||
|
||||
* Allow AR::Base#to_xml to include methods too. Closes #4921. [johan@textdrive.com]
|
||||
|
||||
* Replace superfluous name_to_class_name variant with camelize. [Marcel Molina Jr.]
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
require 'stringio'
|
||||
|
||||
module ActiveRecord
|
||||
# This class is used to dump the database schema for some connection to some
|
||||
# output format (i.e., ActiveRecord::Schema).
|
||||
|
||||
Reference in New Issue
Block a user