[Radiant] Script to invalidate single URLs in Radiant::Cache

2010-01-12 Thread Johannes Fahrenkrug
Hi, this might be useful for some: http://blog.springenwerk.com/2010/01/invalidate-single-urls-in.html - Johannes ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site:

[Radiant] Long 404 response times / Profiling with ruby-prof

2009-12-17 Thread Johannes Fahrenkrug
Hi, my Radiant 0.8.1 app takes very long (about 3 seconds!) to respond for non-exsiting pages. Existing pages are returned very quickly! I've overridden FileNotFoundPage's cache? method to return true, so at least the responses are cached now. I'd still like to find out where the time is spent,

Re: [Radiant] Routes and Custom Pages Types

2009-08-26 Thread Johannes Fahrenkrug
to make the site SEO friendly and avoid get parameters. Would the best practice be to set this up through the routes in the _extension.rb file? Thanks! - Johannes Fahrenkrug ___ Radiant mailing list Post:   Radiant@radiantcms.org Search: http

[Radiant] Routes and Custom Pages Types

2009-08-25 Thread Johannes Fahrenkrug
the site SEO friendly and avoid get parameters. Would the best practice be to set this up through the routes in the _extension.rb file? Thanks! - Johannes Fahrenkrug ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing

[Radiant] When will the i18n features make it into the gem?

2009-08-10 Thread Johannes Fahrenkrug
Hi, I have a question about the i18n branch: is it production ready? If not: can I help? If it is: when can we expect it the be part of the official release? Thanks! - Johannes -- http://blog.springenwerk.com ___ Radiant mailing list Post:

Re: [Radiant] When will the i18n features make it into the gem?

2009-08-10 Thread Johannes Fahrenkrug
features progress, i18n will be included in 0.9.  Expect 0.9 probably before the new year (or sooner if we don't include the new UI). Sean Johannes Fahrenkrug wrote: Hi, I have a question about the i18n branch: is it production ready? If not: can I help? If it is: when can we expect

[Radiant] Radiant Xapian Search Extension - now a drop-in replacement

2009-07-29 Thread Johannes Fahrenkrug
Hi, I've updated the Xapian Search Extension today with the search_page.rb tags from the official Radiant Search Extension. It should now work as a drop-in replacement, using the powerful Xapian search engine. It might still be a little rough around the edges, so please give me feedback in case

Re: [Radiant] Radiant and IBM DB2

2009-01-13 Thread Johannes Fahrenkrug
Hi Anton, Thanks for your reply. The Ruby on rails book - the Pickaxe book - discusses how to use RoR with legacy databases. I'd recommend looking at that. You mean the Agile Web Development with Rails book? In short, the answer is YES, but you need to have some other database to act as

Re: [Radiant] Radiant and IBM DB2

2009-01-13 Thread Johannes Fahrenkrug
Hi Davide, Wow, That's great information! Thank you so much. You know, I've just finished setting up DB2 on my Mac and I've just gotten my first Radiant app on DB2 up and running. That's really cool. I've written a short article about it here:

Re: [Radiant] Radiant and IBM DB2

2009-01-13 Thread Johannes Fahrenkrug
Hi Anton, It may be that the DB2 tables don't have a field id. So how are you going to have ROR access them? You have a 'shim' database that works with id and maps that to the index of the DB2 table. Ok, I see. Yes, the missing id column problem will have to be solved. I think Dr. Nic has