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
This commit is contained in:
David Heinemeier Hansson 2004-12-06 18:19:24 +00:00
parent 0366e6a614
commit 456076a306
1 changed files with 3 additions and 0 deletions

View File

@ -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: