19 Nov, 2013
3 commits
-
PS: still breaking some tests due to action_tracker problem and html generation on models problem.
12 Nov, 2013
1 commit
16 Oct, 2013
2 commits
-
PS: tests failing due to birth_date lib and action_tracker problem
-
PS: still has a failing test due to monkey patches not loading.
10 Oct, 2013
1 commit
-
PS: still failing tests due to delayed_job problems with delay deliver.
09 Oct, 2013
8 commits
-
PS: still failing due to image mass-assignment
-
PS: still with failing tests
-
PS: still failing due to ActionTracker::Record#current_user_from_model
-
PS: still tests failin
-
Also moving profile extension to make count use distinct by default to ActiveRecord::Calculations module.
-
PS: still failing due to stubbing deliver mail
-
PS: still failing on test related to ActionTracker::Record#current_user_from_model
08 Oct, 2013
1 commit
28 Sep, 2013
1 commit
-
PS1: the monkey_patch is not being loaded. PS2: there are still some tests failing due to ActionTracker bug.
27 Sep, 2013
2 commits
-
PS: still failing due to mailer deliver problem.
-
Also discovered that the ActionTracker::Record.current_user_from_model returning nil is a bug. So I'm removing the stubs I did before.
26 Sep, 2013
4 commits
-
PS: still failing xss_terminate related tests
-
PS: still breaking xss_terminate related tests
25 Sep, 2013
2 commits
24 Sep, 2013
4 commits
-
Rails.root is now a Pathname. The best use of it is with the #join method instead of concatenation and such. I therefore am rewriting all this calls to fix/avoid problems.
19 Sep, 2013
5 commits
-
* The first_impl method was already implemented as dispatch_first (which was probably incorporated after this request was done). But I utilized the idea proposed here to use the default value for the hotspot instead of nil. * I changed the hotspot to pass all the parameters passed to the method since it might be useful for the plugins in the future. (ActionItem2666)
-
…into merge-requests/295
18 Sep, 2013
6 commits
-
PS: still breaking because of missing controller called from link_to.
-
PS: still failing test because xss_terminate is stripping html comments now.
-
PS: still failing test because xss_terminate is stripping html comments now.