On 2 March 2015 at 14:22, Simioni Tanguy <li...@ruby-forum.com> wrote:
>> Does that restart your rails server?  I don't know.
>>
>> Does it work in development mode on your development system?
>>
>> Colin
>
> it does restart my rails server , but et doesn't work in development
> mode on y development system.
>
> and here is my routes.rb
>
> WebGTI::Application.routes.draw do
>
> root :to =>'login#index'
> match ':controller(/:action(/:id(.:format)))'
> end

I don't know, but I wonder whether the camelcase is causing a problem.
I always try to stick to the rails conventions for such things.  I
suggest trying changing the name to archivemail in the action and in
the url to see if it helps.

Colin

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLviXe67hJ-L6bHGhin7ZneX7v9BL6jCDWT7j9tk9qux-w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to