Julien Delange wrote:
> In fact, I installed rails. In the directory created by rails a script
> called scripts/console is useful to debug the program through irb. But
> it fails :


Hi Julien,

Yes, it you need irb for console. That's why rails Recommends irb.

Recommends: irb (>> 1.8)

Aptitude and dselect should automatically install these, but it is not
required as you can run your application without it.

- Adam

PS. irb is the interactive ruby and it is very useful for development. I
use it all the time by just typing `irb`.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to