Skip to content

Commit d264423

Browse files
committed
Clarify Rails 4.1+ support
1 parent bc80415 commit d264423

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README

+12
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,15 @@ prototype-rails supports RJS debugging. RJS responses are wrapped to catch
1515
exceptions, alert() them, and re-raise the exception. Debugging is disabled by
1616
default. To enable in development, set `config.action_view.debug_rjs = true`
1717
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.

0 commit comments

Comments
 (0)