coffeebeans icon indicating copy to clipboard operation
coffeebeans copied to clipboard

The parts of CoffeeScript they forgot in Rails 3.1!

Results 11 coffeebeans issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 0.3.27 to 0.3.61. Release notes Sourced from tzinfo's releases. v0.3.61 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require from...

dependencies

Bumps [rack](https://github.com/rack/rack) from 1.2.2 to 1.2.8. Changelog Sourced from rack's changelog. [1.1.6, 1.2.8, 1.3.10] 2013-02-07 Fix CVE-2013-0263, timing attack against Rack::Session::Cookie [1.5.1] 2013-01-28 Rack::Lint check_hijack now conforms to other parts...

dependencies

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.4.4 to 1.13.6. Release notes Sourced from nokogiri's releases. 1.13.6 / 2022-05-08 Security [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to...

dependencies

Bumps [rake](https://github.com/ruby/rake) from 0.8.7 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...

dependencies

Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 0.9.4 to 2.0.0. Release notes *Sourced from [rubyzip's releases](https://github.com/rubyzip/rubyzip/releases).* > ## v2.0.0 > Security > > - Default the `validate_entry_sizes` option to `true`, so that callers can...

dependencies

If so, I can't find it. Noting like coffee_script_tag exists yet, does it?

Is there any reason for `coffee_script_tag` to not render JS inside a CDATA section as `javascript_tag` would do? ``` erb if 2 < 0 alert('uh?') ``` the code above would...

Hi, perhaps in the README you should mention the fact that this gem's functionality [has been also added](https://github.com/rails/rails/pull/1130#issuecomment-1810606) to the [coffee-rails gem](https://github.com/rails/coffee-rails) (which is included in rails by default now)?...

## main.js.coffee ``` erb ... 'cleanup' %> ``` ## _cleanup.js.coffee ``` erb x = 1 alert x ``` results in ``` ActionView::Template::Error (SyntaxError: reserved word "var" on line 12): ```

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.4.4 to 1.13.8. Release notes Sourced from nokogiri's releases. 1.13.8 / 2022-07-23 Deprecated XML::Reader#attribute_nodes is deprecated due to incompatibility between libxml2's xmlReader memory semantics and Ruby's garbage...

dependencies