Re: [Radiant] opensourcecms.com

2008-09-11 Thread aslak hellesoy
On Thu, Sep 11, 2008 at 8:46 AM, Mohit Sindhwani [EMAIL PROTECTED] wrote: aslak hellesoy wrote: Hi - I stumbled upon http://www.opensourcecms.com/ and didn't find Radiant. Would anyone like to add it here? Aslak Would you? I would if I had time, but I don't these days. Aslak Cheers

Re: [Radiant] rake rails:update:javascript and ActionController::InvalidAuthenticityToken

2008-07-25 Thread aslak hellesoy
, is these are standard form submits, nothing ajaxy. Cheers, Casper On 10/07/2008, at 4:46, aslak hellesoy wrote: On Thu, Jul 10, 2008 at 4:32 AM, Sean Cribbs [EMAIL PROTECTED] wrote: rake radiant:update will only make a difference when you're running in project mode (in vendor or gem

Re: [Radiant] [ANN] Ray extension

2008-07-21 Thread aslak hellesoy
Can Ray install extensions as Git submodules? I always use Git submodules - I never copy. Aslak On Sun, Jul 20, 2008 at 12:54 AM, john muhl [EMAIL PROTECTED] wrote: One more tiny update to point out Ray no longer depends on wget for fallback, instead that functionality has been replaced using

[Radiant] [Patch(?)] Loading of extensions' Page subclasses

2008-07-10 Thread aslak hellesoy
I'm working on an extension that defines HappeningPage Page. At the time where page.rb does a Page.load_subclasses (at the bottom), none of the subclasses are loaded yet. To me it looks like #load_subclasses scans radiant for _page.rb files and constantize the classes, but it doesn't do the same

Re: [Radiant] [Patch(?)] Loading of extensions' Page subclasses

2008-07-10 Thread aslak hellesoy
though :-/ Aslak Sean aslak hellesoy wrote: I'm working on an extension that defines HappeningPage Page. At the time where page.rb does a Page.load_subclasses (at the bottom), none of the subclasses are loaded yet. To me it looks like #load_subclasses scans radiant for _page.rb files

Re: [Radiant] apachecon running on radiant

2008-07-07 Thread aslak hellesoy
On Mon, Jul 7, 2008 at 12:37 PM, J Aaron Farr [EMAIL PROTECTED] wrote: FWIW the new ApacheCon websites are now running on Radiant: http://us.apachecon.com The source code will be available under an Apache license Really Soon Now. We wrote up a custom extension for managing the conference

Re: [Radiant] Event organizing extension for Radiant

2008-07-04 Thread aslak hellesoy
On Wed, Jul 2, 2008 at 9:32 PM, Tim Gossett [EMAIL PROTECTED] wrote: Sounds promising. How are you handling the processing of fees? ActiveMerchant? We'll be processing fees manually. I'm only planning to add simple auditing so we can keep track of who has paid. We don't have time to make a lot

[Radiant] Event organizing extension for Radiant

2008-06-23 Thread aslak hellesoy
Hi Radiant community! I've been working on a Rails app for event/conference organisation - similar in goals to meetup.com, except I want it to be more like a customisable site for conference organisers. It's called Ba and lives here: http://gitorious.org/projects/ba Currently it lets you set up

[Radiant] Bootstrapping problem

2008-06-23 Thread aslak hellesoy
Hi again, I just pulled the code from Github, copied config/database.sqlite.yml to config/database.yml, cd into radiant/radiant and ran rake development db:bootstrap It fails with: SQLite3::SQLException: no such table: pages: SELECT DISTINCT class_name AS klass_name FROM pages WHERE class_name

Re: [Radiant] Re: Git repository refactoring and Status update

2008-06-23 Thread aslak hellesoy
On Mon, Jun 23, 2008 at 5:12 PM, David Piehler [EMAIL PROTECTED] wrote: Sean Cribbs wrote: The Radiant git repository has been refactored! All of the existing code has been added to a new, neutral, 'radiant' user on github. Please update your watches and remove your forks of

Re: [Radiant] Re: Git repository refactoring and Status update

2008-06-23 Thread aslak hellesoy
On Tue, Jun 24, 2008 at 1:10 AM, aslak hellesoy [EMAIL PROTECTED] wrote: On Mon, Jun 23, 2008 at 5:12 PM, David Piehler [EMAIL PROTECTED] wrote: Sean Cribbs wrote: The Radiant git repository has been refactored! All of the existing code has been added to a new, neutral, 'radiant' user

Re: [Radiant] Bootstrapping problem

2008-06-23 Thread aslak hellesoy
'' AND class_name IS NOT NULL (similar trace) Is there any known way to prevent the bootstrapping task from loading AR classes that don't yet have their tables created? Aslak On 2008/06/23, at 10:19, aslak hellesoy wrote: Hi again, I just pulled the code from Github, copied config