public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Search Repo:
Include svn revision in changelogs.

git-svn-id: 
http://svn-commit.rubyonrails.org/rails/branches/1-2-pre-release@5687 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
jeremy (author)
Wed Dec 06 11:30:04 -0800 2006
commit  8804b7aeb748327344e72cabab204bd30dff199b
tree    2834e0fffc40f2f0ba2a5b8c491d276ba2de3c76
parent  2876efb7845632a1ccf76b9180e52988d5c574cd
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*1.3.0 RC1* (November 22nd, 2006)
0
+*1.3.0 RC1* (r5619, November 22nd, 2006)
0
 
0
 * Make mime version default to 1.0. closes #2323 [ror@andreas-s.net]
0
 
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*1.2.0 RC1* (November 22nd, 2006)
0
+*1.2.0 RC1* (r5619, November 22nd, 2006)
0
 
0
 * Removed invocation of deprecated before_action and around_action filter methods. Corresponding before_invocation and after_invocation methods should be used instead. #6275 [Kent Sibilev]
0
 
...
8
9
10
11
 
12
13
14
...
8
9
10
 
11
12
13
14
0
@@ -8,7 +8,7 @@
0
     find(:all, :conditions => { :topic_id => [1, 2, 3], :last_read => nil }
0
 
0
 
0
-*1.15.0 RC1* (November 22nd, 2006)
0
+*1.15.0 RC1* (r5619, November 22nd, 2006)
0
 
0
 * Quote ActiveSupport::Multibyte::Chars. #6653 [Julian Tarkhanov]
0
 
...
1
 
2
3
4
5
6
 
7
8
9
...
 
1
2
3
4
5
 
6
7
8
9
0
@@ -1,9 +1,9 @@
0
-*SVN*
0
+*1.4.0 RC2*
0
 
0
 * Fixed Array#to_xml when it contains a series of hashes (each piece would get its own XML declaration) #6610 [thkarcher/cyu]
0
 
0
 
0
-*1.4.0 RC1* (November 22nd, 2006)
0
+*1.4.0 RC1* (r5619, November 22nd, 2006)
0
 
0
 * Hash#to_xml handles keys with the same name as Kernel methods. #6613 [Catfish]
0
 
...
10
11
12
13
 
14
15
16
...
10
11
12
 
13
14
15
16
0
@@ -10,7 +10,7 @@
0
 
0
 
0
 
0
-*1.2.0 RC1* (November 22nd, 2006)
0
+*1.2.0 RC1* (r5619, November 22nd, 2006)
0
 
0
 * Added ActiveRecord::Base.clear_active_connections! in development mode so the database connection is not carried over from request to request. Some databases won't reread the schema if that doesn't happen (I'm looking at you SQLite), so you have to restart the server after each migration (= no fun) [DHH]
0
 

Comments

    No one has commented yet.