RoR/rails update
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
]
開始行:
**現状のバージョン [#w52deeed]
#code(dosbatch){{
C:LunchBooks$ /ruby/bin/ruby -v
ruby 1.8.4 (2005-12-24) [i386-mswin32]
C:LunchBooks$ /cygwin/bin/ruby -v
ruby 1.8.5 (2006-12-25 patchlevel 12) [i386-cygwin]
C:LunchBooks$ which rails
found c:\ruby\bin\rails.cmd
C:LunchBooks$ rails -v
Rails 1.1.2
}}
**バージョンアップ [#q602de53]
#code(dosbatch){{
C:LunchBooks$ gem update rails --include-dependencies
Upgrading installed gems...
Updating Gem source index for: http://gems.rubyforge.org
Attempting remote upgrade of rails
Attempting remote installation of 'rails'
Successfully installed rails-2.0.2
Successfully installed rake-0.8.1
Successfully installed activesupport-2.0.2
Successfully installed activerecord-2.0.2
Successfully installed actionpack-2.0.2
Successfully installed actionmailer-2.0.2
Successfully installed activeresource-2.0.2
Installing RDoc documentation for rake-0.8.1...
Installing RDoc documentation for activesupport-2.0.2...
lib/active_support/core_ext/hash.rb:2:47: Skipping requir...
ctive_support/core_ext/hash/#{ext}"
lib/active_support/core_ext.rb:3:47: Skipping require of ...
_support/core_ext/#{filename}"
lib/active_support/json/encoding.rb:7:54: Skipping requir...
ctive_support/json/encoders/#{basename}"
Installing RDoc documentation for activerecord-2.0.2...
lib/active_record/connection_adapters/abstract/connection...
1: Skipping require of dynamic string: "active_record/con...
[:adapter]}_adapter"
lib/active_record/connection_adapters/abstract/connection...
3: Skipping require of dynamic string: "active_record/con...
[:adapter]}_adapter"
Installing RDoc documentation for actionpack-2.0.2...
lib/action_controller/assertions.rb:48:65: Skipping requi...
action_controller/assertions/#{kind}_assertions"
lib/action_controller/routing.rb:1167:30: ':' not followe...
ator
lib/action_controller/routing.rb:1171:39: ':' not followe...
ator
lib/action_view/base.rb:227:43: Skipping require of dynam...
/helpers/#{$1}"
Installing RDoc documentation for actionmailer-2.0.2...
Installing RDoc documentation for activeresource-2.0.2...
Gems: [rails] updated
C:LunchBooks$
}}
終了行:
**現状のバージョン [#w52deeed]
#code(dosbatch){{
C:LunchBooks$ /ruby/bin/ruby -v
ruby 1.8.4 (2005-12-24) [i386-mswin32]
C:LunchBooks$ /cygwin/bin/ruby -v
ruby 1.8.5 (2006-12-25 patchlevel 12) [i386-cygwin]
C:LunchBooks$ which rails
found c:\ruby\bin\rails.cmd
C:LunchBooks$ rails -v
Rails 1.1.2
}}
**バージョンアップ [#q602de53]
#code(dosbatch){{
C:LunchBooks$ gem update rails --include-dependencies
Upgrading installed gems...
Updating Gem source index for: http://gems.rubyforge.org
Attempting remote upgrade of rails
Attempting remote installation of 'rails'
Successfully installed rails-2.0.2
Successfully installed rake-0.8.1
Successfully installed activesupport-2.0.2
Successfully installed activerecord-2.0.2
Successfully installed actionpack-2.0.2
Successfully installed actionmailer-2.0.2
Successfully installed activeresource-2.0.2
Installing RDoc documentation for rake-0.8.1...
Installing RDoc documentation for activesupport-2.0.2...
lib/active_support/core_ext/hash.rb:2:47: Skipping requir...
ctive_support/core_ext/hash/#{ext}"
lib/active_support/core_ext.rb:3:47: Skipping require of ...
_support/core_ext/#{filename}"
lib/active_support/json/encoding.rb:7:54: Skipping requir...
ctive_support/json/encoders/#{basename}"
Installing RDoc documentation for activerecord-2.0.2...
lib/active_record/connection_adapters/abstract/connection...
1: Skipping require of dynamic string: "active_record/con...
[:adapter]}_adapter"
lib/active_record/connection_adapters/abstract/connection...
3: Skipping require of dynamic string: "active_record/con...
[:adapter]}_adapter"
Installing RDoc documentation for actionpack-2.0.2...
lib/action_controller/assertions.rb:48:65: Skipping requi...
action_controller/assertions/#{kind}_assertions"
lib/action_controller/routing.rb:1167:30: ':' not followe...
ator
lib/action_controller/routing.rb:1171:39: ':' not followe...
ator
lib/action_view/base.rb:227:43: Skipping require of dynam...
/helpers/#{$1}"
Installing RDoc documentation for actionmailer-2.0.2...
Installing RDoc documentation for activeresource-2.0.2...
Gems: [rails] updated
C:LunchBooks$
}}
ページ名: