Hi there.

I'm having some real issues with engines and rc4:

1: generators are broke

rails plugin new myengine --mounable
cd myengine
rails g
<broken>...

2: after you build an engine and gem it up, if you do:

rails new myproject
add gem 'myengine' to Gemfile
add mount MyEngine::Engine => '/myengine'
rake routes:

myengine  /myengine {:to=>MyEngine::Engine}

then rails s

visit http://localhost:3000/myengine

error log:

Started GET "/myengine" for 127.0.0.1 at Thu Jul 07 16:07:11 +0100
2011
ActionController::RoutingError (No route matches [GET] "/myengine"):

This is really odd, as rails 3.0 engines worked just fine on rails3.0,
however my namedspaced rails3.1 engine wont (and cant run on 3.0 as
isolate namespace is 3.1 only)

What can I do.  Currently setting to edge-rails gets bundle failures
on actionpack (3.2.0.beta) etc...

Thanks

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en.

Reply via email to