paloma icon indicating copy to clipboard operation
paloma copied to clipboard

page-specific javascript for Rails done right

Results 9 paloma issues
Sort by recently updated
recently updated
newest added

Replace the document.ready event with turbolink.load

Hi there, just figured out that current version of the gem triggers the following warning: DEPRECATION WARNING: before_filter is deprecated and will be removed in Rails 5.1. Is that difficult...

I was looking at the documentation about the forward/back button in the 'Turbolinks Support' and I was trying to ensure my code is executed in this same manner for my...

I set some variables params in before_action ApplicationController so they are accessible in entire app for every Paloma controller. ``` js user: username, email: email ``` How can i access...

Is there a way to set global Paloma controller? that run on every page besides other page specific Paloma controllers?

It would be nice to be able to disable all logs made in the console to keep it clean even if application is in development environment

When I test js using jasmine-rails in my rails project, it doesn't pick the js code with in Foos.prototype.index = function();.How do I do that?

Hardcoding logging to only work for production is very inflexible. Please allow logging to be switched on / off for arbitrary envs (eg. Keep logging in staging).

enhancement

Running `bundle install` gives me this error message: ``` Bundler could not find compatible versions for gem "activerecord": In Gemfile: generator_spec (~> 0.8.7) ruby depends on activerecord (< 4.0, >=...