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

Changeset 7914

Show
Ignore:
Timestamp:
10/15/07 08:45:23 (1 year ago)
Author:
bitsweat
Message:

Complete AWS -> ARes changeover. Closes #8717 [kampers]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/railties/builtin/rails_info/rails/info.rb

    r7544 r7914  
    9090   
    9191    # Versions of each Rails component (Active Record, Action Pack,  
    92     # Action Web Service, Active Resource, Action Mailer, and Active Support). 
     92    # Active Resource, Action Mailer, and Active Support). 
    9393    components.each do |component| 
    9494      property "#{component.titlecase} version" do  
  • trunk/railties/Rakefile

    r7883 r7914  
    7474BIN_FILES    = %w( about console destroy generate performance/benchmarker performance/profiler process/reaper process/spawner process/inspector runner server plugin ) 
    7575 
    76 VENDOR_LIBS = %w( actionpack activerecord actionmailer activesupport actionwebservice railties ) 
     76VENDOR_LIBS = %w( actionpack activerecord actionmailer activesupport activeresource railties ) 
    7777 
    7878 
  • trunk/release.rb

    r7743 r7914  
    22 
    33VERSION  = ARGV.first 
    4 PACKAGES = %w( activesupport activerecord actionpack actionmailer actionwebservice
     4PACKAGES = %w(activesupport activerecord actionpack actionmailer activeresource
    55 
    66# Checkout source