akitaonrails (owner)

Revisions

gist: 180749 Download_button fork
public
Public Clone URL: git://gist.github.com/180749.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
2.3.4 CHANGE LOG
 
Action Mailer
 
*2.3.4 (September 4, 2009)*
 
* Minor bug fixes.
 
Action Pack
 
*2.3.4 (September 4, 2009)*
 
* Sanitize multibyte strings before escaping them with escape_once. CVE-2009-3009
 
* Introduce grouped_collection_select helper. #1249 [Dan Codeape, Erik Ostrom]
 
* Ruby 1.9: fix Content-Length for multibyte send_data streaming. #2661 [Sava Chankov]
 
Active Record
 
*2.3.4 (September 4, 2009)*
 
* PostgreSQL: XML datatype support. #1874 [Leonardo Borges]
 
* SQLite: deprecate the 'dbfile' option in favor of 'database.' #2363 [Paul Hinze, Jeremy Kemper]
 
Active Resource
 
*2.3.4 (September 4, 2009)*
 
* Add support for errors in JSON format. #1956 [Fabien Jakimowicz]
 
* Recognizes 410 as Resource Gone. #2316 [Jordan Brough, Jatinder Singh]
 
* More thorough SSL support. #2370 [Roy Nicholson]
 
* HTTP proxy support. #2133 [Marshall Huss, Sébastien Dabet]
 
Active Support
 
*2.3.4 (September 4, 2009)*
 
* Introduce ActiveSupport::Multibyte.clean to clean invalid multibyte strings.
 
* Bug fixes
 
Railties
 
*2.3.4 (September 4, 2009)*
 
* I18n support for plugins. #2325 [Antonio Tapiador, Sven Fuchs]