Jeremy Green

Results 355 comments of Jeremy Green

Take a look at : http://github.com/woahdae/attachment_fu - rails3 branch I installed it with : ./script/rails plugin install http://github.com/woahdae/attachment_fu.git -r rails3 So far (less than an hour in) it's working as...

I just looked into doing this and I'm not sure it's really feasible in the current state. The project currently depends on CodeMirror 2.3, but the oldest version of it...

I honestly have no idea what it'll do with CM 5.2. It's been quite a while since I've done much with this project. I'd love to hear about how it...

Hmm... the index.html page is working for me. What browser and OS are you using?

Hey Jakob, thanks for opening this issue. It's going to take a bit of refactoring to get everything to a state where this is possible, but it definitely needs to...

That's really weird. I just tried running the configure and setup steps in that app again and it's still having the same problems with tests. I also tried dropping and...

OK, I just figured it out. The problem was that I had a `.env` file that contained `HIDE_THINGS=1` and apparently there are auto-generated tests that assume that we are _not_...

If there's a public docs repo I'd be happy to submit a PR for this.

Oops, I should have mentioned that I tried to `bin/resolve` several of the files but that it fails with `ArgumentError: unknown keyword: :aliases`. ``` ./bin/resolve app/helpers/theme_helper.rb --open /Users/jgreen/.asdf/installs/ruby/2.7.4/lib/ruby/gems/2.7.0/gems/digest-3.1.0/lib/digest.rb:20: warning: already...

I just figured out that I _can_ `bin/resolve` if I do `ThemeHelper` instead of using the path listed in the theming docs. But it's still unclear how to go about...