problem with showing image

Hi, what version of Rails are you using? What does the following produce in script/console:

helper.image_tag( ‘nameofimage.png’ )

-Conrad

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.

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