File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -15,3 +15,15 @@ prototype-rails supports RJS debugging. RJS responses are wrapped to catch
15
15
exceptions, alert() them, and re-raise the exception. Debugging is disabled by
16
16
default. To enable in development, set `config.action_view.debug_rjs = true`
17
17
in config/environments/development.rb.
18
+
19
+ ---
20
+
21
+ ## Support for Rails 4.1 and above
22
+
23
+ Unfortunately, due to limited manpower and resources, the Rails core team has
24
+ not been able to confirm if this gem currently works with Rails 4.1 and above.
25
+ If you have found any problems while upgrading your application, please report
26
+ them at the [issue tracker](https://github.com/rails/prototype-rails/issues),
27
+ or better yet, submit patches by sending a [pull request](https://github.com/rails/prototype-rails/pulls).
28
+
29
+ In any case, this gem will *NOT* be officially supported on Rails 5.0 and above.
You can’t perform that action at this time.
0 commit comments