Quantcast
Channel: Recent Commits to feedzirra:b3d2b25f18f86184db22bc8d743e8d2bf88b64af
Browsing index pages (20 articles)

Add Rubocop to default rake task

Add Rubocop to default rake task I also added my favorite option for Rubocop so that I could get rid of the config file.

View Article


Simplify new entry conditional

Simplify new entry conditional I'm not going to lie, it was very fun to tinker with this for an hour or so. I think what I've landed on here is actually pretty readable!

View Article


Remove unused code

Remove unused code

View Article

Use more simple `parse` method when possible

Use more simple `parse` method when possible I'm not sure why I reached for `parse_with` here when `parse` was just as good. In fact, I was duplicating the error handling for not being able to find a...

View Article

Simplify Time parsing extension

Simplify Time parsing extension Rubocop wasn't happy with how complicated this implementation was so I simplified it. I'm still not super happy with it, but #313 changes a lot of this anyway so making...

View Article


Add Rubocop and fix basic violations

Add Rubocop and fix basic violations

View Article

Allow JRuby to fail (for now)

Allow JRuby to fail (for now) The first step to JRuby support is getting Travis to properly run the tests, now I just have to figure out why they're failing. :laughing:

View Article

Ignore ox on JRuby

Ignore ox on JRuby

View Article


Ensure newest bundler is installed

Ensure newest bundler is installed

View Article


Remove stale Travis config

Remove stale Travis config This told Travis to leave out a group called tools, but we don't have a group by that name.

View Article

Update list of rubies

Update list of rubies

View Article

Ignore vim-projectionist file

Ignore vim-projectionist file

View Article

Fix flickering tests

Fix flickering tests Global state is bad, but you gotta be green before you can make things better.

View Article


Update integration test for modified site

Update integration test for modified site

View Article

Also test the travis branch on CI

Also test the travis branch on CI

View Article


Add JRuby to Travis

Add JRuby to Travis

View Article

Test on Ruby 2.2 and auto test on patched versions

Test on Ruby 2.2 and auto test on patched versions

View Article


Updated test suite for new blog post

Updated test suite for new blog post

View Article

Incorrect param sent to Time.parse in CoreExt

Incorrect param sent to Time.parse in CoreExt `Time.parse` takes a date as first param and defaults to `Time.now` for the second param. `true` was being passed into `Time.parse` and returning `nil` in...

View Article

Fix typo in CHANGELOG

Fix typo in CHANGELOG

View Article
Browsing index pages (20 articles)


Latest Images