Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 49

Show
Ignore:
Timestamp:
12/06/04 18:19:24 (4 years ago)
Author:
david
Message:

Added an easier way of starting a IRB session on the environment

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/railties/CHANGELOG

    r4 r49  
    11*CVS* 
     2 
     3* Added script/envcon that makes it even easier to start an IRB session for interacting with the domain model. Run with no-args to 
     4  see help. 
    25 
    36* Added breakpoint support by default to the WEBrick dispatcher. This means that you can break out of execution at any point in