Re: [Radiant] problem with r:children:each "by" tag

2013-02-05 Thread John Moroney
E, Aren't those identical? John On Feb 5, 2013, at 7:05 AM, Erasmo da Narni wrote: > hello! > > in page children, to whom I've added a "Keywords" field, if I use, for > example, this "by" clause: > > the page renders fine > > but i

Re: [Radiant] TagError with aggregate:each in v1.1.1

2013-01-14 Thread john
and work on the demo site. inside the aggregate tag you have a collection that you still the use the children tags. On Monday, January 14, 2013 2:04:25 PM UTC-6, Jim Gay wrote: > > On Mon, Jan 14, 2013 at 11:46 AM, Mohit Sindhwani > > > wrote: > > Hi Jim, > > > > On 15/1/2013

[Radiant] Re: Radiant 1.1.0 Hurdles (Part 3) - Gallery

2013-01-06 Thread john
i don't think attachment_fu was ever updated to be fully compatible with ruby 1.9.x...see https://github.com/technoweenie/attachment_fu/issues/25 for this specific issue On Sunday, January 6, 2013 10:40:06 AM UTC-6, Mohit Sindhwani wrote: > > Hello! I'm continuing on with my explorations of a b

Re: [Radiant] Re: Radiant 1.1.0 Hurdles (Part 2)

2013-01-02 Thread john
the latest comments gem ought to work On Tuesday, January 1, 2013 10:51:35 AM UTC-6, Mohit Sindhwani wrote: > > Hi Jim, > > Thanks for the note. > > On 1/1/2013 4:29 AM, Jim Gay wrote: > > Thanks for reporting all this. > > I'm planning to push breaking changes into the master branch soon, so

Re: [Radiant] System Stack Error for Radiant 1.1.0

2012-11-07 Thread John Moroney
I have not tried this yet, but I have heard from a very experienced source that using Thin makes this problem go away. Let me know if it works: http://code.macournoyer.com/thin/ On Nov 4, 2012, at 2:25 AM, Gang Wang wrote: > I am new to radiant. After installing Radiant 1.1.0, I can get DEMO

Re: [Radiant] System Stack Error for Radiant 1.1.0

2012-11-06 Thread John Moroney
ku runs on postgres rather than mysql, and the app runs fine there. John On Nov 4, 2012, at 2:25 AM, Gang Wang wrote: > I am new to radiant. After installing Radiant 1.1.0, I can get DEMO site > running. But after viewing a few of pages (public pages or admin pages), I &g

Re: [Radiant] Re: undefined method `keys' for #

2012-10-12 Thread John Moroney
All five are firing for me just fine now. Thank you for looking into this. Radiant 1.1.0 Ruby 1.9.3p194 If there is a source of syck and !omap fu, can you point me towards it? Prosit! John On Sunday, 7 October 2012 12:08:05 UTC-7, Benny Degezelle wrote: > > I have removed the !omap stat

[Radiant] local twitter development

2012-10-12 Thread John Moroney
Hopefully, this is an easy one. I'm developing locally on 0.0.0.0:3000. There is a Twitter API that is copy-and-paste simple. This API works just fine on Heroku, but I'd like to see it run locally. Has anyone added this API and had it run locally without extensions or gems? The API defaults to

[Radiant] Re: undefined method `keys' for #

2012-10-01 Thread John Moroney
hemed blog / brochure) 4. Simple Blog 5. Styled Blog [1-5]: 5 rake aborted! undefined method `keys' for # Ruby 1.9.3 Gem 1.8.24 Radiant 1.1.0 Rails 2.3.14 John Moroney On Friday, 7 September 2012 14:31:05 UTC-7, IamNaN wrote: > > Tried three times to get Radiant installed on Linode with R

Re: [Radiant] Cache seems determined to be on 300 seconds

2012-07-12 Thread John Moroney
s are loaded, including all filesystem changes. A conversation with a very experienced Radiant user has described this behaviour as normal. I have never seen Radiant behave this way. I'd like to try your solution of changing set_cache_control. If I'm successful, I'll post it here.

[Radiant] Cache seems determined to be on 300 seconds

2012-07-11 Thread John Moroney
I'm in the development environment and the cache is locked on five minutes. The config settings are correct, and I see nothing obvious in the extensions that would cause a conflict. This install was also working just fine until it wasn't. I noticed on line 525 of the changelog that a similar is

[Radiant] Re: Radiant app on heruko errors on first request after idle

2012-06-28 Thread john
i've run into the same issue and found the easiest solution to be completely disabling css generation in production; e.g. add Sass::Plugin.options[:never_update] = true to `config/environments/production.rb` On Thursday, June 28, 2012 1:55:54 AM UTC-5, jsmorris wrote: > > Due to my site having

[Radiant] Re: malformatted comment rendering with radiant-comments extension

2012-06-22 Thread john
are you on ruby 1.9 by chance? i ran into a similar issue the other day but haven't had time to track it down yet. On Wednesday, June 20, 2012 6:06:37 AM UTC-5, Eren Gölge wrote: > > I try to render my entered comments but it write it on in very silly > format like: > > ["\r\n \r\n > \r\n > > \r

[Radiant] Re: Mailer Extension, Mail gem, and AWS-SES

2012-04-24 Thread john
i don't think the mailer extension has any external dependencies. do you mean something in the mailer extension conflicts with your using the mail gem for some other purpose? On Tuesday, April 24, 2012 10:49:49 AM UTC-5, AJ Siegel wrote: > > It seems like the Mailer extension is only compatible

[Radiant] Re: Deployment recommendations?

2012-04-21 Thread john
d seems to do the trick, just add it to the production group : > > gem "radiant-heroku_dalli-extension", "~> 1.0.0" > > Cedar also removed the Varnish caching layer but I've been getting > pretty good results out of Cloud Flare [https://www.cloudfl

Re: [Radiant] Re: Deployment recommendations?

2012-04-21 Thread John Moroney
ttps://www.cloudflare.com/ > > Will provide all the info you need to get going. Unless someone beats > me to it I'll add it to the wiki when I have a spare 10 minutes. > > > > On Apr 20, 10:42 am, John Moroney wrote: >> Joel, >> >> You're

Re: [Radiant] Re: Deployment recommendations?

2012-04-19 Thread John Moroney
u-related information up on the radiant site and/or github wiki? > > On Apr 19, 2012, at 7:40 PM, jsntv200 wrote: > >> Yep. I never got around to looking into it since everything seems to >> work fine if you delete it. >> >> >> On Apr 20, 9:31 am, John Mor

Re: [Radiant] Re: Deployment recommendations?

2012-04-19 Thread John Moroney
simple extension I > created seems to do the trick, just add it to the production group : > > gem "radiant-heroku_dalli-extension", "~> 1.0.0" > > Cedar also removed the Varnish caching layer but I've been getting > pretty good results out of Cloud Flare

Re: [Radiant] Re: Deployment recommendations?

2012-04-19 Thread john
On Thursday, April 19, 2012 5:22:46 PM UTC-5, John Moroney wrote: > > Jim, > > bundle update returns radiant (1.0.1) in the gemfile.lock, which crashes > the app on heroku > if you use radiant from git 1.0.1 works fine on heroku. # Gemfile gem "radiant", "

Re: [Radiant] Re: Deployment recommendations?

2012-04-19 Thread John Moroney
ly in the admin interface, though the call is identical to the local copy. i would very much like to help in any way I can to simplify the radiant/heroku process. My biggest hurdle has always been getting all the necessary information in one source, and then getting current information. John O

Re: [Radiant] Re: Deployment recommendations?

2012-04-18 Thread John Moroney
which I'm trying to run down, and now my admin/content is css-less. And only on Heroku. Locally? Brilliant as ever. For the record, thanks for Radiant. I've been using it since 2006-2007. John Moroney On Apr 17, 2012, at 9:01 PM, john wrote: > what exactly is the problem wi

[Radiant] Re: Deployment recommendations?

2012-04-17 Thread john
what exactly is the problem with heroku? On Tuesday, April 17, 2012 8:52:03 PM UTC-5, John Moroney wrote: > > I usually deploy to Heroku, but can someone suggest a more > Radiant-friendly server? It's the deployment which seems to be the > bottleneck, even after the experience

[Radiant] Deployment recommendations?

2012-04-17 Thread John Moroney
I usually deploy to Heroku, but can someone suggest a more Radiant-friendly server? It's the deployment which seems to be the bottleneck, even after the experience of many installs. Heroku has many advantages, one of which is being free for micro-scale sites and blogs. Are there low-priced, Rai

Re: [Radiant] Postgres

2012-04-13 Thread John Moroney
John and Joel; Thanks for the good tips. Turns out I was behind both in Ruby and Radiant. John On Apr 10, 2012, at 7:40 PM, Joel Oliveira wrote: > Use ruby 1.9.x instead of 1.8.x and you should be good to go. > > I've run into something similar on a client's server (REE

[Radiant] Re: Postgres

2012-04-11 Thread john
le with older ruby/rubygems On Tuesday, April 10, 2012 8:15:21 PM UTC-5, John Moroney wrote: > > I thought it might be fun to try a PG install. I'm getting this error on > bundleinstall: > > Invalid gemspec in > [/Library/Ruby/Gems/1.8/specifications/radiant-1.0.1.gemspe

[Radiant] Postgres

2012-04-10 Thread John Moroney
I thought it might be fun to try a PG install. I'm getting this error on bundleinstall: Invalid gemspec in [/Library/Ruby/Gems/1.8/specifications/radiant-1.0.1.gemspec]: Illformed requirement ["# 1.5.1"] Does this ring any bells for anyone?

Re: [Radiant] Re: Scheduler extension

2012-03-29 Thread john
thank you for helping out. i'll get this merged and a gem pushed today. On Thursday, March 29, 2012 11:52:31 AM UTC-5, marshal wrote: > > Thanks for the pointers, John. I forked the repo, committed/pushed my > changes, and initiated a pull request. I get the feeling though that

[Radiant] Re: Scheduler extension

2012-03-29 Thread john
check out http://help.github.com/fork-a-repo/ and http://help.github.com/send-pull-requests/ On Thursday, March 29, 2012 7:08:44 AM UTC-5, marshal wrote: > > Greetings. > > I've started testing the extensions I use in production with a fresh > install of radiant 1.0.1. The scheduler extension fr

[Radiant] @font-face

2012-03-14 Thread John Moroney
-face in the previous version of Radiant without issue. This is not a CSS forum, but I am beginning to wonder if I'm overlooking something. The problem is both on Heroku and local. John Moroney @font-face :font-family 'OstrichBlack' :src url('/assets/8/ostrich-black-webfont.

Re: [Radiant] Re: Error creating my first Radiant project

2012-03-13 Thread john
alled via RubyGems.org > unless it's 1.9.3. > > On Tue, Mar 13, 2012 at 9:35 AM, john wrote: > > i think this is a problem that only happens on older versions of > rubygems. > > what version does `gem -v` show? > > > > > > On Tuesday, March 13, 2012 7

[Radiant] Re: Create Permalink Dynamically

2012-03-13 Thread john
e mailing lists and found > it. > > On Mar 13, 10:13 am, john wrote: > > thanks jim. i was thinking of . > > > > > > > > > > > > > > > > On Tuesday, March 13, 2012 5:50:07 AM UTC-5, Jim Gay wrote: > > > > >

[Radiant] Re: Error creating my first Radiant project

2012-03-13 Thread john
i think this is a problem that only happens on older versions of rubygems. what version does `gem -v` show? On Tuesday, March 13, 2012 7:15:26 AM UTC-5, Maik wrote: > > Hi, > > I just installed Radiant on Debian 6 via Gems. > > When I execute "radiant --database mysql ~/test-project" radiant st

Re: [Radiant] Re: Create Permalink Dynamically

2012-03-13 Thread john
thanks jim. i was thinking of . On Tuesday, March 13, 2012 5:50:07 AM UTC-5, Jim Gay wrote: > > I think you mean > A > -- > Write intention revealing code #=> http://www.clean-ruby.com > > Jim Gay > Saturn Flyer LLC > 571 403 0338 > > On Mar 12, 2012, at

[Radiant] Re: Create Permalink Dynamically

2012-03-12 Thread john
what about http://example.com? should return something like /path/to/page/ or /2012/03/12/slug/ if you're using the archive extension. On Monday, March 12, 2012 8:32:28 PM UTC-5, Bentley78 wrote: > > I'm trying to add facebook comments to my site and when I get teh code > I"m presented with th

Re: [Radiant] Connection Error using Radiant Clipped Extension 1.0.17 in Radiant 1.0 to upload assets to Amazon S3

2012-03-12 Thread john
are you using the clipped_config.rb initializer as a template? provide the contents of that file if so. if not run rake radiant:extensions:clipped:initialize and try using the template from config/initializers/clipped_config.rb to get setup. On Friday, March 9, 2012 6:41:48 PM UTC-6, jsmorris w

[Radiant] Re: [ANN] Radiant CMS 1.0

2012-02-29 Thread john
; Radiant wouldn't be possible without the help of some fine people. The > following people have made contributions to this release: > > Jason TaylorJohannes Fahrenkrug > William RossMark Reginald James > John MuhlSamuel

Re: [Radiant] How to add a before_filter?

2012-02-20 Thread john
vapor is working (and as jason said does what you want) with a 1.0.0.rc4 site so should be fine with rc5 and the eventual 1.x releases. it could use some ui love but it's functional.

Re: [Radiant] "Could not find a JavaScript runtime" deploying Radiant 1.0.0rc4 to Heroku

2012-02-13 Thread John Moroney
Mick, Sorry, I misspoke about rc5. John On Feb 12, 2012, at 5:57 PM, Jim Gay wrote: > rc5 of what is out? > > Mick, > I want to figure out a way to gracefully fail and remove coffee-script > support if you don't want it. But you should be able to add this to >

Re: [Radiant] "Could not find a JavaScript runtime" deploying Radiant 1.0.0rc4 to Heroku

2012-02-12 Thread John Moroney
Mick, I have seen this horrible thing before. I fixed this by installing the gem therubyracer. Others swear by nodejs. Also, rc5 is out and does seem more stable. Best of luck, John Vancouver, BC On Jan 29, 2012, at 5:13 AM, Mick Hollins wrote: > Hi, > I'm attempting to dep

[Radiant] Re: installing mailer extension in 1.0.0rc4 project

2012-02-12 Thread john
would you open an issue for this on github with details about your setup. ruby and radiant versions, mailer extension version, etc.

[Radiant] Re: "Could not find a JavaScript runtime" deploying Radiant 1.0.0rc4 to Heroku

2012-02-12 Thread john
the coffeescript support in sheets needs a javascript runtime...so add therubyracer to your gemfile, bundle update and redeploy.

[Radiant] Re: Backup / convert / export a Radiant site to HTML

2012-02-12 Thread john
what about: wget -R http://example.com/

[Radiant] Re: Migrating to 1.0

2012-02-01 Thread john
aggregation is built in now so you can get rid of that extension. benny's reorder_children gem works well with rc4. could you open issues against these extension with any additional information you have (stack traces, logs etc.). anything under the radiant organization should definitely be fixed

Re: [Radiant] Upgrading from 0.9.1 to 1.0.0-rc4

2012-01-12 Thread john
;s a new initializer for the clipped > extension which should be generated for you. I've actually seen > problems where it wasn't respecting the settings for my S3 bucket. I > haven't had time to dig into it, but John Muhl has been working on > that part of it. We thought w

Re: [Radiant] Re: Newbie to Radiant, rake issue after installing

2012-01-12 Thread john
glad it worked. you might want to check http://git.io/radiant-simple-install for a script you can re-use as opposed to the one off posted here.

[Radiant] Re: simple install

2012-01-11 Thread john
On Wednesday, January 11, 2012 4:49:02 PM UTC-6, Ross Laird wrote: > > This works perfectly (for me), and is such a welcome addition. > Thanks very much for putting it together. Radiant installation has > suddenly gone from, "Oh man, here we go again" to two lines of pasted > automagic code. Won

Re: [Radiant] simple install

2012-01-11 Thread john
it definitely should. if not that's a bug. in fact all of the "dependency" installation stuff should be skipped if you're already fully setup (e.g. on a second run).

[Radiant] simple install

2012-01-10 Thread john
In an effort to make the install/setup process for Radiant 1.0 as easy as possible I've started working on installers for Ubuntu/Debian and Mac users. The installers do not assume you have any part of the Radiant requirements installed so you don't even need a working Ruby to get started (actu

Re: [Radiant] Re: Newbie to Radiant, rake issue after installing

2012-01-10 Thread john
hmm. not sure what the problem is. wget -O radiant-ubuntu-install.sh http://git.io/FkSTZw bash radiant-ubuntu-install.sh works for me.

Re: [Radiant] Re: Newbie to Radiant, rake issue after installing

2012-01-10 Thread john
hmm. not sure what the problem is. wget -O radiant-ubuntu-install.sh http://git.io/FkSTZw bash radiant-install.sh works for me.

[Radiant] Re: How to enable Travis CI for an extension

2012-01-07 Thread john
updates are available on the matching wiki page. https://github.com/radiant/radiant/wiki/How-to-enable-Travis-CI-for-an-extension

[Radiant] How to enable Travis CI for an extension

2012-01-06 Thread john
[Travis CI][travis] is a flexible and easy to use continuous integration server; see the [Getting Started page][travis-getting-started] for more details. The flexibility means that there are any number of ways to setup and test your extensions. Here is one way. First you need to add a `.travis.

[Radiant] Re: Updating Radiant via Admin Interface

2011-12-15 Thread john
no

[Radiant] Re: When will 1.0.0 be ready?

2011-12-10 Thread john
there is one open issue and a couple of failing specs but master is really, really close to what will eventually become 1.0.0 (as far as i know there should be no breaking changes from master to 1.0) so you can upgrade to master now and then when 1.0.0 is official upgrading should be little more

[Radiant] Re: Error trying to add 404 page

2011-12-08 Thread john
would you try updating radiant to master and using the newest released gems for the core extensions?

Re: [Radiant] Re: Newbie to Radiant, rake issue after installing

2011-12-01 Thread john
it seems like you aren't getting the sqlite gem loaded. does your Gemfile have a `gem "sqlite3"` line in it? if that isn't it would you gist your shell session and Gemfile and Gemfile.lock files. what version of radiant are you using?

[Radiant] Re: Newbie to Radiant, rake issue after installing

2011-11-30 Thread john
it's nothing to worry about. a bunch of the gems radiant depends on have that line. if you really want to get rid of the warnings you can use rake 0.8.7 instead of 0.9.x.

Re: [Radiant] setting up Gravitar for a site

2011-11-22 Thread john
On Monday, November 21, 2011 5:40:31 PM UTC-6, Daniel O'Connell wrote: > > Yeah I guess you would :) Thanks Jim, I have comments running fine > installed from gem. I'm having problems now understanding how to get the > gravatars picked up for any but the author of page. here is the relavent bit

