Yes, as I told in a previous post (http://www.ruby-forum.com/topic/163688#new) I'm actually using Andrew's extension to dump my Radiant layout for the following pourposes:
- backup & versioning: via "rake file_system:save" I dump the layout onto the filesystem, than I make some html/css changes here and there, I git commit -a -m "New css layout bla, bla ...", and load the layout back into the DB via "rake file_system:load" - port my Radiant layout to the separate Rails app layout, which I like to look and feel the same way: smoothly cat & past some dumped html/css files between the two applications modifying destination partials files name, and app/views dir scructure accordingly That's working fine for me until now. I'm using radiant-0.6.9 as a gem, and the commit commit 625ba8e31b7ffe3d9ca50019cf20bf942b9290c3 Author: Andrew Neil <[EMAIL PROTECTED]> Date: Thu Jul 31 07:19:04 2008 +0100 thanks Andrew lgs -- Posted via http://www.ruby-forum.com/. _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
