Displaying 2 results from an estimated 2 matches for "e3dd88b8".
2006 Jun 09
2
blank division after update
Hello all,
Im having a slight problem with my website. I have a division that
is updated using a link_to_remote call. Now, inside the view I can put
plain text and everything is fine. However, if I try to pass a variable
from the controller to the view it does not work. For example I can
have this as the controller:
def show_news
@testvariable = "shizzlenitboo"
end
And
2006 Jun 09
0
Re: Rails Digest, Vol 21, Issue 195
...@shizzlenitboo %>
>
> Yet nothing will display. Does anyone know what is causing this?
>
Charlie Bowman
Programmer
Castle Branch Inc.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060609/e3dd88b8/attachment-0001.html
------------------------------
Message: 12
Date: Fri, 9 Jun 2006 20:21:59 +0200
From: Dorian <bigdorian@otherag.com>
Subject: [Rails] Re: blank division after update
To: rails@lists.rubyonrails.org
Message-ID: <2aa2ae5794953f2071079db0844b6691@ruby-forum.com>
Cont...