index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
schema_dumper.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
PostgreSQL: smarter schema dumps using pk_and_sequence_for(table). Closes #2920.
Jeremy Kemper
2006-02-09
1
-2
/
+14
*
ActiveRecord::Base.schema_ignore_tables => ActiveRecord::SchemaDumper.ignore_...
Tobias Lütke
2005-12-24
1
-2
/
+7
*
SchemaDumper now doesn't fail anymore when there are unknown column types in ...
Tobias Lütke
2005-12-24
1
-18
/
+38
*
PostgreSQL returns the path type wrapped in quotes.
Marcel Molina
2005-10-09
1
-1
/
+1
*
Added :force option to create_table that'll try to drop the table if it alrea...
David Heinemeier Hansson
2005-10-06
1
-0
/
+1
*
Schema dumper should emit ":default => false" if the default for a column is ...
Jamis Buck
2005-10-05
1
-2
/
+2
*
Refactored the AbstractAdapter to be a lot less scary. Cleaned up the docs an...
David Heinemeier Hansson
2005-09-25
1
-1
/
+1
*
Okay, you can have an extra space
David Heinemeier Hansson
2005-09-25
1
-0
/
+1
*
Just include activerecord/schema with AR so it doesnt need to be dumped
David Heinemeier Hansson
2005-09-24
1
-6
/
+1
*
Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m...
Jamis Buck
2005-09-23
1
-0
/
+87