Engine broke under rails 1.1.6

ActionController::RoutingError (Recognition failed for “/user/signup”):

All the controller in Engine can not be recognized,I update my engine to
the latest version,the application even can not be started.Something
more need to be done?

Hi George

All the controller in Engine can not be recognized,
Peak Obsession

I know that doesn’t help solve the problem, but it is noted by the core
team. You might want to sync up with the engine folks to see what the
game plan is.

Adam

Adam wrote:

Hi George

All the controller in Engine can not be recognized,
Peak Obsession

I know that doesn’t help solve the problem, but it is noted by the core
team. You might want to sync up with the engine folks to see what the
game plan is.

Adam

Hi,Adam
I try to fix it according to :
http://npenkov.com/articles/2006/08/14/engines-with-rails-1-1-5-6-routing-issue
and
http://svn.rails-engines.org/engines/branches/rb_1.1

but it still can not work,both the patches lead to the webrick’s direct
exit,I have to roll back to rails 1.1.4 now

Adam wrote:

Adam

I believe that’s been fixed… seem to recall seeing something in the
last couple days
about a fix for the 1.1.6 problem now being available in the Engines
Collaboa.

b

George [email protected] writes:

Hi,Adam
I try to fix it according to :
http://npenkov.com/articles/2006/08/14/engines-with-rails-1-1-5-6-routing-issue
and
http://svn.rails-engines.org/engines/branches/rb_1.1

Use latest engines release

http://svn.rails-engines.org/engines/tags/1.1.4 release

it should work fine with Rails 1.1.6

Surendra S.
http://ssinghi.kreeti.com, http://www.kreeti.com
Read my blog at: http://cuttingtheredtape.blogspot.com/
,----
| “All animals are equal, but some animals are more equal than others.”
| – Orwell, Animal Farm, 1945
`----

The Engine i used before is release 1.1.1,and i found that even i use
the version of 1.1.2,it still can not be started,So Engine 1.1.2 and the
later version should be configured to fit the rails?

Surendra S. wrote:

Use latest engines release

http://svn.rails-engines.org/engines/tags/1.1.4 release

it should work fine with Rails 1.1.6

Hi,I use the engine release:
http://svn.rails-engines.org/engines/tags/rel_1.1.4

The WEBRick can not be started at all, And following is the console
output:
=> Booting WEBRick
Loaded suite script/server
Started

Finished in 0.0 seconds

0tests, 0 assertation, 0 failures, 0 errors.

And following is my enviroment.rb:

module LoginEngine
config :salt,“mytest”
end
Engines.start :login

George wrote:

The Engine i used before is release 1.1.1,and i found that even i use
the version of 1.1.2,it still can not be started,So Engine 1.1.2 and the
later version should be configured to fit the rails?

I got it. It is the error from login-engine. I have not upgraded my
login_engine.
now Engine 1.1.4 get works well with rails 1.1.6