Skip to content

Commit

Permalink
Reformed all the config/environments/* files to conform to the new Ra…
Browse files Browse the repository at this point in the history
…ils::Configuration approach. Fully backwards compatible.

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2235 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
  • Loading branch information
dhh committed Sep 13, 2005
1 parent 514e670 commit c9c0d74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions railties/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
*SVN*

* Reformed all the config/environments/* files to conform to the new Rails::Configuration approach. Fully backwards compatible.

* Added create_sessions_table, drop_sessions_table, and purge_sessions_table as rake tasks for databases that supports migrations (MySQL, PostgreSQL, SQLite) to get a table for use with CGI::Session::ActiveRecordStore

* Added dump of schema version to the db_structure_dump task for databases that support migrations #1835 [Rick Olson]
Expand Down

0 comments on commit c9c0d74

Please sign in to comment.