aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Fixed dependency reloading by switching to a remove_const approach where all ...David Heinemeier Hansson2005-01-251-18/+1
* Fixed that /Recipe/new and /recipe/new points to the same thing [Lyle Johnson]David Heinemeier Hansson2005-01-241-0/+2
* Added Florian Gross' latest version of Breakpointer and friends that fixes a ...David Heinemeier Hansson2005-01-241-0/+2
* Fixed skeleton Rakefile to work with sqlite3 out of the box #521 [rasputnik]David Heinemeier Hansson2005-01-241-0/+2
* Fixed that script/breakpointer didn't get the Ruby path rewritten as the othe...David Heinemeier Hansson2005-01-241-0/+2
* Fixed handling of syntax errors in models that had already been succesfully r...David Heinemeier Hansson2005-01-241-0/+19
* Another swing at reloadingDavid Heinemeier Hansson2005-01-241-0/+2
* Fixed that generate scaffold would produce bad functional testsDavid Heinemeier Hansson2005-01-221-0/+7
* Made ready for release of 0.9.4.1David Heinemeier Hansson2005-01-181-1/+3
* Added 5-second timeout to WordNet alternatives on creating reserved-word mode...David Heinemeier Hansson2005-01-181-0/+2
* CHANGELOGs..David Heinemeier Hansson2005-01-171-0/+5
* Made ready for release of 0.9.4David Heinemeier Hansson2005-01-171-1/+3
* Fixed up some docsDavid Heinemeier Hansson2005-01-171-0/+2
* Flipped code-to-test ratio around to be more readable #468 [Scott Baron]David Heinemeier Hansson2005-01-151-0/+2
* Fixed log file permissions to be 666 instead of 777 (so they're not executabl...David Heinemeier Hansson2005-01-151-0/+2
* Fixed that auto reloading would some times not work or would reload the model...David Heinemeier Hansson2005-01-151-0/+2
* Fixed page caching problems with saving cached file fails for the index actio...David Heinemeier Hansson2005-01-151-0/+2
* Added the option to specify a controller name to "generate scaffold" and made...David Heinemeier Hansson2005-01-131-0/+2
* Added that rake clone_structure_to_test, db_structure_dump, and purge_test_da...David Heinemeier Hansson2005-01-111-0/+3
* Fixed script/console to work with Windows (that requires the use of irb.bat) ...David Heinemeier Hansson2005-01-101-0/+2
* Fixed WEBrick servlet slowdown over time by restricting the load path reloadi...David Heinemeier Hansson2005-01-061-0/+2
* Removed Fancy Indexing as a default option on the WEBrick servlet as it made ...David Heinemeier Hansson2005-01-041-0/+5
* Include package dependency informationDavid Heinemeier Hansson2005-01-041-0/+2
* Prepared for release of 0.9.3David Heinemeier Hansson2005-01-041-8/+8
* Added support for SQLite in the auto-dumping/importing of schemas for develop...David Heinemeier Hansson2005-01-031-0/+2
* Fixed problems with dependency caching and controller hierarchies on Ruby 1.8...David Heinemeier Hansson2005-01-021-0/+2
* Added automated rewriting of the shebang lines on installs through the gem ra...David Heinemeier Hansson2005-01-011-4/+6
* Fixed that generated action_mailers doesnt need to require the action_mailer ...David Heinemeier Hansson2004-12-311-0/+2
* Fixed dependency management to happen in a unified fashion for Active Record ...David Heinemeier Hansson2004-12-301-0/+17
* Added ActionMailer::Base.deliver_method = :test to the test environment so th...David Heinemeier Hansson2004-12-231-1/+2
* Added ActionMailer::Base.raise_delivery_errors = false to the test environmen...David Heinemeier Hansson2004-12-231-0/+2
* Added protection for creating a model through the generators with a name of a...David Heinemeier Hansson2004-12-231-0/+6
* Releasing Rails 0.9.2David Heinemeier Hansson2004-12-221-2/+4
* Fixed CTRL-C exists from the Breakpointer to be a clean affair without error ...David Heinemeier Hansson2004-12-221-0/+2
* Fixed "rake stats" to work with sub-directories in models and controllers and...David Heinemeier Hansson2004-12-221-0/+2
* Added a require_association hook on const_missing that makes it possible to u...David Heinemeier Hansson2004-12-201-0/+2
* Added graceful handling of an inaccessible log file by redirecting output to ...David Heinemeier Hansson2004-12-191-1/+3
* Added support for a -h/--help parameter in the generator #331 [Ulysses]David Heinemeier Hansson2004-12-191-0/+2
* File.expand_path in config/environment.rb would fail when dealing with symlin...David Heinemeier Hansson2004-12-181-0/+5
* Upgraded to Action Pack 1.0.1 for important bug fix. Updated gem dependencies.David Heinemeier Hansson2004-12-171-1/+8
* Renamed script/envcon to script/consoleDavid Heinemeier Hansson2004-12-161-1/+1
* Renamed public/dispatch.servlet to script/server -- it wasn't really dispatch...David Heinemeier Hansson2004-12-161-3/+5
* Renamed AbstractApplicationController and abstract_application.rb to Applicat...David Heinemeier Hansson2004-12-151-0/+3
* Added an easier way of starting a IRB session on the environmentDavid Heinemeier Hansson2004-12-061-0/+3
* InitialDavid Heinemeier Hansson2004-11-241-0/+265