[Radiant] Slow page load times

2011-01-23 Thread Carl Youngblood
Hello, we're running a Radiant installation and we're experiencing very slow load times. Here's our site: http://transfigurism.org We're running it on a linode 512 vm. The site uses the radiant_rss_reader extension to construct many different snippets. I was wondering if this was the problem, but

Re: [Radiant] Slow page load times

2011-01-23 Thread Carl Youngblood
, Carl On Sun, Jan 23, 2011 at 8:50 PM, William Ross wrote: > On 23 Jan 2011, at 19:04, Carl Youngblood wrote: > > Hello, we're running a Radiant installation and we're experiencing > very slow load times. Here's our site: > > http://transfigurism.org > > W

Re: [Radiant] Slow page load times

2011-01-23 Thread Carl Youngblood
x27;s been less than an hour. On Mon, Jan 24, 2011 at 1:44 AM, Anton J Aylward wrote: > Carl Youngblood said the following on 01/23/2011 02:04 PM: > > When I click around in the site after going through these slow load > > times for all the pages, they come up very suddenly, leadi

Re: [Radiant] Slow page load times

2011-01-23 Thread Carl Youngblood
On Sun, Jan 23, 2011 at 8:50 PM, William Ross wrote: > > From a brief look it seems that the rss-reader extension disables all page > caching. It does this in a rather inadvisable way (by amending the Page > class itself rather than defining a specialist subclass) but since your site > is primaril

Re: [Radiant] Slow page load times

2011-01-25 Thread Carl Youngblood
On Mon, Jan 24, 2011 at 2:27 PM, William Ross wrote: > 4. Now you can be fairly sure that the problem is in a radiant extension. > You will need to poke around in the console (in production mode on the live > site) to find out more. Here are some values you could check: > SiteController.cache_time

Re: [Radiant] Slow page load times

2011-01-26 Thread Carl Youngblood
act remains that two refreshes in a row both get 200 responses, so rack-cache is not working or else something in radiant is screwing things up. Thanks for your suggestions. On Wed, Jan 26, 2011 at 9:21 PM, Anton J Aylward wrote: > Carl Youngblood said the following on 01/25/2011 05:01 PM: >

Re: [Radiant-Dev] Re: [Radiant] Re: Slow page load times

2011-02-02 Thread Carl Youngblood
Thanks Will! I'll definitely try freezing to edge and testing this out. On Wed, Feb 2, 2011 at 3:19 PM, William Ross wrote: > On 2 Feb 2011, at 10:19, potapuff wrote: > > > Have same problem: all pages a responsed with 200 code. > > > > First of all i'd check: > >SiteController.cache_tim

[Radiant] Using cucumber to test an extension

2011-02-12 Thread Carl Youngblood
I'm writing a radiant extension and wanting to use cucumber to test some of my controllers and views. Since the extension generator seemed to generate some pretty outdated cucumber stuff, I decided to generate a standard rails app and run the cucumber rails generator on it, just to see what kind of

[Radiant] Re: Using cucumber to test an extension

2011-02-12 Thread Carl Youngblood
spec do ... desc "Run the Cucumber features" Cucumber::Rake::Task.new(:integration) do |t| t.cucumber_opts = "features --format pretty" end On Sat, Feb 12, 2011 at 4:39 PM, Carl Youngblood wrote: > I'm writing a radiant extension and wanting to use cuc

[Radiant] Re: Forms Within Custom Tags and Authentication (InvalidAuthenticityToken)

2011-02-28 Thread Carl Youngblood
Thanks for sharing. I'm trying to use this code but getting a "Symbol as array index" error because response.instance_variable_get(:@session) is returning an array, not a hash. Any tips? I would be anxious to see more of your login solution if you don't mind, since I'm trying to solve the same prob

[Radiant] Authentication for one Section of Site

2011-03-01 Thread Carl Youngblood
I found this topic on the mailing list from a few years ago. I'm building an extension that supports site user registration and login. I would like to be able to support two ways of restricting access to page content. I would like to create a different page type that would require login to be seen,

[Radiant] Re: Authentication for one Section of Site

2011-03-01 Thread Carl Youngblood
Never mind, I think I got enough ideas from looking at Aslak Hellesøy's ba extension. On Tue, Mar 1, 2011 at 1:49 PM, Carl Youngblood wrote: > I found this topic on the mailing list from a few years ago. I'm > building an extension that supports site user registration and login

[Radiant] How to render a double tag

2011-03-05 Thread Carl Youngblood
Hey guys, I'm writing some custom tags and I'm a little confused by something. I think I've figured out how to call terminal single tags from within other tags, but how do I do this with a double tag that potentially has stuff inside it that needs to be rendered? Should I call render_snippet on the

[Radiant] Purchases/donations/subscriptions extension

2012-01-17 Thread Carl Youngblood
I'm looking for a radiant extension that will let us create subscription links for recurring donations to our organization. I've been thinking it would be awesome to have it use Stripe. Anyone seen anything like this? Anyone else interested in something like this? If I don't find something, I may j

[Radiant] Re: Security Update to Rails 2.3.15?

2013-01-11 Thread Carl Youngblood
How about for those running 0.8.0 somewhere? I don't see an intializers directory in my config dir. Thanks, Carl On Wednesday, January 9, 2013 10:28:00 AM UTC+1, Toine Diepstraten wrote: > > Hi, > > an important security update for Rails 2.3 was released, read more about > it here: > > > http:/