Next | Query returned 29 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2012-03-18 09:07:07 by Takahiro Kambe | Files touched by this commit (4) | Package removed
Log message:
Remove ruby-activerecord, say good-by to Ruby on Rails 2.
   2011-12-13 16:48:12 by Takahiro Kambe | Files touched by this commit (1)
Log message:
* Switch to use RUBY_RAILS_SUPPORTED.
* Don't hard code RUBY_RAILS2_VERSION in DISTNAME.
   2011-08-17 16:12:42 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Update ruby-activerecord package to 2.3.14.

2.3.14:

Security fix:

The quote_table_name method in the ActiveRecord adapaters for Ruby on
Rails were initially created solely for the purpose of escaping
reserved words encountered in table names.  However over time 3rd
party libraries, and rails itself, grew to rely on those functions as
a way to sanitize potentially malicious user input.  As a result these
functions need to be hardened to manage malicious input rather than
assuming they're being passed benign values generated by rails itself.
   2011-06-11 05:13:46 by Takahiro Kambe | Files touched by this commit (8)
Log message:
Update Ruby on Rails supporting packages to 2.3.12.

Exact changes are unknown but some bug fixes.
   2011-03-23 15:27:15 by Takahiro Kambe | Files touched by this commit (5)
Log message:
Switch to utilize lang/ruby/rail.mk.
   2011-02-09 13:39:41 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
Update ruby-activerecord package to 2.3.11.

* More strict dependency reflect gemspec's description.
* It is update of version only for Ruby on Rails 2.3.11 update.
   2010-10-15 13:35:19 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update databases/ruby-activerecord package to 2.3.10.

This release  fixes CVE-2010-3933 security problem.
And change depending pattern to prevent ruby-activesupport 3.0.0 and later.
   2010-09-10 14:47:20 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
Update databases/ruby-activerecord to 2.3.9.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Update dependency according to gemspec.

*2.3.9 (September 4, 2010)*

Unknown, but some tests are updated.
   2010-06-09 18:28:35 by Min Sik Kim | Files touched by this commit (3)
Log message:
Update ruby-activerecord to 2.3.8.  Patch by Wen Heping in PR 43441.

Changes:
* Add index length support for MySQL. #1852 [Emili Parreno, Pratik Naik]
* find_or_create_by_attr(value, ...) works when attr is protected.
  #4457 [Santiago Pastorino, Marc-Andr\xc3\xa9 Lafortune]
* JSON supports a custom root option: to_json(:root => 'custom') #4515
  [Jatinder Singh]
* Destroy uses optimistic locking. If lock_version on the record
  you're destroying doesn't match lock_version in the database, a
  StaleObjectError is raised.  #1966 [Curtis Hawthorne]
* To prefix the table names of all models in a module, define
  self.table_name_pr efix on the module.  #4032 [Andrew White]
* Association inverses for belongs_to, has_one, and
  has_many. Optimization to re duce database queries.  #3533 [Murray
  Steele]
* MySQL: add_ and change_column support positioning.  #3286 [Ben Marini]
* Reset your Active Record counter caches with the reset_counter_cache
  class method.  #1211 [Mike Breen, Gabe da Silveira]
   2009-12-02 00:24:24 by Min Sik Kim | Files touched by this commit (14)
Log message:
Update rails packages to 2.3.5.  This fixes a cross-site scripting
vulnerability in ruby-actionpack.

Major changes:
- Improved compatibility with Ruby 1.9
- RailsXss plugin availability
- Fixes for the Nokogiri backend for XmlMini

Next | Query returned 29 messages, browsing 1 to 10 | Previous