[Radiant] Re: Using devise for a radiant extension

2010-08-16 Thread swartz
Hmmm... the issue with "uninitialized constant SessionsController" i was able to resolve by moving gem.config "warden" gem.config "devise" to environment.rb instead of the standard extension config block file. Strange... but ok. Now the issue I'm attempting to resolve is as follows: When I atte

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

2010-08-16 Thread Lindsay Morris
Well, "gem list" says radiant (0.9.1), but that's remote, ie, not installed (I guess ?) "gem list --local" does not show radiant at all. But I have a /home/lindsay/rails_apps/radiant directory, with a CHANGELOG that has "=== 0.8.1 Luster" at the top. So it's SLOOOWWLY starting to make sense. Ma

[Radiant] Forms extension and RESTful ruoting mechanics

2010-08-16 Thread Wes Gamble
Is there anything about squaretalent's forms extension (http://github.com/squaretalent/radiant-forms-extension) that conflicts with standard RESTful routing semantics for form targets? Thanks, Wes

[Radiant] start up error then fine on Heroku

2010-08-16 Thread Steven Southard
The front-end seems to start fine but once the back-end was called it failed once. On refresh it worked fine. I'm not sure how often this happens but it seems often enough on startup. This also only happening on Heroku and not locally. Sorry to include the whole log but it seemed rele

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

2010-08-16 Thread banane
On Mon, Aug 16, 2010 at 7:57 AM, Lindsay Morris wrote: > Well, "gem list" says radiant (0.9.1),  but that's remote, ie, not installed > (I guess ?) No the other way- gem list (remote) means what gems are available from gem providers. Gem list (without a flag) will give you locally installed gems.

[Radiant] Re: feed_reader extension

2010-08-16 Thread Marshal Linfoot
Figured this out, mostly. The Wordpress RSS feed doesn't have an "author" tag so a nil value is returned. Not important, I'll leave it out. Changed the format attribute to "%A, %B %d, &G" and got a nicely formatted date string. Working fine for anyone else interested in using it. On Sat, Aug 14,

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

2010-08-16 Thread John W. Long
I've made it public now: http://support.github.com/discussions/repos/3873-radiant-wiki Rick's working on it. Please do not use it yet. I'll post here when it's complete. --John On Mon, Aug 16, 2010 at 12:37 AM, john muhl wrote: > is there a public issue for that? i don't to start working on it

[Radiant] Taking advantage of Rails form helpers/partials within Radiant

2010-08-16 Thread Wes Gamble
All, I have come to a point where I would like to integrate some none-Radiant managed views with Radiant views, and I'm trying to determine the best overall approach. I have some custom models which need to be represented in Radiant views, and I would like to be able to take advantage of st