Commit fd43f23d by Jon Frisby

Updating changelog.

parent 5286f96b
== HEAD == HEAD
* Add sorting for columns and indexes. (Helpful for out-of-order migration execution!) * Add sorting for columns and indexes. (Helpful for out-of-order migration
execution!)
* BugFix for models without tables. * BugFix for models without tables.
* Annotate unit tests in subfolders. * Annotate unit tests in subfolders.
* Add generator to install rakefile that automatically annotates on db:migrate. * Add generator to install rakefile that automatically annotates on db:migrate.
* Fix gemspec generation now that Jeweler looks at Gemfile. * Fix gemspec generation now that Jeweler looks at Gemfile.
* Correct Gemfile to clarify which environments need which gems. * Correct Gemfile to clarify which environments need which gems.
* Add an .rvmrc to facilitate clean development. * Add an .rvmrc to facilitate clean development.
* Refactor out ActiveRecord monkey-patch to permit extending without side-effects. * Refactor out ActiveRecord monkey-patch to permit extending without
* Use ObjectSpace to locate models to facilitate handling of models with non-standard capitalization. side-effects.
Note that this still requires that the inflector be configured to understand the special case. * Use ObjectSpace to locate models to facilitate handling of models with
* Merge away a few branches whose changes we already have in order to clean up the Github network graph. non-standard capitalization.
* Fix warning: `NOTE: Gem::Specification#default_executable= is deprecated with no replacement. It will be removed on or after 2011-10-01.` Note that this still requires that the inflector be configured to understand
the special case.
* Merge away a few branches whose changes we already have in order to clean up
the Github network graph.
* Fix warning: `NOTE: Gem::Specification#default_executable= is deprecated with
no replacement. It will be removed on or after 2011-10-01.`
* Fix handling of files with no trailing newline when putting annotations at
the end of the file.
== 2.1 2009-10-18 == 2.1 2009-10-18
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment