Charanya Nagarajan wrote:
> Hi All
> 
>   I had been using Rails 2.1.2 and in routes.rb i had a route defined
> like
> 
> map.namespace :mysite do |mysite|
> 
>    mysite.questions '/questions.:format', :controller =>
> 'mysite_questions', :action => 'index'
> 
> end
> 
> And now I have updated my rails version
> Now I get an error like this.
> 
>  Rails 2.3.5 application starting on http://0.0.0.0:3002
> Route segment "(.:format)?" cannot be optional because it precedes a
> required segment. This segment will be required.
> 
> 
> Kindly Help me in this.
> 
> Thanks In Advance,
> 
> Charanya

Check this out
http://dev.rubyonrails.org/attachment/ticket/9615/routing_should_not_warn.diff

-kannan
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to