[Radiant] Generic CRUD extension

2010-05-06 Thread John Polling
Hi, I'm currently having to write a series of extensions for a new site I'm working on. All they are is a series of simple CRUD extensions and very repetitive. I was just wondering if there was a plugin that would cut out on this repetition? Regards John

Re: [Radiant] Page Parts extension - Passenger failing

2010-05-06 Thread John Polling
/vendor/radiant/vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:437:in `call' Is this a problem in Production mode as well? Interestingly if I press Save and continue editing the page just hangs. Thanks again John On 5 May 2010, at 01:27, Josh French wrote: Thanks

Re: [Radiant] Page Parts extension - Passenger failing

2010-05-05 Thread John Polling
Both working a treat in Production. Thanks again for resolving so quickly. Loving both extensions, exactly what RadiantCMS has been needing for quite some time. John On 5 May 2010, at 01:27, Josh French wrote: Thanks for looking into this so quickly. Will run an update first thing

Re: [Radiant] Page Parts extension - Passenger failing

2010-05-04 Thread John Polling
what to set. Thanks John On 4 May 2010, at 17:10, John Polling wrote: Hi, I'm using the Page Parts extension for the first time. I'm running RadiantCMS on Edge, so not certain if this is the problem. I have created a file_image_page_part and placed the file in the {RAILS_ROOT}/app

Re: [Radiant] Page Parts extension - Passenger failing

2010-05-04 Thread John Polling
Hi Josh, Thanks for looking into this so quickly. Will run an update first thing in the morning. John On 4 May 2010, at 21:33, Josh French j...@digitalpulp.com wrote: Hi John, Can you update your copy of PageParts and try again? I've just pushed a change which should hopefully solve both

Re: [Radiant] Maxlength attribute not displaying on mailer generated form

2010-04-29 Thread john muhl
On Thu, Apr 29, 2010 at 9:37 AM, Victor Zuniga vzun...@westervillelibrary.org wrote: One of our staff members encountered an interesting behavior when setting up a form for a local activity. They wanted to limit the amount of characters a user can type within the text box. They went ahead and

Re: [Radiant] Maxlength attribute not displaying on mailer generated form

2010-04-29 Thread john muhl
On Thu, Apr 29, 2010 at 12:04 PM, Jim Gay j...@saturnflyer.com wrote: On Apr 29, 2010, at 11:03 AM, john muhl wrote: On Thu, Apr 29, 2010 at 9:37 AM, Victor Zuniga vzun...@westervillelibrary.org wrote: One of our staff members encountered an interesting behavior when setting up a form

Re: [Radiant] problem with page_attachment

2010-04-29 Thread john muhl
On Thu, Apr 29, 2010 at 3:16 PM, Horst Rischbode ho...@horibo.de wrote: Hi John, thanks for the quick answer. Tried to follow Your instructions but failed. git checkout... raises an error: fatal: git checkout: updating paths is incompatible with switching branches. Did you intend to checkout

Re: [Radiant] problem with page_attachment

2010-04-28 Thread john muhl
you need the 0.8 branch cd radiant/vendor/extensions git clone git://github.com/radiant/radiant-page-attachments-extension.git page_attachments cd page_attachments git checkout -b 0.8 radiant-0.8.0 cd ../../.. rake radiant:extensions:page_attachments:migrate rake

[Radiant] page factory css

2010-04-28 Thread john muhl
i installed the page factory extension and ran the migrate/update tasks but the page_factory.css is not being included in the admin ui. i see the public/stylesheets/admin/page_factory.css file but it's not being added to the @stylesheets array while other css (e.g. page_attachments.css) are

Re: [Radiant] page factory css

2010-04-28 Thread john muhl
On Wed, Apr 28, 2010 at 10:18 PM, Josh French j...@digitalpulp.com wrote: oops. i meant that it's not included on the factory pages but is included on the main page list. That's correct. The CSS only styles the popup on the pages index, so I didn't include it on the new/edit screens. that

Re: [Radiant] [ANN] RadiantCasts episode 8

2010-04-15 Thread john muhl
On Thu, Apr 15, 2010 at 3:00 PM, Cristi Duma cristi.d...@aissac.ro wrote: bliptv provides a .mov version but I think their TOS don't allow me to publish deep links to those .mov versions. I'll have to check that up, just to be sure. surely they don't have a problem with linking to

Re: [Radiant] [ANN] RadiantCasts episode 8

2010-04-14 Thread john muhl
On Wed, Apr 14, 2010 at 1:50 AM, Cristi Duma cristi.d...@aissac.ro wrote: @John if you mean like downloading .mov version from amazon or something similar... you can't. nor can i watch them in the first place since i do not have flash installed. Maybe in the future, but at the moment i'm

Re: [Radiant] [ANN] RadiantCasts episode 8

2010-04-14 Thread john muhl
to watch it in something like VLC.  Even without flash installed (I do believe). - Joel On Wed, Apr 14, 2010 at 10:18 AM, john muhl johnm...@gmail.com wrote: On Wed, Apr 14, 2010 at 1:50 AM, Cristi Duma cristi.d...@aissac.ro wrote: @John if you mean like downloading .mov version from

Re: [Radiant] [ANN] RadiantCasts episode 8

2010-04-14 Thread john muhl
writing XHTML :) Umm.. how come you don't have flash installed? I hate flash, too but I just use a flash block add-on and what about mobile devices that just can't run flash? On Wed, Apr 14, 2010 at 5:37 PM, john muhl johnm...@gmail.com wrote: ...or just add the link to the .mov version

Re: [Radiant] [ANN] RadiantCasts episode 8

2010-04-14 Thread john muhl
On Wed, Apr 14, 2010 at 11:37 AM, Jeff Casimir j...@casimircreative.com wrote: Hey John, Sorry if this comes off dick-ish, but I just wanted to remind you that Cristi is making these videos for the good of everybody on his freetime -- not even ad supported. and now that i've discovered

Re: [Radiant] [ANN] RadiantCasts episode 8

2010-04-13 Thread john muhl
any chance of getting alternative non-flash versions of your screencasts? On Tue, Apr 13, 2010 at 10:51 AM, Cristi Duma cristi.d...@aissac.ro wrote: just released episode 8http://radiantcms.org/blog/archives/2010/04/13/radiantcasts-episode-8-radiant-chronicle-extension/, presenting Jason

Re: [Radiant] error on welcome

2010-04-12 Thread john muhl
did you run `rake radiant:update` and `rake db:migrate` after updating to the master branch? On Mon, Apr 12, 2010 at 3:53 PM, Jan M.J. Storms j...@storms.org wrote: L.S., I have radiant gem 0.8.1 installed, made a fresh site and then followed the instructions on the download page under the

Re: [Radiant] Trailing slash for URLs

2010-04-10 Thread john muhl
On Sat, Apr 10, 2010 at 11:07 AM, Christian Aust christian.a...@software-consultant.net wrote: Hi all, search engines consider URLs /some-page and /some-page/ to be two different pages (well, at least Google analytics does). I'd like to get rid of that. Would you expect Radiant to redirect

Re: [Radiant] Where should I go from 0.7.2?

2010-04-05 Thread john muhl
don't fix it if it ain't broken. On Mon, Apr 5, 2010 at 9:44 AM, Mohit Sindhwani t...@onghu.com wrote: On 4/4/2010 5:16 PM, Mohit Sindhwani wrote: Hello All, It's spring... and I'm getting ready to revamp an old site.  Since the site has not been launched for a while, we have gone from a

Re: [Radiant] Where should I go from 0.7.2?

2010-04-05 Thread john muhl
On Mon, Apr 5, 2010 at 12:11 PM, Mohit Sindhwani t...@onghu.com wrote: Thanks, I think we may start with 0.7.1/ 0.7.2 and then move to 0.8.0 or 0.9.0 during the maintenance. i think you're going to have a heck of a time with 0.7.2 :) ___ Radiant

Re: [Radiant] Is settings extension ready for 0.9?

2010-04-01 Thread john muhl
On Thu, Apr 1, 2010 at 4:10 AM, Xavier Guardiola xavier.guardi...@gmail.com wrote: Im trying to install settings extension to edge but after the installation+migration+update but when I try to access the settings tab the whole app freezes and pops up the following error: Rendered

Re: [Radiant] Something strange here

2010-04-01 Thread john muhl
On Thu, Apr 1, 2010 at 3:14 PM, Arlen Walker arlen.wal...@gmail.com wrote: Was working with a development environment when suddenly the admin pages started looking funny, and I'm getting some javascript errors. The js errors are centered around Behavior, which comes from lowpro.js, and I'm

Re: [Radiant] Reorder Extension testing issues

2010-03-30 Thread john muhl
On Tue, Mar 30, 2010 at 9:53 AM, Arlen Walker arlen.wal...@gmail.com wrote: BTW, am I right in assuming there isn't a command to test a specific extension, only one which tests all installed extensions at once? rake spec:extensions EXT=ext_name ___

Re: [Radiant] Newbie Issues with Radiant on Snow Leopard

2010-03-26 Thread john muhl
gem uninstall rack gem install rack -v 1.0.1 On Fri, Mar 26, 2010 at 8:17 AM, Ilan Volow list...@clarux.com wrote: I'm trying out Radiant on my machine, OS X 10.6 Snow Leopard, using the version of Ruby that came with the OS, rails 2.3.5 and Radiant 0.8.1 (which was the version of Radiant

Re: [Radiant] Newbie Issues with Radiant on Snow Leopard

2010-03-26 Thread john muhl
on Ubuntu 9.04 but maybe it'll work on osx. .. Gabe On Mar 26, 2010 2:33 PM, john muhl johnm...@gmail.com wrote: gem uninstall rack gem install rack -v 1.0.1 On Fri, Mar 26, 2010 at 8:17 AM, Ilan Volow list...@clarux.com wrote: I'm trying out Radiant on my machine, OS X 10.6 Snow Leopard

Re: [Radiant] RC to Edge?

2010-03-23 Thread john muhl
On Tue, Mar 23, 2010 at 4:06 PM, Alexis Masters alexismast...@gmail.com wrote: I thought we had upgraded to Radiant Edge for Womensgivingtree.org, but now suspect the guys installed Radiant RC instead. How do you upgrade safely on a site that is up and running? What is the correct shell

[Radiant] Virtual Pages and Permissions

2010-03-21 Thread John W. Long
users in the PageType dropdown. -- John Long http://wiseheartdesign.com http://recursivecreative.com ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ List Site: http://lists.radiantcms.org/mailman

Re: [Radiant] 0.9 RC1 suitable for production use?

2010-03-16 Thread john muhl
if you want to use 0.9 i'd recommend using the current master branch as the RC1 release is far, far behind the current work. personally i'm still starting new projects with 0.8.1 mostly because these are sites for clients and being profitable means i don't want to be tracking a moving target; not

Re: [Radiant] Problem with MarkDownFilter

2010-03-15 Thread john muhl
On Mon, Mar 15, 2010 at 6:31 PM, Johannes Fritsch nos...@jfritsch.de wrote: Hi! I tested this on a brand new iMac (delivered today) with Snow Leopard: Rails was installed with Aptana RadRails. any version of rails you have installed will be ignored by radiant unless you've hacked it.

Re: [Radiant] Problem with MarkDownFilter

2010-03-15 Thread john muhl
could you try it again with the current master branch. i committed a change which at least in my testing seems to have cleared up the issue. sorry for the inconvenience. On Mon, Mar 15, 2010 at 6:31 PM, Johannes Fritsch nos...@jfritsch.de wrote: Hi! I tested this on a brand new iMac (delivered

Re: [Radiant] Can't delete page parts

2010-03-11 Thread John Long
Is this a fresh Radiant install or one that you upgraded? If you upgraded, it could be that you still need to update the javascripts: rake radiant:update:javascripts -- John Long http://wiseheartdesign.com http://recursivecreative.com On Wed, Mar 10, 2010 at 11:57 PM, Shaolo ot...@shaolo.com

[Radiant] Proposal: Generic Conditionals for Radiant

2010-03-11 Thread John Long
/proposal-generic-conditionals-for-radiant-cms/ I would love to hear feedback from the community this. It would be great if someone could pull together an extension so that we could play with this. Does anyone have time to put something together? -- John Long http://wiseheartdesign.com http

Re: [Radiant] how do I add git submodule for reader extension

2010-03-07 Thread john muhl
i'm not 100% but it may just not be updated to work with 0.9 yet. On Sun, Mar 7, 2010 at 11:36 PM, Daniel O'Connell d...@mac.com wrote: Im able to install and run migrate/update tasks. But when I try to create a reader I get this: Connection refused - connect(2) RAILS_ROOT:

Re: [Radiant] Tags for Last edited?

2010-03-01 Thread John Long
If you only need to deal with the children of a page you can do what you want with the children:each tag. There is no way to do this for pages on the whole site. That would be a useful extension though. -- John Long http://wiseheartdesign.com http://recursivecreative.com On Mon, Mar 1, 2010 at 5

Re: [Radiant] Issue with FBML/namespaced tags and Radius

2010-03-01 Thread John Long
recently rewrote the parser for Radius but there have been a couple of nagging issues. Out of curiosity does it work with Radius 0.5.1? -- John Long http://wiseheartdesign.com http://recursivecreative.com On Mon, Mar 1, 2010 at 4:58 PM, Toby Hede tobyh...@info-architects.net wrote: I am

Re: [Radiant] Radiant Upgrade from 0.5.2 to 0.8.1 Please help

2010-02-19 Thread john muhl
i don't think you'll be able to upgrade in one easy step. i'd recommend taking small steps to get to 0.8.1; such as 0.5.2 = 0.6.0 = 0.6.4 = 0.6.9 = 0.7.1 = 0.8.1 On Fri, Feb 19, 2010 at 11:12 AM, Hugo Villero hvill...@gmail.com wrote: Hi There, I know this could be a recall situation but, I

[Radiant] Design Help Needed! A Call To Action

2010-02-17 Thread John W. Long
be. :) Seriously, if you'd like to help, that's a roadmap how-to article on how to get started. Please, please send this around to all of your designer friends. I would love to see if we can make this work and have been disappointed we don't have more people contributing to the design effort. -- John Long http

[Radiant] wiki vandalism

2010-02-15 Thread john muhl
http://wiki.github.com/radiant/radiant/radiant-users has pretty much been ruined by a spammer. after bringing it to the attention of github they banned the user but all the spam they left is still there. if you have a valid listing on that page perhaps you could move it to another list above the

Re: [Radiant] Trouble install concurrent_draft extension

2010-02-11 Thread john muhl
are you using the 0.7.1 tag or the master branch? if the latter you might try switching to the former and running the migrate/update commands by hand. On Thu, Feb 11, 2010 at 3:32 PM, Stan Rawrysz smoo...@gmail.com wrote: I'm trying to install the concurrent_draft extension, but I'm guessing

Re: [Radiant] Trouble install concurrent_draft extension

2010-02-11 Thread john muhl
, it is not running 2.3.5, it's actually 2.1.2 like it's supposed to. Thanks, Stan On Thu, Feb 11, 2010 at 1:46 PM, john muhl johnm...@gmail.com wrote: are you using the 0.7.1 tag or the master branch? if the latter you might try switching to the former and running the migrate/update commands by hand

[Radiant] Volunteers Needed! Extension Registry Maintainers

2010-02-04 Thread John W. Long
entries. You need should have experience installing extensions and enjoy writing and editing. If you are looking for a way to give back to the community this is a fantastic way to get involved! Special thanks to Michael Hale for helping me implement this feature. -- John Long http

Re: [Radiant] restart server on site5

2010-02-03 Thread john muhl
http://wiki.github.com/radiant/radiant/installing-on-site5 says they support passenger so if you're using that then `touch tmp/restart.txt` should do the trick. if not you'll have to figure out what application server you are using before anyone can tell you how to restart it. On Wed, Feb 3, 2010

Re: [Radiant] Radiant Installation Failing Using Ruby 1.9.1/1.8.7

2010-02-03 Thread john muhl
On Wed, Feb 3, 2010 at 4:18 PM, Conrad Taylor conra...@gmail.com wrote: On Wed, Feb 3, 2010 at 4:31 PM, Jake Skedgell jjskedg...@gmail.com wrote: This 0.8.2 bug fix release would be very welcome. There is also a problem with the bundled Rails that conflicts with the new Rack 1.1.0. I don't

Re: [Radiant] trouble installing mailer extension

2010-02-01 Thread john muhl
On Mon, Feb 1, 2010 at 2:48 PM, Ming Pan fallspin...@gmail.com wrote: Dear List, I was trying to install the mailer extension. First I tried ./script/extension install mailer, and I got the following errors: + Initialized empty Git repository in

Re: [Radiant] trouble installing mailer extension

2010-02-01 Thread john muhl
. you need to restart your application server (passenger, mongrel, thin, unicorn etc. etc.) after installing extensions. On Mon, Feb 1, 2010 at 3:02 PM, Ming Pan fallspin...@gmail.com wrote: Thanks so much John! Now I went through the migrate step successfully, but it gave errors on the update

Re: [Radiant] trouble installing mailer extension

2010-02-01 Thread john muhl
much John! Now I went through the migrate step successfully, but it gave errors on the update step: (in /home/lovebaob/radapp) rake aborted! Don't know how to build task 'radiant:extensions:mailer:update' /usr/lib/ruby/gems/1.8/gems/rake-0.8.4/lib/rake.rb:1704:in `[]' /usr/lib/ruby/gems/1.8

Re: [Radiant] next 15

2010-02-01 Thread john muhl
what John used for Extension Registry? looks like it http://github.com/radiant/radiant-extension-registry/blob/master/.gitmodules On Jan 5, 2010, at 3:29 PM, Steven Southard wrote: I've never understood the purpose of that extension, that's what it does?  The offset with parameters was easy

Re: [Radiant] trouble packaging extension as gem

2010-01-26 Thread john muhl
On Tue, Jan 26, 2010 at 8:32 AM, Josh French j...@digitalpulp.com wrote: i'm at loss now for why it's not appearing in the drop down when loaded as a gem. no errors or anything unusual just a missing filter. I'm actually at a loss as to why it would appear when vendored if you're not

Re: [Radiant] trouble packaging extension as gem

2010-01-26 Thread john muhl
just noticed that extracting the textile_filter extension out into a gem also fails in the exact same ways that i've run into... On Tue, Jan 26, 2010 at 9:13 AM, john muhl johnm...@gmail.com wrote: On Tue, Jan 26, 2010 at 8:32 AM, Josh French j...@digitalpulp.com wrote: i'm at loss now for why

[Radiant] trouble packaging extension as gem

2010-01-25 Thread john muhl
i hope someone can point out what stupid thing i've done in my first attempt to package an extension as a gem. http://gist.github.com/286072 the extension works fine as a regular extension. i'm trying this on the edge (current as of about an hour ago).

Re: [Radiant] Problem with Settings extension

2010-01-25 Thread john muhl
On Mon, Jan 25, 2010 at 11:17 AM, James Maskell ja...@jamesmaskell.co.uk wrote: Thanks - solved the problem. I had assumed ray would have made the necessary migrations when I installed the extension. ray should have; and does as far as i can tell. rake ray:i name=settings ... rake -q

Re: [Radiant] trouble packaging extension as gem

2010-01-25 Thread john muhl
requirements are loaded before extensions.  As long as your extension file explicitly loads that text filter, you should be fine. Sean On 1/25/10 1:51 PM, Jim Gay wrote: On Jan 25, 2010, at 1:08 PM, john muhl wrote: i hope someone can point out what stupid thing i've done in my first

Re: [Radiant] trouble packaging extension as gem

2010-01-25 Thread john muhl
...@gmail.com wrote: Actually, I imagine :lib = false would do the trick -- gem requirements are loaded before extensions.  As long as your extension file explicitly loads that text filter, you should be fine. Sean On 1/25/10 1:51 PM, Jim Gay wrote: On Jan 25, 2010, at 1:08 PM, john muhl wrote

Re: [Radiant] Wordpress migration

2010-01-21 Thread John Long
important for people to see it as *the* place to hunt for extensions. In the past it's been the registry, the wiki, github, google, etc. Far too many options. -- John Long http://wiseheartdesign.com http://recursivecreative.com ___ Radiant mailing list Post

Re: [Radiant] Wordpress migration

2010-01-20 Thread John Long
the documentation? I mean, why wait? -- John Long http://wiseheartdesign.com http://recursivecreative.com ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman

Re: [Radiant] More 'Rails app to Radiant extension' questions

2010-01-12 Thread john muhl
On Tue, Jan 12, 2010 at 9:22 AM, Asfand Yar Qazi ayq...@gmail.com wrote: 2010/1/11 banane ban...@gmail.com: Put the routes.rb stuff in [yourapplication]_extension.rb You can extend ActiveRecord, just like in Rails. Rails is embedded in Radiant, so it works pretty much the same. Put the

[Radiant] Cucumber Newbie

2010-01-10 Thread John Polling
/support/env.rb:7 Has anyone else had this problem. Do I need to be using an earlier version of cucumber? Is there a special way to create extensions to work with cucumber? Thanks John ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http

Re: [Radiant] Cucumber Newbie

2010-01-10 Thread John Polling
Ok, at least it's not something stupid I'm doing! :) Is there a simple around this, so I can use cucumber for my own extension writing? Thanks John On 10 Jan 2010, at 14:41, Sean Cribbs seancri...@gmail.com wrote: John, Sorry, we haven't kept up with Cucumber's changes very well

Re: [Radiant] [ANN] Updated Extension Registry

2010-01-08 Thread John Long
the contributors continue to find reward past our many thanks for their efforts. This is my hope as well. -- John Long http://wiseheartdesign.com http://recursivecreative.com ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http

Re: [Radiant] Sharing radiant layouts with another Rails _application_ (not controller)

2010-01-06 Thread John Long
commodity and consumer look like they may be what you are looking for: http://ext.radiantcms.org/extensions/124-commodity -- John Long http://wiseheartdesign.com http://recursivecreative.com On Tue, Jan 5, 2010 at 12:45 PM, Asfand Yar Qazi ayq...@gmail.com wrote: Hi, I know I can use

Re: [Radiant] [ANN] Updated Extension Registry

2010-01-06 Thread John Long
On Wed, Jan 6, 2010 at 3:07 AM, John Long johnwlong2...@gmail.com wrote: * Available for Hire - you can now list that you are available for hire if you are interested in developing Radiant extensions professionally Just incase you missed this, if you are an extension author that does Radiant

Re: [Radiant] [ANN] Updated Extension Registry

2010-01-06 Thread John Long
known to type in a search field. Is your concern not wasting time between page loads? I mean search is pretty snappy for me at the moment, and pagination is blazing fast. Definitely open to the idea, just wondering if new methods are in order. -- John Long http://wiseheartdesign.com http

Re: [Radiant] next 15

2010-01-05 Thread john muhl
i've never used it personally (though i've had good results with other extensions from aissac) but you might try the paginate extension: http://github.com/Aissac/radiant-paginate-extension On Tue, Jan 5, 2010 at 2:59 PM, Steven Southard ste...@stevensouthard.com wrote: Okay great, very smart.  

[Radiant] Thinking Sphinx

2010-01-05 Thread John Polling
managed to pinpoint the problem to the define_index method in the SphinxSearch PageExtensions module. As soon as I remove this method all works fine. I'm not certain what the exact problem is in this method though. If anyone can quickly enlighten me it would be much appreciated. Thanks John

Re: [Radiant] Port number.....

2010-01-04 Thread john muhl
radiant does not set any port number. it is set by your application server (mongrel, thin, unicorn etc.). On Mon, Jan 4, 2010 at 2:29 PM, David Passmore d...@psu.edu wrote: Installation of Radiant sets port 8080. How do I change this port number? ___

[Radiant] radiant::cache, nginx and :use_x_accel_redirect

2010-01-04 Thread john muhl
today i had go at upgrading a 0.6.9 app (which used a very old patch to make x-accel-redirect work with radiant's ResponseCache) to 0.8.1 and ran into (what i'm guessing is) an issue with radiant::cache, :use_x_accel_redirect option and firefox. under the following conditions firefox will receive

Re: [Radiant] How to improve site performance?

2009-12-28 Thread john muhl
some things that come to mind immediately: - make sure you are not serving css and/or js from radiant - make sure you have mod_deflate setup up to compress all text files - avoid excessive use of page parts - avoid using paperclipped or page_attachments for design assets (like your logo or icons

Re: [Radiant] How to improve site performance?

2009-12-28 Thread john muhl
oh and i'd think 300-400ms or less spent inside the rails process would be sufficient for all but the most performance critical applications since your web server should be able to serve the rest of your page (static assets, css, js) in less than 100ms On Mon, Dec 28, 2009 at 6:49 PM, john muhl

Re: [Radiant] How to improve site performance?

2009-12-28 Thread john muhl
help a LOT! Does someone have a working example of setting: ResponseCache.defaults[:expire_time] or whatever? That would be very helpful. http://groups.google.com/group/radiantcms/msg/01ac040dbcf76479 John Mohit: make sure you are not serving css and/or js from radiant I have my styles and js

[Radiant] Request for Assistance: Radiant Extension Registry

2009-12-24 Thread John Long
directly. -- John Long http://wiseheartdesign.com http://recursivecreative.com ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] Deployment database merging

2009-12-13 Thread john muhl
heroku has a tool called taps that i use for this purpose; it's not tied to the heroku service at all so you can use it to push/pull databases from any where you like. http://docs.heroku.com/taps http://adamblog.heroku.com/past/2009/2/11/taps_for_easy_database_transfers/ On Sun, Dec 13, 2009 at

Re: [Radiant] tags

2009-12-05 Thread John Long
On Thu, Nov 19, 2009 at 3:42 PM, Steven Southard ste...@stevensouthard.com wrote: Can tags only be one word?  Is there a special character to connect words to make phases? The convention in Radiant is to use an underscore to connect words in a tag. -- John Long http://wiseheartdesign.com http

Re: [Radiant] Endnotes and 404

2009-12-01 Thread John Long
This is not a bug. A 404 page is not intended to have children. I'd recommend that you include some javascript that automatically redirects to your home page. --John On Mon, Nov 30, 2009 at 9:54 AM, Anton Aylward anton.aylw...@rogers.com wrote: Endnotes are an alternative to footnotes. Long

Re: [Radiant] Recursion error: already rendering the part

2009-11-19 Thread john muhl
there is nothing wrong with that snippet. so maybe you have already entered the amazon_link part before you call the snippet; maybe in another snippet or a layout. On Thu, Nov 19, 2009 at 2:35 PM, Dmitry Belitsky dmitry.belit...@gmail.com wrote: Hey guys, take a look at http://pastie.org/706339

Re: [Radiant] Recursion error: already rendering the part

2009-11-19 Thread john muhl
if this matters. On Nov 19, 2009, at 10:43 PM, john muhl wrote: there is nothing wrong with that snippet. so maybe you have already entered the amazon_link part before you call the snippet; maybe in another snippet or a layout. On Thu, Nov 19, 2009 at 2:35 PM, Dmitry Belitsky dmitry.belit...@gmail.com

Re: [Radiant] 0.9.0 RC1, head or 0.8.1 ?

2009-11-16 Thread John Long
? Any planned date? We haven't promoted it to an official release because we want to allow enough time for most of the major extensions to be updated. There will probably be at least one more RC and it will included support for internationalization (of the admin interface). -- John Long http

Re: [Radiant] Sphinx Extension help

2009-11-16 Thread John Polling
Thanks Josh, Unfortunately this hasn't resolved the issue. It's weird that it works just fine on my local machine. John On 16 Nov 2009, at 14:43, Josh French wrote: When I run a search I'm getting the following error. undefined method `constantize' for nil:NilClass Hi John, This may

Re: [Radiant] Sphinx Extension help

2009-11-15 Thread John Polling
Hi, I've just moved my site to production and the Sphinx Search seems to be giving me problems When I run a search I'm getting the following error. undefined method `constantize' for nil:NilClass Has anyone else had this? Thanks John On 2 Nov 2009, at 21:03, Josh French wrote: John

Re: [Radiant] The system cannot find the path specified.

2009-11-13 Thread John Long
Applied. Please verify. -- John Long http://wiseheartdesign.com http://recursivecreative.com On Thu, Nov 12, 2009 at 1:57 PM, Charles Roper reac...@charlesroper.co.uk wrote: On 12/11/2009 07:47, Charles Roper wrote: On 11/11/2009 09:17, Charles Roper wrote: Hi, First post here - just

Re: [Radiant] The system cannot find the path specified.

2009-11-13 Thread John Long
I'm working on that and the failing tests right now. Oops! :-) --John On Fri, Nov 13, 2009 at 2:01 PM, Charles Roper reac...@charlesroper.co.uk wrote: 2009/11/13 John Long johnwlong2...@gmail.com: Applied. Please verify. Thanks John, looks good apart from one typo that I managed to slip

Re: [Radiant] Pages, Snippets and Layouts Coordination

2009-11-13 Thread john muhl
On Fri, Nov 13, 2009 at 4:45 PM, Jason Broom jbroo...@gmail.com wrote: Would I be better off skipping CSS as a Page, and just link rel=stylesheet somewhere in the metaverse? that's my preferred way; not to mention spending a database lookup (actually more than one) and having your css expire

Re: [Radiant] dreamhost

2009-11-09 Thread john muhl
On Mon, Nov 9, 2009 at 10:36 AM, Brian Wolf brw...@gmail.com wrote: I  was wondering if  you might update your dreamhost install directions, as  radiant is an installed gem. on my dreamhost ps the system radiant gem is version 0.6.9 which is more than a year out of date and probably won't work

Re: [Radiant] page_attachment error

2009-11-05 Thread john muhl
does this help? http://groups.google.com/group/radiantcms/msg/aedda395081a30c9 On Thu, Nov 5, 2009 at 1:47 PM, Jeff Randall jrand...@iaak.net wrote: I am running Rails 2.3.4, Radiant 0.8.1 on Ubuntu 8.0.4 It seems the installation of page _attachments is successful per

Re: [Radiant] iterating over children of children in order of creation

2009-11-05 Thread john muhl
take a look at the aggregation extension: http://github.com/radiant/radiant-aggregation-extension On Thu, Nov 5, 2009 at 7:45 PM, Joe Van Dyk j...@pinkpucker.net wrote: Hello, I've got the following structure: /publications /publications/boats/page1 /publications/boats/page2

Re: [Radiant] Sphinx Extension help

2009-10-31 Thread John Polling
/ site_controller.rb:46:in `process_page' /Library/Ruby/Gems/1.8/gems/radiant-0.8.0/app/controllers/ site_controller.rb:20:in `show_page' Thanks John On 30 Oct 2009, at 13:59, Josh French wrote: This works fine as all the news gets indexed, however I'm struggling to search the news article. When I do

Re: [Radiant] Sphinx Extension help

2009-10-31 Thread John Polling
on. Now all I need to do is write a custom link and title tag for the radius tags and I'm sorted. John On 30 Oct 2009, at 13:59, Josh French wrote: This works fine as all the news gets indexed, however I'm struggling to search the news article. When I do a search terms that has NewsArticles

[Radiant] latest (0.8.x compatible) page_attachments woes

2009-10-30 Thread john muhl
it seems 8105853c35071712ab130e668d14e813a95f5ebe broke at least the saving of file titles/descriptions and causes PAGE_ATTACHMENTS_SIZES hash to be ignored. reverting that commit makes everything working again. anyone else seeing similar behavior on the 0.8.1 branch?

Re: [Radiant] Extension page_attachments no reaction after click

2009-10-29 Thread john muhl
the master branch of page_attachments does not work with 0.8.x anymore you'll need to checkout the 0.8.1 branch. git clone git://github.com/... vendor/extensions/page_attachments # checkout the 0.8.1 branch cd vendor/extension/page_attachments git checkout origin/radiant-0.8.1 cd ../../.. rake

[Radiant] Sphinx Extension help

2009-10-29 Thread John Polling
page? thanks John ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] Troubles with mailer extension

