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 wrote: > it works! =) > I have plans to u

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 wrote: > Add "require_dependency 'application'" to the top of the extension. That > should clear it up! > > Sean > > Rafael Souza wrote: > >> I think it

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
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 wrote: > Here is the log: > > jo...@abraham:~/teste$ rake radi

Re: [Radiant] Problem installing tags extension

2009-05-28 Thread Rafael Souza
Here is the log: jo...@abraham:~/teste$ rake radiant:extensions:tags:install --trace (in /home/joice/teste) ** Invoke radiant:extensions:tags:install (first_time) ** Invoke environment (first_time) ** Execute environment rake aborted! uninitialized constant ApplicationController /usr/lib/ruby/gems

Re: [Radiant] Problem installing tags extension

2009-05-28 Thread N. Turnage
Rafael Souza wrote: I am getting this when do 'rake radiant:extensions:tags:install': ** Invoke radiant:extensions:tags:install (first_time) ** Invoke environment (first_time) ** Execute environment rake aborted! uninitialized constant ApplicationController I have already copied the "has_many_p

[Radiant] Problem installing tags extension

2009-05-28 Thread Rafael Souza
I am getting this when do 'rake radiant:extensions:tags:install': ** Invoke radiant:extensions:tags:install (first_time) ** Invoke environment (first_time) ** Execute environment rake aborted! uninitialized constant ApplicationController I have already copied the "has_many_polymorphs" for plugins