Im see warning too (which will be fixed) but Im sure that login work. Im using ruby-p72 and tested also on ruby-p149
> --
> Hai ricevuto questo messaggio perché sei iscritto al gruppo "Lipsiadmin" di Google Gruppi.
> Per postare messaggi in questo gruppo, invia un'email a lipsi...@googlegroups.com.
> Per annullare l'iscrizione a questo gruppo, invia un'email a lipsiadmin+...@googlegroups.com.
> Per ulteriori opzioni, visita il gruppo all'indirizzo http://groups.google.com/group/lipsiadmin?hl=it.
>
>
Since I get the loading page instead of the login page (I have to
clear the cookies to get the login page again) I think there is a
problem with the login.
I believe the loading page should not be visible until I successfully
logged in. The above errors also suggest the login was not successful,
because there is no logged in user.
I have no idea what should I do. I did rake db:migrate:reset, clear my
cookies, etc, but no luck.
Thank you
Tel. 0331-386985
Mobile. 349-7079458
Fax. 0331-812061
On Mar 18, 4:15 pm, Davide D'Agostino <d.dagost...@lipsiasoft.com>
wrote:
"No route matches "/backend/base" with {:method=>:get}"
do you have: map.backend '/backend/base', :controller => 'backend/base', :action => 'index' in routes?
You are using rails 2.3.5 ?
---
Best Regards,
Davide D'Agostino
Tel. 0331-386985
Mobile. 349-7079458
Fax. 0331-812061
I have not touched the routes, I did only script/generate backend.
I tried to change my route to /backend/base and I also uncommented my
hack in account_access.rb but nothing changed. I have the same
results, just the route changed.
> You are using rails 2.3.5 ?
>
Yes.