Ruby on rails 什么';rails 3.2.0和3.2.7之间的文件差异是什么?(关于:升级)

Ruby on rails 什么';rails 3.2.0和3.2.7之间的文件差异是什么?(关于:升级),ruby-on-rails,diff,upgrade,ruby-on-rails-3.2,Ruby On Rails,Diff,Upgrade,Ruby On Rails 3.2,我想从rails 3.2.0升级到3.2.7,我正在寻找两个应用程序上下文文件更改的综合列表。以下是rails应用程序和rails应用程序的注释递归差异,不包括Gemfile.lock和配置/初始化器/secret\u token.rb。要升级,请进行这些更改并运行捆绑包更新 顺便说一下,以下是中间发布公告:、、 Gemfile diff --recursive rails-3.2.0/depot/Gemfile rails-3.2.7/depot/Gemfile 3c3 < gem 'r

我想从rails 3.2.0升级到3.2.7,我正在寻找两个应用程序上下文文件更改的综合列表。

以下是rails应用程序和rails应用程序的注释递归差异,不包括
Gemfile.lock
配置/初始化器/secret\u token.rb
。要升级,请进行这些更改并运行
捆绑包更新

顺便说一下,以下是中间发布公告:、、

Gemfile

diff --recursive rails-3.2.0/depot/Gemfile rails-3.2.7/depot/Gemfile
3c3
< gem 'rails', '3.2.0'
---
> gem 'rails', '3.2.7'
18c18
<   # gem 'therubyracer'
---
>   # gem 'therubyracer', :platforms => :ruby
31c31
< # Use unicorn as the web server
---
> # Use unicorn as the app server
38c38
< # gem 'ruby-debug19', :require => 'ruby-debug'
---
> # gem 'debugger'
config/environments/production.rb——更改注释

diff --recursive rails-3.2.0/depot/config/environments/production.rb rails-3.2.7/depot/config/environments/production.rb
23c23
<   # Defaults to Rails.root.join("public/assets")
---
>   # Defaults to nil and saved in location specified by config.assets.prefix
diff——递归rails-3.2.0/depot/config/environments/production.rb rails-3.2.7/depot/config/environments/production.rb
23c23
<#默认为Rails.root.join(“公共/资产”)
---
>#默认为nil并保存在config.assets.prefix指定的位置

以下是rails应用程序和rails应用程序的注释递归差异,不包括
Gemfile.lock
config/initializers/secret\u token.rb
。要升级,请进行这些更改并运行
捆绑包更新

顺便说一下,以下是中间发布公告:、、

Gemfile

diff --recursive rails-3.2.0/depot/Gemfile rails-3.2.7/depot/Gemfile
3c3
< gem 'rails', '3.2.0'
---
> gem 'rails', '3.2.7'
18c18
<   # gem 'therubyracer'
---
>   # gem 'therubyracer', :platforms => :ruby
31c31
< # Use unicorn as the web server
---
> # Use unicorn as the app server
38c38
< # gem 'ruby-debug19', :require => 'ruby-debug'
---
> # gem 'debugger'
config/environments/production.rb——更改注释

diff --recursive rails-3.2.0/depot/config/environments/production.rb rails-3.2.7/depot/config/environments/production.rb
23c23
<   # Defaults to Rails.root.join("public/assets")
---
>   # Defaults to nil and saved in location specified by config.assets.prefix
diff——递归rails-3.2.0/depot/config/environments/production.rb rails-3.2.7/depot/config/environments/production.rb
23c23
<#默认为Rails.root.join(“公共/资产”)
---
>#默认为nil并保存在config.assets.prefix指定的位置

如果要查找确切的文件差异,可以使用Github比较标记:


如果要查找确切的文件差异,可以使用Github比较标记:

尝试使用该工具为rails包创建视觉差异。要为创建一个并运行,请执行以下操作:

$pkgdiff-旧rails-3.2.0-0-gf36dcaf.tar.gz-新rails-3.2.7-0-gd1b9cf2.tar.gz 输出为。

尝试使用工具为rails包创建视觉差异。要为创建一个并运行,请执行以下操作:

$pkgdiff-旧rails-3.2.0-0-gf36dcaf.tar.gz-新rails-3.2.7-0-gd1b9cf2.tar.gz
输出为。

请至少拥有1500个信誉点的人创建/添加标签
ruby-on-rails-3.2.7
?谢谢。我没有看到
3.2.7
的标签,只有
3.2
的标签。对不起,我的意思是“请创建标签,然后将其添加到此问题中”。。(如果仍然有可能的话)。我不确定它是否需要单独的标签。没有任何其他子特定标记。我将把这个留给更熟悉ROR的人来决定。:-)3.2.7只是一个补丁版本,其中包含bug修复和任何从4.0后端口的关键内容。3.2.0的API与任何其他3.2版本几乎完全相同,只是有一些弃用警告。我认为拥有3.2.7标签没有多大意义。请至少拥有1500个信誉点的人创建/添加标签
ruby-on-rails-3.2.7
?谢谢。我没有看到
3.2.7
的标签,只有
3.2
的标签。对不起,我的意思是“请创建标签,然后将其添加到此问题中”。。(如果仍然有可能的话)。我不确定它是否需要单独的标签。没有任何其他子特定标记。我将把这个留给更熟悉ROR的人来决定。:-)3.2.7只是一个补丁版本,其中包含bug修复和任何从4.0后端口的关键内容。3.2.0的API与任何其他3.2版本几乎完全相同,只是有一些弃用警告。我不认为有3.2.7标签有多大意义。谢谢,但我在寻找应用程序上下文文件更改-用于升级。谢谢,但我在寻找应用程序上下文文件更改-用于升级。谢谢,但我在寻找应用程序上下文文件更改-用于升级我的应用程序。谢谢,但我一直在寻找应用程序上下文文件的更改-为了升级我的应用程序。 $ pkgdiff -old rails-3.2.0-0-gf36dcaf.tar.gz -new rails-3.2.7-0-gd1b9cf2.tar.gz