[Radiant] Adding extension db migrations to the spec:extensions task db:loading process.

2009-02-05 Thread Jeffrey Jones
Hi all, I am currently adding rspec tests to my extension (Better late than never eh) but am having trouble with the rake spec:extensions task. The reason being that my extension cannot find the tables because they haven't been created by the rake spec:extensions task because it uses: **

[Radiant] radiant-comments-extension install glitch

2009-02-05 Thread James Lavin
Hi: New to blogging, I installed Radiant on Tuesday. I'm running 0.7.0-rc2 (http://radiantcms.org/blog/archives/2009/01/21/radiant-0-7-0-rc2-available/) with Postgres on Ubuntu Hardy. The basic site is up and running without a glitch. But when I tried to install radiant-comments-extension, I got

[Radiant] Templates extension explosion - Please help

2009-02-05 Thread N. Turnage
I installed the templates extension on my project on my laptop, but when I deployed the updated project and migrated the templates extension things went horribly wrong. First, the rake was aborted on the 4th migration with an error that the position column had already been created (not

Re: [Radiant] Templates extension explosion - Please help

2009-02-05 Thread Jim Gay
Mysql::Error: Duplicate column name 'position': ALTER TABLE `templates` ADD `position` int(11) It would appear that the templates table already has a position field before the migrations are run. Is it possible that you're working with a database that has some of the structure already

Re: [Radiant] radiant-comments-extension install glitch

2009-02-05 Thread Jim Gay
Have you run rake db:bootstrap yet? The first error says 'relation config does not exist' meaning the config table does not exist (which would be the case if you hadn't run the bootstrap) On Feb 5, 2009, at 9:13 PM, James Lavin wrote: Hi: New to blogging, I installed Radiant on Tuesday.

Re: [Radiant] Templates extension explosion - Please help

2009-02-05 Thread N. Turnage
Jim Gay wrote: Mysql::Error: Duplicate column name 'position': ALTER TABLE `templates` ADD `position` int(11) It would appear that the templates table already has a position field before the migrations are run. Is it possible that you're working with a database that has some of the structure

Re: [Radiant] Templates extension explosion - Please help

2009-02-05 Thread Jim Gay
On Feb 6, 2009, at 12:58 AM, N. Turnage wrote: Jim Gay wrote: Mysql::Error: Duplicate column name 'position': ALTER TABLE `templates` ADD `position` int(11) It would appear that the templates table already has a position field before the migrations are run. Is it possible that you're

Re: [Radiant] Adding extension db migrations to the spec:extensions task db:loading process.

2009-02-05 Thread Jim Gay
On Feb 5, 2009, at 2:01 PM, Jeffrey Jones wrote: Hi all, I am currently adding rspec tests to my extension (Better late than never eh) but am having trouble with the rake spec:extensions task. The reason being that my extension cannot find the tables because they haven't been created

[Radiant] include_root_in_json error

2009-02-05 Thread Mark Muskardin
Hello Everyone, When I run rake production db:bootstrap I'm getting the following error: undefined method `include_root_in_json= So, I can't start Radiant CMS. What gives? Thx! //Mark ___ Radiant mailing list Post: Radiant@radiantcms.org Search: