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

File rubygem-rails-2_0.changes of Package rubygem-rails-2_0 (Revision 282d4e2959f9958fae9bb29341a41d16)

Currently displaying revision 282d4e2959f9958fae9bb29341a41d16, show latest

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