Releases: gemgento/rails_script
Releases · gemgento/rails_script
v2.0.4
Changed
- Removed upper limit of coffee-rails dependency for Rails 6 support
v2.0.3
- Clear event handlers before loading pages from cache with Turbolinks 5
v2.0.2
- Fix double initialization bug when using Turbolinks.
v2.0.1
- Add support for all versions of Turbolinks in initializer
- Remove Turbolinks dependency from initializer
v1.0
Added support Turbolinks 5 by changing the way controller classes are initialized.
v0.7.0
Add initializer configurator in order to set namespace
v0.6.1
Fix a bug with generating namespaced controller object class names.
v0.6.0
Implement beforeAction
and afterAction
controller functions.
v0.5.0
Introducing the all
function on controller objects. This is called before the action function for all controller actions. It is preferred to using the controller's constructor
since it doesn't require any call to super
or the need to return this
.
v0.4.1
Use the universal jQuery
variable, instead of $
, if jQuery is available.