Hello!

I've some web apps working with Hobo.  My apache configuration loads all of 
them in different sub-URIs.  One of them (the newest) has a problem and 
misses the sub-URI part of the route when creating the links, so "Not 
found" appears after the first link the user clicks.

These are the different apps I am deploying:


   - A: Based on gem 'hobo', '= 2.2.6' --> FAILS
   - B: Based on gem 'hobo', '= 2.2.4' --> WORKS.
   - C: Based gem "hobo", "= 1.0.3" --> WORKS.
   
The symptom is: if I open my A app using the path http://myserver/a, it 
perfectly opens.  Then I click on Home and works fine, but then I click on 
"Login" and it builds the wrong path http://myserver/login instead of 
http://myserver/*a/*login

I've tested the correct configuration of Apache by exchanging the paths of 
A and B.  B app was correctly working on A directory, but A app also fails 
on B directory.

I've also checked that config/routes.rb and 
config/environments/production.rb have similar contents.

Any idea of the problem or can you help me to find the code that could have 
impact on this?

Thanks in advance.

Tx. 

PD: If needed, I am using ruby ruby 2.1.5p273 (2014-11-13) 
[x86_64-linux-gnu] on Debian.
The A app (the faulty one) is https://github.com/gatATAC/eo, the B one 
(working one) is https://github.com/gatATAC/uCANca, and the C (the old and 
working one) 
is https://github.com/gatATAC/poris/tree/master/Editors/Web/PorisWebEditor

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/hobousers.
For more options, visit https://groups.google.com/d/optout.

Reply via email to