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
Rails 0.9 is a reality

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@198 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
dhh (author)
Thu Dec 16 11:54:04 -0800 2004
commit  4e78b0627c5443f9a7269174439b34679f7be3d2
tree    4a291b3e27675daa60293bca53f6098d06efd6c8
parent  2f3db152ecbb76c9bcb5b2e3aa12816896df79f1
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*SVN*
0
+*0.5*
0
 
0
 * Added access to custom headers, like cc, bcc, and reply-to #268 [Andreas Schwarz]. Example:
0
 
...
8
9
10
11
 
12
13
14
...
8
9
10
 
11
12
13
14
0
@@ -8,7 +8,7 @@ require 'rake/contrib/rubyforgepublisher'
0
 
0
 PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
0
 PKG_NAME = 'actionmailer'
0
-PKG_VERSION = '0.4.0' + PKG_BUILD
0
+PKG_VERSION = '0.5.0' + PKG_BUILD
0
 PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
0
 
0
 desc "Default Task"
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*SVN*
0
+*1.0*
0
 
0
 * Added that controllers will now attempt to require a model dependency with their name and in a singular attempt for their name.
0
   So both PostController and PostsController will automatically have the post.rb model required. If no model is found, no error is raised,
...
8
9
10
11
 
12
13
14
...
8
9
10
 
11
12
13
14
0
@@ -8,7 +8,7 @@ require 'rake/contrib/rubyforgepublisher'
0
 
0
 PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
0
 PKG_NAME = 'actionpack'
0
-PKG_VERSION = '0.9.5' + PKG_BUILD
0
+PKG_VERSION = '1.0.0' + PKG_BUILD
0
 PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
0
 
0
 desc "Default Task"
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-*CVS*
0
+*1.2.0*
0
 
0
 * Added Base.validates_inclusion_of that validates whether the value of the specified attribute is available in a particular enumerable
0
   object. [what-a-day]
...
8
9
10
11
 
12
13
14
...
8
9
10
 
11
12
13
14
0
@@ -8,7 +8,7 @@ require 'rake/contrib/rubyforgepublisher'
0
 
0
 PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
0
 PKG_NAME = 'activerecord'
0
-PKG_VERSION = '1.1.0' + PKG_BUILD
0
+PKG_VERSION = '1.2.0' + PKG_BUILD
0
 PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
0
 
0
 PKG_FILES = FileList[
...
9
10
11
12
 
13
14
15
...
9
10
11
 
12
13
14
15
0
@@ -9,7 +9,7 @@ require 'date'
0
 
0
 PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
0
 PKG_NAME = 'rails'
0
-PKG_VERSION = '0.8.5' + PKG_BUILD
0
+PKG_VERSION = '0.9.0' + PKG_BUILD
0
 PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
0
 PKG_DESTINATION = ENV["RAILS_PKG_DESTINATION"] || "../#{PKG_NAME}"
0
 

Comments

    No one has commented yet.