Andy Waite
Andy Waite
``` Failures: 1) Readability images should show one image, but outside of the best candidate Failure/Error: @input = @input.gsub(REGEXES[:replaceBrsRe], '').gsub(REGEXES[:replaceFontsRe], '') ArgumentError: invalid byte sequence in UTF-8 # ./lib/readability.rb:48:in `gsub'...
Also fails when building on TravisCI: http://travis-ci.org/#!/andyw8/nifty-generators Ruby 1.9.2 Bundler 1.0.13 Mac OS X 10.6.6 $ bundle $ rake --trace *\* Invoke default (first_time) *\* Invoke features (first_time) *\* Execute...
https://github.com/joemasilotti/railsdevs.com
https://github.com/jrochkind/rubyland which runs http://rubyland.news (cc @jrochkind)
I've added email_spec to my Gemfile. When I put `require 'email_spec'` in my test helper, and try to run the tests, I get this output: ``` 0 tests, 0 passed,...
Just starting for discussion, I haven't dug into this deeply. Should the styleguide recommend `config.active_record.strict_loading_by_default = true` ? https://bigbinary.com/blog/rails-6-1-adds-strict_loading-to-warn-lazy-loading-associations
I noticed there's no mention of `#html_safe` in views and helpers. I've found this to be a commonly misused/misunderstood part of Rails, but I'm not sure if it should be...
Puma 4.3.5 fails with: ``` plylst master % gem install puma -v '4.3.5' Building native extensions. This could take a while... ERROR: Error installing puma: ERROR: Failed to build gem...
**Describe the bug** The latest version of Theme Kit does not seem to handle some JSON files. It calculates a different checksum locally than on the server, so files without...