A COPRL presenter plugin that renders javascript
Add this line to your application's Gemfile:
gem 'script_presenter_plugin', git: 'https://github.com/coprl/script_presenter_plugin', require: false
And then execute:
$ bundle
Declare the plugin in your pom, plugin :script
.
Add a script block:
script inline: <<~JAVASCRIPT
alert( 'Hello, world!' );
JAVASCRIPT
Bug reports and pull requests are welcome on GitHub at https://github.com/coprl/script_presenter_plugin.
The gem is available as open source under the terms of the MIT License.
Everyone interacting in the COPRL project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.