Re: [Radiant] (no subject)

2009-11-24 Thread Alexander Wallace
For the first scenario you would could be a bit sneaky by hiding the filter select via JS (or perhaps overriding the _page_part.html.haml partial in your extension), and automatically setting it via JS or hardcoding it via a before_save hook on PagePart. For the second scenario (data cleanup),

Re: [Radiant] Comments Extension

2009-11-16 Thread Alexander Wallace
Looks like you're missing the will_paginate gem. Try gem install will_paginate, or grab it from http://github.com/mislav/will_paginate Alex On Mon, Nov 16, 2009 at 9:58 PM, Rob Levin roblevinten...@gmail.com wrote: Wondering what to do to get comments extension to work. When I run the

Re: [Radiant] Comments Extension

2009-11-16 Thread Alexander Wallace
loaded in properly. http://wiki.github.com/mislav/will_paginate/troubleshooting On Mon, Nov 16, 2009 at 10:06 PM, Rob Levin roblevinten...@gmail.comwrote: I thought this was it: mislav-will_paginate (2.3.11) (as listed in my gem local listing). No? On Mon, Nov 16, 2009 at 7:04 PM, Alexander

Re: [Radiant] URL tags

2009-09-23 Thread Alexander Wallace
I prefer trusting `if_content` to just tell me if the part is actually present on the page, especially when using page parts that do more than just output text (granted, using non-text page parts probably isn't a common use-case, but it might become more common after the Page Parts is polished up

Re: [Radiant] Can Rails form helpers be used inside custom tags?

2009-07-24 Thread Alexander Wallace
Yes, this is possible. You may need to explicitly include ActionView::Helpers::FormHelper from within your radius tag files. -Alex On Fri, Jul 24, 2009 at 5:24 PM, Matthew Bass pelar...@gmail.com wrote: Is it possible to use Rails form field helpers (date_select, check_box_tag, etc) within