[Radiant] Re: Layouts, snippets and site assets on the file system?

2008-06-14 Thread Jonathan McCoy
Daniel Collis-puro wrote: > Was this done via FUSE? > > http://redhanded.hobix.com/inspect/railsfsAfterACoupleMinutesOfToolingWithFuseWhoa.html > > Seems like that's the "Right" way. I've used FUSE extensively to mount > remote filesystems via SSH and it works wonderfully. > > --DJCP Highly u

Re: [Radiant] Re: Layouts, snippets and site assets on the file system?

2008-06-14 Thread Sean Cribbs
Jonathan McCoy wrote: Highly unlikely. FUSE is a modular file system API - basically a simple means to build your own file system without actually having to do anything majorly complex. Although yes, what you linked to would be a cool solution - it still lacks version control. You'd also have

[Radiant] Re: Re: Layouts, snippets and site assets on the file system?

2008-06-14 Thread Arik Jones
Gah! Shafted again! How long you gonna keep these awesome extensions under your wings? What detoxing needs to be done? Sean Cribbs wrote: > Jonathan McCoy wrote: >> settings. >> > You just described the file_system extension written for Redken to a T. > I would like to release it but I'm not r

[Radiant] share_layouts extension

2008-06-14 Thread Will Emerson
Through trial and error, I got the rails_support extension working in 0.6.7 and Rails 2.0.2. But now I'm trying out the share_layouts extension and I'm having some problems getting it to work. In this project, my app is already made into an extension and I'm trying to integrate with the Radiant par

Re: [Radiant] share_layouts extension

2008-06-14 Thread Chris Parrish
Will Emerson wrote: Through trial and error, I got the rails_support extension working in 0.6.7 and Rails 2.0.2. But now I'm trying out the share_layouts extension and I'm having some problems getting it to work. In this project, my app is already made into an extension and I'm trying to integrat

Re: [Radiant] share_layouts extension

2008-06-14 Thread [EMAIL PROTECTED]
On Sat, 2008-06-14 at 14:40 -0700, Will Emerson wrote: > Through trial and error, I got the rails_support extension working in > 0.6.7 and Rails 2.0.2. Do you have any pointers for getting the rails_support extension working? I am about to tackle this and was wondering if you could share anything

Re: [Radiant] share_layouts extension

2008-06-14 Thread Chris Parrish
Whoops, I lied. You do *not* need to uncomment: require_dependency 'application' for your extension to play with share_layouts (unless you're doing something with your controllers in the activate method too). I was looking at the wrong extension's code when I mistyped -- sorry. -Chris