Changeset 8321
- Timestamp:
- 12/06/07 18:12:48 (9 months ago)
- Files:
-
- trunk/actionmailer/CHANGELOG (modified) (1 diff)
- trunk/actionmailer/lib/action_mailer/version.rb (modified) (1 diff)
- trunk/actionmailer/Rakefile (modified) (1 diff)
- trunk/actionpack/CHANGELOG (modified) (2 diffs)
- trunk/actionpack/lib/action_pack/version.rb (modified) (1 diff)
- trunk/actionpack/Rakefile (modified) (1 diff)
- trunk/activerecord/CHANGELOG (modified) (2 diffs)
- trunk/activerecord/lib/active_record/version.rb (modified) (1 diff)
- trunk/activerecord/Rakefile (modified) (1 diff)
- trunk/activeresource/CHANGELOG (modified) (1 diff)
- trunk/activeresource/lib/active_resource/version.rb (modified) (1 diff)
- trunk/activeresource/Rakefile (modified) (1 diff)
- trunk/activesupport/CHANGELOG (modified) (2 diffs)
- trunk/activesupport/lib/active_support/version.rb (modified) (1 diff)
- trunk/railties/CHANGELOG (modified) (2 diffs)
- trunk/railties/lib/rails/version.rb (modified) (1 diff)
- trunk/railties/Rakefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionmailer/CHANGELOG
r8233 r8321 1 *2.0.0 [RC2]* (November 28th, 2007)1 *2.0.0* (December 6th, 2007) 2 2 3 3 * Update ActionMailer so it treats ActionView the same way that ActionController does. Closes #10244 [rick] trunk/actionmailer/lib/action_mailer/version.rb
r8233 r8321 1 1 module ActionMailer 2 2 module VERSION #:nodoc: 3 MAJOR = 14 MINOR = 995 TINY = 13 MAJOR = 2 4 MINOR = 0 5 TINY = 0 6 6 7 7 STRING = [MAJOR, MINOR, TINY].join('.') trunk/actionmailer/Rakefile
r8301 r8321 56 56 s.homepage = "http://www.rubyonrails.org" 57 57 58 s.add_dependency('actionpack', '= 1.99.1' + PKG_BUILD)58 s.add_dependency('actionpack', '= 2.0.0' + PKG_BUILD) 59 59 60 60 s.has_rdoc = true trunk/actionpack/CHANGELOG
r8318 r8321 1 * SVN*1 *2.0.0* (December 6th, 2007) 2 2 3 3 * Fixed send_file/binary_content for testing #8044 [tolsen] … … 14 14 15 15 * Fixed that verification violations with no specified action didn't halt the chain (now they do with a 400 Bad Request) [DHH] 16 17 18 *2.0.0 [RC2]* (November 28th, 2007)19 16 20 17 * Raise UnknownHttpMethod exception for unknown HTTP methods. Closes #10303 [tarmo] trunk/actionpack/lib/action_pack/version.rb
r8233 r8321 1 1 module ActionPack #:nodoc: 2 2 module VERSION #:nodoc: 3 MAJOR = 14 MINOR = 995 TINY = 13 MAJOR = 2 4 MINOR = 0 5 TINY = 0 6 6 7 7 STRING = [MAJOR, MINOR, TINY].join('.') trunk/actionpack/Rakefile
r8233 r8321 77 77 s.requirements << 'none' 78 78 79 s.add_dependency('activesupport', '= 1.99.1' + PKG_BUILD)79 s.add_dependency('activesupport', '= 2.0.0' + PKG_BUILD) 80 80 81 81 s.require_path = 'lib' trunk/activerecord/CHANGELOG
r8319 r8321 1 * SVN*1 *2.0.0* (December 6th, 2007) 2 2 3 3 * Fixed that the truncation of strings longer than 50 chars should use inspect so newlines etc are escaped #10385 [norbert] … … 20 20 21 21 * Fix documentation typo introduced in [8250]. Closes #10339 [Henrik N] 22 23 24 *2.0.0 [RC2]* (November 28th, 2007)25 22 26 23 * Foxy fixtures: support single-table inheritance. #10234 [tom] trunk/activerecord/lib/active_record/version.rb
r8233 r8321 1 1 module ActiveRecord 2 2 module VERSION #:nodoc: 3 MAJOR = 14 MINOR = 995 TINY = 13 MAJOR = 2 4 MINOR = 0 5 TINY = 0 6 6 7 7 STRING = [MAJOR, MINOR, TINY].join('.') trunk/activerecord/Rakefile
r8233 r8321 173 173 end 174 174 175 s.add_dependency('activesupport', '= 1.99.1' + PKG_BUILD)175 s.add_dependency('activesupport', '= 2.0.0' + PKG_BUILD) 176 176 177 177 s.files.delete "test/fixtures/fixture_database.sqlite" trunk/activeresource/CHANGELOG
r8233 r8321 1 *2.0.0 [RC2]* (November 28th, 2007)1 *2.0.0* (December 6th, 2007) 2 2 3 3 * Don't cache net/http object so that ActiveResource is more thread-safe. Closes #10142 [kou] 4 4 5 5 * Update XML documentation examples to include explicit type attributes. Closes #9754 [hasmanyjosh] 6 7 8 *2.0.0 [Preview Release]* (September 29th, 2007)9 6 10 7 * Added one-off declarations of mock behavior [DHH]. Example: trunk/activeresource/lib/active_resource/version.rb
r8233 r8321 1 1 module ActiveResource 2 2 module VERSION #:nodoc: 3 MAJOR = 14 MINOR = 995 TINY = 13 MAJOR = 2 4 MINOR = 0 5 TINY = 0 6 6 7 7 STRING = [MAJOR, MINOR, TINY].join('.') trunk/activeresource/Rakefile
r8233 r8321 63 63 end 64 64 65 s.add_dependency('activesupport', '= 1.99.1' + PKG_BUILD)65 s.add_dependency('activesupport', '= 2.0.0' + PKG_BUILD) 66 66 67 67 s.require_path = 'lib' trunk/activesupport/CHANGELOG
r8233 r8321 1 *2.0.0 [RC2]* (November 28th, 2007)1 *2.0.0* (December 6th, 2007) 2 2 3 3 * Added Array#from and Array#to that behaves just from String#from and String#to [DHH] … … 63 63 64 64 * Fixed Date#xmlschema for dates outside the range of what can be created with Time #9744 [Geoff Buesing] 65 66 67 *2.0.0 [Preview Release]* (September 29th, 2007)68 65 69 66 * Fixed that La Paz was included in -25200 and -14400 offsets when it should only be in -14400 #9735 [bermi] trunk/activesupport/lib/active_support/version.rb
r8233 r8321 1 1 module ActiveSupport 2 2 module VERSION #:nodoc: 3 MAJOR = 14 MINOR = 995 TINY = 13 MAJOR = 2 4 MINOR = 0 5 TINY = 0 6 6 7 7 STRING = [MAJOR, MINOR, TINY].join('.') trunk/railties/CHANGELOG
r8303 r8321 1 * SVN*1 *2.0.0* (December 6th, 2007) 2 2 3 3 * Add warning to documentation about using transactional fixtures when the code under test uses transactions itself. Closes #7548 [thijsv] … … 10 10 11 11 * Generated fixtures should not specify ids since theyre expected to be foxy fixtures #10330 [jbarnette] 12 13 14 *2.0.0 [RC2]* (November 28th, 2007)15 12 16 13 * Update to Prototype -r8232. [sam] trunk/railties/lib/rails/version.rb
r8233 r8321 1 1 module Rails 2 2 module VERSION #:nodoc: 3 MAJOR = 14 MINOR = 995 TINY = 13 MAJOR = 2 4 MINOR = 0 5 TINY = 0 6 6 7 7 STRING = [MAJOR, MINOR, TINY].join('.') trunk/railties/Rakefile
r8233 r8321 313 313 314 314 s.add_dependency('rake', '>= 0.7.2') 315 s.add_dependency('activesupport', '= 1.99.1' + PKG_BUILD)316 s.add_dependency('activerecord', '= 1.99.1' + PKG_BUILD)317 s.add_dependency('actionpack', '= 1.99.1' + PKG_BUILD)318 s.add_dependency('actionmailer', '= 1.99.1' + PKG_BUILD)319 s.add_dependency('activeresource', '= 1.99.1' + PKG_BUILD)315 s.add_dependency('activesupport', '= 2.0.0' + PKG_BUILD) 316 s.add_dependency('activerecord', '= 2.0.0' + PKG_BUILD) 317 s.add_dependency('actionpack', '= 2.0.0' + PKG_BUILD) 318 s.add_dependency('actionmailer', '= 2.0.0' + PKG_BUILD) 319 s.add_dependency('activeresource', '= 2.0.0' + PKG_BUILD) 320 320 321 321 s.rdoc_options << '--exclude' << '.'