Re: [Radiant] New Site: West Port Book Festival

2008-07-22 Thread Aleks Clark
having just heard about wrappits from this post, I am moved to wonder why
this isn't part of core radiant behaviour

On Tue, Jul 22, 2008 at 1:27 AM, Andrew Neil [EMAIL PROTECTED]
wrote:

 Announcing a new site built on Radiant:

http://westportbookfestival.org/

 Designed by Will Brady, built by myself.

 I was determined to keep it simple, so kept the number of extensions to a
 minimum:

 * Reorder[1]
 * Sass[2]
 * Subscriber lists[3]
 * Wrappits[4]
 * Markdown

 I considered creating a new model to introduce Event and Venue models, but
 I decided that it was unnecessary. All the information I needed to store
 about a venue could easily fit within the page-with-parts paradigm. I just
 needed to add the reorder extension so I could order on the events
 chronologically.

 I wrote the Subscriber lists extension for this project. I would have liked
 to use the Newsletter extension, but I wasn't sure how to configure the
 server to send mail from our GMail.

 Shameless plug: If you are planning to be in Edinburgh this August, be sure
 to check out the West Port Book Festival. Events are all free!

 Cheers,
 Drew


 [1]: http://github.com/radiant/radiant-reorder-extension/tree/master
 [2]: http://github.com/radiant/radiant-sass-filter-extension/tree
 [3]: http://github.com/nelstrom/radiant-subscriber-lists-extension/tree
 [4]: http://github.com/nelstrom/radiant-wrappits-extension/tree
 ___
 Radiant mailing list
 Post:   Radiant@radiantcms.org
 Search: http://radiantcms.org/mailing-list/search/
 Site:   http://lists.radiantcms.org/mailman/listinfo/radiant




-- 
Aleks Clark
941-961-9713
http://built-it.net
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] phusion passenger error

2008-07-21 Thread Aleks Clark
aha, that did it! thanks

On Sun, Jul 20, 2008 at 10:01 AM, Sean Cribbs [EMAIL PROTECTED] wrote:

 When you get that 'x.rb was expected to define X' error, it usually means
 one of three things:

 * There's a syntax error in the file
 * One of the dependent libraries that the file requires is missing
 * The original file is missing (least likely)

 My guess is that you have an incomplete version of the sources.  It looks
 like you are trying to install Radiant in application mode.  While this is
 ok, it's recommended that you install it in project mode -- this is where
 you install the Radiant gem, run the `radiant` command from the terminal,
 and then either use the gem for the Radiant source (i.e. do nothing extra),
 or use `rake radiant:freeze:edge` and put the source in vendor/radiant.

 Sean


 Aleks Clark wrote:

 I've got a passenger host that works fine with other rails apps (see:
 http://built-it.net and sstracker.built-it.net for functional apps), but
 barfs on radiant. another fun thing is that the radiant app only fails
 with
 passenger! mongrel and webrick work fine! You can check out the error page
 at http://ssresource.built-it.net/

 /home/sweeper/www/
 ssresource.built-it.net/app/models/standard_tags.rbexists,
 and is readable, and contains the definition of the StandardTags
 module.

 I have tried this with a fresh svn checkout of 0.6.7 as well as a fresh
 checkout of trunk (in addition to the already developed app, which
 includes
 some extensions), and all produce identical results.

 any ideas?

 thanks,




 ___
 Radiant mailing list
 Post:   Radiant@radiantcms.org
 Search: http://radiantcms.org/mailing-list/search/
 Site:   http://lists.radiantcms.org/mailman/listinfo/radiant




-- 
Aleks Clark
941-961-9713
http://built-it.net
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant