Re: [Radiant] Problem installing tags extension

2009-05-29 Thread Rafael Souza
I think it is a problem in activate method in vendor/extensions/tags_extension.rb when it calls 'SiteController.send :include, SiteControllerExtensions' But I don't know how to fix it... On Thu, May 28, 2009 at 5:43 PM, Rafael Souza raf...@maisweb.org wrote: Here is the log:

Re: [Radiant] Problem installing tags extension

2009-05-29 Thread Sean Cribbs
Add require_dependency 'application' to the top of the extension. That should clear it up! Sean Rafael Souza wrote: I think it is a problem in activate method in vendor/extensions/tags_extension.rb when it calls 'SiteController.send :include, SiteControllerExtensions' But I don't know how

Re: [Radiant] Problem installing tags extension

2009-05-29 Thread Rafael Souza
it works! =) I have plans to understand the radiant to create my own extensions soon... Thanks! On Fri, May 29, 2009 at 3:39 PM, Sean Cribbs seancri...@gmail.com wrote: Add require_dependency 'application' to the top of the extension. That should clear it up! Sean Rafael Souza wrote: I

Re: [Radiant] Problem installing tags extension

2009-05-29 Thread Rafael Souza
Just to save time of someone: Who is having a uninitialized constant ActiveRecord::Reflection::ClassMethods::ThroughReflection I suggest to modify dir name of has_many_polymorphs to 00_has_many_polymorphs. On Fri, May 29, 2009 at 4:00 PM, Rafael Souza raf...@maisweb.org wrote: it works! =) I

[Radiant] Paperclipped extension and new pages

2009-05-29 Thread David Cato
The paperclipped extension works great when editing an existing page, but it's inactive on new pages. The Show Assets Bucket link doesn't appear on a new page, only an existing page. This happens with both Radiant 0.7.1 with paperclipped/master and Radiant 0.8RC1 with paperclipped/0.8.0. I even

Re: [Radiant] Paperclipped extension and new pages

2009-05-29 Thread Steven Southard
I think it's just the way it works. If the page doesn't exist yet it could be problematic to associate an asset with it. Save and continue and assets are fully functional. Steven On May 29, 2009, at 7:08 PM, David Cato wrote: The paperclipped extension works great when editing an

Re: [Radiant] Paperclipped extension and new pages

2009-05-29 Thread N. Turnage
Steven Southard wrote: I think it's just the way it works. If the page doesn't exist yet it could be problematic to associate an asset with it. Save and continue and assets are fully functional. I agree. The page needs an id before attachments can be assigned to it. Press 'Save and Continue'