You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a to_javascript helper that takes a hash merges it with @to_javascript. This allows to_javascript data to be added from multiple points throughout the application.
Make Rails variables available in JavaScript by defining an @to_javascript instance variable. This variable should be a hash defining all of the variables you want to make available via Utility.RailsVars
Add .keep files to the elements/ and utilities/ folders. This makes sure they will be added to the repository and prevent require_tree errors with sprockets.