mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
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:
parent
0366e6a614
commit
456076a306
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
*CVS*
|
*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
|
* 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:
|
the code, investigate and change the model, AND then resume execution! Example:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue