Re: [Radiant] javascript r: url/

2010-05-17 Thread john muhl
var foo = r:url/; quote the value var foo = /url/; syntax error On Mon, May 17, 2010 at 6:27 PM, Osledy Bazó osledyb...@gmail.com wrote: Hello i need to get the url of a page to usit on a js script.. i'm doing this: http://pastie.org/964651 nothing seems to work can anyone helpme to do

Re: [Radiant] Building a gem for 0.9.0.rc3 FAIL

2010-05-19 Thread john muhl
/usr/lib/ruby/1.8/rubygems/version.rb:56:in `initialize': Malformed version number string 0.9.0.rc3 Do I just need to get into the gemspec and hack the version number? -dan On Wed, May 19, 2010 at 1:39 PM, john muhl johnm...@gmail.com wrote: git submodule init git submodule update On Wed

Re: [Radiant] heroku and long wait after changes

2010-06-19 Thread john muhl
On Sat, Jun 19, 2010 at 2:00 PM, Steven Southard ste...@stevensouthard.com wrote: So what is up with the 5 minute wait to see results after making a change on Heroku?  I'm currently using Radiant Edge on the Bamboo Ruby enterprise edition 1.8.7 stack but I've also set up 8.1 using their

Re: [Radiant] Problems after upgrade from 0.8.1 to 0.9.0

2010-06-26 Thread john muhl
2010/6/25 Artem Zhirkow zhir...@yahoo.com Hi, I just upgraded my website with rake to 0.9.0 version and got application error on the main page of website. Below you can see message from logs: looks like http://github.com/radiant/radiant/issues/closed#issue/128 so you may want to try running

Re: [Radiant] Radiant 0.9 performance

2010-06-26 Thread john muhl
On Thu, Jun 24, 2010 at 12:19 PM, Marshal Linfoot mlinf...@gmail.com wrote: John, I decided to give nginx+passenger a try. Installed the passenger gem and then passenger-install-nginx-module to compile nginx with the passenger module. Little bit of configuring and started it up. i'm pretty

Re: [Radiant] What is Radiant 1.0 and which Asset extension to use, was: page_attachments interface enhancements

2010-06-29 Thread john muhl
extensions which add to paperclipped. This is some kind of vote of the community, isn't it ;-) Yes, but partly because paperclipped had so much more done. Keith did a great job creating it and it's feature set blows page_attachments out of the water, but as I've heard John Muhl point out, some

Re: [Radiant] What is Radiant 1.0 and which Asset extension to use, was: page_attachments interface enhancements

2010-06-29 Thread john muhl
On Tue, Jun 29, 2010 at 7:50 PM, Jeff Casimir j...@casimircreative.com wrote: I'd like to see radiant follow some of the footsteps from merb and have two gems: radiant-core and radiant-more.  The 'radiant' gem would that sounds like a fine idea; and has been discussed in the past but it wasn't

Re: [Radiant] Re: Problems with installing Radiant extensions

2010-07-14 Thread john muhl
On Tue, Jul 13, 2010 at 2:49 AM, Nikus greeni...@gmail.com wrote: What deatils do you need to know? operating system, radiant version, ruby version, rubygems version, anything else that could help replicate your system. also i just pushed a change to ray that (should have) fixed the error you

Re: [Radiant] Correct way to eliminate page caching in Radiant?

2010-08-04 Thread john muhl
On Wed, Aug 4, 2010 at 11:35 AM, Wes Gamble we...@att.net wrote: I've Googled and seen several approached to turning off page caching in Radiant - what is the most correct way to do this for a production environment? have you tried modifying the response headers? gem install rack-contrib #

Re: [Radiant] forms extensions installed, but no Forms tab appears

2010-08-11 Thread john muhl
On Wed, Aug 11, 2010 at 4:09 PM, Lindsay Morris lmorris...@gmail.com wrote: So I tried another installer:   git clone git://github.com/squaretalent/radiant-forms-extension vendor/extensions/forms That seemed happy, and I now have a vendor/extensions/forms directory.  Yay! Then: rake

Re: [Radiant] Addition to wiki (need a little help)

2010-08-14 Thread john muhl
On Sat, Aug 14, 2010 at 2:46 PM, Wes Gamble we...@att.net wrote: All, I've added a page to the wiki about how to merge two or more extensions here: http://wiki.github.com/radiant/radiant/merging-existing-migrations But I mis-titled it Merging existing migrations when it should be Merging

Re: [Radiant] Search on Heroku

2010-08-24 Thread john muhl
http://tenderlovemaking.com/2009/10/17/full-text-search-on-heroku/ might help. i've been meaning to use that technique to whip up an extension but haven't got around to it yet. On Tue, Aug 24, 2010 at 3:05 PM, Jeff Casimir j...@casimircreative.com wrote: Hi all, Is anyone using 0.9 with

Re: [Radiant] Re: How to use the toggle effect on pages?

2010-09-11 Thread john muhl
On Sat, Sep 11, 2010 at 8:16 AM, Allan MacGregor d...@allanmacgregor.com wrote: Is there a way to specify the onClick event for radius tags? for example for a set checkboxes or a dropdown? radius is just a template language for outputting other formats; (i guess) most often html. so simply

Re: [Radiant] Quick question about updating extensions with git

2010-10-22 Thread john muhl
On Tue, Oct 19, 2010 at 2:56 PM, Nate Turnage pixeln...@gmail.com wrote: Hey all, It's been a while since I've worked with Radiant and Git, and I now need to update a couple of apps to, at least, 0.8.2. So I was wondering if somebody could help me out by listing the command used to update

Re: [Radiant] Fresh install (error): comparison of String with 60 failed

2010-11-03 Thread john muhl
On Wed, Nov 3, 2010 at 2:51 PM, Jordon Bedwell jor...@envygeeks.com wrote: Rack 1.2 Rails 3 Ruby 1.9.2 Perhaps you guys and gals can help me figure out how to fix this error: try: Rack 1.1.0 Rails 2.3.8 (Radiant has it vendored so your Rails 3 above is not being loaded; i.e. you don't need

Re: [Radiant] rack/cache issue

2010-11-03 Thread john muhl
On Wed, Nov 3, 2010 at 7:02 PM, Rek2GNULinux rek2gnuli...@gmail.com wrote: Hello decided to try radiant but I keep getting this error... any idea? rake production db:bootstrap (in /var/www/dev.binaryfreedom.info) rake aborted! no such file to load -- rack/cache probably a bum install.

Re: [Radiant] Re: rack/cache issue

2010-11-04 Thread john muhl
On Wed, Nov 3, 2010 at 7:15 PM, Rek2GNULinux rek2gnuli...@gmail.com wrote: I use gentoo so I emerge radiant then I run: radiant --database=mysql I created the mysql databases configure the /config/databases.yml and then I try rake db:bootstrap  and I get that error... i don't know anything

Re: [Radiant] Re: trouble running rake for custom extension

2010-11-07 Thread john muhl
On Sun, Nov 7, 2010 at 10:06 AM, Tobi tobold.hornblae...@kaffeeschluerfer.com wrote: Besides the complaint about missing jeweler it's still the same, but thanks for the reply. Anyone else got an idea? Where spec/rake/spectask is supposed to go. And what it should contain? I didn't find it

Re: [Radiant] Pull articles from multiple sources

2010-11-08 Thread john muhl
On Mon, Nov 8, 2010 at 6:49 PM, Jordon Bedwell jor...@envygeeks.com wrote: Is there a way to pull archives from multiple urls, something like: r:aggregate urls='/a; /b; /c'.../r:aggregate check the in page tag reference for more aggregate tags (if you're on 0.8 install the radiant/aggregation

Re: [Radiant] Forms extension

2010-11-12 Thread john muhl
On Fri, Nov 12, 2010 at 9:34 AM, Marshal Linfoot mlinf...@gmail.com wrote: Has anyone used a forms/mailer extension for Radiant that allows a file to be attached and sent with the form? I have a form working -- users fills in text, selects choices from dropdown, checks radio buttons --

Re: [Radiant] sheets extension and packing/minification

2010-11-19 Thread john muhl
can you set your server to gzip them? it ought to be nearly as effective as minification. On Fri, Nov 19, 2010 at 3:30 PM, Stan Rawrysz smoo...@gmail.com wrote: Has anyone had any success with packing/minifying/compressing the css and javascript when using the sheets extension or sns extension?

Re: [Radiant] how to upgrade from 0.8 to 0.9?

2010-11-21 Thread john muhl
On Sat, Nov 20, 2010 at 12:06 PM, Eric ericgh...@gmail.com wrote: The docs/wiki are way out of date and there is no RADIANT_* in fortunately it's a wiki so you could clean it up if it has incorrect information; or point me to the page and as soon as time allows i'll look at it. environment.rb

Re: [Radiant] Running 0.8.1 though having 0.9 gem installed

2010-11-24 Thread john muhl
On Wed, Nov 24, 2010 at 4:49 AM, T.N.T. t...@banza.net wrote: Is is possible to run different Radiant versions in parallel or do I need to deinstall 0.9 completely to be able to run 0.8.1? i find the easiest way to handle it is to lock each project to the version of radiant needed. (from

Re: [Radiant] Re: Radiant as Rails3 engine RADIANT_ROOT

2010-11-30 Thread john muhl
On Tue, Nov 30, 2010 at 2:48 PM, Marc marc.bosc...@gmail.com wrote: I was wondering if it would be possible to fix the rails version to say 2.3.8? radiant has a frozen version of rails in the gem (and repo in case you don't use the gem). so none of your rails gems matter to radiant (you could

Re: [Radiant] Re: Radiant as Rails3 engine RADIANT_ROOT

2010-11-30 Thread john muhl
:  undefined method `home_path' for #User:0x6fe0ce3b4dd0 when creating the admin user… On Dec 1, 8:01 am, john muhl johnm...@gmail.com wrote: On Tue, Nov 30, 2010 at 2:48 PM, Marc marc.bosc...@gmail.com wrote: I was wondering if it would be possible to fix the rails version to say 2.3.8

Re: [Radiant] best code syntax highlighting solution

2010-12-08 Thread john muhl
On Wed, Dec 8, 2010 at 1:39 AM, craayzie flesh...@gmail.com wrote: I've begun to explore Radiant as a publishing/blogging platform. At the moment, I'm trying to nail down is how to best format command-line output or code as the majority of the content published will be of a technical nature.

Re: [Radiant] Contact form debugging as Radiant new user learning opportunity...

2010-12-08 Thread john muhl
On Wed, Dec 8, 2010 at 9:55 AM, rosslaird r...@rosslaird.com wrote: I am a new user to Radiant (coming from Drupal), and so far I've found Radiant to be a great application. I have also received excellent help from the community (here and on github), and this is also great. (Actually, a strong

Re: [Radiant] best code syntax highlighting solution

2010-12-08 Thread john muhl
http://johnmuhl.com/tmp/kramdown-coderay the kramdown looks like (replace - with space): def meth options --p options end {:lang=ruby} just a standard markdown code block followed by {:lang=lang} http://coderay.rubychan.de/ list the supported languages. On Wed, Dec 8, 2010 at

Re: [Radiant] Re: Re: best code syntax highlighting solution

2010-12-13 Thread john muhl
On Mon, Dec 13, 2010 at 8:56 AM, Fima Leshinsky flesh...@gmail.com wrote: Looks like coderay is working well. I installed: coderay gem + radiant extension @ https://github.com/phallstrom/code_ray and now I can specify r:code blocks! not sure what the benefits are of kramdown over the existing

