when trying to access a page that has this in the routes:
match ‘/browse/color/’ => redirect("/browse/#!/color")
My guess would be that it is something to do with the # in the url. I
think you asked about this before, # is not valid in a url except as a
bookmark/anchor delimiter.
Colin
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.