Logoj0ke.net Open Build Service > Projects > devel:ruby > rubygem-rails-2_0 > Changes
Sign Up | Log In

Changes of Revision 2

[-] Added rubygem-rails-2_0.changes
x
 
1
@@ -0,0 +1,100 @@
2
+-------------------------------------------------------------------
3
+Mon Jan 21 17:08:29 CET 2008 - mrueckert@suse.de
4
+
5
+- update to version 1.2.6
6
+  - Fix :cookie_only to correctly avoid session fixation attacks
7
+    (CVE-2007-6077)
8
+  - Fix regression where the association would not construct new
9
+    finder SQL on save causing bogus queries for "WHERE owner_id =
10
+    NULL" even after owner was saved. 
11
+  - Correct RAILS_GEM_VERSION regexp. Use =version gem requirement
12
+    instead of ~>version so you don't get surprised by a beta gem
13
+    in production. This change means upgrading to 1.2.5 will
14
+    require a boot.rb upgrade.  [Jeremy Kemper]
15
+  - Move custom inflections example so available before route
16
+    generation.  #6829 [dcmanges, Nate, piotrb]
17
+  - Add a new rake task to aid debugging of named routes. rake
18
+    routes
19
+  - use Gem.find_name instead of search when freezing gems.
20
+    Prevent false positives for other gems with rails in the name.
21
+    Closes #8729 [wselman]
22
+  - Fix syntax error in dispatcher than wrecked failsafe responses.
23
+    #8625 [mtitorenko]
24
+  - Add Active Resource to rails:freeze:edge and drop Action Web
25
+    Service.  #8205 [underbluewaters, Jeremy Kemper]
26
+  - Give generate scaffold a more descriptive database message.
27
+    Closes #7316 [jeremymcanally]
28
+  - Canonicalize RAILS_ROOT by using File.expand_path on Windows,
29
+    which doesn't have to worry about symlinks, and
30
+    Pathname#realpath elsewhere, which respects symlinks in
31
+    relative paths but is incompatible with Windows.  #6755 [Jeremy
32
+    Kemper, trevor]
33
+- branched of a rubygem-rails-1_2 to allow parallel installation
34
+  of the major branches.
35
+
36
+-------------------------------------------------------------------
37
+Mon May 14 17:08:58 CEST 2007 - mrueckert@suse.de
38
+
39
+- update to version 1.2.3:
40
+  * Ruby 1.8.6 compatibility
41
+  * Windows: include MinGW in RUBY_PLATFORM check.
42
+    #2982 [okkez000@gmail.com, Kaspar Schiess]
43
+  * Stop swallowing errors during rake test [Koz]
44
+- additional changes from version 1.2.2:
45
+  * Fix gem deprecation warnings, which also means depending on
46
+    RubyGems 0.9.0+ [Chad Fowler]
47
+  * Require the dispatcher for Rails::Configuration#to_prepare.
48
+    [Rick]
49
+
50
+-------------------------------------------------------------------
51
+Wed Jan 24 01:33:15 CET 2007 - mrueckert@suse.de
52
+
53
+- update to rails 1.2.1:
54
+  Too many changes to mention them here. see
55
+  /usr/lib*/ruby/gems/1.8/gems/rails-1.2.1/CHANGELOG
56
+
57
+-------------------------------------------------------------------
58
+Fri Aug 11 02:26:44 CEST 2006 - mrueckert@suse.de
59
+
60
+- update to version 1.1.6:
61
+  * Additional security patch
62
+- Updated dependencies:
63
+  * rubygem-actionpack 1.12.4 => 1.12.5
64
+  * rubygem-actionmailer 1.2.4 => 1.2.6
65
+  * rubygem-actionwebservice 1.1.5 => 1.1.6
66
+
67
+-------------------------------------------------------------------
68
+Thu Aug 10 12:20:00 CEST 2006 - mrueckert@suse.de
69
+
70
+- update to version 1.1.5:
71
+  * Mention in docs that config.frameworks doesn't work when
72
+    getting Rails via Gems. (rails:#4857) [Alisdair McDiarmid]
73
+  * Change the scaffolding layout to use yield rather than
74
+    @content_for_layout.  [Marcel Molina Jr.]
75
+  * Includes critical security patch
76
+- Updated dependencies:
77
+  * rubygem-activerecord: 1.14.3 => 1.14.4
78
+  * rubygem-actionpack 1.12.3 => 1.12.4
79
+  * rubygem-actionmailer 1.2.3 => 1.2.4
80
+  * rubygem-actionwebservice 1.1.4 => 1.1.5
81
+
82
+-------------------------------------------------------------------
83
+Sat Jul  1 04:36:08 CEST 2006 - mrueckert@suse.de
84
+
85
+- update to version 1.1.4:
86
+  * Remove use of opts.on { |options[:name] } style hash assignment.
87
+    References (rails:#4440). [headius@headius.com]
88
+  * Updated to Action Pack 1.12.3, ActionWebService 1.1.4,
89
+    ActionMailer 1.2.3
90
+
91
+-------------------------------------------------------------------
92
+Wed Jun 21 01:12:52 CEST 2006 - mrueckert@suse.de
93
+
94
+- use rubygems_with_buildroot_patch instead of the versioned
95
+  buildrequires
96
+
97
+-------------------------------------------------------------------
98
+Mon Jun 19 19:21:11 CEST 2006 - mrueckert@suse.de
99
+
100
+- Initial package version 1.1.2
101
+
102