21 May, 2014
1 commit
-
Conflicts: lib/api/helpers.rb lib/api/v1/articles.rb lib/api/v1/users.rb
19 May, 2014
1 commit
18 May, 2014
5 commits
16 May, 2014
4 commits
-
Conflicts: app/models/article.rb app/models/user.rb config.ru
15 May, 2014
1 commit
14 May, 2014
15 commits
-
Change made by AI2610 (f1dd48d)
-
This include was causing cucumber to crash because it was overwriting the "tag" method on top-level, causing gherkin to jump awkwardly to action_view. More information about this problem here: https://github.com/cucumber/gherkin/issues/76
13 May, 2014
13 commits
-
http://makandracards.com/makandra/14725-instance_eval-behaves-different-in-ruby-1-8-and-ruby-1-9-use-instance_exec-instead
-
Testing the difference of the exact job instead of all jobs. Also including class methods on Delayed::Job to fetch jobs by_handler and with handler_like (using sql LIKE).