Re: [Radiant] Mongrel Cluster vs. Apache-FCGI
I went from a FCGI on shared hosting to Nginx/Mongrel cluster on a VPS nad it was night and day. I don't have any hard numbers, and I could have been more server resources than anything, but it was mind-blowingly faster. BJ Clark On 4/9/07, Sean Cribbs <[EMAIL PROTECTED]> wrote: > > IIRC, ruby-lang.org runs Apache 2.0.x with mod_fcgid, quite happily on a > pretty vanilla box. In the past, I've had memory-leak and zombie-process > issues with FCGI (both lighttpd and Apache). Your experience may vary. I > currently prefer proxy/balancing/Mongrel, but I also like Litespeed for its > ease of use and nice admin interface. LSAPI performs very well in > comparison to FCGI. > > Sean > > > John W. Long wrote: > Ruben D. Orduz wrote: > > > I recently got my rails app to serve with a mongrel cluster with a > balancer in front of it and Apache Proxying in front of that. That app > used to run on rails-Apache-FCGI straight and I really can't tell the > difference performance-wise. Granted, the point of a cluster and > balancer is for heavy loads not just one request, but there's a bit > diminishing returns going on with low traffic websites (< 5K page > views/week). Has any of you done any actual performance analysis on > rails-mongrel cluster vs rails-apache-fcgi? Just curious. > > I'm not aware of any official performance testing for a rails-mongrel > cluster vs rails-apache-fcgi. > > -- > John Long > http://wiseheartdesign.com > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > > > > > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: > http://lists.radiantcms.org/mailman/listinfo/radiant > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] Hosting Companies
Slice host. - BJ Clark the science department ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] Fwd: [Ann]Site Launch with Radiant
Congrats on the site launch Keith. -BJ Clark On 3/19/07, Keith Bingman <[EMAIL PROTECTED]> wrote: > I tried to do a tagging extension late last year with the acts_as_taggable > plugin. I think I am one of those people you may have heard about with > naming conflicts. Basically, you cannot use the model name Tag, as it > disables the Radius tagging system and you site will not render. I got > around this by making my own Model, Metatag and didn't use the > act_as_taggable plugin. I essentially took the tagging system from Mephisto > and rewrote bits of it for my own uses. I think I am going to switch it over > to the new :has_many_polymorphs plugin. The whole thing is not ready for > prime time, but it is promising. > > I hope to have an svn version available soon. > > > > Keith Bingman > Tel: +49-7731-79838380 > [EMAIL PROTECTED] > > > > > > On Mar 19, 2007, at 5:23 PM, Kevin Ansfield wrote: > Hi Keith, > > I haven't seen the site yet due to the problems you mentioned however I'd be > interested in what level of tag integration you managed to achieve. It's > high on my to-do list to getting a tagging extension put together but I've > noticed that others have had issues with naming conflicts and such - did you > run into any trouble spots? > > Thanks, > Kevin > > > > > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: > http://lists.radiantcms.org/mailman/listinfo/radiant > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] Help deploying 0.2 of my extension...getting weird behavior on my site
Jason, My first suggestion is to switch your app into development mode and see what the error your getting is. My hunch is a file permission issue, but it's hard to say without a real error message. Good Luck, BJ Clark On 3/20/07, jsmorris <[EMAIL PROTECTED]> wrote: > I want to validate that I am deploying my 0.2 version of my extension > correctly. I need to rule out that it is a radiant issue. > > I have a radiant 6.0 rc1 (application mode) installed and running on > my hosting site (RailsPlayground). I just recently updated my > extension and wanted to deploy that to production. I use a manual > process right now (yes, I need to learn capistrano) so I just FTPed my > 0.2 version over the 0.1 files. > > I then ran > rake production db:migrate:extensions > > My db schema changes show up in the database, so that seemed to work just > fine. > > I go to my site and I now see that I have my two new tabs on the admin > screen (version 0.1 of my extension just had one). So I go to the tab > that is in both version and I see the 0.1 version of it. None of my > changes are there. Then I go to the new tab that is only in version > 0.2 and it throws an error. > > Application error (Apache) > > Change this error message for exceptions thrown outside of an action > (like in Dispatcher setups or > broken Ruby code) in public/500.html > > I have double checked that the files are out there and the correct > version, but am stumped as to what is wrong. > > I made sure to kill all the FastCGI processes (suggested by > RailsPlayground), but that doesn't help. And the real kicker is that > once and only once I saw the new changes displayed. > > Does radiant do something with the extensions that needs to be cleared > out? Is my hosting provider doing something that I am not aware of? > > It is probably something obvious, but I just cannot see it. Any help > would be appreciated. > > Thanks, > Jason > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] [ANN] Launched my Radiant site
No, Just cloned the layout across both platforms. I couldn't figure anything cool out because Mephisto uses liquid. BJ On 3/19/07, Jamie M. Wilkinson <[EMAIL PROTECTED]> wrote: > On Mar 18, 2007, at 11:29 PM, BJ Clark wrote: > > > Just saw this, > > Yeah, I used the r:navigation, I can post the actual code I used if > > you need to see it. > > As for the blog, it's Mephisto, not radiant, because I really really > > like mephisto, and it's broken cause I'm a lazy ass and way to busy > > with paying work. :D > > Did you simply clone the layout code across the two systems, or is > there some neat transclusion going on? > > -jamie > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] [ANN] Launched my Radiant site
Just saw this, Yeah, I used the r:navigation, I can post the actual code I used if you need to see it. As for the blog, it's Mephisto, not radiant, because I really really like mephisto, and it's broken cause I'm a lazy ass and way to busy with paying work. :D BJ On 3/18/07, Martin Olsson <[EMAIL PROTECTED]> wrote: > Looking good! What did you do to get comments going? > > Martin Olsson > http://smpl.se > > > On 27 feb 2007, at 05.26, BJ Clark wrote: > > > Hello all, > > I've finally launched my first Radiant powered site. > > http://www.scidept.com/ > > > > It's a portfolio site for my design business. > > I'm hosting it on a slice host slice (the $20 jobber). > > Nginx + Mongrel on Ubuntu. > > > > I'm using Mental Branch. I'm using the RSS Reader and Mailer > > extensions. > > > > Also, FWIW, I've got "Thickbox" and sIFR 3 going on there and it > > validates XHTML and CSS (except for thickbox, none of those modal > > windows validate because of the opacity stuff). > > > > Hopefully you should see alot more out of me when it comes do > > documentation. I just left a steady job (friday) to go back to > > freelance so I have been desperate to get this out. > > > > Anyway, if anyone has any questions or anything, let me know. Just > > thought you guys would like to see another live site. > > > > > > BJ Clark > > the science department > > ___ > > Radiant mailing list > > Post: Radiant@lists.radiantcms.org > > Search: http://radiantcms.org/mailing-list/search/ > > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] Mailer troubles
Autumn, Run the app under development and see if it produces any errors. BJ Clark the science department On 2/27/07, Autumn Hansen <[EMAIL PROTECTED]> wrote: > Greetings, > > I am very new to Radiant. I am an intern for an institution and I don't have > access to certain places on the server. I want to make sure my code is > correct before I write it off as a server issue. I have read the help and > everything Any advice in this matter is greatly appreciated. > > Here's the problem: > > I am building out a mailer that is being sent to multiple recipients > including ones found in the text boxes of the form itself. > Here's an example of the code I'm working on: > > *Body* > > > Person 1 > Person 1 Email > Person 2 > Person 2 email > > > > > *Config* > > mailers: > references: > from: [EMAIL PROTECTED] > subject: References > redirect_to: /references/thank-you > cc_field: big boss > recipients: > - [EMAIL PROTECTED] > - [EMAIL PROTECTED] > - [EMAIL PROTECTED] > - > - > > > *email* (not that you really need it, but just in case) > > Person 1 > Person 1 Email > Person 2 > Person 2 email > > > I need to get the the value of the email text boxes into the recipients > list. The way I currently have it coded would make sense; however, nothing > is ever sent to either address in those boxes. I have tried several > different ways and have come up empty. > > If you have any comments or advice or need more information, please feel > free to contact me. Again, any advice is greatly appreciated. Thank you in > advance. > > Autumn Hansen > > > > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: > http://lists.radiantcms.org/mailman/listinfo/radiant > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
[Radiant] [ANN] Launched my Radiant site
Hello all, I've finally launched my first Radiant powered site. http://www.scidept.com/ It's a portfolio site for my design business. I'm hosting it on a slice host slice (the $20 jobber). Nginx + Mongrel on Ubuntu. I'm using Mental Branch. I'm using the RSS Reader and Mailer extensions. Also, FWIW, I've got "Thickbox" and sIFR 3 going on there and it validates XHTML and CSS (except for thickbox, none of those modal windows validate because of the opacity stuff). Hopefully you should see alot more out of me when it comes do documentation. I just left a steady job (friday) to go back to freelance so I have been desperate to get this out. Anyway, if anyone has any questions or anything, let me know. Just thought you guys would like to see another live site. BJ Clark the science department ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] rake db:schema:dump [ Newbie Question ]
Kris, Are you getting any error messages? Are you 100% sure your database.yml file is correct? More information would be helpful. Good luck, BJ Clark On 2/18/07, Kris Steigerwald <[EMAIL PROTECTED]> wrote: > I hosting my application on hostingrails.com. Being new to rails and > radiant I began my application in production mode due to difficulties > trying to deploy from my development application. I have gained a better > understanding of how radiant uses instance mode yet I am unable to > perform a rake db:schema:dump in order to move the production db to a > development db. I have tried performing a rake both in my_app and > radiant/radiant folders, each failed to produce a rake of my db. Any > help would be greatly appreciated. Thanks! > > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] More Mailer Extension Help
Sean, I realized that I was running in Production, so I switched to dev, got an error, figured out I had :username not :user_name and I am getting my thank you page. Looks like I'm good to go (but I can't check the email address it sent to from where I'm at so I don't know if the email got there). Thanks, BJ On 2/2/07, Sean Cribbs <[EMAIL PROTECTED]> wrote: > BJ, > > Your config part seems pretty normal. The mailer extension will only refuse > to redirect if there was a delivery or some other sort of error. Is there a > message generated at the top of your page? > > Sean > > > On 2/2/07, BJ Clark <[EMAIL PROTECTED]> wrote: > > > > Sean, > > http://pastie.caboo.se/37498 > > > > Yes, I'm sure that /contact/thank-you is there. > > > > BJ > > > > On 2/2/07, Sean Cribbs < [EMAIL PROTECTED]> wrote: > > > Can you put your config part in a pastie? (http://pastie.caboo.se) > > > > > > Sean > > > > > > > > > On 2/1/07, BJ Clark < [EMAIL PROTECTED]> wrote: > > > > > > > > Hello All, > > > > I think I have the Mailer extension really really close to working, > > > > however, I am still having a problem with it. > > > > > > > > When I submit a form, it looks like it works in production.log: > > > > > > > > Processing SiteController#show_page (for 65.100.142.140 at 2007-02-01 > > > > 20:58:23) [POST] > > > > Parameters: {"mailer"=>{"message"=>"TEST TEST TEST", "name"=>"BJ", > > > > "subject"=>"Email from scidept.com", "email"=>"[EMAIL PROTECTED]"}, > > > > "url"=>["contact"], "action"=>"show_page", "mailer_name"=>"contact", > > > > "controller"=>"site"} > > > > Sent mail: > > > > From: [EMAIL PROTECTED] > > > > To: [EMAIL PROTECTED] > > > > Subject: Email from scidept.com > > > > Mime-Version: 1.0 > > > > Content-Type: multipart/alternative; > > > > boundary=mimepart_45c2b6dfb4c6c_fc415d3360f8870150 > > > > > > > > > > > > --mimepart_45c2b6dfb4c6c_fc415d3360f8870150 > > > > Content-Type: text/plain; charset=utf-8 > > > > Content-Transfer-Encoding: Quoted-printable > > > > Content-Disposition: inline > > > > > > > > Subject: Email from scidept.com > > > > > > > > Name: BJ > > > > > > > > Email: [EMAIL PROTECTED] > > > > > > > > Message: TEST TEST TEST > > > > > > > > Sent: Saturday, December 16, 2006= > > > > > > > > --mimepart_45c2b6dfb4c6c_fc415d3360f8870150-- > > > > > > > > Completed in 0.61333 (1 reqs/sec) | DB: 0.52757 (86%) | 200 OK > > > > [ http://scidept.com/contact/] > > > > > > > > > > > > > > > > However, the page is going back to /contact/ not /contact/thank-you as > > > > I have specified in my config part, and I'm also not getting the mail > > > > even though it says it's sending. > > > > > > > > Any ideas? > > > > Thanks, > > > > BJ Clark > > > > ___ > > > > Radiant mailing list > > > > Post: Radiant@lists.radiantcms.org > > > > Search: http://radiantcms.org/mailing-list/search/ > > > > Site: > > > http://lists.radiantcms.org/mailman/listinfo/radiant > > > > > > > > > > > > > ___ > > > Radiant mailing list > > > Post: Radiant@lists.radiantcms.org > > > Search: http://radiantcms.org/mailing-list/search/ > > > Site: > > > http://lists.radiantcms.org/mailman/listinfo/radiant > > > > > > > > ___ > > Radiant mailing list > > Post: Radiant@lists.radiantcms.org > > Search: http://radiantcms.org/mailing-list/search/ > > Site: > http://lists.radiantcms.org/mailman/listinfo/radiant > > > > > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: > http://lists.radiantcms.org/mailman/listinfo/radiant > > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] Mailer Extension HowTo
Gabriel, Thanks for posting that! More wiki = good. BJ On 2/2/07, Gabriel Lamounier <[EMAIL PROTECTED]> wrote: > Sorry BJ, > > I realy forgot. It's on the HowTo section of the Radiant wiki: > http://dev.radiantcms.org/radiant/wiki/HowToUseMailerExtension > > Improuvements are very welcome, of course :) > > Gabriel Lamounier > > > > > > Message: 9 > > Date: Thu, 1 Feb 2007 11:31:59 -0700 > > From: "BJ Clark" <[EMAIL PROTECTED]> > > Subject: Re: [Radiant] Mailer Extension HowTo > > To: radiant@lists.radiantcms.org > > Message-ID: > > <[EMAIL PROTECTED]> > > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > > Gabriel, > > Thanks for writing a how to, but where did you put it? Did you forget > > to send it to the list? > > BJ Clark > > > > On 1/31/07, Gabriel Lamounier <[EMAIL PROTECTED]> wrote: > > > As many of the posts on the list is about the Mailer extension, I have > > > written a HowTo about the Mailer extension on Mental based on my own > > > experience putting it up. > > > > > > I hope this can help. > > > > > > > > > Gabriel Lamounier > > > ___ > > > Radiant mailing list > > > Post: Radiant@lists.radiantcms.org > > > Search: http://radiantcms.org/mailing-list/search/ > > > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > > > > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] More Mailer Extension Help
Sean, http://pastie.caboo.se/37498 Yes, I'm sure that /contact/thank-you is there. BJ On 2/2/07, Sean Cribbs <[EMAIL PROTECTED]> wrote: > Can you put your config part in a pastie? (http://pastie.caboo.se) > > Sean > > > On 2/1/07, BJ Clark < [EMAIL PROTECTED]> wrote: > > > > Hello All, > > I think I have the Mailer extension really really close to working, > > however, I am still having a problem with it. > > > > When I submit a form, it looks like it works in production.log: > > > > Processing SiteController#show_page (for 65.100.142.140 at 2007-02-01 > > 20:58:23) [POST] > > Parameters: {"mailer"=>{"message"=>"TEST TEST TEST", "name"=>"BJ", > > "subject"=>"Email from scidept.com", "email"=>"[EMAIL PROTECTED]"}, > > "url"=>["contact"], "action"=>"show_page", "mailer_name"=>"contact", > > "controller"=>"site"} > > Sent mail: > > From: [EMAIL PROTECTED] > > To: [EMAIL PROTECTED] > > Subject: Email from scidept.com > > Mime-Version: 1.0 > > Content-Type: multipart/alternative; > > boundary=mimepart_45c2b6dfb4c6c_fc415d3360f8870150 > > > > > > --mimepart_45c2b6dfb4c6c_fc415d3360f8870150 > > Content-Type: text/plain; charset=utf-8 > > Content-Transfer-Encoding: Quoted-printable > > Content-Disposition: inline > > > > Subject: Email from scidept.com > > > > Name: BJ > > > > Email: [EMAIL PROTECTED] > > > > Message: TEST TEST TEST > > > > Sent: Saturday, December 16, 2006= > > > > --mimepart_45c2b6dfb4c6c_fc415d3360f8870150-- > > > > Completed in 0.61333 (1 reqs/sec) | DB: 0.52757 (86%) | 200 OK > > [ http://scidept.com/contact/] > > > > > > > > However, the page is going back to /contact/ not /contact/thank-you as > > I have specified in my config part, and I'm also not getting the mail > > even though it says it's sending. > > > > Any ideas? > > Thanks, > > BJ Clark > > ___ > > Radiant mailing list > > Post: Radiant@lists.radiantcms.org > > Search: http://radiantcms.org/mailing-list/search/ > > Site: > http://lists.radiantcms.org/mailman/listinfo/radiant > > > > > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: > http://lists.radiantcms.org/mailman/listinfo/radiant > > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
[Radiant] More Mailer Extension Help
Hello All, I think I have the Mailer extension really really close to working, however, I am still having a problem with it. When I submit a form, it looks like it works in production.log: Processing SiteController#show_page (for 65.100.142.140 at 2007-02-01 20:58:23) [POST] Parameters: {"mailer"=>{"message"=>"TEST TEST TEST", "name"=>"BJ", "subject"=>"Email from scidept.com", "email"=>"[EMAIL PROTECTED]"}, "url"=>["contact"], "action"=>"show_page", "mailer_name"=>"contact", "controller"=>"site"} Sent mail: From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Email from scidept.com Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=mimepart_45c2b6dfb4c6c_fc415d3360f8870150 --mimepart_45c2b6dfb4c6c_fc415d3360f8870150 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: Quoted-printable Content-Disposition: inline Subject: Email from scidept.com Name: BJ Email: [EMAIL PROTECTED] Message: TEST TEST TEST Sent: Saturday, December 16, 2006= --mimepart_45c2b6dfb4c6c_fc415d3360f8870150-- Completed in 0.61333 (1 reqs/sec) | DB: 0.52757 (86%) | 200 OK [http://scidept.com/contact/] However, the page is going back to /contact/ not /contact/thank-you as I have specified in my config part, and I'm also not getting the mail even though it says it's sending. Any ideas? Thanks, BJ Clark ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] Mailer Extension HowTo
Gabriel, Thanks for writing a how to, but where did you put it? Did you forget to send it to the list? BJ Clark On 1/31/07, Gabriel Lamounier <[EMAIL PROTECTED]> wrote: > As many of the posts on the list is about the Mailer extension, I have > written a HowTo about the Mailer extension on Mental based on my own > experience putting it up. > > I hope this can help. > > > Gabriel Lamounier > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] How to move from Trunk to Mental
Thanks Daniel, I'll look into that. Here's what I don't understand. This problem has only occured after I switched to Mental. It was not a problem, even though the install was exactly the same, under the regular svn trunk. What has changed? That's what is so aggravating. BJ On 1/29/07, Daniel Sheppard <[EMAIL PROTECTED]> wrote: > Have a look at this message: > > http://lists.radiantcms.org/pipermail/radiant/2007-January/003149.html > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of BJ Clark > > Sent: Tuesday, 30 January 2007 3:18 PM > > To: radiant@lists.radiantcms.org > > Subject: Re: [Radiant] How to move from Trunk to Mental > > > > Hello All, > > I'm still having this issue and it's the only thing stopping me from > > launching at this point. > > Here's the issue all over again: > > My site is at domain.com/content/ > > However, lots of links are trying to load /page_name or /admin/page > > not /content/admin/page. > > > > I have tried: > > .htacces has a line that says: " RewriteBase /content" > > > > environment.rb has a line that says: > > "ActionController::AbstractRequest.relative_url_root = "/content"" > > > > Anyone have any ideas? I have no idea what else to do. > > BJ Clark > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] How to move from Trunk to Mental
Hello All, I'm still having this issue and it's the only thing stopping me from launching at this point. Here's the issue all over again: My site is at domain.com/content/ However, lots of links are trying to load /page_name or /admin/page not /content/admin/page. I have tried: .htacces has a line that says: " RewriteBase /content" environment.rb has a line that says: "ActionController::AbstractRequest.relative_url_root = "/content"" Anyone have any ideas? I have no idea what else to do. BJ Clark On 1/20/07, BJ Clark <[EMAIL PROTECTED]> wrote: > Sean, > Thanks for you help again. I'll try to figure that out. > I just don't understand what has changed that I need to do all this. > the svn trunk of radiant didn't have these url problems. Is something > different in Mental with regards to urls? > BJ > > On 1/20/07, Sean Cribbs <[EMAIL PROTECTED]> wrote: > > > > BJ, > > > > If you're using Apache on the frontend, you'll also want to use the > > 'RewriteBase' directive in your .htaccess file. > > > > Sean > > > > > > BJ Clark wrote: > > List, > > I'm still having this problem. > > In fact, I'm trying to get Sean's Mailer Extension to work and it is > > redirecting to /contact/ instead of /content/contact/. > > > > I have the suggested line in config/environment.rb, but it doesn't > > seem to help. Anyone have any ideas? > > > > Thanks, > > BJ Clark > > > > > > On 1/19/07, BJ Clark <[EMAIL PROTECTED]> wrote: > > > > > > I've added that, but the tabs are still not working. All the other > > links are full links, the tabs are all at "/admin/layouts/" or > > whatever. > > Any suggestions? > > BJ Clark > > > > On 1/19/07, Sean Cribbs <[EMAIL PROTECTED]> wrote: > > > > > > BJ, > > > > Go into the config/environment.rb file and put this line at the bottom: > > > > ActionController::AbstractRequest.relative_url_root = > > "/content" > > > > Sean > > > > > > On 1/19/07, BJ Clark <[EMAIL PROTECTED]> wrote: > > > > > > List, > > The only issue I had upgrading (after removing all my page behavior > > types from the database by hand because all the behaviors were > > breaking everyhting) is that most of the links in admin don't work > > anymore. I keep my site under /content/ and lots of the links are > > trying to load /admin/page instead of /content/admin/page. > > Is there some way to change this? > > > > Thanks, > > BJ Clark > > > > On 1/18/07, Sean Cribbs <[EMAIL PROTECTED] > wrote: > > > > > > P.P.S. I'll be in #radiantcms this afternoon if you want real-time help. > > > > > > On 1/18/07, Sean Cribbs <[EMAIL PROTECTED] > wrote: > > > > > > Here's a quick way to do it. > > > > Depending on how you put the code on your server (via svn or tarball > > > > or > > > > > > > > gem), use SVN to checkout or export the code from the mental branch into > > > > the > > > > > > > > same directory. > > > > > > In the root of the app (above public/), run rake db:migrate. This > > > > will > > > > > > > > bring your new installation inline with the latest database schema. > > > > > > Now, restart your webserver/app server/fcgi processes and enjoy! > > > > Sean > > > > P.S. to install the Mailer extension, use SVN again, but > > > > checkout/export > > > > > > > > into the vendor/extensions directory instead of the root. > > > > > > > > On 1/18/07, BJ Clark < [EMAIL PROTECTED] > wrote: > > > > > > Hello List, > > I've currently got my site about 95% done using regular Trunk, but > > > > I'd > > > > > > > > > > > > like to move to mental since I can't seem to get the mailer behavior > > working with the current trunk on my host. > > > > Is there an easy way to do this without losing the content I > > > > currently > > > > > > > > > > > > have? I've been looking all over the radiantcms.org site and can't > > find reference on how to upgrade anywhere. > > > > Thanks, > > BJ Clark > > ___ > > Radiant mailing list &g
Re: [Radiant] Combined rss feed and more?
Martin, I'm the biggest fan of Radiant, but mephisto does exactly what you want and is probably a better match for you. Just my $.02USD BJ Clark On 1/27/07, Martin Olsson <[EMAIL PROTECTED]> wrote: > Hi Todd, > > Thanks for the suggestion. That cold actually be a rather good > solution. I'd have: > > smpl.se/things > smpl.se/thoughts > smpl.se/rss <- combined > smpl.se/rss/things > smpl.se/rss/thoughts > > Pretty, no? > > Sometimes the simplest solution is the nicest one. Thanks! > > /Martin > > [EMAIL PROTECTED] > > > > > > > On 27 jan 2007, at 12.57, Todd McGrath wrote: > > > Hi, > > > > If I understand correctly, I have a similar need in creating XML > > pages based on > > content for "regular" HTML pages. Here's one idead - how about > > creating > > something like: > > > > smpl.se/ > > smpl.se/things > > - archive > > - [posts] > > smpl.se/thoughts > > - archive > > - [posts] > > smpl.se/rss > > - thoughts_rss > > - things_rss > > - rss > > > > In this way, when you can recurse using r:find you'll know if you > > are in the RSS > > or HTML section of the tree. In your rss files, you can pull in > > settings from > > pages (title, url, page parts, etc.). When you update the HTML > > pages, the RSS > > feeds will be automatically updated. > > > > More info on recursion- if I'm reading the source for the find tag > > correctly, > > the url attribute is used in a find_by method. So, in this > > attribute, a > > regular expression that includes some things and not others will > > not be > > available for use. > > > > I'm fairly new too, so maybe/hopefully other people have ideas. > > > > Todd > > > > > > Quoting Martin Olsson <[EMAIL PROTECTED]>: > > > >> Hello, > >> > >> I'm new to this list, I'm new to Radiant, and I'm new to Ruby on > >> Rails. I am programmer and interface designer and I'm not new to > >> working with a cms - I've even created one of my own that had a very > >> similar philosophy to Radiant, but build in java and templated using > >> XSLT. > >> > >> Now I've decided to create my own personal page using Radiant, and I > >> love how easy it was to set it all up. I have a few peices left > >> before I'm done and I'm wondering if anyone would like to help me > >> out: > >> > >> 1. Should I use Mental? Thanks to Sean Cribbs for the blog post - it > >> cleared up most questions, but not all of them. > >> Will I be able to migrate my data as Mental evolves? > >> What extensions are already released? I want comments and > >> tagging/ > >> keywords. > >> > >> 2. I've been tinkering with a hierarchical blog-like structure, like > >> this: > >> > >> smpl.se/ > >> - rss > >> smpl.se/things > >> - archive > >> - rss > >> - [posts] > >> smpl.se/thoughts > >> - archive > >> - rss > >> - [posts] > >> > >> I want separate rss-feeds for "things" and "thoughts" - which works > >> perfectly. > >> > >> I also want a combined rss-feed at smpl.se/rss that recurses down and > >> aggregates all the updates. > >> > >> My first approach was to just use the sample code provided in the > >> styled blog and point it to "/" instead of "articles". This doesn't > >> work - I suspect it goes into some kind of loop beacause my server > >> goes all huffy and puffy and has to be restarted. > >> > >> Right now I have glued it together by just hardcoding first "things" > >> then "thoughts", but I would like the combined feed to be > >> chronological instead. I would also like to be able to add new > >> 'categories' without having to update the feed page. > >> > >> Is there some really smart and pretty way to recurse downwards, > >> picking out new pages (but skipping stuff like rss and archives), > >> creating a chornological feed of the latest new pages on the whole > >> site? > >> > >> Radiant is looking really good. It seems _almost_ perfect for > >> smpl.se, and I'm willing to contribute to making it even better and > >> customize it to my needs. > >> > >> Regards, > >> Martin Olsson > >> [EMAIL PROTECTED] > >> > >> > >> ___ > >> Radiant mailing list > >> Post: Radiant@lists.radiantcms.org > >> Search: http://radiantcms.org/mailing-list/search/ > >> Site: http://lists.radiantcms.org/mailman/listinfo/radiant > >> > > > > > > ___ > > Radiant mailing list > > Post: Radiant@lists.radiantcms.org > > Search: http://radiantcms.org/mailing-list/search/ > > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] Mailer Behaviour Error
Oliver, Can you post your config part and whats in your environment.rb file. I can't for the life of me get the mailer behavior/extension to work on ASmallOrange. Specifically, what username and server are you using? Thanks, BJ Clark On 1/26/07, Michael Roper <[EMAIL PROTECTED]> wrote: > =] no worries... > > i cant remember if i found that in a how-to somewhere, or if i figured > that one from the code itself.. > > On 1/27/07, Oliver Coningham <[EMAIL PROTECTED]> wrote: > > Michael - you're a star! > > > > It worked a treat adding in that line of code. > > > > I tried it before but think I just had it in the wrong place!!! > > > > Thanks. > > > > Michael Roper wrote: > > > try putting this in between your tags.. > > > > > > > > > > > > works for me, not sure why it doesnt the other way.. > > > > > > -- > > Posted via http://www.ruby-forum.com/. > > ___ > > Radiant mailing list > > Post: Radiant@lists.radiantcms.org > > Search: http://radiantcms.org/mailing-list/search/ > > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > > > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
[Radiant] Wiki
John + Core, Is there a better Wiki we can move to? I can't even figure out how to create a new page. Does one need privileges and how does one get them? I'd really like to post some stuff on there (like the RSS Reader extesion). Thanks, BJ Clark ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] How to convert a Behavior to a Page Type in a Radiant Extension package (Mental)
Loren, Thanks for posting this. BJ Clark On 1/23/07, Loren Johnson <[EMAIL PROTECTED]> wrote: > > > ROUGH STEPS TO CONVERTING A BEHAVIOR TO A PAGE TYPE PACKAGED AS A RADIANT > EXTENSION > > I've ported all my own behaviors to Page Types packaged in Extensions within > the last day so my mind is fresh on the topic, however this is by no means a > comprehensive or even wholly accurate guide. > > Use at your own risk (SEE ALSO NOTE AT BOTTOM).: > > > 1. Rename the folder of your Behavior and DON'T name it end with Extension > then move the folder from plugins to extensions so: > > # move > /vendor/plugins/comments_behavior > # to > /vendor/extensions/comments > > 2. Delete the init.rb file and create a new file called > "your_extension_name_extension.rb" and fill it with this > general: > > class CommentableExtension < Radiant::Extension > version "0.1" > description "Blah blah blah which will appear as the description of this > Extension under the Extensions list in the Mental / new Radiant." > url "http://www.fn-group.com/"; > > > # Happens when the enabled checkbox is check and saved in the admin > Extensions list > def activate > # These are Page type classes which were converted from behaviors as > detailed below > CommentBucket > Commentable > end > > > # The opposite > def deactivate > end > end > > > 3. Classes already in the lib directory are auto-loaded and no longer need > to be explicitly required. In fact the explicit requiring of the classes in > the lib directory seems to break things, but no need to worry they're > already available. > > 4. Rename your class appropriately, at least taking off "Behavior" from the > end of name if it's there, then inherit from Page not Behavior::Base, so: > > class CommentableBehavior < Behavior::Base # becomes > class Commentable < Page # Isn't that neat. We're just adding right onto the > page. > > 5. Comment out or delete the register line, this is no longer needed in a > Page type and will in fact break things if it's not removed: > > > register "Commentable" # becomes > # register "Commentable" > > 6. Remove the "define_tags do ... end" enclosure. It's no longer needed. > Nifty Page types will know what to do with all those "tag "" do |tag|"s > > 7. If you have disabled the page caching in your behavior change: > > def cache_page? >false > end > > #to > > def cache? >false > end > > 8. Search and replace "@page" with "self" ... > > 9. Encapsulate existing comments in "desc %{ what your tag does here ... }" > headers on the line above a tag definition to get a description to show-up > in the new "Available Tags" link in the Admin interface. > > 10. Restart the web server for your Radiant app, look for errors in > log/mongrel.log (or later in log/production.log) -- repeat. > > > NOTE > If you were creating an Extension from scratch you get this framework by > using "script/generate extension YourExtensionName" ...) > > This guide in no way demonstrates the power or architecture of the new > Radiant Extensions which go beyond the scope of behavior and can include, > among other things an admin interface, custom models, views and routes > > > > Loren Johnson > www.fn-group.com > > > > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: > http://lists.radiantcms.org/mailman/listinfo/radiant > > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
[Radiant] [ANN] RSS_Reader Extension for Mental
Hello Everyone, Loren Johnson and myself are proud to present our port of the rss behavior to a mental extension. It should be super easy to install for everyone. 1. Download this file: http://www.scidept.com/content/rss_reader-0.2.tgz 2. Copy to the root of your radiant installation. 3. Expand it. It should copy feedreader.rb and a folder called "feedreader" to your /lib/ folder. It should copy the rss_reader extension to your /vendor/extensions/ folder. Next, read the README.txt for an example usage (I will try to document all the tags on the wiki when I can set a new page up on it). All you need to do is set up your page to use the RSS Reader page type and put the tags in and you should be good to go. We have only made a small change to the tags, most are the same but we have added a "r:feed:date tag that takes format="" arguments in the same format as strftime arguments. Please let us know if it works/doesn't work for you. Enjoy, BJ Clark ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] mental extension development help
Loren, I was in IRC but you weren't responding. Please shoot me an email at bjclark [at] scidept dot com. Michael - thanks for the link. BJ On 1/21/07, Loren Johnson <[EMAIL PROTECTED]> wrote: > > BJ, > > If we can meet on IRC today or tomorrow we could maybe work on this > together. I was planning on porting the RSS behavior this week anyway > so I can convert one of our sites that needs it but also needs to go > Mental. > > I'll get on the #radiantcms IRC channel at 2:30 PM MST and hang-out > there until 5ish. Let me know if you want to setup something for > tomorrow instead. > > Loren > > > On Jan 20, 2007, at 6:06 PM, BJ Clark wrote: > > > Sorry, accidentally hit send (I've gone brain dead looking for stuff > > on extensions). > > > > Anyway, this is obviously not working, but I have no idea where to > > go from here. > > Can anyone jump in and help here? I'm not sure what has changed from > > the old system to the new, so I have no idea what I need to change. > > > > Thanks, > > BJ Clark > > > > > > > > On 1/20/07, BJ Clark <[EMAIL PROTECTED]> wrote: > >> I'm trying to port the rss behavior to an extension for use in > >> mental. > >> I can't find anything talking about how to develop extensions, so I'm > >> baseing this off looking at hello_tag example. > >> I've created two files: > >> rss_reader_extension.rb that looks like this: > >> http://pastie.caboo.se/34525 > >> > >> and lib/rss_reader.lib: > >> http://pastie.caboo.se/34529 > >> > > ___ > > Radiant mailing list > > Post: Radiant@lists.radiantcms.org > > Search: http://radiantcms.org/mailing-list/search/ > > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] How to move from Trunk to Mental
Sean, Thanks for you help again. I'll try to figure that out. I just don't understand what has changed that I need to do all this. the svn trunk of radiant didn't have these url problems. Is something different in Mental with regards to urls? BJ On 1/20/07, Sean Cribbs <[EMAIL PROTECTED]> wrote: > > BJ, > > If you're using Apache on the frontend, you'll also want to use the > 'RewriteBase' directive in your .htaccess file. > > Sean > > > BJ Clark wrote: > List, > I'm still having this problem. > In fact, I'm trying to get Sean's Mailer Extension to work and it is > redirecting to /contact/ instead of /content/contact/. > > I have the suggested line in config/environment.rb, but it doesn't > seem to help. Anyone have any ideas? > > Thanks, > BJ Clark > > > On 1/19/07, BJ Clark <[EMAIL PROTECTED]> wrote: > > > I've added that, but the tabs are still not working. All the other > links are full links, the tabs are all at "/admin/layouts/" or > whatever. > Any suggestions? > BJ Clark > > On 1/19/07, Sean Cribbs <[EMAIL PROTECTED]> wrote: > > > BJ, > > Go into the config/environment.rb file and put this line at the bottom: > > ActionController::AbstractRequest.relative_url_root = > "/content" > > Sean > > > On 1/19/07, BJ Clark <[EMAIL PROTECTED]> wrote: > > > List, > The only issue I had upgrading (after removing all my page behavior > types from the database by hand because all the behaviors were > breaking everyhting) is that most of the links in admin don't work > anymore. I keep my site under /content/ and lots of the links are > trying to load /admin/page instead of /content/admin/page. > Is there some way to change this? > > Thanks, > BJ Clark > > On 1/18/07, Sean Cribbs <[EMAIL PROTECTED] > wrote: > > > P.P.S. I'll be in #radiantcms this afternoon if you want real-time help. > > > On 1/18/07, Sean Cribbs <[EMAIL PROTECTED] > wrote: > > > Here's a quick way to do it. > > Depending on how you put the code on your server (via svn or tarball > > or > > > > gem), use SVN to checkout or export the code from the mental branch into > > the > > > > same directory. > > > In the root of the app (above public/), run rake db:migrate. This > > will > > > > bring your new installation inline with the latest database schema. > > > Now, restart your webserver/app server/fcgi processes and enjoy! > > Sean > > P.S. to install the Mailer extension, use SVN again, but > > checkout/export > > > > into the vendor/extensions directory instead of the root. > > > > On 1/18/07, BJ Clark < [EMAIL PROTECTED] > wrote: > > > Hello List, > I've currently got my site about 95% done using regular Trunk, but > > I'd > > > > > > like to move to mental since I can't seem to get the mailer behavior > working with the current trunk on my host. > > Is there an easy way to do this without losing the content I > > currently > > > > > > have? I've been looking all over the radiantcms.org site and can't > find reference on how to upgrade anywhere. > > Thanks, > BJ Clark > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: > > http://lists.radiantcms.org/mailman/listinfo/radiant > > > > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: > http://lists.radiantcms.org/mailman/listinfo/radiant > > > > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: > > http://lists.radiantcms.org/mailman/listinfo/radiant > > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: > http://lists.radiantcms.org/mailman/listinfo/radiant > > > > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > > > > > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: > http://lists.radiantcms.org/mailman/listinfo/radiant > > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] mental extension development help
Sorry, accidentally hit send (I've gone brain dead looking for stuff on extensions). Anyway, this is obviously not working, but I have no idea where to go from here. Can anyone jump in and help here? I'm not sure what has changed from the old system to the new, so I have no idea what I need to change. Thanks, BJ Clark On 1/20/07, BJ Clark <[EMAIL PROTECTED]> wrote: > I'm trying to port the rss behavior to an extension for use in mental. > I can't find anything talking about how to develop extensions, so I'm > baseing this off looking at hello_tag example. > I've created two files: > rss_reader_extension.rb that looks like this: > http://pastie.caboo.se/34525 > > and lib/rss_reader.lib: > http://pastie.caboo.se/34529 > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
[Radiant] mental extension development help
I'm trying to port the rss behavior to an extension for use in mental. I can't find anything talking about how to develop extensions, so I'm baseing this off looking at hello_tag example. I've created two files: rss_reader_extension.rb that looks like this: http://pastie.caboo.se/34525 and lib/rss_reader.lib: http://pastie.caboo.se/34529 ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] How to move from Trunk to Mental
List, I'm still having this problem. In fact, I'm trying to get Sean's Mailer Extension to work and it is redirecting to /contact/ instead of /content/contact/. I have the suggested line in config/environment.rb, but it doesn't seem to help. Anyone have any ideas? Thanks, BJ Clark On 1/19/07, BJ Clark <[EMAIL PROTECTED]> wrote: > I've added that, but the tabs are still not working. All the other > links are full links, the tabs are all at "/admin/layouts/" or > whatever. > Any suggestions? > BJ Clark > > On 1/19/07, Sean Cribbs <[EMAIL PROTECTED]> wrote: > > BJ, > > > > Go into the config/environment.rb file and put this line at the bottom: > > > > ActionController::AbstractRequest.relative_url_root = > > "/content" > > > > Sean > > > > > > On 1/19/07, BJ Clark <[EMAIL PROTECTED]> wrote: > > > List, > > > The only issue I had upgrading (after removing all my page behavior > > > types from the database by hand because all the behaviors were > > > breaking everyhting) is that most of the links in admin don't work > > > anymore. I keep my site under /content/ and lots of the links are > > > trying to load /admin/page instead of /content/admin/page. > > > Is there some way to change this? > > > > > > Thanks, > > > BJ Clark > > > > > > On 1/18/07, Sean Cribbs <[EMAIL PROTECTED] > wrote: > > > > P.P.S. I'll be in #radiantcms this afternoon if you want real-time help. > > > > > > > > > > > > On 1/18/07, Sean Cribbs <[EMAIL PROTECTED] > wrote: > > > > > Here's a quick way to do it. > > > > > > > > > > Depending on how you put the code on your server (via svn or tarball > > or > > > > gem), use SVN to checkout or export the code from the mental branch into > > the > > > > same directory. > > > > > > > > > > In the root of the app (above public/), run rake db:migrate. This > > will > > > > bring your new installation inline with the latest database schema. > > > > > > > > > > Now, restart your webserver/app server/fcgi processes and enjoy! > > > > > > > > > > Sean > > > > > > > > > > P.S. to install the Mailer extension, use SVN again, but > > checkout/export > > > > into the vendor/extensions directory instead of the root. > > > > > > > > > > > > > > > > > > > > On 1/18/07, BJ Clark < [EMAIL PROTECTED] > wrote: > > > > > > Hello List, > > > > > > I've currently got my site about 95% done using regular Trunk, but > > I'd > > > > > > like to move to mental since I can't seem to get the mailer behavior > > > > > > working with the current trunk on my host. > > > > > > > > > > > > Is there an easy way to do this without losing the content I > > currently > > > > > > have? I've been looking all over the radiantcms.org site and can't > > > > > > find reference on how to upgrade anywhere. > > > > > > > > > > > > Thanks, > > > > > > BJ Clark > > > > > > ___ > > > > > > Radiant mailing list > > > > > > Post: Radiant@lists.radiantcms.org > > > > > > Search: http://radiantcms.org/mailing-list/search/ > > > > > > Site: > > > > http://lists.radiantcms.org/mailman/listinfo/radiant > > > > > > > > > > > > > > > > > > > > > > > > > > > > ___ > > > > Radiant mailing list > > > > Post: Radiant@lists.radiantcms.org > > > > Search: http://radiantcms.org/mailing-list/search/ > > > > Site: > > > > http://lists.radiantcms.org/mailman/listinfo/radiant > > > > > > > > > > > ___ > > > Radiant mailing list > > > Post: Radiant@lists.radiantcms.org > > > Search: http://radiantcms.org/mailing-list/search/ > > > Site: > > http://lists.radiantcms.org/mailman/listinfo/radiant > > > > > > > > > ___ > > Radiant mailing list > > Post: Radiant@lists.radiantcms.org > > Search: http://radiantcms.org/mailing-list/search/ > > Site: > > http://lists.radiantcms.org/mailman/listinfo/radiant > > > > > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] How to move from Trunk to Mental
I've added that, but the tabs are still not working. All the other links are full links, the tabs are all at "/admin/layouts/" or whatever. Any suggestions? BJ Clark On 1/19/07, Sean Cribbs <[EMAIL PROTECTED]> wrote: > BJ, > > Go into the config/environment.rb file and put this line at the bottom: > > ActionController::AbstractRequest.relative_url_root = > "/content" > > Sean > > > On 1/19/07, BJ Clark <[EMAIL PROTECTED]> wrote: > > List, > > The only issue I had upgrading (after removing all my page behavior > > types from the database by hand because all the behaviors were > > breaking everyhting) is that most of the links in admin don't work > > anymore. I keep my site under /content/ and lots of the links are > > trying to load /admin/page instead of /content/admin/page. > > Is there some way to change this? > > > > Thanks, > > BJ Clark > > > > On 1/18/07, Sean Cribbs <[EMAIL PROTECTED] > wrote: > > > P.P.S. I'll be in #radiantcms this afternoon if you want real-time help. > > > > > > > > > On 1/18/07, Sean Cribbs <[EMAIL PROTECTED] > wrote: > > > > Here's a quick way to do it. > > > > > > > > Depending on how you put the code on your server (via svn or tarball > or > > > gem), use SVN to checkout or export the code from the mental branch into > the > > > same directory. > > > > > > > > In the root of the app (above public/), run rake db:migrate. This > will > > > bring your new installation inline with the latest database schema. > > > > > > > > Now, restart your webserver/app server/fcgi processes and enjoy! > > > > > > > > Sean > > > > > > > > P.S. to install the Mailer extension, use SVN again, but > checkout/export > > > into the vendor/extensions directory instead of the root. > > > > > > > > > > > > > > > > On 1/18/07, BJ Clark < [EMAIL PROTECTED] > wrote: > > > > > Hello List, > > > > > I've currently got my site about 95% done using regular Trunk, but > I'd > > > > > like to move to mental since I can't seem to get the mailer behavior > > > > > working with the current trunk on my host. > > > > > > > > > > Is there an easy way to do this without losing the content I > currently > > > > > have? I've been looking all over the radiantcms.org site and can't > > > > > find reference on how to upgrade anywhere. > > > > > > > > > > Thanks, > > > > > BJ Clark > > > > > ___ > > > > > Radiant mailing list > > > > > Post: Radiant@lists.radiantcms.org > > > > > Search: http://radiantcms.org/mailing-list/search/ > > > > > Site: > > > http://lists.radiantcms.org/mailman/listinfo/radiant > > > > > > > > > > > > > > > > > > > > > > ___ > > > Radiant mailing list > > > Post: Radiant@lists.radiantcms.org > > > Search: http://radiantcms.org/mailing-list/search/ > > > Site: > > > http://lists.radiantcms.org/mailman/listinfo/radiant > > > > > > > > ___ > > Radiant mailing list > > Post: Radiant@lists.radiantcms.org > > Search: http://radiantcms.org/mailing-list/search/ > > Site: > http://lists.radiantcms.org/mailman/listinfo/radiant > > > > > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: > http://lists.radiantcms.org/mailman/listinfo/radiant > > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] How to move from Trunk to Mental
List, The only issue I had upgrading (after removing all my page behavior types from the database by hand because all the behaviors were breaking everyhting) is that most of the links in admin don't work anymore. I keep my site under /content/ and lots of the links are trying to load /admin/page instead of /content/admin/page. Is there some way to change this? Thanks, BJ Clark On 1/18/07, Sean Cribbs <[EMAIL PROTECTED]> wrote: > P.P.S. I'll be in #radiantcms this afternoon if you want real-time help. > > > On 1/18/07, Sean Cribbs <[EMAIL PROTECTED] > wrote: > > Here's a quick way to do it. > > > > Depending on how you put the code on your server (via svn or tarball or > gem), use SVN to checkout or export the code from the mental branch into the > same directory. > > > > In the root of the app (above public/), run rake db:migrate. This will > bring your new installation inline with the latest database schema. > > > > Now, restart your webserver/app server/fcgi processes and enjoy! > > > > Sean > > > > P.S. to install the Mailer extension, use SVN again, but checkout/export > into the vendor/extensions directory instead of the root. > > > > > > > > On 1/18/07, BJ Clark < [EMAIL PROTECTED] > wrote: > > > Hello List, > > > I've currently got my site about 95% done using regular Trunk, but I'd > > > like to move to mental since I can't seem to get the mailer behavior > > > working with the current trunk on my host. > > > > > > Is there an easy way to do this without losing the content I currently > > > have? I've been looking all over the radiantcms.org site and can't > > > find reference on how to upgrade anywhere. > > > > > > Thanks, > > > BJ Clark > > > ___ > > > Radiant mailing list > > > Post: Radiant@lists.radiantcms.org > > > Search: http://radiantcms.org/mailing-list/search/ > > > Site: > http://lists.radiantcms.org/mailman/listinfo/radiant > > > > > > > > > > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: > http://lists.radiantcms.org/mailman/listinfo/radiant > > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] [ANN] Mailer extension
Sean, Can you give a brief explanation on how to install this? Is there a rake task to install all the files in the necessary places? Thanks, BJ Clark On 1/16/07, Sean Cribbs <[EMAIL PROTECTED]> wrote: > > I'll definitely release the LDAP. The event calendar is okay, but I'm not > especially proud of it. It works fine, it's just that the UI sucks. I'd be > happy to accept patches for any of them, of course. Now I just need to get > my TxD SVN working again. > > Sean > > Mislav Marohnić wrote: > Nice! We'll try it out. > > Are you going to do the same with event calendar and LDAP stuff you > mentioned? > > > On 1/16/07, Sean Cribbs < [EMAIL PROTECTED]> wrote: > > I've teased you long enough! The Mailer extension has been added to the > Radiant repository. > > > > > > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > > > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: > http://lists.radiantcms.org/mailman/listinfo/radiant > > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
[Radiant] Mental Extension documentation
Hello All, I need to port the ol' rss behavior over to a mental extension. Is there any documentation on the extensions and how to develop them (other than the same in the svn repos.)? Thanks, BJ Clark ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
[Radiant] How to move from Trunk to Mental
Hello List, I've currently got my site about 95% done using regular Trunk, but I'd like to move to mental since I can't seem to get the mailer behavior working with the current trunk on my host. Is there an easy way to do this without losing the content I currently have? I've been looking all over the radiantcms.org site and can't find reference on how to upgrade anywhere. Thanks, BJ Clark ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] POLL: Upgrading Unpacked Radiant Applications
1. Source 2. 3. I'm all for more updates. BJ Clark On 1/15/07, Todd McGrath <[EMAIL PROTECTED]> wrote: > Quoting "John W. Long" <[EMAIL PROTECTED]>: > > > The pole: > > > > 1. Did you install Radiant from source or use the gem? > > source > > > > > 2. If you installed Radiant using the gem, did you use the --unpack flag > > with the radiant command? > > > > 3. Would you mind if we dropped support for upgrading unpacked Radiant > > applications (apps installed using the --unpack flag) if it > > means that Radiant releases can occur more frequently? > > wouldn't mind at all - prefer more frequent releases > > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] Typo3 instead of Radiant?
Just to throw my $.02 in, I agree with most of what Ruben says, especially with regards to MailerBehavior. I've spent atleast 10 hours the last week and a half between testing, talking to my host, searching for the little bit of documentation that is out there, etc trying to figure out how to get it working and I just can't get anything going there, nor can I figure what's actually wrong with it. I also agree that user roles and the publishing system needs to be improved. I'm not talking about a total re-design but it would be nice to be able to change a page, view some sort of "draft" before it gets published, and then publish it if it was ok. Also, versioned pages would be VERY nice, and I wouldn't think it would be that difficult to implement with acts_as_versioned, but I've never tried. And then there is the documentation, which I plan to help with as soon as I get my site launched. I feel like Radiant is right on the edge of being ready, and hopefully the next version (mental?!?) will be just enough to push it to fully ready. -BJ Clark On 1/14/07, John W. Long <[EMAIL PROTECTED]> wrote: > Ruben D. Orduz wrote: > > * Mailer Behaviour is shaky at best. > > Sean Cribbs has been working on a replacement extension for the mailer > behavior. I'm hoping that he will be gracious enough to allow us to > eventually pull it into the official extensions repository. It seems a > lot of people have had trouble with the mailer behavior and I agree that > we need a better supported solution. > > > * Print page to PDF/PS/CSV is not even completely supported by Rails. > > This would probably be a lot of work. I'd suggest you try to come up > with something that would function well as an extension. > > > * User roles. > > I'm open to patches that make it easy for people to swap in their own > user management/permissions system. Everyone and their uncle seems to > have an opinion about how this should be done. > > > Sorry for soapboxing, but in closing I must echo the thoughts of a > > list contributor who said something to the effect that if a project > > stagnates for too long, it eventually fades away. > > I have no intention of seeing Radiant stagnate and fade away, but I do > have a living to make. :) Part of the reason things have been slow is > that we are still bringing core developers up to speed on the current > code base and the direction of the project. I'm adding developers as I > can, but it takes time. > > Thanks for helping out with the documentation. Your work there is > appreciated. > > -- > John Long > http://wiseheartdesign.com > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] Mailer Behavior on ASmallOrange
Michael, It's not working under dev, but I finally got an error (ya!). It's not authenticating properly, so I've contact my hosting provider to see what they have to say about it. If I figure anything out, I'll post it here. BJ On 1/10/07, Michael Roper <[EMAIL PROTECTED]> wrote: > Hi BJ, > > Just out of interest, does it work under development mode on the same server? > I was having a similar issue, where it works fine in dev mode, but not > in production mode. I havent managed to get t resolved yet.. > > http://www.ruby-forum.com/topic/91276#180017 > > > > On 1/11/07, BJ Clark <[EMAIL PROTECTED]> wrote: > > Hello All, > > I'm still un-able to get my contact page to work. > > I am getting no errors in my production log. All that I can find that > > related to the mailer is this: > > > > Processing SiteController#show_page (for 165.127.53.190 at 2007-01-10 > > 16:58:20) [POST] > > Parameters: {"mailer"=>{"message"=>"Test", "name"=>"BJ", > > "subject"=>"", "email"=>"[EMAIL PROTECTED]"}, "action"=>"show_page", > > "url"=>["contact"], "mailer_name"=>"contact", "controller"=>"site"} > > Completed in 0.01511 (66 reqs/sec) | DB: 0.00077 (5%) | 200 OK > > [http://www.scidept.com/content/contact] > > > > The problem is that I'm not getting any email and it's not forwarding > > to my /contact/thank-you page, it just goes back to a blank /contact/ > > page. > > > > Anyone have any ideas? > > Thanks, > > BJ Clark > > > > > > On 1/5/07, BJ Clark <[EMAIL PROTECTED]> wrote: > > > Sean, > > > Here's what I have in config/environment.rb: > > > ActionMailer::Base.server_settings = { > > > :address => "domain.com", > > > :port => 25, > > > :domain => 'domain.com', > > > :user_name => "[EMAIL PROTECTED]", > > > :password => 'password', > > > :authentication => :login > > > } > > > (obviously this is obfuscated) > > > I have two questions here. What is :address and :username supposed to > > > be? Any ideas? > > > Thanks, > > > BJ > > > > > > On 1/5/07, Sean Cribbs <[EMAIL PROTECTED]> wrote: > > > > BJ, > > > > > > > > Make sure you have set the ActionMailer settings in > > > > config/environment.rb or > > > > config/environments/production.rb . You might need to set > > > > an SMTP server to use, rather than sendmail. > > > > > > > > Sean > > > > > > > > > > > > On 1/4/07, BJ Clark <[EMAIL PROTECTED]> wrote: > > > > > > > > > > Anyone got the Mailer Behavior to work on ASmallOrange.com hosting? > > > > > > > > > > I have the behavior installed and everything set up to what I think is > > > > > correct, but the form just reloads it's self (not thank-you) and I > > > > > never get an email. There doesn't seem to be any errors, all I can > > > > > find in any error logs is in production.log I get: > > > > > > > > > > "Processing SiteController#show_page (for at 2007-01-04 > > > > > 16:56:19) [POST] > > > > > Parameters: {"mailer"=>{"message"=>"test test", "name"=>"me", > > > > > "subject"=>""}, "action"=>"show_page", > > > > "url"=>["contact"], > > > > > "mailer_name"=>"contact", "controller"=>"site"} > > > > > Completed in 1.89603 (0 reqs/sec) | DB: 0.00087 (0%) | 200 OK > > > > > [http://www.mysite.com/content/contact ] > > > > > > > > > > > > > > > My config part is this: > > > > > > > > > > mailers: > > > > > contact: > > > > > subject: From Contact Form > > > > > from: [EMAIL PROTECTED] > > > > > redirect_to: /contact/thank-you/ > > > > > recipients: > > > > > - [EMAIL PROTECTED] > > > > > > > > > > > > > > > Any suggestions? > > > > > Thanks, > > > > > BJ Clark > > > > > ___ > > > > > Radiant mailing list > > > > > Post: Radiant@lists.radiantcms.org > > > > > Search: http://radiantcms.org/mailing-list/search/ > > > > > Site: > > > > http://lists.radiantcms.org/mailman/listinfo/radiant > > > > > > > > > > > > > > > > > ___ > > > > Radiant mailing list > > > > Post: Radiant@lists.radiantcms.org > > > > Search: http://radiantcms.org/mailing-list/search/ > > > > Site: > > > > http://lists.radiantcms.org/mailman/listinfo/radiant > > > > > > > > > > > > > ___ > > Radiant mailing list > > Post: Radiant@lists.radiantcms.org > > Search: http://radiantcms.org/mailing-list/search/ > > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > > > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] Mailer Behavior on ASmallOrange
Hello All, I'm still un-able to get my contact page to work. I am getting no errors in my production log. All that I can find that related to the mailer is this: Processing SiteController#show_page (for 165.127.53.190 at 2007-01-10 16:58:20) [POST] Parameters: {"mailer"=>{"message"=>"Test", "name"=>"BJ", "subject"=>"", "email"=>"[EMAIL PROTECTED]"}, "action"=>"show_page", "url"=>["contact"], "mailer_name"=>"contact", "controller"=>"site"} Completed in 0.01511 (66 reqs/sec) | DB: 0.00077 (5%) | 200 OK [http://www.scidept.com/content/contact] The problem is that I'm not getting any email and it's not forwarding to my /contact/thank-you page, it just goes back to a blank /contact/ page. Anyone have any ideas? Thanks, BJ Clark On 1/5/07, BJ Clark <[EMAIL PROTECTED]> wrote: > Sean, > Here's what I have in config/environment.rb: > ActionMailer::Base.server_settings = { > :address => "domain.com", > :port => 25, > :domain => 'domain.com', > :user_name => "[EMAIL PROTECTED]", > :password => 'password', > :authentication => :login > } > (obviously this is obfuscated) > I have two questions here. What is :address and :username supposed to > be? Any ideas? > Thanks, > BJ > > On 1/5/07, Sean Cribbs <[EMAIL PROTECTED]> wrote: > > BJ, > > > > Make sure you have set the ActionMailer settings in config/environment.rb or > > config/environments/production.rb . You might need to set > > an SMTP server to use, rather than sendmail. > > > > Sean > > > > > > On 1/4/07, BJ Clark <[EMAIL PROTECTED]> wrote: > > > > > > Anyone got the Mailer Behavior to work on ASmallOrange.com hosting? > > > > > > I have the behavior installed and everything set up to what I think is > > > correct, but the form just reloads it's self (not thank-you) and I > > > never get an email. There doesn't seem to be any errors, all I can > > > find in any error logs is in production.log I get: > > > > > > "Processing SiteController#show_page (for at 2007-01-04 > > > 16:56:19) [POST] > > > Parameters: {"mailer"=>{"message"=>"test test", "name"=>"me", > > > "subject"=>""}, "action"=>"show_page", > > "url"=>["contact"], > > > "mailer_name"=>"contact", "controller"=>"site"} > > > Completed in 1.89603 (0 reqs/sec) | DB: 0.00087 (0%) | 200 OK > > > [http://www.mysite.com/content/contact ] > > > > > > > > > My config part is this: > > > > > > mailers: > > > contact: > > > subject: From Contact Form > > > from: [EMAIL PROTECTED] > > > redirect_to: /contact/thank-you/ > > > recipients: > > > - [EMAIL PROTECTED] > > > > > > > > > Any suggestions? > > > Thanks, > > > BJ Clark > > > ___ > > > Radiant mailing list > > > Post: Radiant@lists.radiantcms.org > > > Search: http://radiantcms.org/mailing-list/search/ > > > Site: > > http://lists.radiantcms.org/mailman/listinfo/radiant > > > > > > > > > ___ > > Radiant mailing list > > Post: Radiant@lists.radiantcms.org > > Search: http://radiantcms.org/mailing-list/search/ > > Site: > > http://lists.radiantcms.org/mailman/listinfo/radiant > > > > > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] Mailer Behavior on ASmallOrange
Sean, Here's what I have in config/environment.rb: ActionMailer::Base.server_settings = { :address => "domain.com", :port => 25, :domain => 'domain.com', :user_name => "[EMAIL PROTECTED]", :password => 'password', :authentication => :login } (obviously this is obfuscated) I have two questions here. What is :address and :username supposed to be? Any ideas? Thanks, BJ On 1/5/07, Sean Cribbs <[EMAIL PROTECTED]> wrote: > BJ, > > Make sure you have set the ActionMailer settings in config/environment.rb or > config/environments/production.rb . You might need to set > an SMTP server to use, rather than sendmail. > > Sean > > > On 1/4/07, BJ Clark <[EMAIL PROTECTED]> wrote: > > > > Anyone got the Mailer Behavior to work on ASmallOrange.com hosting? > > > > I have the behavior installed and everything set up to what I think is > > correct, but the form just reloads it's self (not thank-you) and I > > never get an email. There doesn't seem to be any errors, all I can > > find in any error logs is in production.log I get: > > > > "Processing SiteController#show_page (for at 2007-01-04 > > 16:56:19) [POST] > > Parameters: {"mailer"=>{"message"=>"test test", "name"=>"me", > > "subject"=>""}, "action"=>"show_page", > "url"=>["contact"], > > "mailer_name"=>"contact", "controller"=>"site"} > > Completed in 1.89603 (0 reqs/sec) | DB: 0.00087 (0%) | 200 OK > > [http://www.mysite.com/content/contact ] > > > > > > My config part is this: > > > > mailers: > > contact: > > subject: From Contact Form > > from: [EMAIL PROTECTED] > > redirect_to: /contact/thank-you/ > > recipients: > > - [EMAIL PROTECTED] > > > > > > Any suggestions? > > Thanks, > > BJ Clark > > ___ > > Radiant mailing list > > Post: Radiant@lists.radiantcms.org > > Search: http://radiantcms.org/mailing-list/search/ > > Site: > http://lists.radiantcms.org/mailman/listinfo/radiant > > > > > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: > http://lists.radiantcms.org/mailman/listinfo/radiant > > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
[Radiant] Mailer Behavior on ASmallOrange
Anyone got the Mailer Behavior to work on ASmallOrange.com hosting? I have the behavior installed and everything set up to what I think is correct, but the form just reloads it's self (not thank-you) and I never get an email. There doesn't seem to be any errors, all I can find in any error logs is in production.log I get: "Processing SiteController#show_page (for at 2007-01-04 16:56:19) [POST] Parameters: {"mailer"=>{"message"=>"test test", "name"=>"me", "subject"=>""}, "action"=>"show_page","url"=>["contact"], "mailer_name"=>"contact", "controller"=>"site"} Completed in 1.89603 (0 reqs/sec) | DB: 0.00087 (0%) | 200 OK [http://www.mysite.com/content/contact] My config part is this: mailers: contact: subject: From Contact Form from: [EMAIL PROTECTED] redirect_to: /contact/thank-you/ recipients: - [EMAIL PROTECTED] Any suggestions? Thanks, BJ Clark ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] Displaying a specific child's content
I figured it out. I was trying to pull a page that was 2 levels below where I was trying to pull it from. I had to call it by url="level1/pagename" But that works just dandy. Thanks all, BJ On 1/2/07, Andreas Semt <[EMAIL PROTECTED]> wrote: > @BJ, > > it works for me. The content tag is also described > here: http://radiantcms.org/blog/2006/05/11/tag-primer/ > > The example says: > --- > → Content from the sidebar part of the page. > > The part attribute (shown above) allows you to specify which part of the > page you would like to render. When used without a part attribute the > content tag will render the "body" part. > --- > > > Best regards, > Andreas Semt > > BJ Clark schrieb: > > @Ruben, > > I'm just trying to display the content of certain pages in other pages. > > > > @Andreas, > > Are you sure this works for you? It's not putting anything in my page. > > I don't get an error, but it doesn't do anything either. > > > > > > Thanks 2 everyone, > > BJ Clark > > > > On 1/1/07, Andreas Semt <[EMAIL PROTECTED]> wrote: > >> @Ruben, > >> > >> perhaps it's necessary to code it this way: > >> > >> --- > >> > >> > >> > >> > >> > >> > >> --- > >> > >> > >> Best regards, > >> Andreas Semt > >> > >> Ruben D. Orduz schrieb: > >>> I suppose I misunderstood his question. I thought he wanted to know > >>> how to access the content of a child page, but in retrospect, I > >>> realize that he just wanted to show the actual content of a child page > >>> somewhere else. I think the tag definitely helps, but I don't > >>> know if it is able to bring specific parts of a child page or of it > >>> will retrieve the content of the whole page. I guess he could play > >>> with the DB and then do a ??? > >>> > >>> On 1/1/07, Andreas Semt <[EMAIL PROTECTED]> wrote: > >>>> @Clark, > >>>> > >>>> --- > >>>> > >>>> > >>>> > >>>> > >>>> --- > >>>> > >>>> This includes the content of the page 'about' into your actual > >>>> page. > >>>> Alternative you could write '', because per default > >>>> the body page part is shown (or you could include self defined > >>>> page parts). > >>>> > >>>> > >>>> Best regards, > >>>> Andreas Semt > >>>> > >>>> BJ Clark schrieb: > >>>>> Hello All, > >>>>> I'm trying to display the content of a specific child page. > >>>>> Is there anyway to do this via radius tags? > >>>>> > >>>>> I realize that I can do all children (or whatever) via > >>>>> r:children:each or :first but I need to do :specificpage and I'm not > >>>>> sure how that is done. > >>>>> > >>>>> Is there a way to do that? > >>>>> Thanks, > >>>>> BJ Clark > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] Ideas for reimplementation of radiant caching
Dan, This sounds like a pretty good system. I'm not sure if my suggestions/concerns are directly related caching, but they kind of go with it. The biggest hole in Radiant that I can see is that there is not proper version management and publishing capabilities. I work for a large state government organization and I have to use Microsoft CMS 8 hours a day. It does lots of stuff completely terribly, but one nice thing about it is it's version management/publishing system. Here's what I mean: You have an existing page, you change some content, there is no way to preview it or approval process for it other than publishing it and viewing it live. Maybe this is by choice (I hope not), but I could see how this is a major reason for lack of adoption on a larger scale. What I'd like to see: After a page is changed, a new version is saved and the status for the new version is set to draft. There's a way to preview this page, and then publish/approve the page and it would then be live. This is when it would be "cached". This still allows for dynamic content and definitely takes Radiant to the next level for me (dare I say, "enterprise ready"). My $.02, I don't know if you've considered it in your caching scheme. - BJ Clark On 1/1/07, Ruben D. Orduz <[EMAIL PROTECTED]> wrote: > Dan, > > It seems you have given this quite a bit of thought, and it could > work. I'm just worried about when will the ROI of performace hit make > it be worth. > > Just as an anecdote, I've worked with paid enterprise-grade CMS's, > open-source CMS's and I've only seen two types of caching: > > 1) The classic: time expiry unless forced by hand. > 2) Tag-level caching: You can choose which tags NOT to cache. So for > example, in a news site, pretty much the whole site could be cached, > except for content produced by <%breaking-news%>. > > Maybe something like that could be adapted for Radiant (i.e. give the > choice which caching is desired). > > > > On 1/1/07, Daniel Sheppard <[EMAIL PROTECTED]> wrote: > > I want radiant to have a more robust caching mechanism than the current > > 'expire every x minutes' method of doing things - I'd like it to be able > > to handle just removing things from the cache when things actually > > change. I've roughed out a plan on how I think this should be done in a > > safe manner. > > > > It sounds like it should work, but this is mainly just what I thought of > > on the way to work this morning - I'd like people to poke holes in it > > and figure out any edge-cases I'm missing out on - if this process EVER > > misses out on the clearing of a cached page, it's pretty much useless. > > > > I see a bit off overhead being added to the rendering process (since > > after_initialize hooks are a performance no-no), but since this should > > reduce the need for rendering by a huge amount, I'm hoping it'll balance > > out. > > > > I will probably put off an implementation of this until after I finish > > off my asset extension and get other things running, but I might pull > > this forward for asset caching as well... not sure yet. > > > > -- > > > > Example Site layout: > > > > Pages: > > + Homepage ('main', 'sidebar') > > + Articles ('main', 'sidebar') > > - Article1 ('full', 'extract') > > - Article2 ('full', 'extract') > > > > Snippets: > > - Header > > - Footer > > > > Layouts > > - Default > > > > > > Homepage: > > > > > > > > > > > > > > > > > > > > > > > > 'default' layout: > > > > > > > > > > > > -- > > > > In this example, the homepage needs to be re-rendered when: > > - homepage is modified > > - new article child is created > > - article1/2 is updated/removed > > - article1/2 has extract added/removed > > - default layout is modified > > - header snippet is modified > > - footer snippet is modified > > - (please tell me if I'm missing cases here) > > > > To know all those things, the following should be more than enough to > > keep track of: > > > > - any page which is read from db during the render > > - any snippet wh
Re: [Radiant] Displaying a specific child's content
@Ruben, I'm just trying to display the content of certain pages in other pages. @Andreas, Are you sure this works for you? It's not putting anything in my page. I don't get an error, but it doesn't do anything either. Thanks 2 everyone, BJ Clark On 1/1/07, Andreas Semt <[EMAIL PROTECTED]> wrote: > @Ruben, > > perhaps it's necessary to code it this way: > > --- > > > > > > > --- > > > Best regards, > Andreas Semt > > Ruben D. Orduz schrieb: > > I suppose I misunderstood his question. I thought he wanted to know > > how to access the content of a child page, but in retrospect, I > > realize that he just wanted to show the actual content of a child page > > somewhere else. I think the tag definitely helps, but I don't > > know if it is able to bring specific parts of a child page or of it > > will retrieve the content of the whole page. I guess he could play > > with the DB and then do a ??? > > > > On 1/1/07, Andreas Semt <[EMAIL PROTECTED]> wrote: > >> @Clark, > >> > >> --- > >> > >> > >> > >> > >> --- > >> > >> This includes the content of the page 'about' into your actual > >> page. > >> Alternative you could write '', because per default > >> the body page part is shown (or you could include self defined > >> page parts). > >> > >> > >> Best regards, > >> Andreas Semt > >> > >> BJ Clark schrieb: > >>> Hello All, > >>> I'm trying to display the content of a specific child page. > >>> Is there anyway to do this via radius tags? > >>> > >>> I realize that I can do all children (or whatever) via > >>> r:children:each or :first but I need to do :specificpage and I'm not > >>> sure how that is done. > >>> > >>> Is there a way to do that? > >>> Thanks, > >>> BJ Clark > >>> ___ > >>> Radiant mailing list > >>> Post: Radiant@lists.radiantcms.org > >>> Search: http://radiantcms.org/mailing-list/search/ > >>> Site: http://lists.radiantcms.org/mailman/listinfo/radiant > >> ___ > >> Radiant mailing list > >> Post: Radiant@lists.radiantcms.org > >> Search: http://radiantcms.org/mailing-list/search/ > >> Site: http://lists.radiantcms.org/mailman/listinfo/radiant > >> > > ___ > > Radiant mailing list > > Post: Radiant@lists.radiantcms.org > > Search: http://radiantcms.org/mailing-list/search/ > > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
[Radiant] Displaying a specific child's content
Hello All, I'm trying to display the content of a specific child page. Is there anyway to do this via radius tags? I realize that I can do all children (or whatever) via r:children:each or :first but I need to do :specificpage and I'm not sure how that is done. Is there a way to do that? Thanks, BJ Clark ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] rss_behavior plugin
Bryan, Sweet catch. Really nice man. Thanks. I've got the rss_behavior working great now. I did have to hack it a bit, so I'm posting here for posterity. I'm also going to send this to the author. If your using a "mephisto" blog for your RSS (I think this is a mephisto thing, not a feedburner thing, but it could be feedburner too) you don't have a tag in your xml feed. You have published and updated. So you need to add those two tags to the plugin: tag "feed:published" do |tag| tag.locals.item.published end tag "feed:updated" do |tag| tag.locals.item.updated end That hung me up for a while, but I've got most everything kosher. The only problem I"m still having is I need to reformat the date (on the radiant side) and I'm not sure how to do this. I need to reformat "Saturday, December 16, 2006" to "Dec. 16". Anyone know how to do this (is it possible to do it in radius)? Thanks, BJ On 12/17/06, Bryan <[EMAIL PROTECTED]> wrote: > Hey BJ. > > Your feed url was hosed. > > Try this instead. > > > limit="3"> >- > > > > > > Take care, > > Bryan > > http://www.boulderanalytics.com > > -- > Posted via http://www.ruby-forum.com/. > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] rss_behavior plugin
Sean, Thanks for the help. If I set the page's behavior, I get the following error: undefined method `elements' for nil:NilClass Again, nothing in any log. Thanks again, BJ On 12/17/06, Sean Cribbs <[EMAIL PROTECTED]> wrote: > > > I am NOT using a specific behavior. > > > > Anyone have any ideas on troubleshooting > Therein lies the problem. You'll have to assign the RSS behavior to > that page that uses the tag. Does this solve the problem? > > Sean Cribbs > seancribbs.com > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
[Radiant] rss_behavior plugin
Hello all. I'm trying to use the rss_behavior to display my mephisto blog's rss feed on my radiant site. I've installed rss_behavior via script/plugin install etc. i've installed ruby-feedparser I am getting the following error in my page when it's rendered: "undefined tag `feed'" I'm not getting errors in: production.log lighttp.error.log lighttp.access.log The code I'm using in my page is: http://www.robotdeathsquad.com/blog/feed/atom.xml"; limit="3"> - I am NOT using a specific behavior. Anyone have any ideas on troubleshooting? ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
[Radiant] Content "outside" of radiant
Hello All, I've got radiant installed, running, etc. I would like to serve up my own folders of stuff outside of radiant's control. I've tossed a folder of stuff in /public/ but I get a 404 when I just try to pull it up. What is the proper way to do this? Thanks, BJ Clark ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] Newbie install problem directory? simlink?
Is this for your root domain or an add-on domain? If it's for your root domain, you need to do something like what John said. Be careful though, this will kill any add-on domains you may have. The easiest way to get aroudn that is something like: ln -s ~/radiant/public ~/public_html/site/ and then radiant would be at domain.com/site/ If it's for an add-on domain, you would need to do: ln -s ~/radiant/public ~/public_html/addondomain.com/ Then it's going to be at http://www.addondomain.com/ I've found ASO support can help you with the best way to do it because they will take a look at your account and see how your domains are set up. - BJ On 12/1/06, John W. Long <[EMAIL PROTECTED]> wrote: > Roberto Beto wrote: > > I thought I had done that already. > > > > ln -s ~/radiant/public ~/public_html/your_site_name > > > > I'm guessing you need: > > ln -s ~/radiant/public ~/public_html > > But I could be wrong. I'm not really familiar with A Small Orange. > > -- > John Long > http://wiseheartdesign.com > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
[Radiant] r:navigation help
Hello all, Another n00b question for you guys. I'm trying to generate a list block of all the published children of my home page. I'm assuming, via the UsingRadiant page on the wiki, that I need to use: | First, what should I be putting in the "Title: url" section? Somethign about r:children? Second, I don't understand what the r:normal, r:here and r:selected stuff are doing. Shouldn't that be rendering different "class=" or something? Is there anywhere else on the wiki that talks about this? Thanks BJ Clark ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
Re: [Radiant] Including a CSS page
Thanks to both of you. Some how, I was completely missing the "more" link. That needs to be made bigger for sure. Everything is giant text in the admin, except for that one little tiny link. Anyway, I've got it up and running now! I love radiant. Super nice. Thanks! BJ On 11/25/06, Sean Cribbs <[EMAIL PROTECTED]> wrote: Also, make sure that on the Stylesheet layout, that the Content Type is set correctly. It should be text/css. If you can't see the field, click the "More" link. Sean Cribbs seancribbs.com On 11/25/06, Lionel Mestre <[EMAIL PROTECTED]> wrote: > The way you include the css in the layout is ok. > All you need to do is to define the slug for screen as screen.css. On Edit > page for screen click on the link more below the page title and define > slug as being screen.css instead of probably screen. > > lionel > > On Sat, 25 Nov 2006 02:28:39 +0100, BJ Clark <[EMAIL PROTECTED]> wrote: > > > Hello All, > > n00b question here. I'm setting up my first radiant site. SVN Trunk. > > I've created 2 layous, "normal" and "stylesheet". > > In "stylesheet' I have: > > > > > > I've created a page (under my homepage) called "screen". > > In screen I have all of my CSS info. > > > > How do I include screen into my layout? I've tried " > rel="stylesheet" > > type="text/css" href="/screen.css" />" but that isn't working. > > > > Thanks, > > BJ Clark > ___ > Radiant mailing list > Post: Radiant@lists.radiantcms.org > Search: http://radiantcms.org/mailing-list/search/ > Site: http://lists.radiantcms.org/mailman/listinfo/radiant > ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
[Radiant] Including a CSS page
Hello All, n00b question here. I'm setting up my first radiant site. SVN Trunk. I've created 2 layous, "normal" and "stylesheet". In "stylesheet' I have: I've created a page (under my homepage) called "screen". In screen I have all of my CSS info. How do I include screen into my layout? I've tried "" but that isn't working. Thanks, BJ Clark ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant