[Radiant] Don't know how to build task 'db:bootstrap' - installing radiant

2010-03-29 Thread paharaman
Hi, I get constant rake abort trying to bootstrap the newly created radiant sqlite3 database. The following command: *rake db:bootstrap* gives back this: *rake aborted! Don't know how to build task 'db:bootstrap' (See full trace by running task with --trace)* The --trace gives the following:

Re: [Radiant] Radiant Mailer Extesion Error

2010-03-29 Thread Anton Aylward
banane said the following on 03/28/2010 10:45 PM: Anton When you say it's sending successfully, how do you know that? I didn't say that, did I? If it was sending successfully I'd be getting the resulting mail and I don't. What it is doing is taking time processing and the production log

Re: [Radiant] Radiant Mailer Extesion Error

2010-03-29 Thread Anton Aylward
Anton Aylward said the following on 03/29/2010 08:28 AM: If you ahve another client (apple mail, etc.) setup that sends successfully with a configuration, Yes I have a TWiki application that does it. That's written in perl and has a config file that sends via 'sendmail'. So its not the

Re: [Radiant] Radiant Mailer Extesion Error

2010-03-29 Thread Anton Aylward
Anton Aylward said the following on 03/29/2010 09:00 AM: I would have thought that using sendmail would have made more sense for a mailer interface than trying to inject into port 25. Such as ActionMailer::Base.delivery_method =

[Radiant] Missing Layout in the Admin

2010-03-29 Thread Neil Middleton
I have a site in production that has suddenly lost the layout for the admin pages. I've tried blipping the webserver and vendoring Radiant into the codebase. However, nothing seems to be fixing it, and nothing is showing up in any of the logs. Any ideas? -- Neil Middleton

Re: [Radiant] Missing Layout in the Admin

2010-03-29 Thread Andrew Gehring
I've had this happen due to ownership/permission issues... (e.g.; not owned by www-data on ubuntu) Andrew On 3/29/10, Neil Middleton n...@monochrome.co.uk wrote: I have a site in production that has suddenly lost the layout for the admin pages. I've tried blipping the webserver and vendoring

Re: [Radiant] Newbie Issues with Radiant on Snow Leopard

2010-03-29 Thread Ilan Volow
On 3/26/10 2:32 PM, john muhl wrote: gem uninstall rack gem install rack -v 1.0.1 On Fri, Mar 26, 2010 at 8:17 AM, Ilan Volowlist...@clarux.com wrote: I'm trying out Radiant on my machine, OS X 10.6 Snow Leopard, using the version of Ruby that came with the OS, rails 2.3.5 and Radiant

Re: [Radiant] Ruby Summer of Code ?

2010-03-29 Thread Jim Gay
Mayeu, I'm definitely interested in this. By in DC, Jeff means the Washington, DC area. I haven't looked into it yet. What needs to be done from the mentoring end? Just signing up? -Jim Jim Gay Saturn Flyer LLC www.saturnflyer.com 571 - 403 - 0338 On Mar 28, 2010, at 6:28 PM, Matthieu

Re: [Radiant] Ruby Summer of Code ?

2010-03-29 Thread Matthieu Maury
Hi Jim, Apparently yes, mentors just have to sign up. Some projects have already set up an idea page (take a look at http://rubysoc.org/students). Mayeu On Mon, Mar 29, 2010 at 20:07, Jim Gay j...@saturnflyer.com wrote: Mayeu, I'm definitely interested in this. By in DC, Jeff means the

Re: [Radiant] Radiant Mailer Extesion Error

2010-03-29 Thread banane
Hey that's great! Congrats. On Mon, Mar 29, 2010 at 7:34 AM, Anton Aylward anton.aylw...@rogers.com wrote: Anton Aylward said the following on 03/29/2010 09:00 AM: I would have thought that using sendmail would have made more sense for a mailer interface than trying

Re: [Radiant] Don't know how to build task 'db:bootstrap' - installing radiant

2010-03-29 Thread banane
I'm thinking you aren't in the radiant site- did you cd into the newly made radiant directory? radiant -d sqlite3 [your app name] cd [your app name] rake db:bootstrap cheers Anna On Mon, Mar 29, 2010 at 2:37 AM, paharaman pahara...@gmail.com wrote: Hi, I get constant rake abort trying to

Re: [Radiant] Don't know how to build task 'db:bootstrap' - installing radiant

2010-03-29 Thread paharaman
I did. many times. Just have been following the instructions. I am using windows. 2010/3/29 banane ban...@gmail.com I'm thinking you aren't in the radiant site- did you cd into the newly made radiant directory? radiant -d sqlite3 [your app name] cd [your app name] rake db:bootstrap cheers

[Radiant] Concurrent Draft

2010-03-29 Thread Cliff
Hello, I've filed an issue against the concurrent draft extension, but I'm hoping someone could give me a workaround, as I don't know when or even if my issue will be noticed, and I don't yet know radiant well enough to patch it myself. In short, because concurrent draft removes the generic page

Re: [Radiant] Don't know how to build task 'db:bootstrap' - installing radiant

2010-03-29 Thread banane
ah, windows ;) It looks like an environment path setting issue. I'm researching it now- do you have other rails apps working on this system? anna On Mon, Mar 29, 2010 at 4:35 PM, paharaman pahara...@gmail.com wrote: I did. many times. Just have been following the instructions. I am using