Re: [Radiant] SnS Usage Questions -- I Need Feedback

2009-10-09 Thread Gus Gollings
On Fri, Oct 9, 2009 at 6:32 PM, Chris Parrish
chris.parrish-forumm...@swankinnovations.com wrote:
 I'm upgrading/fixing/refactoring SnS right now -- partly to resolve some
 issues with 0.8.x and partly to get it ready for 0.9 -- and I could use some

Great News!

1.  Does anyone use custom values for the SnS settings?  These include:

I was always happy to accept your sensible defaults and never
customized these settings.

 2.  Do most of you use SnS Minify along with SnS?  Would anyone be opposed
 to my incorporating it into SnS?  I don't mind leaving it as a separate

+1 for incorporating SnS Minfy into SnS.

Regards,

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


Re: [Radiant] Recommendations for learning Rails 2.3.x?

2009-09-05 Thread Gus Gollings
On Sun, Sep 6, 2009 at 6:30 AM, Natepixeln...@gmail.com wrote:
 I've been using Radiant for every site I've built since v. 0.6.7 and my
 Rails skillz have become very rusty. I was wondering if anybody could point
 out a book (or two) or website or any place where I could (re)learn rails
 from scratch using v. 2.3+.

A great Rails book:
- 
http://pragprog.com/titles/rails3/agile-web-development-with-rails-third-edition

The brilliant Ryan Bates:
- http://railscasts.com/

More great screencasts (cherry pick for particular interest)
- http://peepcode.com/

Once you have the basics down the rails docs are very good:
- http://api.rubyonrails.org/

HTH,

Gus
___
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: Bug at Radiant Admin pages

2009-08-20 Thread Gus Gollings
On Thu, Aug 20, 2009 at 9:33 AM, Rafael
Carvalhorafaelmcarva...@gmail.com wrote:
 sorry,
 *tinymce_filter

 --
 Rafael Carvalho
 ___
 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] Caching problem with SNS extension?

2009-08-14 Thread Gus Gollings
All fixed here as well - thanks very much, Istvan.

Regards,

Gus

On Fri, Aug 14, 2009 at 6:51 PM, Istvan Hokaistvan.h...@gmail.com wrote:
 On Wed, Aug 12, 2009 at 7:44 PM, Gus Gollings gus.golli...@gmail.comwrote:

 Clinton R. Nixon wrote:
  On Tue, Jul 28, 2009 at 12:18 PM, Jørn Schou-Rodejsr at malamute.dk
 wrote:
   I have a site running Radiant 0.8 with the head revision of the SNS
   extension from the radiant hub, and I am experiencing a problem with
   assets only being deliveried correctly to every second request.
  
   When I navigate directly to my main stylesheet[1] in my browser, I get
   the stylesheet or a completely blank screen (with Content-Length: 0 in
   the HTTP headers). Pressing F5 to redo the request, I get the opposite.
   Every second request gives my the stylesheet, every other a blank
   response.
  
   Does anyone know whats going on? How I done something wrong in my
 setup?
 
  I am having the same problem, but have not investigated it. If I find
  anything, I'll let you know.


 I have pushed an update that fixes this issue for me:
 http://github.com/Aissac/radiant-sns-extension/tree/master.

 --
 Istvan Hoka
 ___
 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] Redcloth problem

2009-08-13 Thread Gus Gollings
On Thu, Aug 13, 2009 at 10:34 PM, John Pollingj...@theusualsuspect.com wrote:
 I'm currently trying to install radiant on my media temple (gs) setup and I
 can't get the container to run. I've checked the mongrel log and I'm getting
 a message saying RedCloth is not a class. The version of RedCloth running is
 4.2.2. Has anyone got any ideas?

Most odd. Something I'm not sure will help you; Radiant has its own
version of redcloth ('3.0.4') which you can see with:

 `rake radiant:freeze:gems`
 `cd vendor/radiant/vendor/redcloth`

If you want to test with your installed redcloth gem (4.2.2), I think
you can just delete the redcloth folder from the frozen Radiant vendor
directory.

(Or does Radiant look for the gem before using its own version?)

When you want to go back to vanilla Radiant you can:

  `rake radiant:unfreeze`

...apologies if you already know all this :^)

Regards,

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


Re: [Radiant] Caching problem with SNS extension?

2009-08-12 Thread Gus Gollings
Clinton R. Nixon wrote:
 On Tue, Jul 28, 2009 at 12:18 PM, Jørn Schou-Rodejsr at malamute.dk wrote:
  I have a site running Radiant 0.8 with the head revision of the SNS
  extension from the radiant hub, and I am experiencing a problem with
  assets only being deliveried correctly to every second request.
 
  When I navigate directly to my main stylesheet[1] in my browser, I get
  the stylesheet or a completely blank screen (with Content-Length: 0 in
  the HTTP headers). Pressing F5 to redo the request, I get the opposite.
  Every second request gives my the stylesheet, every other a blank
  response.
 
  Does anyone know whats going on? How I done something wrong in my setup?

 I am having the same problem, but have not investigated it. If I find
 anything, I'll let you know.

I was having this trouble using Radiant 0.8 with Passenger when
viewing the site with Safari 4 or Opera 9. (Safari 3 and Firefox
didn't exhibit the problem behavior).

The problem would go away if I used Mongrel.

I also found that the problem would go away if I used Passenger with
Apache mod_xsendfile installed. Steps to install and configure are
below:

# on the server, as root
wget http://tn123.ath.cx/mod_xsendfile/mod_xsendfile-0.9.tar.gz
tar zxvf mod_xsendfile-0.9.tar.gz
cd mod_xsendfile-0.9
apxs -cia mod_xsendfile.c

# add to your VirtualHost directive
XSendFile on
XSendFileAllowAbove on

# activate in config/environment.rb
config.middleware.use(::Radiant::Cache, {:use_x_sendfile = true})

Regards,

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