2009-10-26 Thread john muhl
On Mon, Oct 26, 2009 at 9:37 AM, Travis D. Warlick, Jr. warli...@operissystems.com wrote: You should be using the following tag syntax for the form fields:   r:mailer:text name=name / See the Usage section here: http://github.com/radiant/radiant-mailer-extension not true. everything inside

Re: [Radiant] Troubles with mailer extension

2009-10-26 Thread john muhl
i also see that you're trying to send to an @gmail.com address so i'm guessing that you're using the gmail smtp server; if that's the case and you're running ruby 1.8.6 you'll need to install the action_mailer_tls rails plugin. I've installed the action_mailer_tls gem, should I include it

Re: [Radiant] Stylesheet and articles not working

2009-10-15 Thread john muhl
On Thu, Oct 15, 2009 at 5:42 PM, Bhavin Patel mindtra...@gmail.com wrote: HiI am new to raidant cms. I posted my query but was not able to get a proper solution. more likely you ignored the answer. http://groups.google.com/group/radiantcms/msg/2f4c94f8ee3b7b9d?

Re: [Radiant] Views.

2009-10-14 Thread John Polling
If you want the front end stuff to be file based, look at the filesystem extension. I use it all the time so I can source control all my front end work. John On Oct 14, 2009, at 14:40, Anton Aylward anton.aylw...@rogers.com wrote: Radu Curteanu said the following on 10/14/2009 09:13 AM

Re: Git Confusion - thread detour from [Radiant] [ANN] Radiant 0.9.0 RC1

2009-10-12 Thread john muhl
On Mon, Oct 12, 2009 at 3:02 PM, Nate Turnage pixeln...@gmail.com wrote: On Mon, Oct 12, 2009 at 2:45 PM, Dayne Broderson da...@gina.alaska.eduwrote: [dbrod...@beef ~]$ gem environment ... [dbrod...@beef ~]$ /usr/local/lib/ruby/gems/1.8/gems/radiant-0. radiant-0.6.9/ radiant-0.7.0/

Re: Git Confusion - thread detour from [Radiant] [ANN] Radiant 0.9.0 RC1

2009-10-12 Thread john muhl
oh and once you've created a radiant from an older version (or edge) you probably want to freeze it with `rake radiant:freeze:edge TAG=0.7.1` or whatever On Mon, Oct 12, 2009 at 3:35 PM, john muhl johnm...@gmail.com wrote: On Mon, Oct 12, 2009 at 3:02 PM, Nate Turnage pixeln...@gmail.com wrote

[Radiant] Site Search

2009-10-11 Thread John Polling
John ___ Radiant mailing list Post: Radiant@radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant

Re: [Radiant] Regarding the diplay of posts and stylesheets

2009-10-11 Thread john muhl
On Sun, Oct 11, 2009 at 8:05 AM, Bhavin Patel mindtra...@gmail.com wrote: *Still i am not able to see the post ? why .. what can be done?* i see your posts. could you be more clear about what the issue is? *as well as i have created stylesheet layout too to use with styles page in root but

Re: [Radiant] Regarding the diplay of posts and stylesheets

2009-10-11 Thread john muhl
On Sun, Oct 11, 2009 at 9:03 AM, Nate pixeln...@gmail.com wrote: Bhavin Patel wrote: HiI have a problem. I am new to radiant. You are wrapping your title and content with snippet tags. r:snippet name=headerh1r:title//h1 r:content/ /r:snippet Whether you intended that or not, hat's not how

Re: [Radiant] [ANN] Radiant 0.9.0 RC1

2009-10-10 Thread John W. Long
questions about how stuff works. Radiant is a standard Ruby on Rails application, so have a look at a couple of the Rails tutorials first if you are not familiar with Rails. -- John Long http://wiseheartdesign.com http://recursivecreative.com ___ Radiant

  1   2   3   >