aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/schema.rb
Commit message (Expand)AuthorAgeFilesLines
* Makes ActiveRecord::Schema respect AR::Base.table_name_prefix (closes #3848) ...David Heinemeier Hansson2006-02-251-2/+2
* Improved the Oracle OCI Adapter with better performance for column reflection...David Heinemeier Hansson2006-02-211-1/+1
* Update/clean up ActiveRecord documentation (rdoc)Jamis Buck2005-10-161-1/+37
* Refactored the AbstractAdapter to be a lot less scary. Cleaned up the docs an...David Heinemeier Hansson2005-09-251-1/+2
* Just include activerecord/schema with AR so it doesnt need to be dumpedDavid Heinemeier Hansson2005-09-241-2/+0
* Add ActiveRecord::SchemaDumper for dumping a DB schema to a pure-ruby file, m...Jamis Buck2005-09-231-0/+23