Forum: Rails Engines rails engine not finding controller every second page load

Posted by Anko P. (anko_p)
on 2011-04-05 02:52
Hi,
i'm developing a rails 3 engine but really having troubles getting the
controller to load every time.

every second time I visit the page I get;
LoadError in Webedit/public filesController#index

Expected
/home/anko/.rvm/gems/ruby-1.9.2-p136/bundler/gems/webedit-3e02394235c3/app/controllers/public_files_controller.rb
to define PublicFilesController


to reproduce (assuming bash, ruby 1.9.2 and rails 3);

rails new webedit-test
cd webedit-test
echo "gem 'webedit', :git =>
'https://github.com/ankopainting/webedit.git', :tag => 'v0.0.3'" >>
Gemfile
bundle install
rails server

then goto http://localhost:3000/public

it will either say "hi" or an error.. refresh to see it change to the
opposite behaviour.

any help would be greatly appreciated.. I've spent some time in ruby
debugger but need to understand a lot about how rails works to get a
meaningful result.
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.