[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

pgupta79

7/6/2007 5:43:00 PM

When ever I use REXML in controller.rb file, In order to see those
changes, I have to Kill the Rails application and restart the apache
and Rails again. Just wondring, if you ran into this issue.

def say_when2
doc = REXML::Document.new(params[:text_id_value])
render_text doc
end



Instant Rails 1.7

any help would be very appriciated.