[Radiant] RE: RSS Extension with Wordpress Blogs - Bug

2008-11-26 Thread Patrick Scheips
Hi all, Hi Manuel,

thank you for your help.
Using the extension from the website Manuel mentioned, worked for me.

Thanks again,
Patrick


-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von [EMAIL 
PROTECTED]
Gesendet: Montag, 24. November 2008 19:00
An: radiant@radiantcms.org
Betreff: Radiant Digest, Vol 32, Issue 39

Send Radiant mailing list submissions to
radiant@radiantcms.org

To subscribe or unsubscribe via the World Wide Web, visit
http://lists.radiantcms.org/mailman/listinfo/radiant
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than Re: Contents of Radiant digest...


Today's Topics:

   1. [ANN] Styles 'n Scripts v0.7 (Chris Parrish)
   2. Re: [ANN] Styles 'n Scripts v0.7 (Andrew Neil)
   3. RSS Reader Extension and Wordpress Blogs (Patrick Scheips)
   4. Re: RSS Reader Extension and Wordpress Blogs (Manuel Meurer)
   5. Re: [ANN] Styles 'n Scripts v0.7 (Anton J Aylward)
   6. Re: [ANN] Styles 'n Scripts v0.7 (Anton J Aylward)
   7. Re: Re: Rendering Partials within a Radius Tag (David Piehler)
   8. Re: [ANN] Styles 'n Scripts v0.7 (Chris Parrish)


--

Message: 1
Date: Sun, 23 Nov 2008 22:47:30 -0700
From: Chris Parrish [EMAIL PROTECTED]
Subject: [Radiant] [ANN] Styles 'n Scripts v0.7
To: [EMAIL PROTECTED]
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Time for a new release.  This is mostly bugfixes and a minor addition or
two to work with other extension:

