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 wrote: > It was splendid, wasn't it? But it shouldn't have got through. Sorry about

[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 wit

Re: [Radiant] Date picker from Radiant admin

2011-01-16 Thread john muhl
On Sun, Jan 16, 2011 at 7:12 AM, Martin Silenus 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

Re: [Radiant] Pre-loading cache

2010-12-20 Thread john muhl
On Mon, Dec 20, 2010 at 7:13 PM, Wes Gamble wrote: > All, > > Is there any way to pre-load the Radiant cache so that initial page view > times are improved? i'd just hook wget to a post-deploy task. surely there is something more elegant though.

Re: [Radiant] Edge Radiant on Heroku SASS/Compass problem

2010-12-18 Thread john muhl
On Sat, Dec 18, 2010 at 1:31 PM, Martin Silenus wrote: > Hi everyone. I have a problem with my Radiant application. I try > running it on heroku.com, but can't get it work. i put `Sass::Plugin.options[:never_update] = true` at the end of my environment and use `sass --watch` to keep things up to

Re: [Radiant] Kramdown vs. markdown filter

2010-12-16 Thread john muhl
On Thu, Dec 16, 2010 at 6:42 PM, Wes Gamble wrote: > Thanks John, > > I installed the kramdown filter, took a page and switched it from "markdown" > to "kramdown" and got this error: apparently i guessed wrong. disable markdown and see if it works.

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 wrote: > Radiant 0.9.1 > > I see that the kramdown_filter extension just got updated to the kramdown > 0.12 g

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 wrote: > Looks like coderay is working well. I installed: > coderay gem + radiant extension @ https://github.com/phallstrom/code_ray > and now I can specify blocks! > not sure what the benefits are of kramdown over the existing Markdown > radiant fi

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

2010-12-12 Thread john muhl
gem install radiant-kramdown_filter-extension gem install coderay then in config/environment.rb ... require 'radius' require 'coderay' # add this line ... config.gem 'will_paginate', :version => '~> 2.3.11' config.gem 'radiant-kramdown_filter-extension' # add this line ... then restart radiant a

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 1

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 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 and helpful co

Re: [Radiant] best code syntax highlighting solution

2010-12-08 Thread john muhl
On Wed, Dec 8, 2010 at 1:39 AM, craayzie 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. > > Can someone

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

2010-11-30 Thread john muhl
;  undefined method `home_path' for # > > when creating the admin user… > > On Dec 1, 8:01 am, john muhl wrote: >> On Tue, Nov 30, 2010 at 2:48 PM, Marc wrote: >> > I was wondering if it would be >> > possible to fix the rails version to say 2.3.8? >> >&

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 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 uninstall them all and

Re: [Radiant] Help Error: Mongrel/Radiant Config Issue

2010-11-30 Thread john muhl
On Tue, Nov 30, 2010 at 9:31 AM, bh7322 wrote: > Object is not missing constant ShopProductAttachment! (ArgumentError) looks like something called "ShopProductAttachment" might be having a problem. do you have any extensions installed that are named like that? what happens if you disable it (move

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. 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 inside your projec

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 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 (or environments/*

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 wrote: > Has anyone had any success with packing/minifying/compressing the css and > javascript when using the sheets extension or sns extension? We're currently

Re: [Radiant] Forms extension

2010-11-12 Thread john muhl
On Fri, Nov 12, 2010 at 9:34 AM, Marshal Linfoot 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 -- everything > works, cont

Re: [Radiant] Pull articles from multiple sources

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

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 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 anywhere at my system. seems like som

Re: [Radiant] Ruby on Rails application could not be started

2010-11-04 Thread john muhl
On Thu, Nov 4, 2010 at 2:27 PM, Obi wrote: > I suddenly got this message on all my site pages today, can anyone please > explain what's causing it?: > > Error message: uncaught throw `Custom Fields Extension must be loaded before > Stereotype Extension' looks like you need to install the custom

Re: [Radiant] Cache 404 responses or serve more static response?

2010-11-04 Thread john muhl
On Thu, Nov 4, 2010 at 2:25 PM, Jim Gay wrote: > On Thu, Nov 4, 2010 at 2:29 PM, Jordon Bedwell wrote: >> Is there a way I can force Radiant to cache error responses? >> > > Override this > https://github.com/radiant/radiant/blob/master/app/models/file_not_found_page.rb#L29 if you're using ngin

Re: [Radiant] Re: rack/cache issue

2010-11-04 Thread john muhl
On Wed, Nov 3, 2010 at 7:15 PM, Rek2GNULinux 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 about gentoo or e

Re: [Radiant] rack/cache issue

2010-11-03 Thread john muhl
On Wed, Nov 3, 2010 at 7:02 PM, Rek2GNULinux 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. could you explain ho

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 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 to install Rails

Re: [Radiant] Strange markup help

2010-10-27 Thread john muhl
On Wed, Oct 27, 2010 at 12:56 PM, D.Kreft wrote: > I'm (still) working on an upgrade from Radiant 0.6.7 to 0.9.1 and I'm seeing > some markup in pages that rendered fine under the old system but not under > the new. To cite a specific example: >     %(h3)%(carat)›%"Contact Us":../contact-us% %(XY

Re: [Radiant] Stacktrace when using taggable_events in Radiant 0.9.1 - Undefined method `attached_tags'

2010-10-26 Thread john muhl
On Tue, Oct 26, 2010 at 2:02 PM, SS wrote: > Hi, > Does anyone know why I'm getting this stacktrace when I try to add a > new Event in my Radiant project? > > Am I missing another extension/plugin that is not mentioned in the > documentation for taggable_events extension? i don't have any first h

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 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 an extension t

Re: [Radiant] Error when installing on Godaddy Shared Linux

2010-10-17 Thread john muhl
On Sun, Oct 17, 2010 at 4:35 PM, Lord.Quackstar wrote: > Apparently when installing gem compiles the scripts to native code > using make, gcc, and several other commands. I've had to manually > download and add make and gcc to my PATH. > > Here's what happens > > [[na...@p3nlhjava006 html]$ gem in

Re: [Radiant] strange behavior with git and extensions(and Capistrano)

2010-10-13 Thread john muhl
On Wed, Oct 13, 2010 at 9:51 AM, Blake wrote: > my setup is a local version of radiant with two custom extensions, and > few installed ones (mailer, mediamaid, settings, share_layouts). I > have a git repo of the project that I can cap deploy to my server > successfully, but the extensions that I

Re: [Radiant] How does one selectively hide tabs?

2010-10-05 Thread john muhl
On Tue, Oct 5, 2010 at 3:43 PM, D.Kreft wrote: > [Using Radiant 0.9] > I've got an extension that adds a tab and two sub tabs, and I'd like the top > tab to be visible only when the current user meets certain criteria (e.g. > whose username is part of a hard-coded list, to use a simple example). H

Re: [Radiant] Missing Images on Demo site and bootstrapped site.

2010-10-03 Thread john muhl
i believe they've been moved to http://demo-assets.radiantcms.org/ On Sun, Oct 3, 2010 at 3:29 PM, Chales wrote: > I've been eyeing the demo website for some time and finally had time > this weekend to do an install and bootstapped my copy to use the same > template. However all the images on the

Re: [Radiant] textile_editor extension

2010-09-29 Thread john muhl
On Fri, Sep 10, 2010 at 10:08 AM, Steven Southard wrote: > On Sep 10, 2010, at 12:54 AM, john muhl wrote: > >> On Fri, Sep 10, 2010 at 12:39 AM, Steven Southard >> wrote: >>> >>> On Sep 9, 2010, at 5:16 PM, Steven Southard wrote: >>> >>>>

Re: [Radiant] Upgrading: 0.6.7 -> 0.9.1

2010-09-23 Thread john muhl
On Thu, Sep 23, 2010 at 3:17 PM, D.Kreft wrote: > I'm attempting to upgrade Radiant from 0.6.7 to 0.9.1 and it's proving to be > quite a pain. i prefer to upgrade one version at a time. so in your case i'd first go to 0.6.9, then 0.7.1, 0.8.1 and finally 0.9.1

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 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 have radius output the ht

Re: [Radiant] textile_editor extension

2010-09-09 Thread john muhl
On Fri, Sep 10, 2010 at 12:39 AM, Steven Southard wrote: > On Sep 9, 2010, at 5:16 PM, Steven Southard wrote: > >> Does anyone have a working 9.1 version of this extension? i'm in the middle of upgrading a site from 0.8 to 0.9 and this is one of the last few extensions holding me back. i hope it'

Re: [Radiant] restricting tab visibility in 0.9

2010-09-08 Thread john muhl
On Wed, Sep 8, 2010 at 8:09 PM, Jim Gay wrote: > On Wed, Sep 8, 2010 at 7:59 PM, john muhl wrote: >> i'm upgrading an extension from 0.8 to 0.9 and can't seem to find a >> replacement for `:visibility => [:admin]` using the new tab method. is >> there any? >&

[Radiant] restricting tab visibility in 0.9

2010-09-08 Thread john muhl
i'm upgrading an extension from 0.8 to 0.9 and can't seem to find a replacement for `:visibility => [:admin]` using the new tab method. is there any?

Re: [Radiant] Radiant on Heroku: Javascript Caching in Admin

2010-09-08 Thread john muhl
create it locally (by running in production) and commit it to your repo. On Wed, Sep 8, 2010 at 9:38 AM, Jeff Casimir wrote: > Hey all, > > I have what is hopefully a quick issue.  My public facing site is > running great, but the admin side doesn't work in production on > Heroku.  Here's the tra

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 wrote: > Hi all, > > Is anyone using 0.9 with Heroku and making use of a

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

2010-08-15 Thread john muhl
t; > On Sun, Aug 15, 2010 at 7:53 PM, john muhl wrote: >> On Sat, Aug 14, 2010 at 2:46 PM, Wes Gamble wrote: >>> Can someone change the name of this page to "Merging existing extensions" >>> and link to it under the "Creating Your Own Extensions" secti

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

2010-08-15 Thread john muhl
On Sat, Aug 14, 2010 at 2:46 PM, Wes Gamble wrote: > Can someone change the name of this page to "Merging existing extensions" > and link to it under the "Creating Your Own Extensions" section? done and done. http://github.com/radiant/radiant/wiki http://github.com/radiant/radiant/wiki/Merging-e

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 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 > existi

Re: [Radiant] rack 1.0.1 and rack 1.1.0 problem with radiant-0.9.0.rc2 and rails 2.3.8

2010-08-12 Thread john muhl
On Wed, Aug 11, 2010 at 2:06 PM, Paulo Abreu wrote: > I'm trying to install radiant cms version 0.9.0 rc2 in ubuntu with > passenger and rails 2.3.8 and I'm having the following error: if this is a new installation i'd recommend using 0.9.1 as it will be more stable than an outdated rc version.

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 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 radiant:extensions:form

Re: [Radiant] Search on http://ext.radiantcms.org/

2010-08-11 Thread john muhl
http://www.google.com/search?q=0.9+site:ext.radiantcms.org On Wed, Aug 11, 2010 at 7:44 AM, Christian Aust wrote: > Hi all, > > is there a way to serach for all extensions marked as 0.9-compatible on > http://ext.radiantcms.org/? Regards, > > Christian >

Re: [Radiant] Generating thumbnails using paperclipped extension with S3 storage on Heroku

2010-08-05 Thread john muhl
On Thu, Aug 5, 2010 at 8:46 PM, Wes Gamble wrote: > Don't I need ImageMagick or something similar for the thumbnail generation > or other image manipulation?  How does one set that up on Heroku?  Or is > that even an issue? ImageMagick is installed on heroku just add mini_magick or rmagick or wha

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 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 # environment.

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

2010-07-14 Thread john muhl
On Tue, Jul 13, 2010 at 2:49 AM, Nikus 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 were having before.

Re: [Radiant] Problems with installing Radiant extensions

2010-07-11 Thread john muhl
On Sun, Jul 11, 2010 at 6:51 PM, Nikus wrote: > [z...@web108 radiant]$ ./script/extension install tags could you give some more details of your environment so that i can try to replicate it and reproduce the error. as is i don't get any error from that command and tags gets installed properly. >

Re: [Radiant] Understanding snippets

2010-07-10 Thread john muhl
On Sat, Jul 10, 2010 at 12:10 PM, Wes Gamble wrote: > All, > > In the Radiant ethic, it states: " Radiant is primarily designed for static > Web sites (that is, sites that are not dynamically generated). It is not, > and should not become, portal software." > > I was under the assumption that snip

Re: [Radiant] New radiant installation fails: ArgumentError in SiteController#show_page

2010-07-10 Thread john muhl
On Sat, Jul 10, 2010 at 12:23 PM, Aleksey Kunitskiy wrote: > I don't understand what I'm doing wrong. I have ruby 1.9.1 and latest > radiant installed via gems. Note that the admin (/admin) panel works > fine radiant is not currently compatible with ruby 1.9.x; only 1.8.6 and 1.8.7

Re: [Radiant] Disabling Radiant cache completely in production environment

2010-07-07 Thread john muhl
On Wed, Jul 7, 2010 at 4:55 AM, weyus wrote: > I don't want this thing to cache ever.  I've looked at several pages, > and Googled, and either I see a bunch of reference to ResponseCache > which no longer work since I'm on Radiant 0.9.1 or other references > which assume that I want to turn off th

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 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 particularly feasible u

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

2010-06-29 Thread john muhl
work to update page_attachments (and it still needs more) I >>> chose paperclipped because of paperclip. >> >> Yes. You are right. And there are some extensions which add to paperclipped. >> This is some kind of vote of the community, isn't it ;-) > > Yes,

Re: [Radiant] restricted users

2010-06-29 Thread john muhl
On Tue, Jun 29, 2010 at 6:22 PM, Franky De Schampheleer wrote: > is there any extension for restricting users? > > for example a user that only access the pages ? the "normal" user (i.e. neither an admin or designer/developer) role ought to do that by default. for more sophisticated role setup i

Re: [Radiant] page_attachments interface enhancements

2010-06-29 Thread john muhl
On Tue, Jun 29, 2010 at 9:03 AM, Jeff Casimir wrote: > - It took me awhile to find the plus sign.  Maybe between the header > row and the attachments themselves there could be a "+ Add" that, when > clicked, could expand the form in place kinda like you do now. > Otherwise, I think it could slam t

[Radiant] page_attachments interface enhancements

2010-06-28 Thread john muhl
Jim (saturnflyer) and i have been working (most of the important work is Jim's) on a branch of page_attachments that adds some new interface features to the page_attachments extension and i'd like to have some feedback on the work so far (note the "grid" view still needs some work but you can get t

Re: [Radiant] Radiant 0.9 performance

2010-06-26 Thread john muhl
un 26, 2010 at 11:36 AM, john muhl wrote: > On Thu, Jun 24, 2010 at 12:19 PM, Marshal Linfoot 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

Re: [Radiant] Radiant 0.9 performance

2010-06-26 Thread john muhl
On Thu, Jun 24, 2010 at 12:19 PM, Marshal Linfoot 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 much out of ideas

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

2010-06-26 Thread john muhl
2010/6/25 Artem Zhirkow > > 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 so you may want to try running from the mas

Re: [Radiant] Radiant 0.9 performance

2010-06-23 Thread john muhl
On Wed, Jun 23, 2010 at 6:22 PM, Marshal Linfoot wrote: > Thanks William and John. > The http server is Litespeed. No mongrel, thin, etc. One of the reasons I've > been using it is because it is dead simple to setup/configure and run. It > was recommended in some Slicehost tutorials as the easiest

Re: [Radiant] Radiant 0.9 performance

2010-06-23 Thread john muhl
On Wed, Jun 23, 2010 at 1:56 PM, Marshal Linfoot wrote: > The http sever is litespeed. what is behind there? fastcgi, mongrel, thin, unicorn etc. > Database is mysql. are you using the default mysql configuration? if i recall (it's been a while since i used mysql) the default config isn't reall

Re: [Radiant] Re: OSCON 2010

2010-06-22 Thread john muhl
On Tue, Jun 22, 2010 at 12:20 PM, Andrew vonderLuft wrote: > Any takers?  Would love to network with some Radiant folks in a few > weeks... there are a number of events that may lead to my being in the northwest during that time (i wouldn't be at oscon though) but right now it's too early to say

Re: [Radiant] heroku and long wait after changes

2010-06-19 Thread john muhl
On Sat, Jun 19, 2010 at 2:25 PM, Steven Southard wrote: > > On Jun 19, 2010, at 2:22 PM, Jim Gay wrote: > >> On Sat, Jun 19, 2010 at 3:00 PM, Steven Southard >> wrote: >>> >>> So what is up with the 5 minute wait to see results after making a change >>> on >>> Heroku?  I'm currently using Radiant

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 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 standard setup. >  This long w

Re: [Radiant] Super Import/Export

2010-06-18 Thread john muhl
On Fri, Jun 18, 2010 at 9:33 PM, Marshal Linfoot wrote: > Jeff, thanks for your reply. > I tried what you suggested, but the results were the same. It always hangs > at the same place, so a bit more investigation and I found that the file it > fails on looks like this: if you can't get that worki

Re: [Radiant] separating the markdown and smartypants filters

2010-06-17 Thread john muhl
On Thu, Jun 17, 2010 at 1:00 PM, Jim Gay wrote: > On Thu, Jun 17, 2010 at 1:42 PM, john muhl wrote: >> On Thu, Jun 17, 2010 at 12:03 PM, Jim Gay wrote: >>> On Thu, Jun 17, 2010 at 12:12 PM, john muhl wrote: >>>> in <http://github.com/johnmuhl/radiant/commit/2

Re: [Radiant] separating the markdown and smartypants filters

2010-06-17 Thread john muhl
On Thu, Jun 17, 2010 at 12:03 PM, Jim Gay wrote: > On Thu, Jun 17, 2010 at 12:12 PM, john muhl wrote: >> in <http://github.com/johnmuhl/radiant/commit/26668a0> i have >> extracted the smartypants filter from the markdown extension. the test >> suite is passing and

[Radiant] separating the markdown and smartypants filters

2010-06-17 Thread john muhl
in i have extracted the smartypants filter from the markdown extension. the test suite is passing and everything works how it did before; e.g. using markdown still gets smartypants treatment, using smartypants skips markdown processing etc etc. i

Re: [Radiant] Import/Export?

2010-06-06 Thread john muhl
the directory the extension resides in is misnamed. it should be located at vendor/extensions/import_export On Sun, Jun 6, 2010 at 6:38 PM, Alan Kucheck wrote: > I'm running Radiant 0.8.1 and wanting to upgrade to 0.9.0 rc2. I > loaded up radiant-import-export and on execution get the following >

Re: [Radiant] Hot to resolve rack version conflict?

2010-06-02 Thread john muhl
On 02 Jun 2010, at 3:06 PM, trans wrote: > Can anyone fill me in on the fix? > > tr...@logisys:radiant$ rake production db:bootstrap > (in /home/trans/Company/PsyTech/jobs/sunventures/radiant) > rake aborted! > can't activate rack (~> 1.0.0, runtime) for [], already activated > rack-1.1.0 for

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

2010-05-19 Thread john muhl
n /Users/dkreft/radiant) > rake aborted! > Malformed version number string 0.9.0.rc3 > /Users/dkreft/radiant/Rakefile:7 > (See full trace by running task with --trace) > >          dkr...@logos:~/radiant> rake --version >          rake, version 0.7.3 > -dan > On Wed, May 19,

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

2010-05-19 Thread john muhl
rsions/1.8/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 wrote: >> >> git submodule init

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

2010-05-19 Thread john muhl
git submodule init git submodule update On Wed, May 19, 2010 at 2:41 PM, D.Kreft wrote: > I'm trying to build a gem for radiant-0.9.0.rc3, but it's not going too > well. Is there some secret mojo I'm missing? > % pwd > /workplace/octane/src/RubyGem-radiant/radiant-0.9.0.rc3 > % gem build radiant.

Re: [Radiant] "Squashing" a directory

2010-05-18 Thread john muhl
On Tue, May 18, 2010 at 12:17 PM, D.Kreft wrote: > Under Radiant 0.6.9[1], it was possible to do this: > > [-] Home Page (slug: /) >     [-] International (slug: international) >         [+] DE (slug: /de) > > ...to get the the following URLs: > > http://foo.com/ > http://foo.com/de/ > [1] I don't

Re: [Radiant] javascript

2010-05-17 Thread john muhl
var foo = ""; quote the value var foo = /url/; syntax error On Mon, May 17, 2010 at 6:27 PM, Osledy Bazó 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 this? >

Re: [Radiant] Re: Roles that allow different users to edit different parts of the page tree

2010-05-17 Thread john muhl
if you still need it i put together a quick demo here: if you have rails/radiant setup to work with sqlite then you should be able to just clone the repo, cd into it and then run ./script/server to get going. On Fri, May 14, 2010 at 5:16 AM, Johan

Re: [Radiant] Simultaneous 0.8.2 and 0.9rc2

2010-05-16 Thread john muhl
freeze your 0.9rc2 app (requires git to be in your path). cd /path/to/project rake radiant:freeze:edge TAG=0.9.0.rc2 On Sun, May 16, 2010 at 1:39 PM, Jeff Casimir wrote: > All, > > I'm ready to deploy my first 0.9rc2 site, but my server has other > existing 0.8.x sites that I don't want to mess