Greetings,
My application updates items periodically (and sometimes by user request) so
I wanted to show the user that something had changed should they be looking,
or have manually requested an update. One example is that double-clicking
can cause an item to update... Once I got the code working
Really cool sample, thx for sharing!
- Matt
Sent from my iPhone
On Feb 27, 2011, at 1:42, Morgan Schweers wrote:
> Greetings,
> My application updates items periodically (and sometimes by user request) so
> I wanted to show the user that something had changed should they be looking,
> or hav
Hi all,
Am eagerly getting on with my app, and I'm embedding a little Sinatra app with
the aid of ControlTower. So far so good, except with template rendering.
I cannot seem to get a "layout.erb" file to play nicely with an "index.erb"
file, and have the layout successfully yield to a block give