[Radiant] Re: Using Pow presents a problem

2011-08-29 Thread Dave
Hi, Well, setting config.cache_classes = true is not only a slow nightmare for real dev work, it turns out to be unnecessary. It was simply time for me to update to the latest version of pow. That did the trick. Thanks! On Aug 29, 6:26 pm, Jomz wrote: > I have also seen this. > I don't know t

[Radiant] Re: "Just before write" parse of pages in extensions.

2011-08-29 Thread Jomz
Somewhat stabbing in the dark here, but I would probably put something like this in the extension's activate method; Page.send(:include, HamlHack::PagePartExtensions) And in lib/haml_hack/page_extensions.rb: module HamlHack::PageExtensions def self.included(base) base.class_eval do a

[Radiant] Re: Can Radiant be something for my site

2011-08-29 Thread Jomz
I don't see why not. Easily! On Aug 27, 12:48 pm, roelof wrote: > Hello, > > Im looking for a new CMS for my site. > Can I make this site (http://www.tamarawobben.nl) in Radiant. > > Roelof

[Radiant] Re: Using Pow presents a problem

2011-08-29 Thread Jomz
I have also seen this. I don't know the exact reasons, but you can 'fix' it with this setting in development.rb: config.cache_classes = true This also means however that you will have to restart the server way more often to see your changes.. On Aug 29, 9:18 pm, Dave wrote: > Hi, > > RVM REE > R

[Radiant] Using Pow presents a problem

2011-08-29 Thread Dave
Hi, RVM REE RadiantCMS 1.0 rc2 using Pow.cx to take care of the development site... go to view the homepage... reloader problems... ThreadError: thread 0x1001d6270 tried to join itself ~/.rvm/gems/ree-1.8.7-2011.03/gems/radiant-1.0.0.rc2/vendor/rails/ actionpack/lib/action_controller/reloader.rb

[Radiant] Can Radiant be something for my site

2011-08-29 Thread roelof
Hello, Im looking for a new CMS for my site. Can I make this site (http://www.tamarawobben.nl) in Radiant. Roelof

Re: [Radiant] Re: migrating radiant installation from one server to another

2011-08-29 Thread Marshal Linfoot
You might want to take a look at taps for your database migration: http://adam.heroku.com/past/2009/2/11/taps_for_easy_database_transfers/ I use it to transfer the mysql database from my production server to an sqlite database on my development laptop. Works very reliably. -- marshal On Mon, Aug

[Radiant] Re: migrating radiant installation from one server to another

2011-08-29 Thread Bob Sleys
I'd just export the DB from the old server and import it into the new server. Then copy the radiant install dir over to the new server. You might need to make a few tweaks to some of the settings but it really shouldn't be any more difficult that setting up radiant the first time on the old s

[Radiant] migrating radiant installation from one server to another

2011-08-29 Thread Bentley78
Hello all, I have a radiant installation with a mysql back end on one server and I need to migrate the installation over to the new server. Is anyone familiar with any documentation or guides? Thanks a lot.