James A Rosen
James A Rosen
I get a similar error when trying to install the dependencies for Rails 3.0.pre on Ruby 1.8.7 (OSX): $ gem bundle Calculating dependencies... Fetching git repository at: git://github.com/rails/arel.git Updating source:...
The problem seems to be that the `railties` directory doesn't exist within `activerecord`. That is, OSX is being picky about that path even though the `../..` backs out of it....
No, that doesn't seem to be it. This particular `gem bundle` seems to expect `activerecord` to include `actionmailer`, `actionpack`, `activemodel`, `activeresource`, and `activesupport` directories, none of which is included in...
Adding `code ||= ''` to `Rocco::Layout#sections` fixes the problem, but I bet there's an underlying cause I'm not seeing.
Possibly the same as #40
Sadly, I can't say for sure. We had to remove Rocco because it kept causing the following error in our application (see #45): ``` ArgumentError: wrong number of arguments (0...
Likely spam. OP has no other contributions.
rwjblue/ember-cli-content-security-policy#67 and ember-cli/ember-cli#3350 suggest that the community has not really figured out how to address this problem. The ember-cli team's answer so far is "turn CSP off."
It might be challenging for ember-ace to do this because every time the core ACE library changes any of its CSS, this library will have to change the hashes. I've...
ACE also calculates lots of styles on the fly and then modifies the DOM with `.innerHTML = '...'`. For example, ``. There's no way for this library to calculate all...