aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
Commit message (Expand)AuthorAgeFilesLines
* Scaffold generator tests. Closes #8443.Jeremy Kemper2007-05-231-0/+2
* Generated scaffold functional tests use assert_difference. Closes #8421.Jeremy Kemper2007-05-221-0/+2
* Update to Prototype 1.5.1Sam Stephenson2007-05-191-0/+2
* Update edge to script.aculo.us to 1.7.1_beta3Thomas Fuchs2007-05-191-0/+2
* Generators use *.html.erb view template naming. Closes #8278.Jeremy Kemper2007-05-061-0/+2
* Added short-hand declaration style to migrations (inspiration from Sexy Migra...David Heinemeier Hansson2007-05-061-0/+2
* Updated initializer to only load #{RAILS_ENV}.rb once. Added deprecation warn...Nicholas Seckar2007-04-291-0/+2
* Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug ...David Heinemeier Hansson2007-04-281-0/+12
* Resource scaffolding returns the created entity.to_xml.Jeremy Kemper2007-04-251-0/+2
* Resource scaffolding responds to new.xml. Closes #8185.Jeremy Kemper2007-04-251-0/+2
* Include Active Resource in rails:freeze:edge rake taskThomas Fuchs2007-04-241-0/+2
* Include Active Resource instead of Action Web Service [DHH]David Heinemeier Hansson2007-04-231-0/+6
* documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcana...Rick Olson2007-03-271-0/+2
* Deprecation: remove components from controller paths. Canonicalize RAILS_ROO...Jeremy Kemper2007-03-181-0/+4
* Add environment variable RAILS_DEFAULT_DATABASE, which allows the builtin def...Nicholas Seckar2007-03-141-0/+2
* Windows: include MinGW in RUBY_PLATFORM check. Closes #2982.Jeremy Kemper2007-03-061-0/+2
* Split out the basic plugin locator functionality into an abstract super class...Marcel Molina2007-03-021-0/+2
* Split plugin location and loading out of the initializer and into a new Plugi...Marcel Molina2007-03-021-0/+2
* Added assumption that all plugin creators desire to be sharing individuals an...David Heinemeier Hansson2007-02-271-0/+2
* Added source-annotations extractor tasks to rake [Jamis Buck]David Heinemeier Hansson2007-02-251-0/+2
* Added fixtures :all to test_helper.rb to assume that most people just want al...David Heinemeier Hansson2007-02-251-0/+2
* Added config/initializers where all ruby files within it are automatically lo...David Heinemeier Hansson2007-02-231-0/+2
* Missed commit for [6184]. Generate a random secret for new app's cookie sessi...Jeremy Kemper2007-02-211-0/+2
* Stop swallowing errors during rake test [Koz]Michael Koziarski2007-02-201-0/+2
* Update Rails Initializer to use ActionController::Base#view_paths [Rick]Rick Olson2007-02-041-0/+2
* Fix gem deprecation warnings, which also means depending on RubyGems 0.9.0+ [...David Heinemeier Hansson2007-02-041-0/+2
* Plugins may be symlinked in vendor/plugins. Closes #4245.Jeremy Kemper2007-02-011-0/+2
* Resource generator depends on the model generator rather than duplicating it....Jeremy Kemper2007-01-281-0/+2
* Add/Update usage documentation for script/destroy, resource generator and sca...Rick Olson2007-01-231-0/+2
* Update trunk to script.aculo.us 1.7.0Thomas Fuchs2007-01-191-0/+2
* Update to Prototype 1.5.0Sam Stephenson2007-01-171-0/+2
* Generator: use destination path for diff tempfiles. Closes #7015.Jeremy Kemper2007-01-131-0/+2
* Fixed that webrick would strip leading newlines and hang connection (closes #...David Heinemeier Hansson2007-01-051-0/+2
* Ensure plugins are in the Dependencies.load_once_paths collection by default....Rick Olson2006-12-271-0/+5
* Allow config.to_prepare to work, make the dispatcher safe to 're require'. [K...Michael Koziarski2006-12-261-0/+2
* Fix scaffold_resource generator so it respects the --pretend argument when cr...Rick Olson2006-12-261-0/+2
* Fix Webrick Daemon dispatching bug regarding a bad current working directory....Rick Olson2006-12-251-0/+2
* Reapply plugin load path changes from [5720]Michael Koziarski2006-12-181-0/+2
* Revert [5720] Michael Koziarski2006-12-161-2/+0
* Make config.plugins affect $LOAD_PATH and remove duplication from $LOAD_PATH ...Michael Koziarski2006-12-151-0/+2
* Changelog for bungled commit.Jeremy Kemper2006-12-061-0/+2
* Fixed script/process/spawner to work properly with Mongrel including in -r (d...David Heinemeier Hansson2006-12-041-0/+2
* Added one-letter aliases for the three default environments to script/console...David Heinemeier Hansson2006-12-011-0/+2
* Fixed that script/server running against Mongrel should tail the proper log r...David Heinemeier Hansson2006-11-301-0/+2
* Update initializer to load Rails::VERSION as soon as possible. Closes #6698.Nicholas Seckar2006-11-251-0/+2
* Added ActiveRecord::Base.clear_active_connections! in development mode so the...David Heinemeier Hansson2006-11-231-0/+2
* Made RAILS_GEM_VERSION work for beta gems too, so specifying 1.1.6 will give ...David Heinemeier Hansson2006-11-231-0/+2
* Update trunk w/ latest Prototype and script.aculo.usThomas Fuchs2006-11-191-0/+2
* Restore windows compatibilityDavid Heinemeier Hansson2006-11-191-3/+1
* Use custom mime file for script/server mongrel if config/mime.yml exists. Pa...Rick Olson2006-11-191-0/+2