rails 0.12.0 → 0.12.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of rails might be problematic. Click here for more details.

data/CHANGELOG CHANGED
@@ -1,3 +1,8 @@
1
+ *0.12.1* (20th April, 2005)
2
+
3
+ * Upgraded to Active Record 1.10.1, Action Pack 1.8.1, Action Mailer 0.9.1, Action Web Service 0.7.1
4
+
5
+
1
6
  *0.12.0* (19th April, 2005)
2
7
 
3
8
  * Fixed that purge_test_database would use database settings from the development environment when recreating the test database #1122 [rails@cogentdude.com]
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ require 'rbconfig'
9
9
 
10
10
  PKG_BUILD = ENV['PKG_BUILD'] ? '.' + ENV['PKG_BUILD'] : ''
11
11
  PKG_NAME = 'rails'
12
- PKG_VERSION = '0.12.0' + PKG_BUILD
12
+ PKG_VERSION = '0.12.1' + PKG_BUILD
13
13
  PKG_FILE_NAME = "#{PKG_NAME}-#{PKG_VERSION}"
14
14
  PKG_DESTINATION = ENV["RAILS_PKG_DESTINATION"] || "../#{PKG_NAME}"
15
15
 
@@ -240,10 +240,10 @@ spec = Gem::Specification.new do |s|
240
240
 
241
241
  s.add_dependency('rake', '>= 0.5.3')
242
242
  s.add_dependency('activesupport', '= 1.0.4' + PKG_BUILD)
243
- s.add_dependency('activerecord', '= 1.10.0' + PKG_BUILD)
244
- s.add_dependency('actionpack', '= 1.8.0' + PKG_BUILD)
245
- s.add_dependency('actionmailer', '= 0.9.0' + PKG_BUILD)
246
- s.add_dependency('actionwebservice', '= 0.7.0' + PKG_BUILD)
243
+ s.add_dependency('activerecord', '= 1.10.1' + PKG_BUILD)
244
+ s.add_dependency('actionpack', '= 1.8.1' + PKG_BUILD)
245
+ s.add_dependency('actionmailer', '= 0.9.1' + PKG_BUILD)
246
+ s.add_dependency('actionwebservice', '= 0.7.1' + PKG_BUILD)
247
247
 
248
248
  s.rdoc_options << '--exclude' << '.'
249
249
  s.has_rdoc = false
@@ -1,4 +1,4 @@
1
- /* Prototype: an object-oriented Javascript library, version 1.2.0
1
+ /* Prototype: an object-oriented Javascript library, version 1.2.1
2
2
  * (c) 2005 Sam Stephenson <sam@conio.net>
3
3
  *
4
4
  * THIS FILE IS AUTOMATICALLY GENERATED. When sending patches, please diff
@@ -11,7 +11,7 @@
11
11
  /*--------------------------------------------------------------------------*/
12
12
 
13
13
  var Prototype = {
14
- Version: '1.2.0'
14
+ Version: '1.2.1'
15
15
  }
16
16
 
17
17
  var Class = {
@@ -184,7 +184,8 @@ Ajax.Request.prototype = (new Ajax.Base()).extend({
184
184
  if (this.options.method == 'get')
185
185
  url += '?' + this.options.parameters + '&_=';
186
186
 
187
- this.transport.open(this.options.method, url, true);
187
+ this.transport.open(this.options.method, url,
188
+ this.options.asynchronous);
188
189
 
189
190
  if (this.options.asynchronous) {
190
191
  this.transport.onreadystatechange = this.onStateChange.bind(this);
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.8
3
3
  specification_version: 1
4
4
  name: rails
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.12.0
7
- date: 2005-04-19
6
+ version: 0.12.1
7
+ date: 2005-04-20
8
8
  summary: "Web-application framework with template engine, control-flow layer, and ORM."
9
9
  require_paths:
10
10
  - lib
@@ -184,7 +184,7 @@ dependencies:
184
184
  -
185
185
  - "="
186
186
  - !ruby/object:Gem::Version
187
- version: 1.10.0
187
+ version: 1.10.1
188
188
  version:
189
189
  - !ruby/object:Gem::Dependency
190
190
  name: actionpack
@@ -194,7 +194,7 @@ dependencies:
194
194
  -
195
195
  - "="
196
196
  - !ruby/object:Gem::Version
197
- version: 1.8.0
197
+ version: 1.8.1
198
198
  version:
199
199
  - !ruby/object:Gem::Dependency
200
200
  name: actionmailer
@@ -204,7 +204,7 @@ dependencies:
204
204
  -
205
205
  - "="
206
206
  - !ruby/object:Gem::Version
207
- version: 0.9.0
207
+ version: 0.9.1
208
208
  version:
209
209
  - !ruby/object:Gem::Dependency
210
210
  name: actionwebservice
@@ -214,5 +214,5 @@ dependencies:
214
214
  -
215
215
  - "="
216
216
  - !ruby/object:Gem::Version
217
- version: 0.7.0
217
+ version: 0.7.1
218
218
  version: