Rails Routes - How to make them case insensitive?

后端 未结 6 505
春和景丽
春和景丽 2021-01-17 18:10

Routes in Ruby on Rails are case sensitive. It seems someone brought this up before, and it has been labeled will not fix.

http://rails.lighthouseapp.com/projects/89

6条回答
  •  独厮守ぢ
    2021-01-17 18:25

    Well you could try another approach. Make the case transform serverside and send everything to rails downcase.

    I think you can achieve this with either mod_rewrite or mod_spelling.

提交回复
热议问题