Re: [Radiant] Slow page load times

2011-01-23 Thread Carl Youngblood
On Sun, Jan 23, 2011 at 8:50 PM, William Ross w...@spanner.org 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 We're running it on a linode 512 vm. The site

Re: [Radiant] Slow page load times

2011-01-23 Thread Carl Youngblood
been less than an hour. On Mon, Jan 24, 2011 at 1:44 AM, Anton J Aylward radi...@antonaylward.comwrote: 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, leading

Re: [Radiant] Slow page load times

2011-01-23 Thread Carl Youngblood
On Sun, Jan 23, 2011 at 8:50 PM, William Ross w...@spanner.org 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

[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

[Radiant] Re: Using cucumber to test an extension

2011-02-12 Thread Carl Youngblood
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 c...@youngbloods.org wrote: I'm writing a radiant extension and wanting to use cucumber to test some of my controllers

[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

[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

[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 c...@youngbloods.org 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

[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

[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: