Thanks to everyone for their feedback and Trac tickets! Let me know if
this causes any problems - if you do experience any issues, you can
always grab a specific tagged version after submitting the bug, while
we fix the source.
I just deployed to Dreamhost with 1.0.2 and I’m getting a “stack too
deep” error when trying to access anything. The same code works with
1.0.1 - so something that has changed broke things.
PS: The same code runs just fine with 1.0.2 on my XP box and my OSX
box…
MissingSourceFile (no such file to load –
vendor/plugins/substruct/app/controllers/content_nodes_controller.rb):
/usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:18:in require__' /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:18:inrequire’
/vendor/rails/activerecord/lib/…/…/activesupport/lib/active_support/dependencies.rb:244:in require' /vendor/plugins/engines/lib/dependencies_extensions.rb:54:inrequire_or_load’
…
Here’s the spew from Webrick
SystemStackError in #
stack level too deep
RAILS_ROOT: script/…/config/…
Application Trace | Framework Trace | Full Trace
This error occured while loading the following files:
script/…/config/…/vendor/plugins/substruct/app/controllers/application.rb
=> model order_line_item.rb
order_line_item.rb
product.rb
…and on and on…
Is the ‘substruct/app/controllers/application.rb’ file in your engine,
or should that be in the main application? I’m just trying to figure
out where it ought to be load it from…
james
Sorry for the delayed response…
Yeah it’s in the engines folder…not the main application. Basically
it’s an app skeleton.
Is the ‘substruct/app/controllers/application.rb’ file in your engine,
or should that be in the main application? I’m just trying to figure
out where it ought to be load it from…
james
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.