Changeset 8532
- Timestamp:
- 01/03/08 00:14:47 (5 months ago)
- Files:
-
- trunk/railties/CHANGELOG (modified) (1 diff)
- trunk/railties/lib/tasks/framework.rake (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/railties/CHANGELOG
r8519 r8532 1 1 *SVN* 2 3 * Added that rails:update is run when you do rails:freeze:edge to ensure you also get the latest JS and config files #10565 [jeff] 2 4 3 5 * SQLite: db:drop:all doesn't fail silently if the database is already open. #10577 [Cheah Chu Yeow, mrichman] trunk/railties/lib/tasks/framework.rake
r8431 r8532 70 70 system "svn export #{rails_svn}/#{framework} vendor/rails/#{framework}" + (ENV['REVISION'] ? " -r #{ENV['REVISION']}" : "") 71 71 end 72 73 puts "Updating current scripts, javascripts, and configuration settings" 74 Rake::Task["rails:update"].invoke 72 75 end 73 76 end