GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Use real date

git-svn-id: http://svn-commit.rubyonrails.org/rails/branches/stable@4496 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Tue Jun 27 12:01:06 -0700 2006
commit  0c516b370b08e3e095fe24cc0e2b8d52fdecf9e0
tree    39348ebf8914ac740cb5af8c2c26a28ae6134f69
parent  755ff58d568276c194d92c110873040d558a2f2d
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*1.2.2* (June 24th, 2006)
0
+*1.2.2* (June 27th, 2006)
0
 
0
 * Depend on Action Pack 1.12.2
0
 
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*1.12.2* (June 24th, 2006)
0
+*1.12.2* (June 27th, 2006)
0
 
0
 * Refinement to avoid exceptions in traverse_to_controller.
0
 
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*1.1.3* (June 24th, 2006)
0
+*1.1.3* (June 27th, 2006)
0
 
0
 * Rely on Action Pack 1.12.2 and Active Record 1.14.3
0
 
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*1.14.3* (June 24th, 2006)
0
+*1.14.3* (June 27th, 2006)
0
 
0
 * Properly quote index names in migrations (closes #4764) [John Long]
0
 
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*1.1.3* (June 24th, 2006)
0
+*1.1.3* (June 27th, 2006)
0
 
0
 * Updated to Active Record 1.14.3, Action Pack 1.12.2, ActionWebService 1.1.3, ActionMailer 1.2.2
0
 
...
4
5
6
7
 
8
9
10
...
22
23
24
25
26
 
...
4
5
6
 
7
8
9
10
...
22
23
24
 
25
26
0
@@ -4,7 +4,7 @@ VERSION = ARGV.first
0
 PACKAGES = %w( activesupport activerecord actionpack actionmailer actionwebservice )
0
 
0
 # Checkout source
0
-`rm -rf release && svn export http://dev.rubyonrails.org/svn/rails/trunk release`
0
+`rm -rf release && svn export http://dev.rubyonrails.org/svn/rails/branches/stable release`
0
 
0
 # Create Rails packages
0
 `cd release/railties && rake template=jamis package`
0
@@ -22,4 +22,4 @@ end
0
 `rubyforge add_release rails rails 'REL #{VERSION}' rails-#{VERSION}.zip`
0
 
0
 # Create SVN tag
0
-puts "Remeber to create SVN tag"
0
\ No newline at end of file
0
+puts "Remeber to create SVN tag"

Comments

    No one has commented yet.