Quantcast
Channel: Recent Commits to feedzirra:b3d2b25f18f86184db22bc8d743e8d2bf88b64af
Browsing all 20 articles
Browse latest View live

Fix typo in CHANGELOG

Fix typo in CHANGELOG

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

Updated test suite for new blog post

Updated test suite for new blog post

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

Add JRuby to Travis

Add JRuby to Travis

View Article


Also test the travis branch on CI

Also test the travis branch on CI

View Article

Update integration test for modified site

Update integration test for modified site

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


Ignore vim-projectionist file

Ignore vim-projectionist file

View Article


Update list of rubies

Update list of rubies

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

Ensure newest bundler is installed

Ensure newest bundler is installed

View Article

Ignore ox on JRuby

Ignore ox on JRuby

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

Add Rubocop and fix basic violations

Add Rubocop and fix basic violations

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

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


Remove unused code

Remove unused code

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

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
Browsing all 20 articles
Browse latest View live


Latest Images