Re: [Radiant] Sphinx Extension help

2009-10-31 Thread John Polling
Hi Josh, Thanks for the info. In regards to the stack trace this is what I'm getting undefined method `request' for #Advert:0x1064e3340 /Library/Ruby/Gems/1.8/gems/radiant-0.8.0/vendor/rails/activerecord/ lib/active_record/attribute_methods.rb:260:in `method_missing'

[Radiant] Gallery extension

2009-10-31 Thread Clubiste Ben Stadiste
Hi, I am trying to test and use the gallery extension. While trying to upload files (single file or batch import) I got the following error: Processing GalleryImportingsController#import (for 127.0.0.1 at 2009-10-31 11:36:08) [PUT] Parameters: {action=import,

Re: [Radiant] Sphinx Extension help

2009-10-31 Thread John Polling
Actually I've managed to resolve this issue. The extension uses the following code in the radius tag tag 'results:each' do |tag| tag.locals.results.collect do |result| tag.locals.page = result tag.expand end.join(\n) end the variable tag.locals.page

[Radiant] Could not connect to postgresql

2009-10-31 Thread Артём Большаков
Hello. I'm trying to run radiant on postgresql, but an error following appears; /usr/lib/ruby/gems/1.8/gems/radiant-0.8.1/vendor/rails/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb:968:in `initialize': FATAL: Ident authentication failed for user radiant (PGError)

Re: [Radiant] Redcloth Acronym limitation

2009-10-31 Thread Jason Garber
No, you hit upon the best way. Unfortunately the % signature for spans in Textile doesn't take a title option like links and acronyms. Textile intends for you to use HTML inline when necessary, so go right ahead with your span tags, though you shouldn't need the double-equals for

Re: [Radiant] Could not connect to postgresql

2009-10-31 Thread Jim Gay
On Oct 31, 2009, at 7:41 AM, Артём Большаков wrote: Hello. I'm trying to run radiant on postgresql, but an error following appears; /usr/lib/ruby/gems/1.8/gems/radiant-0.8.1/vendor/rails/activerecord/ lib/active_record/connection_adapters/postgresql_adapter.rb:968:in `initialize':