* Renamed one of the TextAsset fields (internal change to let SnS
  work better with Andrew Neil's file_system extension).

* The radiant:extensions:sns:config rake task was just plain
  broken.  I think most folks out there don't know about this tool
  or I'd have heard more complaints by now.

  Please note that this is *the* way to change the SnS settings --
  not directly in the db or with the settings extension as these
  bypass validations I have in place and, since I store these
  settings in memory, don't take effect until you restart your
  server.  The rake task, however, works properly and immediately.

* There was an issue with one of the migrations if you had existing
  stylesheets/javascripts from an early SnS version (fringe case).

* Changed the name of a model so that SnS now just works with the
  import-export and super-export extensions (nice tools, BTW)

* Added the radiant:extensions:sns:update_dependencies rake task to
  recreate the dependencies table if you had a problem importing
  existing data (see above).

http://github.com/SwankInnovations/radiant-sns-extension/tree/master


-Chris


--

Message: 2
Date: Mon, 24 Nov 2008 13:28:27 +
From: Andrew Neil [EMAIL PROTECTED]
Subject: Re: [Radiant] [ANN] Styles 'n Scripts v0.7
To: radiant@radiantcms.org
Message-ID:
[EMAIL PROTECTED]
Content-Type: text/plain; charset=ISO-8859-1

Thanks Chris,

This means that it is time for me to announce my sns_file_system extension:

   http://github.com/nelstrom/radiant-sns_file_system-extension/tree/master

Also on the Radiant extensions repository:

http://ext.radiantcms.org/extensions/69-sns-file-system

You will need the latest version of the file_system extension[1], as well as
Chris's latest (0.7) release of SnS.

With this extension installed, the styles and scripts are extended to
include the file_system functionality. This means that you can save to the
file system all of the stylesheets and javascripts that are managed through
the Radiant interface, by running the rake command `rake
file_system:to_files`. Any changes you make to these files can then be
loaded back in to the database by running `rake file_system:to_db`.

If you have written an extension, and you would like for it to piggy back on
the file_system extension, you might consider sns_file_system to be a useful
reference. Sean's template extension[2] also does this.

Cheers,
Drew


[1]: http://github.com/nelstrom/radiant-file-system-extension/tree/master
[2]: http://github.com/seancribbs/radiant-templates-extension/tree/master

On Mon, Nov 24, 2008 at 5:47 AM, Chris Parrish 
[EMAIL PROTECTED] wrote:

 Time for a new release.  This is mostly bugfixes and a minor addition or
 two to work with other extension:

   * Renamed one of the TextAsset fields (internal change to let SnS
 work better with Andrew Neil's file_system extension).

   * The radiant:extensions:sns:config rake task was just plain
 broken.  I think most folks out there don't know about this tool
 or I'd have heard more complaints by now.

 Please note that this is *the* way to change the SnS settings --
 not directly in 

[Radiant] Radiant (master with rails 2.1) and Tag extension

2008-11-26 Thread Vincent Pérès
Hello,

I tried to install the Tags extension
(http://github.com/jomz/radiant-tags-extension/tree/master/README) with
the Radiant master but I got the following problem :

[13:[EMAIL PROTECTED]:~/NetBeansProjects/myproject(master)]$
rake radiant:extensions:tags:install
(in /Users/vincentp/NetBeansProjects/myproject)
rake aborted!
Dependencies is not a module

(See full trace by running task with --trace)

More infos :

[13:[EMAIL PROTECTED]:~/NetBeansProjects/myproject(master)]$
script/server
= Booting Mongrel (use 'script/server webrick' to force WEBrick)
= Rails 2.1.1 application starting on http://0.0.0.0:3000
= Call with -d to detach
= Ctrl-C to shutdown server
** Starting Mongrel listening at 0.0.0.0:3000
** Starting Rails with development environment...
Exiting
/Users/vincentp/NetBeansProjects/myproject/vendor/extensions/tags/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/dependencies.rb:8:
Dependencies is not a module (TypeError)
  from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
  from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'
  from
/Users/vincentp/NetBeansProjects/myproject/vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in
`require'
  from
/Users/vincentp/NetBeansProjects/myproject/vendor/rails/activesupport/lib/active_support/dependencies.rb:355:in
`new_constants_in'
  from
/Users/vincentp/NetBeansProjects/myproject/vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in
`require'
  from
/Users/vincentp/NetBeansProjects/myproject/vendor/extensions/tags/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs.rb:24
  from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
  from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'
   ... 43 levels...
  from
/Users/vincentp/NetBeansProjects/myproject/vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in
`require'
  from
/Users/vincentp/NetBeansProjects/myproject/vendor/rails/railties/lib/commands/server.rb:39
  from script/server:3:in `require'
  from script/server:3

Could it come from rails 2.1?

Thanks,
Vincent
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Radiant (master with rails 2.1) and Tag extension

2008-11-26 Thread Sean Cribbs

Vincent,

My apologies -- master is very unstable now because of some major 
refactoring going on.  I hope to complete some of it this weekend.  
You're best off using 0.6.9 or a head just before the merge with the 
Rails 2.1 branch.  Andrew vonderLuft recently ran into this problem and 
mentioned which commit he chose on the mailing list.


Sean

Vincent Pérès wrote:

Hello,

I tried to install the Tags extension
(http://github.com/jomz/radiant-tags-extension/tree/master/README) with
the Radiant master but I got the following problem :

[13:[EMAIL PROTECTED]:~/NetBeansProjects/myproject(master)]$
rake radiant:extensions:tags:install
(in /Users/vincentp/NetBeansProjects/myproject)
rake aborted!
Dependencies is not a module

(See full trace by running task with --trace)

More infos :

[13:[EMAIL PROTECTED]:~/NetBeansProjects/myproject(master)]$
script/server
= Booting Mongrel (use 'script/server webrick' to force WEBrick)
= Rails 2.1.1 application starting on http://0.0.0.0:3000
= Call with -d to detach
= Ctrl-C to shutdown server
** Starting Mongrel listening at 0.0.0.0:3000
** Starting Rails with development environment...
Exiting
/Users/vincentp/NetBeansProjects/myproject/vendor/extensions/tags/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/dependencies.rb:8:
Dependencies is not a module (TypeError)
  from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
  from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'
  from
/Users/vincentp/NetBeansProjects/myproject/vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in
`require'
  from
/Users/vincentp/NetBeansProjects/myproject/vendor/rails/activesupport/lib/active_support/dependencies.rb:355:in
`new_constants_in'
  from
/Users/vincentp/NetBeansProjects/myproject/vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in
`require'
  from
/Users/vincentp/NetBeansProjects/myproject/vendor/extensions/tags/vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs.rb:24
  from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
  from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in `require'
   ... 43 levels...
  from
/Users/vincentp/NetBeansProjects/myproject/vendor/rails/activesupport/lib/active_support/dependencies.rb:510:in
`require'
  from
/Users/vincentp/NetBeansProjects/myproject/vendor/rails/railties/lib/commands/server.rb:39
  from script/server:3:in `require'
  from script/server:3

Could it come from rails 2.1?

Thanks,
Vincent
  



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


AW: [Radiant] Permanent Redirect to Admin Panel

2008-11-26 Thread Patrick Scheips
Hi Sean,

thanks for your quick reply - nope, the homepage is not in draft status.

Patrick


-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Sean Cribbs
Gesendet: Mittwoch, 26. November 2008 15:17
An: radiant@radiantcms.org
Betreff: Re: [Radiant] Permanent Redirect to Admin Panel

Is your homepage in draft status?  That would cause the situation you're
experiencing.

Sean

Patrick Scheips wrote:
 Hey there,

 just another problem with Radiant:
 When I open the Radiant based Web Page (http://www.xyz.com:3000/) I always 
 get redirected to the admin panel (http://www.xyz.com:3000/admin/), but there 
 is already content in the database and the page worked the last days without 
 problems.

 Any ideas?

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



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


Re: AW: [Radiant] Permanent Redirect to Admin Panel

2008-11-26 Thread Sean Cribbs

What extensions do you have installed?

Sean

Patrick Scheips wrote:

Hi Sean,

thanks for your quick reply - nope, the homepage is not in draft status.

Patrick


-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Sean Cribbs
Gesendet: Mittwoch, 26. November 2008 15:17
An: radiant@radiantcms.org
Betreff: Re: [Radiant] Permanent Redirect to Admin Panel

Is your homepage in draft status?  That would cause the situation you're
experiencing.

Sean

Patrick Scheips wrote:
  

Hey there,

just another problem with Radiant:
When I open the Radiant based Web Page (http://www.xyz.com:3000/) I always get 
redirected to the admin panel (http://www.xyz.com:3000/admin/), but there is 
already content in the database and the page worked the last days without 
problems.

Any ideas?

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





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

  


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


AW: AW: [Radiant] Permanent Redirect to Admin Panel

2008-11-26 Thread Patrick Scheips
Hi Sean,

the following extensions are installed:
- Archive
- Mailer
- Markdown Filter
- Page Attachments
- Reorder
- Rss Reader
- Shards
- Tagtools
- Textile Filter

Radiant CMS version 0.6.4 is in usage.

-- Patrick


-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Sean Cribbs
Gesendet: Mittwoch, 26. November 2008 15:38
An: radiant@radiantcms.org
Betreff: Re: AW: [Radiant] Permanent Redirect to Admin Panel

What extensions do you have installed?

Sean

Patrick Scheips wrote:
 Hi Sean,

 thanks for your quick reply - nope, the homepage is not in draft status.

 Patrick


 -Ursprüngliche Nachricht-
 Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Sean Cribbs
 Gesendet: Mittwoch, 26. November 2008 15:17
 An: radiant@radiantcms.org
 Betreff: Re: [Radiant] Permanent Redirect to Admin Panel

 Is your homepage in draft status?  That would cause the situation you're
 experiencing.

 Sean

 Patrick Scheips wrote:

 Hey there,

 just another problem with Radiant:
 When I open the Radiant based Web Page (http://www.xyz.com:3000/) I always 
 get redirected to the admin panel (http://www.xyz.com:3000/admin/), but 
 there is already content in the database and the page worked the last days 
 without problems.

 Any ideas?

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




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



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


[Radiant] Dreamhost says Passenger ignores ENV

2008-11-26 Thread Anton J Aylward
I've been trying to get Jason Garber's RedClot4 extension to work on my
Dreamhost account.

Dreamhost support tell me that Passenger ignores environment variables.

IS THIS REALLY SO ?

OK, so having GEM_PATH set in my .bash_profile would be ignored, then
and so all the stuff about local gems would be pointless.

So what I did instead was put the ENV settings in config/environment.rb
This makes them inside and not imported from the environment.

That didn't work either.  Dreamhost support told me

That still doesn't work, unfortunately, ANY environment
variables do not work within passenger. It's not possible
to get custom environment settings within passenger working.

This does not make sense to me.  This isn't within Passenger, this
should be the ruby code itself.

I'm now at a complete loss.  Dreamhost suggest using fcgi instead of
Passenger.


Can anyone confirm this shortcoming of Passenger?
Can anyone account for why ?

I find it hard to beleive that Passenger ignores all of ENV.

This
http://craigjolicoeur.com/blog/2008/11/set-rails_env-for-phusion-passenger-on-dreamhost/
seems to imply that settings in config/environment.rb work.

I also note that Dreamhost's own documentation at
http://wiki.dreamhost.com/Passenger
seems to contradict what support tells me:

  A couple of technical notes

...

* You can use your local gem repository if you set

ENV['GEM_PATH'] = 'path-to-your-gem-repository'

in the config/environment.rb file. The same path should be set
in shell's environment variables GEM_HOME and GEM_PATH so you
can use the gem program to install/upgrade your own gems. You   
can reload the config file by typing touch tmp/restart.txt in
your base directory.


Refs:?
http://groups.google.com/group/phusion-passenger/browse_thread/thread/79474d37028f2a03
http://groups.google.com/group/phusion-passenger/browse_thread/thread/8fe8222e5f9eeef1


-- 
shin (n): A device for finding furniture in the dark.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Radiant (master with rails 2.1) and Tag extension

2008-11-26 Thread Jim Gay

Acutally,
This is a problem with has_many_polymorphs on newer rails versions.
I've received a pull request to fix it but haven't had time to test it  
out. I'll try to do that today.


-Jim

On Nov 26, 2008, at 8:25 AM, Sean Cribbs wrote:


Vincent,

My apologies -- master is very unstable now because of some major  
refactoring going on.  I hope to complete some of it this weekend.   
You're best off using 0.6.9 or a head just before the merge with the  
Rails 2.1 branch.  Andrew vonderLuft recently ran into this problem  
and mentioned which commit he chose on the mailing list.


Sean

Vincent Pérès wrote:

Hello,

I tried to install the Tags extension
(http://github.com/jomz/radiant-tags-extension/tree/master/README)  
with

the Radiant master but I got the following problem :

[13:[EMAIL PROTECTED]:~/NetBeansProjects/ 
myproject(master)]$

rake radiant:extensions:tags:install
(in /Users/vincentp/NetBeansProjects/myproject)
rake aborted!
Dependencies is not a module

(See full trace by running task with --trace)

More infos :

[13:[EMAIL PROTECTED]:~/NetBeansProjects/ 
myproject(master)]$

script/server
= Booting Mongrel (use 'script/server webrick' to force WEBrick)
= Rails 2.1.1 application starting on http://0.0.0.0:3000
= Call with -d to detach
= Ctrl-C to shutdown server
** Starting Mongrel listening at 0.0.0.0:3000
** Starting Rails with development environment...
Exiting
/Users/vincentp/NetBeansProjects/myproject/vendor/extensions/tags/ 
vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs/ 
dependencies.rb:8:

Dependencies is not a module (TypeError)
 from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
 from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in  
`require'

 from
/Users/vincentp/NetBeansProjects/myproject/vendor/rails/ 
activesupport/lib/active_support/dependencies.rb:510:in

`require'
 from
/Users/vincentp/NetBeansProjects/myproject/vendor/rails/ 
activesupport/lib/active_support/dependencies.rb:355:in

`new_constants_in'
 from
/Users/vincentp/NetBeansProjects/myproject/vendor/rails/ 
activesupport/lib/active_support/dependencies.rb:510:in

`require'
 from
/Users/vincentp/NetBeansProjects/myproject/vendor/extensions/tags/ 
vendor/plugins/has_many_polymorphs/lib/has_many_polymorphs.rb:24

 from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
 from /Library/Ruby/Site/1.8/rubygems/custom_require.rb:31:in  
`require'

  ... 43 levels...
 from
/Users/vincentp/NetBeansProjects/myproject/vendor/rails/ 
activesupport/lib/active_support/dependencies.rb:510:in

`require'
 from
/Users/vincentp/NetBeansProjects/myproject/vendor/rails/railties/ 
lib/commands/server.rb:39

 from script/server:3:in `require'
 from script/server:3

Could it come from rails 2.1?

Thanks,
Vincent




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


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


Re: [Radiant] [ANN] Summarize Extension

2008-11-26 Thread Chris Parrish
I've been doing something similar using snippets and layouts.  Is there 
a fundamental difference between your version and this?


What I do now:

  1. In my layout I put the following code:

 r:if_content part=intror:content part=intro //r:if_content
 r:content /


  2. I also have a snippet named intro with the following:

 r:content part=intro / r:linkMore.../r:link


  3. When creating a page I can create an intro tab and put my
 intro/teaser paragraph.  I then continue the body of my page
 content in the body tab.

  4. When I'm on a page where I want to create the intro bit, I just do:

 r:find url=url/to/page/with/intror:snippet name=intro/r:find



-Chris


Arik Jones wrote:

This is my first (albeit simple) extension for RadiantCMS. The summarize
extension provides functionality that allows you to excerpt/summarize a
part of your page's content. It basically allows you to create a teaser.
The link tells the story a little better.

http://github.com/imakethings/radiant-summarize-extension

Check it out.
  


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


[Radiant] Re: [ANN] Summarize Extension

2008-11-26 Thread Arik Jones
There is a very big difference. You don't have to create extra snippets 
and page parts to extract a summary. It's

You simply drop an  `r:more /` tag in your one body page part and the 
extension takes care of the rest. No extra page parts or snippets. I 
built this cause I blog a lot and got tired of hacking a way to do 
summaries/teasers.
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


Re: [Radiant] Re: [ANN] Summarize Extension

2008-11-26 Thread Chris Parrish
Got it.  I just wanted to find out if there were any other hidden 
features I hadn't noticed.


There's definitely a benefit to not having to create page parts -- it's 
easier to see the whole page's content in one place.  I don't mind the 
one-time extra snippet, though.


Nice extension.

-Chris

Arik Jones wrote:
There is a very big difference. You don't have to create extra snippets 
and page parts to extract a summary. It's


You simply drop an  `r:more /` tag in your one body page part and the 
extension takes care of the rest. No extra page parts or snippets. I 
built this cause I blog a lot and got tired of hacking a way to do 
summaries/teasers.
  


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


Re: [Radiant] Dreamhost says Passenger ignores ENV

2008-11-26 Thread Simon Rönnqvist
I ran into the same problem when trying out the RedCloth4 extension.  
It seemed like Rails grabbed the RedCloth-gem that Dreamhost provides  
instead of the version that I installed in my local directory.  
However, earlier on I did get Radiant working, using the Radiant gem  
that I had installed in my local gems directory. I don't know if that  
worked cause Dreamhost doesn't provide any Radiant-gem or why...


  cheers, Simon


On Nov 26, 2008, at 16:43 , Anton J Aylward wrote:

I've been trying to get Jason Garber's RedClot4 extension to work on  
my

Dreamhost account.

Dreamhost support tell me that Passenger ignores environment  
variables.


IS THIS REALLY SO ?

OK, so having GEM_PATH set in my .bash_profile would be ignored, then
and so all the stuff about local gems would be pointless.

So what I did instead was put the ENV settings in config/ 
environment.rb

This makes them inside and not imported from the environment.

That didn't work either.  Dreamhost support told me

That still doesn't work, unfortunately, ANY environment
variables do not work within passenger. It's not possible
to get custom environment settings within passenger working.

This does not make sense to me.  This isn't within Passenger, this
should be the ruby code itself.

I'm now at a complete loss.  Dreamhost suggest using fcgi instead of
Passenger.


Can anyone confirm this shortcoming of Passenger?
Can anyone account for why ?

I find it hard to beleive that Passenger ignores all of ENV.

This
http://craigjolicoeur.com/blog/2008/11/set-rails_env-for-phusion-passenger-on-dreamhost/
seems to imply that settings in config/environment.rb work.

I also note that Dreamhost's own documentation at
http://wiki.dreamhost.com/Passenger
seems to contradict what support tells me:

 A couple of technical notes

   ...

   * You can use your local gem repository if you set

ENV['GEM_PATH'] = 'path-to-your-gem-repository'

in the config/environment.rb file. The same path should be set
in shell's environment variables GEM_HOME and GEM_PATH so you
can use the gem program to install/upgrade your own gems. You   
can reload the config file by typing touch tmp/restart.txt in
your base directory.


Refs:?
http://groups.google.com/group/phusion-passenger/browse_thread/thread/79474d37028f2a03
http://groups.google.com/group/phusion-passenger/browse_thread/thread/8fe8222e5f9eeef1


--
shin (n): A device for finding furniture in the dark.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


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


[Radiant] If you love radiant but need ecommerce what's the best solution

2008-11-26 Thread Steven Southard
Radiant is such a nice platform to develop on that it really pains me  
to choose another CMS for an upcoming website.  It's mainly a brochure  
site but they also sell about 50 products.  They currently have an  
outdated CMS and a yahoo shopping cart.  They want to move forward  
with an integrated approach.  I've been trying out Substruct which has  
both of these features.  The Cart is great but the CMS just fall short  
of what I've gotten accustom to.  Mainly, there's no control of the  
layout or CSS from the back-end.  It might be possible to fix that but  
I'm not sure how much work it would be.  I've also looked at Spree.   
It looks okay for a cart but doesn't seem to have any other CMS type  
functions.  Maybe it would work well side by side with Radiant or as  
sub domain but I don't see any way it could be integrated.


What are some other approach people have taken to give this type of  
client what they need?


Steven

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


Re: [Radiant] If you love radiant but need ecommerce what's the best solution

2008-11-26 Thread Simon Rönnqvist

  Hi!

I've found the shopping module Übercart for Drupal really good. Of  
course Drupal is PHP-based and all... but really flexible and has a  
lot of other modules, so very seldom I find myself coding PHP when  
using Drupal anyways. Generally speaking I use Drupal for more  
advanced sites, with lots of features, although pretty standard ones  
(so that you can find ready made modules for them)... while as Radiant  
CMS again is more appropriate for simpler sites when you want things  
working your way without much hassle and configuration.


http://www.ubercart.org/

  cheers, Simon
PS. There's also the Drupal E-commerce module, but I find Übercart  
more ready out of the box.. and its community seems more active too.



On Nov 26, 2008, at 22:17 , Steven Southard wrote:

Radiant is such a nice platform to develop on that it really pains  
me to choose another CMS for an upcoming website.  It's mainly a  
brochure site but they also sell about 50 products.  They currently  
have an outdated CMS and a yahoo shopping cart.  They want to move  
forward with an integrated approach.  I've been trying out Substruct  
which has both of these features.  The Cart is great but the CMS  
just fall short of what I've gotten accustom to.  Mainly, there's no  
control of the layout or CSS from the back-end.  It might be  
possible to fix that but I'm not sure how much work it would be.   
I've also looked at Spree.  It looks okay for a cart but doesn't  
seem to have any other CMS type functions.  Maybe it would work well  
side by side with Radiant or as sub domain but I don't see any way  
it could be integrated.


What are some other approach people have taken to give this type of  
client what they need?


Steven

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


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


[Radiant] Re: [Radiant-Dev] [ANN] Radiant Mini-Sprint - December 13

2008-11-26 Thread John W. Long

More info:

I’m excited to announce that we are planning another Radiant CMS  
Sprint in December.


== What

A day-long hackfest to help finish some features for the 0.7 release  
of Radiant CMS. The official goals are—refactoring the admin  
controllers toward REST, continuing work on the new UI, adding  
blogging features, improving the extension registry, and writing more  
documentation.


== When

Saturday, December 13, 2008, 9:00am-6:00pm

== Where

Red Hat
1801 Varsity Dr
Raleigh, NC 27606
Map: http://tinyurl.com/redhat-raleigh

== Who

Members of the Radiant dev team and anyone else who wants to attend -  
hopefully you!


THIS IS NOT A CONFERENCE! The focus is on hacking out a lot of code/ 
design/documentation in a short amount of time. We encourage anyone  
who can contribute their code, web design, or writing skills to  
attend. If you’ll be coding, it would be good to have a working  
knowledge of Rails, RSpec, and Git — bonus points if you’ve worked on  
Radiant before, built extensions, or have experience with RESTful  
controller design and web-services. If you are interested in helping  
with the design, it would be good to have a working knowledge of HTML,  
CSS, JavaScript, and image manipulation. If you want to do  
documentation, we expect you to be able to write clearly and use the  
Radiant wiki.


After the hackfest a group of us will probably go out to one of the  
nearby restaurants for some of the local fair.


If you plan to attend, please RSVP on the Raleigh Ruby Brigade's  
meetup page:


http://www.meetup.com/raleighrb/calendar/9235561/

Interested in sponsoring some food, drink, or swag for the attendees?  
Contact me or Sean Cribbs privately.


--
John Long
http://wiseheartdesign.com
http://radiantcms.org___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant


RE: [Radiant] If you love radiant but need ecommerce what's the bestsolution

2008-11-26 Thread Marcus Blankenship
Okay, my vote for best eCommerce solution, anywhere, is Magento. 
(www.magentocommerce.com) I love it very much! ;-)

Marcus

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Simon Rönnqvist
Sent: Wednesday, November 26, 2008 12:28 PM
To: radiant@radiantcms.org
Subject: Re: [Radiant] If you love radiant but need ecommerce what's the 
bestsolution

   Hi!

I've found the shopping module Übercart for Drupal really good. Of course 
Drupal is PHP-based and all... but really flexible and has a lot of other 
modules, so very seldom I find myself coding PHP when using Drupal anyways. 
Generally speaking I use Drupal for more advanced sites, with lots of features, 
although pretty standard ones (so that you can find ready made modules for 
them)... while as Radiant CMS again is more appropriate for simpler sites when 
you want things working your way without much hassle and configuration.

http://www.ubercart.org/

   cheers, Simon
PS. There's also the Drupal E-commerce module, but I find Übercart more ready 
out of the box.. and its community seems more active too.


On Nov 26, 2008, at 22:17 , Steven Southard wrote:

 Radiant is such a nice platform to develop on that it really pains me 
 to choose another CMS for an upcoming website.  It's mainly a brochure 
 site but they also sell about 50 products.  They currently have an 
 outdated CMS and a yahoo shopping cart.  They want to move forward 
 with an integrated approach.  I've been trying out Substruct which has 
 both of these features.  The Cart is great but the CMS just fall short 
 of what I've gotten accustom to.  Mainly, there's no control of the 
 layout or CSS from the back-end.  It might be
 possible to fix that but I'm not sure how much work it would be.   
 I've also looked at Spree.  It looks okay for a cart but doesn't seem 
 to have any other CMS type functions.  Maybe it would work well side 
 by side with Radiant or as sub domain but I don't see any way it could 
 be integrated.

 What are some other approach people have taken to give this type of 
 client what they need?

 Steven

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

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


RE: [Radiant] If you love radiant but need ecommerce what's the bestsolution

2008-11-26 Thread Marcus Blankenship
Steven,

Just checked out your home page.  You do nice work!

Marcus 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Steven Southard
Sent: Wednesday, November 26, 2008 12:18 PM
To: radiant@radiantcms.org
Subject: [Radiant] If you love radiant but need ecommerce what's the
bestsolution

Radiant is such a nice platform to develop on that it really pains me to
choose another CMS for an upcoming website.  It's mainly a brochure site
but they also sell about 50 products.  They currently have an outdated
CMS and a yahoo shopping cart.  They want to move forward with an
integrated approach.  I've been trying out Substruct which has both of
these features.  The Cart is great but the CMS just fall short of what
I've gotten accustom to.  Mainly, there's no control of the layout or
CSS from the back-end.  It might be possible to fix that but  
I'm not sure how much work it would be.  I've also looked at Spree.   
It looks okay for a cart but doesn't seem to have any other CMS type
functions.  Maybe it would work well side by side with Radiant or as sub
domain but I don't see any way it could be integrated.

What are some other approach people have taken to give this type of
client what they need?

Steven

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


[Radiant] Re: RE: If you love radiant but need ecommerce what's the bestsolution

2008-11-26 Thread Arik Jones
Marcus Blankenship wrote:
 Okay, my vote for best eCommerce solution, anywhere, is Magento. 
 (www.magentocommerce.com) I love it very much! ;-)
 
 Marcus

Yeah, I've worked with Magento before. I hated it. Then again, I hate 
MOST php-based projects.
-- 
Posted via http://www.ruby-forum.com/.
___
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant