Upgrade to Rails 2.0.2
Upgraded to Rails 2.0.2, except that we maintain vendor/rails/actionpack/lib/action_controller/routing.rb from Rail 1.2.6 (at least for now), so that Routes don't change. We still get to enjoy Rails's many new features. Also fixed a bug in Chunk-handling: disable WikiWord processing in tags (for real this time).
This commit is contained in:
parent
0f6889e09f
commit
6873fc8026
1083 changed files with 52810 additions and 41058 deletions
13
vendor/rails/activesupport/lib/active_support.rb
vendored
13
vendor/rails/activesupport/lib/active_support.rb
vendored
|
@ -22,23 +22,28 @@
|
|||
#++
|
||||
|
||||
$:.unshift(File.dirname(__FILE__))
|
||||
$:.unshift(File.dirname(__FILE__) + "/active_support/vendor")
|
||||
|
||||
require 'builder'
|
||||
|
||||
require 'active_support/vendor'
|
||||
require 'active_support/basic_object'
|
||||
require 'active_support/inflector'
|
||||
|
||||
require 'active_support/core_ext'
|
||||
|
||||
require 'active_support/clean_logger'
|
||||
require 'active_support/buffered_logger'
|
||||
|
||||
require 'active_support/dependencies'
|
||||
require 'active_support/reloadable'
|
||||
require 'active_support/deprecation'
|
||||
|
||||
require 'active_support/ordered_options'
|
||||
require 'active_support/option_merger'
|
||||
|
||||
require 'active_support/values/time_zone'
|
||||
require 'active_support/duration'
|
||||
|
||||
require 'active_support/json'
|
||||
|
||||
require 'active_support/multibyte'
|
||||
|
||||
require 'active_support/testing'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue