aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-06-16 06:46:22 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-06-16 06:46:22 +0000
commitbdf51f958250fe5ed2c3c2f4f79ca6eb1e3dc5b1 (patch)
treef76aaed13d0a4343384497e4f8eb05f68de6a15a /railties/CHANGELOG
parent253a2bbefb707fa5f16c61c8db978790cac777d1 (diff)
downloadrails-bdf51f958250fe5ed2c3c2f4f79ca6eb1e3dc5b1.tar.gz
rails-bdf51f958250fe5ed2c3c2f4f79ca6eb1e3dc5b1.tar.bz2
rails-bdf51f958250fe5ed2c3c2f4f79ca6eb1e3dc5b1.zip
Revealed the man behind the mask!
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1443 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG24
1 files changed, 12 insertions, 12 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index bd8eb1c33d..e3e6801316 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -14,9 +14,9 @@
* Made dispatch.fcgi more robust by catching fluke errors and retrying unless its a permanent condition. [Jamis Buck]
-* Added console --profile for profiling an IRB session #1154 [bitsweat]
+* Added console --profile for profiling an IRB session #1154 [Jeremy Kemper]
-* Changed console_sandbox into console --sandbox #1154 [bitsweat]
+* Changed console_sandbox into console --sandbox #1154 [Jeremy Kemper]
*0.12.1* (20th April, 2005)
@@ -153,17 +153,17 @@
Views : components/list/items/show.rhtml
-* Added --sandbox option to script/console that'll roll back all changes made to the database when you quit #672 [bitsweat]
+* Added --sandbox option to script/console that'll roll back all changes made to the database when you quit #672 [Jeremy Kemper]
-* Added 'recent' as a rake target that'll run tests for files that changed in the last 10 minutes #612 [bitsweat]
+* Added 'recent' as a rake target that'll run tests for files that changed in the last 10 minutes #612 [Jeremy Kemper]
-* Changed script/console to default to development environment and drop --no-inspect #650 [bitsweat]
+* Changed script/console to default to development environment and drop --no-inspect #650 [Jeremy Kemper]
-* Added that the 'fixture :posts' syntax can be used for has_and_belongs_to_many fixtures where a model doesn't exist #572 [bitsweat]
+* Added that the 'fixture :posts' syntax can be used for has_and_belongs_to_many fixtures where a model doesn't exist #572 [Jeremy Kemper]
* Added that running test_units and test_functional now performs the clone_structure_to_test as well #566 [rasputnik]
-* Added new generator framework that informs about its doings on generation and enables updating and destruction of generated artifacts. See the new script/destroy and script/update for more details #487 [bitsweat]
+* Added new generator framework that informs about its doings on generation and enables updating and destruction of generated artifacts. See the new script/destroy and script/update for more details #487 [Jeremy Kemper]
* Added Action Web Service as a new add-on framework for Action Pack [Leon Bredt]
@@ -367,7 +367,7 @@
Nothing changes inside the files themselves.
-* Fixed a few references in the tests generated by new_mailer [bitsweat]
+* Fixed a few references in the tests generated by new_mailer [Jeremy Kemper]
* Added support for mocks in testing with test/mocks
@@ -376,7 +376,7 @@
*0.8.5* (9)
-* Made dev-util available to all tests, so you can insert breakpoints in any test case to get an IRB prompt at that point [bitsweat]:
+* Made dev-util available to all tests, so you can insert breakpoints in any test case to get an IRB prompt at that point [Jeremy Kemper]:
def test_complex_stuff
@david.projects << @new_project
@@ -385,11 +385,11 @@
You need to install dev-utils yourself for this to work ("gem install dev-util").
-* Added shared generator behavior so future upgrades should be possible without manually copying over files [bitsweat]
+* Added shared generator behavior so future upgrades should be possible without manually copying over files [Jeremy Kemper]
-* Added the new helper style to both controller and helper templates [bitsweat]
+* Added the new helper style to both controller and helper templates [Jeremy Kemper]
-* Added new_crud generator for creating a model and controller at the same time with explicit scaffolding [bitsweat]
+* Added new_crud generator for creating a model and controller at the same time with explicit scaffolding [Jeremy Kemper]
* Added configuration of Test::Unit::TestCase.fixture_path to test_helper to concide with the new AR fixtures style