I couldn''t find any change to scope in the release notes or changelog
but this stopped working since Rails 3:
scope format: false do
get "main/index"
end
This works though:
get "main/index", format: false
In the first case, using Rails 4 beta 1, getting /main/index.html will
work while in the second it won''t, as expected.
Should I create an issue on GH for this?
--
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Core" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to rubyonrails-core+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-core@googlegroups.com.
Visit this group at http://groups.google.com/group/rubyonrails-core?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
I am pretty sure that there was a change involving this, specifically. It was either Andrew or Yves that made it. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-core+unsubscribe@googlegroups.com. To post to this group, send email to rubyonrails-core@googlegroups.com. Visit this group at http://groups.google.com/group/rubyonrails-core?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
Em 02-04-2013 18:35, Steve Klabnik escreveu:> I am pretty sure that there was a change involving this, specifically. > It was either Andrew or Yves that made it.You mean as intentional change/behavior? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-core+unsubscribe@googlegroups.com. To post to this group, send email to rubyonrails-core@googlegroups.com. Visit this group at http://groups.google.com/group/rubyonrails-core?hl=en. For more options, visit https://groups.google.com/groups/opt_out.