Hi, Unfortunately this feature isn't available and isn't likely to become a part of the core as far as I can tell. The reasoning behind this is that you really shouldn't be letting end-users enter anything that is directly evaluated as ruby code as it opens up all sorts of security issues and would require a lot of filtering to make sure that the code is safe.
Right now, if you want to have any form of control over the logic and output of your page-parts, snippets, layouts etc then you will have to use the built-in radius tags, code your own tags or use a plugin that someone else has coded to perform specific functions. Kev http://www.digitalblueprint.co.uk On 9/26/06, Bojan Mihelac <[EMAIL PROTECTED]> wrote: > Hello all, > I wander if it is possible to use ruby code directly in RadiantCMS or > one have to wrap code in radius tags? What I would like is to use rails > helper methods directly in snippets and layouts. > > thanks for answer in advance, > Bojan > > _______________________________________________ > Radiant mailing list > Post: [email protected] > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
