From 456076a306441dfb7a655e0b9e1944d06daeff58 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 6 Dec 2004 18:19:24 +0000 Subject: [PATCH] Added an easier way of starting a IRB session on the environment git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@49 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/CHANGELOG | 3 +++ 1 file changed, 3 insertions(+) diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 60eb1c3e2a1..f468fbfb775 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,8 @@ *CVS* +* Added script/envcon that makes it even easier to start an IRB session for interacting with the domain model. Run with no-args to + see help. + * Added breakpoint support by default to the WEBrick dispatcher. This means that you can break out of execution at any point in the code, investigate and change the model, AND then resume execution! Example: