On Wed, Sep 10, 2008 at 4:58 PM, Jay Pangmi < [EMAIL PROTECTED]> wrote:
> > Conrad Taylor wrote: > > Hi, what version of Rails are you using? What does the following > > produce in > > script/console: > > > > helper.image_tag( 'nameofimage.png' ) > > > > -Conrad > > Thank Conrad for the help, I tried using script/console and it says its > Rails 2.0.2 but doesn't go well, it ends up with the message: irb.bat is > not recognized as an internal or external command, operable program or > batch file. Hi Jay, if you're running on Windows, then try executing the command in the root folder of your Rails application ruby.exe script\console Note: Please make sure that the parent directory of ruby.exe is in your path. Good luck, -Conrad > > > -- > Posted via http://www.ruby-forum.com/. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

