Skip to content

Commit a2d68aa

Browse files
committed
Remove spork from readme
1 parent 99591cb commit a2d68aa

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Readme.md

-8
Original file line numberDiff line numberDiff line change
@@ -210,14 +210,6 @@ JsRoutes itself do not have security holes. It makes URLs
210210
without access protection more reachable by potential attacker.
211211
In order to prevent this use `:exclude` option for sensitive urls like `/admin_/`
212212

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-
221213
## JsRoutes and Heroku
222214

223215
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

Comments
 (0)