在你的 Gemfile 插入(目前只支持>=4.2.5,<5 的 Rails):
gem 'rails-php-mode', git: 'https://github.com/CicholGricenchos/rails-php-mode.git'
rake routes:
url helpers:
改写了路由生成和 UrlHelpers,可以无缝把现有的路由转换成 PHP 样子的路由,member 级的:id
和直接书写的:xx
会被抽出成查询参数
有点要注意的是,同一个资源下 collection 和 member 不能有同名方法,因为 rails 的 router 是没办法区分它们的,可以参考例子的 thumbup 和 thumbdown 生成的路径
不过要想骗过 wappalyzer,还有几点要做的...
以后人家问我这个应用是什么语言写的? 我:哦,php。