public
Fork of rails/rails
Description: Ruby on Rails - forked for implementing I18n patch
Homepage: http://rubyonrails.org
Clone URL: git://github.com/svenfuchs/rails.git
Fixed a YAML fixture on time coming out as an integer #415 [Dan Peterson]

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@322 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Sun Jan 02 15:31:13 -0800 2005
commit  612bb73fece343bfda765dda91eabb1d2a6b310c
tree    6ad1d1c03ceaa7c8ac2dd55839c0669623a692db
parent  3e7a4ecc57da31c908982f933de65d33ebbfc344
...
4
5
6
7
 
8
9
10
...
4
5
6
 
7
8
9
10
0
@@ -4,7 +4,7 @@ first:
0
   author_name: David
0
   author_email_address: david@loudthinking.com
0
   written_on: 2003-07-16 15:28:00
0
- bonus_time: 12:13:14
0
+ bonus_time: '12:13:14'
0
   last_read: 2004-04-15
0
   content: Have a nice day
0
   approved: 0

Comments

    No one has commented yet.