03 Jun, 2014
2 commits
02 Jun, 2014
4 commits
-
(ActionItem3152)
-
Conflicts: app/views/profile_editor/edit.html.erb (ActionItem3152)
29 May, 2014
1 commit
-
There is no reason for the user menu to load on the client-side. The only reason, that would be plausible is if it varnish was providing cached pages for logged users. Since this is not happening, there is no need to load it on the client-side.
23 May, 2014
6 commits
22 May, 2014
3 commits
21 May, 2014
1 commit
-
Conflicts: lib/api/helpers.rb lib/api/v1/articles.rb lib/api/v1/users.rb
20 May, 2014
3 commits
19 May, 2014
2 commits
-
ActionItem3136
18 May, 2014
1 commit
16 May, 2014
3 commits
-
Conflicts: app/models/article.rb app/models/user.rb config.ru
15 May, 2014
1 commit
14 May, 2014
4 commits
13 May, 2014
9 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).