guest
March 25, 2006, 2:44am
1
Hi, I would to know of to have my app inserting an engine generated html
(view ? string ?)
Eg. the main page of the web needs to display the last messages of a
forum engine.
The forum engine have to retrieve the datas and format them.
What is the preferred solution ?
Thanks
guest
March 25, 2006, 9:46am
2
You should probably use partials for this - you can render partials
which belong to an engine in any view in your application.
On 3/25/06, Guest [email protected] wrote:
–
Posted via http://www.ruby-forum.com/ .
engine-users mailing list
[email protected]
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
–
guest
March 25, 2006, 10:56am
3
render_component might do what you see as well, as long as that action
has a
partial attached to it instead of a full view. I have done this in a few
places myself.
-Nb
On 3/25/06 12:45 AM, “James A.” [email protected] wrote:
forum engine.
[email protected]
http://lists.rails-engines.org/listinfo.cgi/engine-users-rails-engines.org
Nathaniel S. H. Brown http://nshb.net