[Radiant] Mephisto Integration

2007-11-21 Thread Arpit Jain
Hi all. I need to integrate mephisto inside an existing rails application. Can anybody tell me the correct path of doing this. I have searched for it, but i am totally confused that how to start with it.. Thanks. Arpit -- Posted via http://www.ruby-forum.com/.

Re: [Radiant] Mephisto Integration

2007-11-21 Thread Erik van Oosten
Hello Arpit, This question is probably better answered on a Mephisto mailing list. Regards, Erik. Arpit Jain wrote: Hi all. I need to integrate mephisto inside an existing rails application. Can anybody tell me the correct path of doing this. I have searched for

Re: [Radiant] Mephisto Integration

2007-11-21 Thread Arpit Jain
Erik van Oosten wrote: Hello Arpit, This question is probably better answered on a Mephisto mailing list. Regards, Erik. Arpit Jain wrote: -- Erik van Oosten http://2008.rubyenrails.nl/ http://www.day-to-day-stuff.blogspot.com/ I am sorry for this. It was by mistake.

[Radiant] mini_radiant

2007-11-21 Thread arpit jain
Hi All, I am using the mini radiant plugin, but the created_by and updated_by column,in any table, are not getting updated.I know it's a silly question but i am not able to figure out..why? Do anyone know the solution??? Thanks Arpit

[Radiant] Integration of radiant with existing rails app

2007-11-21 Thread aditya nalla
Hi I am planning to integrate radiant into an existing rails application. Can anyone provide any pointers? Thanks Aditya ___ Radiant mailing list Post: Radiant@lists.radiantcms.org Search: http://radiantcms.org/mailing-list/search/ Site:

[Radiant] Issue with page updating since 0.6.4

2007-11-21 Thread Andrew Klein
Hello there all! Ever since I upgraded to 0.6.4, I've noticed a bit of a trend with this version. Ever since I have upgraded, I have found that when I make a post to my site, it doesn't immediately process itself onto pages it resides on, even when I do a Clear Cache. It can take sometimes up

Re: [Radiant] Issue with page updating since 0.6.4

2007-11-21 Thread Thomas Bell
Same problem here. I've found that you have to save the parent page before any changes in the children (or snippets) show up. --Tom On Nov 21, 2007 6:39 AM, Andrew Klein [EMAIL PROTECTED] wrote: Hello there all! Ever since I upgraded to 0.6.4, I've noticed a bit of a trend with this version.

Re: [Radiant] Asset Manager Extension patch for use with 0.6.4

2007-11-21 Thread Loren Johnson
Keith, The future plans sound good. I personally have to cast my vote for you keeping a backward compatible file system version around for a bit as I've got several sites currently using the extension and I doubt I'll move all the images to the db side in those cases. Either way, I've

[Radiant] How to Integrate Radiant To an Rails Application

2007-11-21 Thread Gnana Prasad
Hi All, I am trying to integrate radiant with rails application , I tried googling a lot .But could not find a way to my problem. It would be great help to me , if you could give me a suitable direction to integrate rails application with radiant.. Thanks in Advance Gnana Prasad

Re: [Radiant] Does the virtual host extension work with 0.6.4?

2007-11-21 Thread Sean Cribbs
I tried it briefly on 0.6.3 before I decided to write my own alternative. It seemed to work fine, but that was only testing locally. Sean On Nov 20, 2007 11:47 PM, Travis Bell [EMAIL PROTECTED] wrote: Hey guys, I tried adding the vhost extension today on a new Radiant 0.6.4 install that I

Re: [Radiant] Issue with page updating since 0.6.4

2007-11-21 Thread Erik van Oosten
Hi Andrew, I have seen and reported the same thing here. No response so far... Regards, Erik. Andrew Klein wrote: Ever since I have upgraded, I have found that when I make a post to my site, it doesn't immediately process itself onto pages it resides on, even when I do a Clear

Re: [Radiant] Issue with page updating since 0.6.4

2007-11-21 Thread Thomas Bell
Well maybe it has always been this way I'm pretty new to radiant. Workflow for me: Home Page Article First Post Change Something Here That change doesn't show up for me until after I save Home Page. Could be a different Issue than Andrews if it is sorry for the confusion. --Tom On

Re: [Radiant] Does the virtual host extension work with 0.6.4?

2007-11-21 Thread Todd Willey
Patch is here: http://pastie.caboo.se/118525 On 11/21/07, Travis Bell [EMAIL PROTECTED] wrote: Hey guys, I tried adding the vhost extension today on a new Radiant 0.6.4 install that I was setting up and kept getting some errors. If it's supposed to work, I can post the errors and hope

Re: [Radiant] Issue with page updating since 0.6.4

2007-11-21 Thread Mohit Sindhwani
Erik van Oosten wrote: Hi Andrew, I have seen and reported the same thing here. No response so far... Regards, Erik. Andrew Klein wrote: Ever since I have upgraded, I have found that when I make a post to my site, it doesn't immediately process itself onto pages it resides

Re: [Radiant] Integration of radiant with existing rails app

2007-11-21 Thread Mohit Sindhwani
aditya nalla wrote: Hi I am planning to integrate radiant into an existing rails application. Can anyone provide any pointers? Thanks Aditya Is it just me or is this the 3rd or 4th request today asking to integrate Radiant with Rails? I hope as hell it's not the same person under

Re: [Radiant] [ANN] Simpler reorder extension

2007-11-21 Thread Travis Bell
Hey Sean, Upon trying to run rake production db:migrate:extensions I am getting the following error: ## undefined method `page' for #Radiant::AdminUI:0x40804734 Any idea why? This is a gem install of version 0.6.4 with the Shards extension from the trunk installed. Thanks, -- Travis Bell

Re: [Radiant] [ANN] Simpler reorder extension

2007-11-21 Thread Sean Cribbs
That generally occurs when you don't have the loading order set in config/environment.rb of your project. It should look like this: config.extensions = [:shards, :all] Alternatively, you can rename the vendor/extensions/shards directory to vendor/extensions/00_shards. Sean On Nov 21, 2007 1:50

Re: [Radiant] [ANN] Simpler reorder extension

2007-11-21 Thread Travis Bell
I seem to be getting an error when I try and delete pages with the Reorder extension enabled. The log reports the following: ## ActiveRecord::StatementInvalid (SQLite3::SQLException: SQL logic error or missing database: UPDATE page Any idea? The second I disable the Reorder extension, I can

[Radiant] Moving pages and have them become child items...

2007-11-21 Thread Travis Bell
Hey guys, It doesn't seem like it's currently possible to move existing pages into a new page and have it become a child item with the Seans Reorder extension. I'm trying to convert an existing Radiant site INTO a multiple domain setup with the virtual host extension but all of my root

Re: [Radiant] Issue with page updating since 0.6.4

2007-11-21 Thread Daniel Sheppard
I think I can agree with this. It has almost become second nature to change the home page to reset the cache. I have noticed this with changing snippets (which should clear cache - I had asked this earlier) and then clearing the cache. No go! It doesn't update the home page. Well the

Re: [Radiant] Issue with page updating since 0.6.4

2007-11-21 Thread Thomas Bell
My cache dir is empty after running Clear Cache. Should the cache.data and cache.yml files have a new time or get deleted too? --Tom On Nov 21, 2007 3:21 PM, Daniel Sheppard [EMAIL PROTECTED] wrote: I think I can agree with this. It has almost become second nature to change the home page to

Re: [Radiant] Issue with page updating since 0.6.4

2007-11-21 Thread Daniel Sheppard
My cache dir is empty after running Clear Cache. Should the cache.data and cache.yml files have a new time or get deleted too? Ah! Yes, they should be deleted - in fact they shouldn't be created. This was recently fixed on the trunk. Dan. ___

Re: [Radiant] Issue with page updating since 0.6.4

2007-11-21 Thread Thomas Bell
Should I delete them? I used the gem install so I guess that I will have to wait or is there an easy way to upgrade to the trunk? --Tom On Nov 21, 2007 4:33 PM, Daniel Sheppard [EMAIL PROTECTED] wrote: My cache dir is empty after running Clear Cache. Should the cache.data and cache.yml files

Re: [Radiant] Issue with page updating since 0.6.4

2007-11-21 Thread Thomas Bell
Well that was kind of a dumb question they are cache files they will just get recreated. --Tom On Nov 21, 2007 5:27 PM, Thomas Bell [EMAIL PROTECTED] wrote: Should I delete them? I used the gem install so I guess that I will have to wait or is there an easy way to upgrade to the trunk? --Tom

Re: [Radiant] Issue with page updating since 0.6.4

2007-11-21 Thread Daniel Sheppard
Should I delete them? I used the gem install so I guess that I will have to wait or is there an easy way to upgrade to the trunk? --Tom You can update to the trunk with rake radiant:freeze:edge Once it is fixed in the stable build, you can run: rake radiant:unfreeze To go back to using

Re: [Radiant] Integration of radiant with existing rails app

2007-11-21 Thread aditya nalla
:) I am pretty sure that we are not the same person or from the same company. Without diverting to any other side conversations, does anybody have any pointers for me? Thanks Aditya On Nov 21, 2007 11:22 PM, Mohit Sindhwani [EMAIL PROTECTED] wrote: aditya nalla wrote: Hi I am planning

[Radiant] Using Radiant to handle part of a site?

2007-11-21 Thread Gnana Prasad
Hi All, Could any one help me ,How to integration Radiant with the rails application I searched in web . But i couldnt found any useful resources. Thanks in Advance Gnana Prasas ___ Radiant mailing list Post: Radiant@lists.radiantcms.org

[Radiant] mini_radiant

2007-11-21 Thread Arpit Jain
Hi all. Had anybody used mini_radiant plugin for integrating Radiant CMS. I need to ask some issues about it... 1. I used http://svn.pluginaweek.org/trunk/plugins/libraries/mini_radiant to get mini_radiant, but when i tried to install the dependent plugins

Re: [Radiant] Moving pages and have them become child items...

2007-11-21 Thread Erik van Oosten
On http://wiki.radiantcms.org/Thirdparty_Extensions there is a plugin called Copy Move. Regards, Erik. Travis Bell wrote: It doesn't seem like it's currently possible to move existing pages into a new page and have it become a child item with the Seans Reorder extension. --