Skip to content

Releases: gemgento/rails_script

v2.0.4

05 Nov 21:37

Choose a tag to compare

Changed

  • Removed upper limit of coffee-rails dependency for Rails 6 support

v2.0.3

15 Jun 14:43

Choose a tag to compare

  • Clear event handlers before loading pages from cache with Turbolinks 5

v2.0.2

15 Jun 14:33

Choose a tag to compare

  • Fix double initialization bug when using Turbolinks.

v2.0.1

26 May 13:38

Choose a tag to compare

  • Add support for all versions of Turbolinks in initializer
  • Remove Turbolinks dependency from initializer

v1.0

16 May 15:51

Choose a tag to compare

Added support Turbolinks 5 by changing the way controller classes are initialized.

v0.7.0

10 Mar 03:28

Choose a tag to compare

Add initializer configurator in order to set namespace

v0.6.1

03 Nov 19:24

Choose a tag to compare

Fix a bug with generating namespaced controller object class names.

v0.6.0

03 Nov 19:12

Choose a tag to compare

Implement beforeAction and afterAction controller functions.

v0.5.0

03 Nov 18:44

Choose a tag to compare

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

03 Nov 16:51

Choose a tag to compare

Use the universal jQuery variable, instead of $, if jQuery is available.