public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Search Repo:
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
dhh (author)
Mon Dec 06 10:19:24 -0800 2004
commit  456076a306441dfb7a655e0b9e1944d06daeff58
tree    eb40cadc61f5bc8cb42ea003a45bc3f9cbc70813
parent  0366e6a614ba8922267572192a49892df8a4ec6b
...
1
2
 
 
 
3
4
5
...
1
2
3
4
5
6
7
8
0
@@ -1,5 +1,8 @@
0
 *CVS*
0
 
0
+* Added script/envcon that makes it even easier to start an IRB session for interacting with the domain model. Run with no-args to
0
+ see help.
0
+
0
 * Added breakpoint support by default to the WEBrick dispatcher. This means that you can break out of execution at any point in
0
   the code, investigate and change the model, AND then resume execution! Example:
0
   

Comments

    No one has commented yet.