[Radiant] ldap login and forum

2010-01-05 Thread Rob Levin
Basic use case: User logs in --> ldap verified --> Rails/Radiant Auth (restful_authentication or similar) --> user goes to a Forum (without having to log in again) First, is there an extensions that I could hook in to that wraps something like restful_auth? (member extension won't work because adm

Re: [Radiant] How to improve site performance?

2010-01-04 Thread Rob Levin
t it's in the context so I mention it as forewarning. On Sun, Jan 3, 2010 at 6:46 PM, Charles Roper wrote: > On 29/12/2009 03:16, Rob Levin wrote: > > Thanks all, you've given me a lot excellent information to work with and > I > > appreciate it! > > Rob, > > I&#x

Re: [Radiant] How to improve site performance?

2009-12-29 Thread Rob Levin
than 100ms > >> > >> On Mon, Dec 28, 2009 at 6:49 PM, john muhl wrote: > >> > some things that come to mind immediately: > >> > > >> > - make sure you are not serving css and/or js from radiant > >> > - make sure you have mod_d

Re: [Radiant] Is it possible to exclude certain pages from being indexed by sphinx_search?

2009-12-28 Thread Rob Levin
Thanks. Don't know how I missed that ;) On Mon, Dec 28, 2009 at 7:20 PM, Arthur Gunn wrote: > Hi Rob, > > I believe that on each page, clicking the "more" link under the title > will reveal an option to not have that page searchable. > > > -Arthur > >

Re: [Radiant] How to improve site performance?

2009-12-28 Thread Rob Levin
Thanks all, you've given me a lot excellent information to work with and I appreciate it! On Mon, Dec 28, 2009 at 6:38 PM, Joel Oliveira wrote: > Hey Rob - > > Also think about combining whatever (non-repeating background) images you > have into one sprite file, combining CSS and JS files into o

[Radiant] Is it possible to exclude certain pages from being indexed by sphinx_search?

2009-12-28 Thread Rob Levin
I did not see a clear way to do this and I have some pages that are not appropriate to show up. Is there a way without hacking a negation regex into the source? ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-

Re: [Radiant] How to improve site performance?

2009-12-28 Thread Rob Levin
sure you are not serving css and/or js from radiant > > - make sure you have mod_deflate setup up to compress all text files > > - avoid excessive use of page parts > > - avoid using paperclipped or page_attachments for design assets (like > > your logo or icons or things that

[Radiant] How to improve site performance?

2009-12-28 Thread Rob Levin
I've just started working at a place that is using Radiant for it's web site and I've noticed our general pages are usually somewhere around 150kb and take, on my system, around 800ms. FWIW, just now dslreports showed my download speed (on my client box) avg at around 5000Kb. Since it's a small st

Re: [Radiant] Comments Extension

2009-11-17 Thread Rob Levin
tent > will be processed. > > The answer is to either not use any filtering, or change the > comment_form snippet syntax so that it will filter with Markdown. > > Does that make sense? > > On Mon, Nov 16, 2009 at 11:56 PM, Rob Levin wrote: >> Got it Jim. Thanks. >> &g

Re: [Radiant] Comments Extension

2009-11-16 Thread Rob Levin
custom snippets to achieve this? On Mon, Nov 16, 2009 at 8:03 PM, Jim Gay wrote: > You can; that's what you are doing. > You have to tell Rails to load the mislav-will_paginate gem and > recognize it as will_paginate. > > On Mon, Nov 16, 2009 at 10:58 PM, Rob Levin wrote: &

Re: [Radiant] Comments Extension

2009-11-16 Thread Rob Levin
ate (2.2.2)"... >> >> Try out these steps on script/console as well- should let you know if the >> gem is being loaded in properly. >> http://wiki.github.com/mislav/will_paginate/troubleshooting >> >> On Mon, Nov 16, 2009 at 10:06 PM, Rob Levin wr

Re: [Radiant] Comments Extension

2009-11-16 Thread Rob Levin
ll_paginate > > Alex > > On Mon, Nov 16, 2009 at 9:58 PM, Rob Levin wrote: > >> Wondering what to do to get comments extension to work. When I run the >> ./script/server -e [production|development] and go to the extensions >> tab in Admin I see the comments extension an

[Radiant] Comments Extension

2009-11-16 Thread Rob Levin
Wondering what to do to get comments extension to work. When I run the ./script/server -e [production|development] and go to the extensions tab in Admin I see the comments extension and also, a “Comments” tab showed up on the right of Admin. But I still got the following error when I click on it:

Re: [Radiant] cucumber.rake:13 feature_pattern cucumber error

2009-11-15 Thread Rob Levin
l patch fixed it for me. My Local cukes after downgrading: $ sudo gem install cucumber --version '0.3.104' $ gem list --local cucumber cucumber (0.4.0.rc1, 0.3.104) and then re-ran: rake development db:bootstrap $ ./script/server -e development Saw my Radiant CMS. Hope this helps

[Radiant] cucumber.rake:13 feature_pattern cucumber error

2009-11-15 Thread Rob Levin
I'm brand new, newbie, new guy, to Radiant and have installed the Radiant 0.8.1 gem. I tried to follow the INSTALL notes, google, etc., but I get the following error because radiant 0.8.1 does not seem to work with cucumber-0.4.0.rc1: (in /Users/roblevin/Desktop/Programming/Ruby/ruby_programs/rai