Re: [Radiant] Getting NoMethodError with Templates extension

2009-05-24 Thread Sean Cribbs
Nate, I suspect those are installed as submodules. Inside the extension, run this: git submodule init git submodule update I believe Andrew was working on switching it over to use Admin::ResourceController, so make_resourceful wouldn't be needed any more. Watch for those changes. Sean

Re: [Radiant] Getting NoMethodError with Templates extension

2009-05-24 Thread N. Turnage
Sean Cribbs wrote: Nate, I suspect those are installed as submodules. Inside the extension, run this: git submodule init git submodule update I believe Andrew was working on switching it over to use Admin::ResourceController, so make_resourceful wouldn't be needed any more. Watch for

Re: [Radiant] Page Attachments

2009-05-24 Thread N. Turnage
Mohit Sindhwani wrote: Next on my list is PageAttachments - so, I installed attachment_fu and then, I cloned the recent page_attachments from git. I applied the migration and did the update and restarted the server. I was able to add an attachment and then another. But the third one

Re: [Radiant] Page Attachments

2009-05-24 Thread michael starke
On 24.05.2009, at 16:26, Mohit Sindhwani wrote: N. Turnage wrote: Mohit Sindhwani wrote: Next on my list is PageAttachments - so, I installed attachment_fu and then, I cloned the recent page_attachments from git. I applied the migration and did the update and restarted the server.

Re: [Radiant] Page Attachments

2009-05-24 Thread Mohit Sindhwani
michael starke wrote: Hello Mohit, paperclipped comes with a fine installation routine that even imports your old attachments (and images) and moves them to it's default location. Look at the github page, there should be a rake task for mirgration form page_attachments. At least that's how i

Re: [Radiant] Getting NoMethodError with Templates extension

2009-05-24 Thread Andrew vonderLuft
git submodule init git submodule update On May 23, 2009, at 9:30 PM, N. Turnage wrote: NoMethodError (undefined method `make_resourceful' for TemplatesController:Class): This is the error I am getting when I am trying to view templates in admin. I looked in the vendor/plugins directory

[Radiant] My first (very small) Radiant extension for keyboard shortcuts

2009-05-24 Thread Joel Oliveira
Everyone - Thought I would share with the list something I whipped up over the last couple of days to scratch an itch I had while using Radiant. While doing a lot of editing in the various textareas across the admin I found myself getting a little annoyed from tabbing, or scrolling and

Re: [Radiant] My first (very small) Radiant extension for keyboard shortcuts

2009-05-24 Thread Jim Gay
On May 24, 2009, at 12:15 PM, Joel Oliveira wrote: Everyone - Thought I would share with the list something I whipped up over the last couple of days to scratch an itch I had while using Radiant. While doing a lot of editing in the various textareas across the admin I found myself

Re: [Radiant] My first (very small) Radiant extension for keyboard shortcuts

2009-05-24 Thread Steven Southard
That works great. Thank you. Steven On May 24, 2009, at 11:14 PM, Steven Southard wrote: I've been think that Radiant needed this too. I'm going to try it out right away. Steven On May 24, 2009, at 11:15 AM, Joel Oliveira wrote: Everyone - Thought I would share with the list

Re: [Radiant] My first (very small) Radiant extension for keyboard shortcuts

2009-05-24 Thread Steven Southard
Sorry to go on like this. On pages it works great. On other pages like snippets and layouts it doesn't seem to do much. Steven On May 24, 2009, at 11:30 PM, Steven Southard wrote: That works great. Thank you. Steven On May 24, 2009, at 11:14 PM, Steven Southard wrote: I've been think