Rails Routes - How to make them case insensitive?

后端 未结 6 510
春和景丽
春和景丽 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:35

    I've just has the same problem, and solved it using middleware - have a look here:

    http://gehling.dk/2010/02/how-to-make-rails-routing-case-insensitive/

    Note: This only applies for Rails 2.3+

    • Carsten

提交回复
热议问题