[email protected]
[...]
> Is this possible to implement an user requst while the controller is
> computing and before the view will generated?

Not as such, but the functionality you envision is certainly possible. 
Basically, it works like this: the controller determines (or asks the 
model to determine) if additional input is needed from the user.  If so, 
it renders one view template; if not, it renders another.

The point is that (barring client-side JavaScript) no rendering is 
possible without involving the view.  Nor should it be.

> 
> Thanks
> Timaschew

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to