Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 198

Show
Ignore:
Timestamp:
12/16/04 19:54:04 (4 years ago)
Author:
david
Message:

Rails 0.9 is a reality

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/actionmailer/CHANGELOG

    r54 r198  
    1 *SVN
     1*0.5
    22 
    33* Added access to custom headers, like cc, bcc, and reply-to #268 [Andreas Schwarz]. Example: 
  • trunk/actionmailer/Rakefile

    r11 r198  
    99PKG_BUILD     = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : '' 
    1010PKG_NAME      = 'actionmailer' 
    11 PKG_VERSION   = '0.4.0' + PKG_BUILD 
     11PKG_VERSION   = '0.5.0' + PKG_BUILD 
    1212PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}" 
    1313 
  • trunk/actionpack/CHANGELOG

    r175 r198  
    1 *SVN
     1*1.0
    22 
    33* Added that controllers will now attempt to require a model dependency with their name and in a singular attempt for their name. 
  • trunk/actionpack/Rakefile

    r11 r198  
    99PKG_BUILD     = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : '' 
    1010PKG_NAME      = 'actionpack' 
    11 PKG_VERSION   = '0.9.5' + PKG_BUILD 
     11PKG_VERSION   = '1.0.0' + PKG_BUILD 
    1212PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}" 
    1313 
  • trunk/activerecord/CHANGELOG

    r192 r198  
    1 *CVS
     1*1.2.0
    22 
    33* Added Base.validates_inclusion_of that validates whether the value of the specified attribute is available in a particular enumerable 
  • trunk/activerecord/Rakefile

    r11 r198  
    99PKG_BUILD     = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : '' 
    1010PKG_NAME      = 'activerecord' 
    11 PKG_VERSION   = '1.1.0' + PKG_BUILD 
     11PKG_VERSION   = '1.2.0' + PKG_BUILD 
    1212PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}" 
    1313 
  • trunk/railties/Rakefile

    r196 r198  
    1010PKG_BUILD       = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : '' 
    1111PKG_NAME        = 'rails' 
    12 PKG_VERSION     = '0.8.5' + PKG_BUILD 
     12PKG_VERSION     = '0.9.0' + PKG_BUILD 
    1313PKG_FILE_NAME   = "#{PKG_NAME}-#{PKG_VERSION}" 
    1414PKG_DESTINATION = ENV["RAILS_PKG_DESTINATION"] || "../#{PKG_NAME}"