mirror of https://github.com/rails/rails
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,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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue