public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
Search Repo:
Add 1.0 marker to edge rails changelongs

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4085 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Marcel Molina (author)
Mon Mar 27 20:05:08 -0800 2006
commit  4e3c101bcbed0ed9f3dec687023eadac3d9c51b8
tree    dd9dceb7e4a063d943046542acd41101f3081ff5
parent  2597bd6970c394445e7256c1fb9058538422665b
...
12
13
14
 
 
 
 
 
 
15
16
17
...
12
13
14
15
16
17
18
19
20
21
22
23
0
@@ -12,6 +12,12 @@
0
 
0
 * Make sure TMail#attachments includes anything with content-disposition of "attachment", regardless of content-type [Jamis Buck]
0
 
0
+*1.1.5* (December 13th, 2005)
0
+
0
+* Become part of Rails 1.0
0
+
0
+*1.1.4* (December 7th, 2005)
0
+
0
 * Rename Version constant to VERSION. #2802 [Marcel Molina Jr.]
0
 
0
 * Stricter matching for implicitly multipart filenames excludes files ending in unsupported extensions (such as foo.rhtml.bak) and without a two-part content type (such as foo.text.rhtml or foo.text.really.plain.rhtml). #2398 [Dave Burt <dave@burt.id.au>, Jeremy Kemper]
...
320
321
322
 
 
 
 
323
324
325
...
320
321
322
323
324
325
326
327
328
329
0
@@ -320,6 +320,10 @@
0
 
0
 * Don't include a layout when rendering an rjs template using render's :template option. [Marcel Molina Jr.]
0
 
0
+*1.1.2* (December 13th, 2005)
0
+
0
+* Become part of Rails 1.0
0
+
0
 * Update to script.aculo.us 1.5.0 final (equals 1.5.0_rc6) [Thomas Fuchs]
0
 
0
 * Update to Prototype 1.4.0 final [Sam Stephenson]
...
24
25
26
 
 
 
 
 
 
27
28
29
...
24
25
26
27
28
29
30
31
32
33
34
35
0
@@ -24,6 +24,12 @@
0
 
0
 * Fix for incompatibility problems with SOAP4R 1.5.5 (#2553) [Kent Sibilev]
0
 
0
+*1.0.0* (December 13th, 2005)
0
+
0
+* Become part of Rails 1.0
0
+
0
+*0.9.4* (December 7th, 2005)
0
+
0
 * Update from LGPL to MIT license as per Minero Aoki's permission. [Marcel Molina Jr.]
0
 
0
 * Rename Version constant to VERSION. #2802 [Marcel Molina Jr.]
...
418
419
420
 
 
 
 
421
422
423
...
418
419
420
421
422
423
424
425
426
427
0
@@ -418,6 +418,10 @@
0
 
0
 * Fixed :through relations when using STI inherited classes would use the inherited class's name as foreign key on the join model [Tobias Luetke]
0
 
0
+*1.13.2* (December 13th, 2005)
0
+
0
+* Become part of Rails 1.0
0
+
0
 * MySQL: allow encoding option for mysql.rb driver. [Jeremy Kemper]
0
 
0
 * Added option inheritance for find calls on has_and_belongs_to_many and has_many assosociations [DHH]. Example:
...
161
162
163
 
 
 
 
164
165
166
...
161
162
163
164
165
166
167
168
169
170
0
@@ -161,6 +161,10 @@
0
   * Object#extended_by to get an instance's included/extended modules
0
   * Object#extend_with_included_modules_from(object) to extend an instance with the modules from another instance
0
 
0
+*1.2.5* (December 13th, 2005)
0
+
0
+* Become part of Rails 1.0
0
+
0
 * Rename Version constant to VERSION. #2802 [Marcel Molina Jr.]
0
 
0
 *1.2.3* (November 7th, 2005)
...
139
140
141
 
 
142
143
144
...
139
140
141
142
143
144
145
146
0
@@ -139,6 +139,8 @@
0
 
0
 * Honor ActiveRecord::Base.pluralize_table_names when creating and destroying session store table. #3204. [rails@bencurtis.com, Marcel Molina Jr.]
0
 
0
+*1.0.0* (December 13th, 2005)
0
+
0
 * Update instructions on how to find and install generators. #3172. [Chad Fowler]
0
 
0
 * Generator looks in vendor/generators also. [Chad Fowler]

Comments

    No one has commented yet.