Re: [Radiant] Forms Extension

2010-11-07 Thread Marshal Linfoot
Thanks Jim. Here's the pastie: http://pastie.org/1279841 Is the "Yajl::ParseError" caused by the FormsController trying to parse the file that was uploaded? If so, what to do about it? I'm totally lost here, so any suggestions for troubleshooting would be much appreciated. -- marshal

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

[Radiant] Re: trouble running rake for custom extension

2010-11-07 Thread Tobi
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. Regards, Tobi

Re: [Radiant] Forms Extension

2010-11-07 Thread Jim Gay
On Nov 7, 2010, at 8:12 AM, Marshal Linfoot wrote: > Greetings. > > I'm using the forms and forms-mailer extensions to create a form to be > emailed. Most of it is working well except for attachments. I've used the > tag to get a file chooser button/dialog and that appears to work. In > the "

[Radiant] Forms Extension

2010-11-07 Thread Marshal Linfoot
Greetings. I'm using the forms and forms-mailer extensions to create a form to be emailed. Most of it is working well except for attachments. I've used the tag to get a file chooser button/dialog and that appears to work. In the "content" page of the form, what gets emailed, I've used to get the

[Radiant] Re: trouble running rake for custom extension

2010-11-07 Thread Guilherme C.
I had the same problem here, it worked after with "gem install jeweler" (I'm running on RVM, so I don't use 'sudo'). Regards, Guilherme -- Posted via http://www.ruby-forum.com/.