barista icon indicating copy to clipboard operation
barista copied to clipboard

Simple, transparent CoffeeScript support for Rails and Rack apps.

Results 17 barista issues
Sort by recently updated
recently updated
newest added

Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 0.3.29 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.3 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 [git](https://github.com/ruby-git/ruby-git) from 1.2.5 to 1.11.0. Release notes Sourced from git's releases. Release v1.11.0 Full Changelog 292087e Supress unneeded test output (#570) 19dfe5e Add support for fetch options "--force/-f" and...

dependencies

Bumps [rake](https://github.com/ruby/rake) from 0.9.2 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

Updates the requirements on [rdoc](https://github.com/ruby/rdoc) to permit the latest version. Changelog *Sourced from [rdoc's changelog](https://github.com/ruby/rdoc/blob/master/History.rdoc).* > === 3.12.1 / 2013-02-05 > > * Bug fixes > * Fixed an XSS...

dependencies

Rack deprecated Rack::Utils#bytesize

Added namespacing feature to barista. Based somewhat off this blog post: http://topsecretproject.finitestatemachine.com/2010/04/how-to-organizing-javascript-in-ruby-on-rails/ Puts an object wrapper around the compiled output which is then called from JS outputted by a helper...

Hello I have a following problem. I'm using HAML views in my rails app and i wanted to use some coffeescript in them. I added Barista to my gemfile: gem...

When I install Barista and afterwards try to run rake assets:precompile, clean, etc I get the following error... rake aborted! uninitialized constant Barista Tasks: TOP => environment (See full trace...

I did everything as in README. But when i try to load my app, i get this: NoMethodError at / undefined method `debug' for nil:NilClass file: barista.rb location: debug line:...