[Radiant] Re: setting up Gravitar for a site

2011-11-20 Thread john
returns a url so would show the gravatar for the author of the current page would show bob's gravatar

[Radiant] Re: Application Error / Error H10 when using Radiant on Heroku

2011-10-25 Thread john
i think the two most common problems deploying to heroku are issues with file creation at boot. have you booted production locally and committed all.js to your repo? how about disabling sass compilation? try adding `Sass::Plugin.options[:never_update] = true` to config/environments/production.r

[Radiant] Re: Radiant 1.0.0rc3 rake production db:bootstrap

2011-10-18 Thread john
does using `bundle exec` to run bootstrap help?

[Radiant] Re: radiant gallery

2011-10-17 Thread john
On Monday, October 17, 2011 10:52:49 AM UTC-5, ingvi wrote: > > ok sorry for my ignorance, should I be able to do this? > > > > , > > that should work. i don't anything about gallery so maybe it won't work inside the gallery tags.

[Radiant] Re: radiant gallery

2011-10-17 Thread john
radiant includes if/unless_[first|last] tags: , you can find out about all the tags available and how to use them from the "Available Tags" link on the edit pages.

[Radiant] Re: NameError when creating radiant

2011-10-15 Thread john
use rubygems 1.3.7; `gem update --system 1.3.7` or add `require "thread"` to boot.rb

[Radiant] Re: Uninitialized Constant error Since Upgrading to RC3

2011-10-12 Thread john
how did you perform the upgrade to rc3?

[Radiant] Re: Linking error

2011-10-12 Thread john
what version of ruby are you using? radiant only supports 1.8.7 at this time.

[Radiant] Re: Need help with 1.0 rc2, member extension on Ubuntu 10+passenger+apache

2011-09-12 Thread john
On Monday, September 12, 2011 6:23:04 PM UTC-5, James Martens wrote: > > Is there any way to see better output from passenger? I know it > produces nice looking 500 errors to help trace things, and normally > that is how I solve these issues, but I can't seem to get a trace of > where things are

[Radiant] Re: Trouble installing extensions

2011-08-08 Thread john
On Monday, August 8, 2011 1:47:56 PM UTC-5, roguedev wrote: > > I can install extensions without errors in radiant 0.9.1. It's after > freezing to edge that I'm having trouble. Do I need to do something > different after freezing? rake radiant:update rake db:migrate (and update the new environm

Re: [Radiant] Radiant 1.0 Release Candidate 1

2011-05-26 Thread john
i'm not jim but i was getting some errors with 1.9.2. might have been some extension or might have been in core. i didn't have time just then to track it down but please do try it with 1.9.2 and file issues with anything you find breaking.

Re: [Radiant] Radiant 1.0.0rc1 no rakefile or gemfile

2011-05-24 Thread john
i do the following: * disable all 3rd party extensions * upgrade radiant * rake radiant:update * rake db:migrate * boot and make sure the basics are working * begin upgrading/re-enabling extensions one at a time

Re: [Radiant] radiant-1.0 any time soon?

2011-05-15 Thread john
https://github.com/radiant/radiant/compare/0.9.1...master https://github.com/radiant/radiant/blob/master/CHANGELOG

Re: [Radiant] Re: fix the save button to the window

2011-05-09 Thread john
the save and save and continue shortcuts are already there (and have been for a while). no need to do anything but press the buttons. or are you saying that it should be removed from core and stuffed in an extension?

[Radiant] Re: admin taskbar

2011-05-09 Thread john
nevermind. i can't read.

[Radiant] Re: fix the save button to the window

2011-05-09 Thread john
what about control-s (save and continue) & control-shift-s (save)?

[Radiant] Re: admin taskbar

2011-05-09 Thread john
i think this should be simple enough to implement in your layout; e.g. if (/session_token/.test(document.cookie)) show_taskbar()

[Radiant] Re: Moving a Radiant Project and Changing the Database

2011-03-02 Thread john
On Wednesday, March 2, 2011 8:35:48 AM UTC-6, cody eilar wrote: > Hello, > > This question may have already been asked, but I have been having > some trouble finding a good answer. I currently have a radiant project > running on my local machine using sqlite3 as the database. I now want >

[Radiant] Re: send multiple emails with mailer?

2011-02-24 Thread john
you can do it with the mailer extension. in the mailer part try: subject: "multiple recipients example" from_field: email redirect_to: / recipients: - a...@example.com - b...@example.net

[Radiant] Re: LoadError during install

2011-02-24 Thread john
On Sunday, February 20, 2011 1:10:21 PM UTC-6, BIO wrote: > > 1194 /usr/local/radiant/garden>ruby -v > ruby 1.9.2p136 (2010-12-25 revision 30365) [x86_64-darwin10.5.0] > radiant currently only runs on 1.8.6/7

[Radiant] Re: if_url in layouts?

2011-02-21 Thread john
On Monday, February 21, 2011 8:07:33 PM UTC-6, craayzie wrote: > > Thanks for the reply but the url is actually just "/contact" > output on the page and you'll see radiant believes otherwise. that said `^/contact` should match as should `con` etc. etc. do you get different results with ...?

[Radiant] Re: best code syntax highlighting solution

2011-02-14 Thread john
you should be able to create a setting like `kramdown.coderay_line_numbers = false` or possibly `... = :false` - to see all the available options check out lib/kramdown_filter.rb.

Re: [Radiant] Re: installing scoped_access plugin?

2011-02-08 Thread john
do you have the same problem if you install the extension into vendor/extensions?

[Radiant] Re: installing scoped_access plugin?

2011-02-08 Thread john
the plugin should be included with the extension. setup is pretty straightforward: radiant -d sqlite3 radiant_vhost cd !$ rake db:bootstrap git clone git://github.com/saturnflyer/radiant-vhost-extension.git vendor/extensions/vhost rake radiant:extensions:vhost:install ./script/server

[Radiant] Re: Easiest way to remove filters?

2011-02-01 Thread john
disable the extension in environment.rb

[Radiant] Re: How to embed an image with page attachment extension

2011-01-27 Thread john
On Jan 27, 10:09 am, ChrisWolf wrote: > I tried this:    but that > doesn't work. it should but i haven't tried the "official" version in the in a while so maybe it got broken. i'll check it when i get some time. in the meantime could you expand on "doesn't work"? do you get an error? anything lo

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
Wed, Dec 8, 2010 at 12:37 PM, Fima Leshinsky wrote: > Thanks John - will take a look. Do you have any public pages you can share > as examples?

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

  1   2   >