Re: [Radiant] Kramdown vs. markdown filter

2010-12-16 Thread john muhl
i can't remember for sure but i think you can have both installed and kramdown will appear as a distinct filter alongside markdown in the menu. On Thu, Dec 16, 2010 at 4:24 PM, Wes Gamble we...@att.net wrote: Radiant 0.9.1 I see that the kramdown_filter extension just got updated to the

Re: [Radiant] Date picker from Radiant admin

2011-01-16 Thread john muhl
On Sun, Jan 16, 2011 at 7:12 AM, Martin Silenus silee...@gmail.com wrote: Can I use date picker script(published_at field) from radiant admin in my own extension? How to do that? Thanks. https://github.com/jlong/dateinputjs

[Radiant] Re: best code syntax highlighting solution

2011-01-17 Thread john muhl
(whoops. accidentally sent off list) looks at my previous posts in this thread. i explained it there. you only need the kramdown_filter extension and the coderay gem (not the coderay extension). usage looks like: def meth options --p options end {:lang=ruby} where - is replaced with

Re: [Radiant] Crazy,crazy,You have never seen such perfect N*U*D*E ART

2011-01-18 Thread john muhl
stop replying and making it show up in everyone's inbox. most of us have good enough spam filters that this garbage does not make it through...until someone replies... On Tue, Jan 18, 2011 at 8:25 AM, William Ross w...@spanner.org wrote: It was splendid, wasn't it? But it shouldn't have got