Re: [Rails] Re: How ro display Image

2013-06-02 Thread Tamara Temple
Colin Law wrote: > On 1 June 2013 16:48, bob blanton wrote: [snip] > Bob, did you realise that you responded to a question that is 5 years old? > > Colin > > > > On Saturday, March 1, 2008 9:56:34 AM UTC-8, Ruby wrote: I am *so* glad I'm not the only one this has happened to this week (diff

Re: [Rails] Re: How ro display Image

2013-06-02 Thread Colin Law
On 1 June 2013 16:48, bob blanton wrote: > I've found the only way so far is to use image_tag . From rails tutorial, > <%= image_tag("image_name" , :size => "300x210" )%> the images need to be > inside the app, i've used the app/assets/images location, there's system > and public also available

[Rails] Re: How ro display Image

2013-06-02 Thread bob blanton
I've found the only way so far is to use image_tag . From rails tutorial, <%= image_tag("image_name" , :size => "300x210" )%> the images need to be inside the app, i've used the app/assets/images location, there's system and public also available, but then you need to add path info. good lu