We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99591cb commit a2d68aaCopy full SHA for a2d68aa
Readme.md
@@ -210,14 +210,6 @@ JsRoutes itself do not have security holes. It makes URLs
210
without access protection more reachable by potential attacker.
211
In order to prevent this use `:exclude` option for sensitive urls like `/admin_/`
212
213
-## Spork
214
-
215
-When using Spork and `Spork.trap_method(Rails::Application::RoutesReloader, :reload!)` you should also do:
216
217
-``` ruby
218
-Spork.trap_method(JsRoutes, :generate!)
219
-```
220
221
## JsRoutes and Heroku
222
223
When using this setup on Heroku, it is impossible to use the asset pipeline. You should use the "Very Advanced Setup" schema in this case.
0 commit comments