1
|
commit 51f8022d8940e7a641e06080b6009794f21dbb34
|
2
|
Author: Eric Davis <edavis@littlestreamsoftware.com>
|
3
|
Date: Sun Sep 6 13:22:37 2009 -0700
|
4
|
|
5
|
Removed the custom handler for when the cookie store is tampered with.
|
6
|
Rails 2.3 removed the TamperedWithCookie exception and instead will just not
|
7
|
load the data from it (e.g. no user login).
|
8
|
|
9
|
commit 08c2b5af89005abb6cebf26bd7a8653e580d9525
|
10
|
Author: Eric Davis <edavis@littlestreamsoftware.com>
|
11
|
Date: Sun Sep 6 13:20:15 2009 -0700
|
12
|
|
13
|
Changed the order of check_box_tags and hidden_field_tags. The hidden tag
|
14
|
need to appear first in Rails 2.3, otherwise it will override any value in
|
15
|
the check_box_tag.
|
16
|
|
17
|
commit dd1f586055f3ae52ee09422f7de3c41885181fad
|
18
|
Author: Eric Davis <edavis@littlestreamsoftware.com>
|
19
|
Date: Sun Sep 6 12:59:07 2009 -0700
|
20
|
|
21
|
Fixed some DEPRECATION warnings in the tests
|
22
|
|
23
|
commit 7ca23d2b167ead293546dedfe9345b3c717cd2a2
|
24
|
Author: Eric Davis <edavis@littlestreamsoftware.com>
|
25
|
Date: Sun Sep 6 02:10:40 2009 -0700
|
26
|
|
27
|
Added some default initializers from a fresh rails app
|
28
|
|
29
|
commit 3a878ffc07f15e6169a2a36e418863467d51cfa3
|
30
|
Author: Eric Davis <edavis@littlestreamsoftware.com>
|
31
|
Date: Sun Sep 6 02:04:01 2009 -0700
|
32
|
|
33
|
Added a plugin to let Engines override application views.
|
34
|
|
35
|
commit 1d05f29635e9efc2a0eaddc4063e607dcb0148ac
|
36
|
Author: Eric Davis <edavis@littlestreamsoftware.com>
|
37
|
Date: Sun Sep 6 00:59:28 2009 -0700
|
38
|
|
39
|
Upgraded to Rails Engines 2.3.2
|
40
|
|
41
|
commit f6eac5f020e7937e61e44113bab99538f7956930
|
42
|
Author: Eric Davis <edavis@littlestreamsoftware.com>
|
43
|
Date: Sun Sep 6 00:45:07 2009 -0700
|
44
|
|
45
|
Updated the I18n storage_units format.
|
46
|
|
47
|
commit 8ac83623d3fb063d41b814c3a86d98272f8f1ff7
|
48
|
Author: Eric Davis <edavis@littlestreamsoftware.com>
|
49
|
Date: Sat Sep 5 23:43:39 2009 -0700
|
50
|
|
51
|
Load the queries fixtures
|
52
|
|
53
|
commit 04093545e698d0810d508077a82099db97e516de
|
54
|
Author: Eric Davis <edavis@littlestreamsoftware.com>
|
55
|
Date: Sat Sep 5 23:26:48 2009 -0700
|
56
|
|
57
|
Fixed a bug that occurred in tests where the "required" span tag would be
|
58
|
added to the :field_status translation. This resulted in an email string of:
|
59
|
|
60
|
<li>Status<span class="required"> *</span><span class="required"> *</span>
|
61
|
|
62
|
Instead of:
|
63
|
|
64
|
<li>Status: New</li>
|
65
|
|
66
|
commit 9ff91016e64517d2ffb0b7ffac6bb38d328f3fd2
|
67
|
Author: Eric Davis <edavis@littlestreamsoftware.com>
|
68
|
Date: Sat Sep 5 22:28:47 2009 -0700
|
69
|
|
70
|
ActiveRecord grouping returns an ordered hash now
|
71
|
|
72
|
commit f2f51bdb0d1f0a6fc213e22e4b296c88911ff99a
|
73
|
Author: Eric Davis <edavis@littlestreamsoftware.com>
|
74
|
Date: Sat Sep 5 22:23:52 2009 -0700
|
75
|
|
76
|
Convert ActiveRecord::Error message to a string.
|
77
|
|
78
|
commit 320d2db34362aec3f7e9b50e13f1a1dd1520f702
|
79
|
Author: Eric Davis <edavis@littlestreamsoftware.com>
|
80
|
Date: Sat Sep 5 22:12:18 2009 -0700
|
81
|
|
82
|
Converted tests to use the new classes:
|
83
|
|
84
|
* ActionController::TestCase for functional
|
85
|
* ActiveSupport::TestCase for units
|
86
|
|
87
|
commit 43de122ab4f293b6f27f9ccdeb6591146ae49251
|
88
|
Author: Eric Davis <edavis@littlestreamsoftware.com>
|
89
|
Date: Sat Sep 5 22:06:24 2009 -0700
|
90
|
|
91
|
Removed the custom TamperedWithCookie handler, will need to replace
|
92
|
|
93
|
commit 69418a097e6b376f153337f3bda1a0ab71ddfdde
|
94
|
Author: Eric Davis <edavis@littlestreamsoftware.com>
|
95
|
Date: Sat Sep 5 21:33:57 2009 -0700
|
96
|
|
97
|
Ran the Rails upgrade
|