
BaseController.around_filter(OutputFilter::Cells.new) can't find the output filter
Reported by jan (at riethmayer) | May 26th, 2009 @ 09:32 PM
adva_cms::master
commit 753bf1b580534c55cbf52e4f87d3f779748064bb
tree 7b3b3085dff1f58697072e0ba241a74b44d758b0
parent 91e86758e91ad26b107b76f36736bdf64e2fa5c1
I had this error after fresh clone.
After commenting out
around_filter OutputFilter::Cells.new
in adva/engines/adva_cms/app/controllers/base_controller:16 the app runs nicely. Seems like this belongs to the cell plugin?
Best,
riethmayer
=> Rails 2.3.2 application starting on http://0.0.0.0:3000
/usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:105:in `const_missing': uninitialized constant BaseController::OutputFilter (NameError)
from /Users/Jan/Sites/aps/cms/vendor/plugins/adva_cms/app/controllers/base_controller.rb:16
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:380:in `load_without_new_constant_marking'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:380:in `load_file'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:521:in `new_constants_in'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:379:in `load_file'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:259:in `require_or_load'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:425:in `load_missing_constant'
from /usr/local/lib/ruby/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:80:in `const_missing'
... 23 levels...
from /usr/local/lib/ruby/gems/1.8/gems/rails-2.3.2/lib/commands/server.rb:84
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from script/server:3
Comments and changes to this ticket
-
Ignacio Carrera May 26th, 2009 @ 09:41 PM
- Assigned user changed from Sven Fuchs to Clemens Kofler
I've already sent a Pull Request to Clemens and Sven with this issue resolved[1] (moved it to the adva_cells plugin) on sunday... I thought it only broke tests, now I found that it also breaks installation.
Please, pull it (or tell me what's wrong with it).
[1] http://github.com/nachokb/adva_cms/commit/c7130538aa20137b8cbd00d93...
-
Ignacio Carrera May 26th, 2009 @ 09:43 PM
It was broken in this commit: http://github.com/svenfuchs/adva_cms/commit/09503928271439c060e5806...
-
Clemens Kofler May 27th, 2009 @ 08:38 AM
- Tag changed from adva-cms, bug, install to adva-cms, bug, cells, install
- State changed from new to open
Sorry, I totally forgot to pull in your patch because I was out of the house so much over the weekend. I'll do it today.
-
Clemens Kofler May 27th, 2009 @ 09:36 AM
- State changed from open to resolved
Just pushed your change: http://github.com/svenfuchs/adva_cms/commit/500e30c2cd43cc55ff64a39....
I modified it a little because it seemed like overhead to have a separate controller file for it: http://github.com/svenfuchs/adva_cms/commit/16168e471fcbd907a79e288....
Thanks a lot for contributing! We hope to see more contributions in the future! :-)
-
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<p>Cutting edge cms, blog, wiki, forum ... plattform.</p>
<p>Find the code on <a href="http://github.com/svenfuchs/adva_cms/tree/master">GitHub: adva cms</a></p>
<p>Part of the business application framework <a href="http://www.advabest.org/">adva best</a>.</p>