Search
j0ke.net Open Build Service
>
Projects
>
devel
:
ruby
>
rubygem-rails-2_0
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Added
rubygem-rails-2_0.changes
@@ -0,0 +1,100 @@ +------------------------------------------------------------------- +Mon Jan 21 17:08:29 CET 2008 - mrueckert@suse.de + +- update to version 1.2.6 + - Fix :cookie_only to correctly avoid session fixation attacks + (CVE-2007-6077) + - Fix regression where the association would not construct new + finder SQL on save causing bogus queries for "WHERE owner_id = + NULL" even after owner was saved. + - Correct RAILS_GEM_VERSION regexp. Use =version gem requirement + instead of ~>version so you don't get surprised by a beta gem + in production. This change means upgrading to 1.2.5 will + require a boot.rb upgrade. [Jeremy Kemper] + - Move custom inflections example so available before route + generation. #6829 [dcmanges, Nate, piotrb] + - Add a new rake task to aid debugging of named routes. rake + routes + - use Gem.find_name instead of search when freezing gems. + Prevent false positives for other gems with rails in the name. + Closes #8729 [wselman] + - Fix syntax error in dispatcher than wrecked failsafe responses. + #8625 [mtitorenko] + - Add Active Resource to rails:freeze:edge and drop Action Web + Service. #8205 [underbluewaters, Jeremy Kemper] + - Give generate scaffold a more descriptive database message. + Closes #7316 [jeremymcanally] + - Canonicalize RAILS_ROOT by using File.expand_path on Windows, + which doesn't have to worry about symlinks, and + Pathname#realpath elsewhere, which respects symlinks in + relative paths but is incompatible with Windows. #6755 [Jeremy + Kemper, trevor] +- branched of a rubygem-rails-1_2 to allow parallel installation + of the major branches. + +------------------------------------------------------------------- +Mon May 14 17:08:58 CEST 2007 - mrueckert@suse.de + +- update to version 1.2.3: + * Ruby 1.8.6 compatibility + * Windows: include MinGW in RUBY_PLATFORM check. + #2982 [okkez000@gmail.com, Kaspar Schiess] + * Stop swallowing errors during rake test [Koz] +- additional changes from version 1.2.2: + * Fix gem deprecation warnings, which also means depending on + RubyGems 0.9.0+ [Chad Fowler] + * Require the dispatcher for Rails::Configuration#to_prepare. + [Rick] + +------------------------------------------------------------------- +Wed Jan 24 01:33:15 CET 2007 - mrueckert@suse.de + +- update to rails 1.2.1: + Too many changes to mention them here. see + /usr/lib*/ruby/gems/1.8/gems/rails-1.2.1/CHANGELOG + +------------------------------------------------------------------- +Fri Aug 11 02:26:44 CEST 2006 - mrueckert@suse.de + +- update to version 1.1.6: + * Additional security patch +- Updated dependencies: + * rubygem-actionpack 1.12.4 => 1.12.5 + * rubygem-actionmailer 1.2.4 => 1.2.6 + * rubygem-actionwebservice 1.1.5 => 1.1.6 + +------------------------------------------------------------------- +Thu Aug 10 12:20:00 CEST 2006 - mrueckert@suse.de + +- update to version 1.1.5: + * Mention in docs that config.frameworks doesn't work when + getting Rails via Gems. (rails:#4857) [Alisdair McDiarmid] + * Change the scaffolding layout to use yield rather than + @content_for_layout. [Marcel Molina Jr.] + * Includes critical security patch +- Updated dependencies: + * rubygem-activerecord: 1.14.3 => 1.14.4 + * rubygem-actionpack 1.12.3 => 1.12.4 + * rubygem-actionmailer 1.2.3 => 1.2.4 + * rubygem-actionwebservice 1.1.4 => 1.1.5 + +------------------------------------------------------------------- +Sat Jul 1 04:36:08 CEST 2006 - mrueckert@suse.de + +- update to version 1.1.4: + * Remove use of opts.on { |options[:name] } style hash assignment. + References (rails:#4440). [headius@headius.com] + * Updated to Action Pack 1.12.3, ActionWebService 1.1.4, + ActionMailer 1.2.3 + +------------------------------------------------------------------- +Wed Jun 21 01:12:52 CEST 2006 - mrueckert@suse.de + +- use rubygems_with_buildroot_patch instead of the versioned + buildrequires + +------------------------------------------------------------------- +Mon Jun 19 19:21:11 CEST 2006 - mrueckert@suse.de + +- Initial package version 1.1.2 +