Displaying 3 results from an estimated 3 matches for "jmkoch".
2006 Oct 28
5
Seperate admin and public views using one controller REST CRUD
Hello,
I want to seperate my admin and public views but only use one
controller. How to seperate layouts ist clear but how can I tell the
controller to render the *.rhtml files in views/admin/ when logged in or
render the *.rhtml files in views/public/ (for example).
Thanks for any help!
PS: using REST and CRUD in edge rails
--~--~---------~--~----~------------~-------~--~----~
You received
2006 Feb 27
1
decode URL
Hi,
I have a URL with encoded characters, I want them to be decoded.
Is this possible in the routes.rb?
e.g. decoding the @params[category]
map.connect ''performances/:category'', :controller => ''performance'',
:action => ''list_performances''
regards,
J?rg
2005 Dec 21
8
textilize - redcloth
Hi,
I''m using textilize with redcloth 3.0.4. Everything works best except
that paragraphs are not translated as an HTML paragraph
When I write something like:
*first paragraph*
second paragraph
the output is without paragraph:
*first paragraph*
second paragraph
Any help??? Thanks
Jörg