NetBSD.se

CVS log for pkgsrc/databases/ruby-activerecord/Attic/PLIST

[BACK] Up to [NetBSD + pkgsrc-wip] / pkgsrc / databases / ruby-activerecord

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.22
Sun Mar 18 08:07:07 2012 UTC (2 months ago) by taca
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.21: +1 -1 lines
Remove ruby-activerecord, say good-by to Ruby on Rails 2.

Revision 1.21: download - view: text, markup, annotated - select for diffs
Wed Aug 17 14:12:42 2011 UTC (9 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +1 -3 lines
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.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Jun 11 03:13:46 2011 UTC (11 months, 1 week ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -3 lines
Update Ruby on Rails supporting packages to 2.3.12.

Exact changes are unknown but some bug fixes.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Oct 15 11:35:19 2010 UTC (19 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -1 lines
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.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Fri Sep 10 12:47:20 2010 UTC (20 months, 1 week ago) by taca
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +14 -7 lines
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.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Jun 9 16:28:35 2010 UTC (23 months, 1 week ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +17 -2 lines
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]

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Sep 12 22:14:16 2009 UTC (2 years, 8 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +8 -1 lines
Update rails packages to 2.3.4.

Changes since 2.3.2:
* I18n support for plugins.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Jun 14 17:43:24 2009 UTC (2 years, 11 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -53 lines
Remove @dirrm entries from PLISTs

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Apr 7 17:13:26 2009 UTC (3 years, 1 month ago) by minskim
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +45 -7 lines
Update rails packages to 2.3.1.

Changes since 2.1.1:
* Allow metal to live in plugins #2045 [Matthew Rudy]
* Added metal [Josh Peek]
* Remove script/performance/request in favour of the performance
  integration tests. [Pratik Naik]
* Add a rake task to apply a template to an existing application :
  rake rails:template LOCATION=~/template.rb [Pratik Naik]
* Add "-m/--template" option to Rails generator to apply a template to
  the generated application. [Jeremy McAnally]
* Extracted the process scripts (inspector, reaper, spawner) into the
  plugin irs_process_scripts [David Heinemeier Hansson]
* Changed Rails.root to return a Pathname object
* Added view path support for engines [David Heinemeier Hansson]
* Added that config/routes.rb files in engine plugins are
  automatically loaded (and reloaded when they change in dev mode)
  [David Heinemeier Hansson]
* Added app/[models|controllers|helpers] to the load path for plugins
  that has an app directory (go engines ;)) [David Heinemeier Hansson]
* Add config.preload_frameworks to load all frameworks at
  startup. Default to false so Rails autoloads itself as it's
  used. Turn this on for Passenger and JRuby. Also turned on by
  config.threadsafe!  [Jeremy Kemper]
* Add a rake task to generate dispatchers : rake
  rails:generate_dispatchers [Pratik Naik]
* "rails <app>" will not generate public/dispatch.cgi/fcgi/rb files by
  default now. Please use "--with-dispatchers" option if you need
  them. [Yaroslav Markin, Pratik Naik]
* Added rake rails:update:application_controller to renamed
  application.rb to application_controller.rb -- included in rake
  rails:update so upgrading to 2.3 will automatically trigger it #1439
  [kastner]
* Added Rails.backtrace_cleaner as an accessor for the
  Rails::BacktraceCleaner instance used by the framework to cut down
  on backtrace noise and config/initializers/backtrace_silencers.rb to
  add your own (or turn them all off) [David Heinemeier Hansson]
* Switch from Test::Unit::TestCase to ActiveSupport::TestCase.  [Jeremy Kemper]
* Added config.i18n settings gatherer to config/environment,
  auto-loading of all locales in config/locales/*.rb,yml, and
  config/locales/en.yml as a sample locale [David Heinemeier Hansson]
* BACKWARDS INCOMPATIBLE: Renamed application.rb to
  application_controller.rb and removed all the special casing that
  was in place to support the former. You must do this rename in your
  own application when you upgrade to this version [David Heinemeier
  Hansson]
* Fixed plugin generator so that generated unit tests would subclass
  ActiveSupport::TestCase, also introduced a helper script to reduce
  the needed require statements #1137 [Mathias Meyer]
* Update Prototype to 1.6.0.3 [sam]
* Fixed that sqlite would report "db/development.sqlite3 already
  exists" whether true or not on db:create #614 [Antonio Cangiano]
* Added config.threadsafe! to toggle allow concurrency settings and
  disable the dependency loader [Josh Peek]
* Turn cache_classes on by default [Josh Peek]
* Added configurable eager load paths. Defaults to app/models,
  app/controllers, and app/helpers [Josh Peek]
* Introduce simple internationalization support.  [Ruby i18n team]
* Make script/plugin install <plugin> -r <revision> option work with
  git based plugins. #257. [Tim Pope Jakub Kuźma]. Example:
* Added Rails.initialized? flag [Josh Peek]
* Make rake test:uncommitted work with Git. [Tim Pope]
* Added Thin support to script/server.  #488 [Bob Klosinski]
* Fix script/about in production mode.  #370 [Cheah Chu Yeow, Xavier
  Noria, David Krmpotic]
* Add the gem load paths before the framework is loaded, so certain
  gems like RedCloth and BlueCloth can be frozen.
* Fix discrepancies with loading rails/init.rb from gems.
* Plugins check for the gem init path (rails/init.rb) before the
  standard plugin init path (init.rb) [Jacek Becela]
* Changed all generated tests to use the test/do declaration style
  [David Heinemeier Hansson]
* Wrapped Rails.env in StringInquirer so you can do
  Rails.env.development? [David Heinemeier Hansson]
* Fixed that RailsInfoController wasn't considering all requests local
  in development mode (Edgard Castro) [#310 state:resolved]

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Sep 15 05:38:29 2008 UTC (3 years, 8 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +6 -1 lines
Update ruby-activerecord to 2.1.1.

Changes:

* Set config.active_record.timestamped_migrations = false to have
  migrations with numeric prefix instead of UTC
  timestamp. #446.

* Fixed that create database statements would always include "DEFAULT
  NULL" [#334]

* change_column_default preserves the not-null constraint.  #617

* Add :tokenizer option to validates_length_of to specify how to split
  up the attribute string. #507. Example :

  # Ensure essay contains at least 100 words.
  validates_length_of :essay, :minimum => 100, :too_short => "Your
  essay must be at least %d words."), :tokenizer => lambda {|str|
  str.scan(/\w+/) }

* Always treat integer :limit as byte length.  #420

* Partial updates don't update lock_version if nothing changed.  #426

* Fix column collision with named_scope and :joins.  #46

* db:migrate:down and :up update schema_migrations.  #369

* PostgreSQL: support :conditions => [':foo::integer', { :foo => 1 }]
  without treating the ::integer typecast as a bind variable.

* MySQL: rename_column preserves column defaults.  #466

* Add :from option to calculations.  #397

* Add :validate option to associations to enable/disable the automatic
  validation of associated models. Resolves #301.

* PostgreSQL: use 'INSERT ... RETURNING id' for 8.2 and later.

* Added SQL escaping for :limit and :offset in MySQL

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Jun 20 04:27:37 2008 UTC (3 years, 11 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +188 -171 lines
Update ruby-activerecord to 2.1.0 for rails-2.1.0.

Too many changes since 2.0.2.  See CHANGELOG for the complete list.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Apr 4 15:30:00 2008 UTC (4 years, 1 month ago) by jlam
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +321 -56 lines
Install as a gem using the pkgsrc rubygem.mk framework instead of
directly into site_ruby.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Feb 9 06:20:25 2008 UTC (4 years, 3 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +6 -21 lines
Update ruby-activerecord to 2.0.2.

There have been too many changes.  Please see CHANGELOG for the complete list:

http://dev.rubyonrails.org/browser/tags/rel_2-0-2/activerecord/CHANGELOG

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat Mar 17 11:05:15 2007 UTC (5 years, 2 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +0 -1 lines
Update ruby-activerecord to 1.15.3.

Changes:
* Allow a polymorphic :source for has_many :through associations.
* Consistently quote primary key column names.
* Fixtures: fix YAML ordered map support.
* Fix has_many :through << with custom foreign keys.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sun Feb 18 23:12:55 2007 UTC (5 years, 3 months ago) by minskim
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +8 -17 lines
Update ruby-activerecord to 1.15.2.

Changes:
* Pass a range in :conditions to use the SQL BETWEEN operator. #6974
  [dcmanges] Student.find(:all, :conditions => { :grade => 9..12 })
* Don't create instance writer methods for class attributes. [Rick]
* When dealing with SQLite3, use the table_info pragma helper, so that the
  bindings can do some translation for when sqlite3 breaks incompatibly
  between point releases. [Jamis Buck]
* SQLServer: don't choke on strings containing 'null'.  #7083 [Jakob S]
* Consistently use LOWER() for uniqueness validations (rather than mixing with
  UPPER()) so the database can always use a functional index on the lowercased
  column. #6495 [Si]
* MySQL: SET SQL_AUTO_IS_NULL=0 so 'where id is null' doesn't select the last
  inserted id. #6778 [Jonathan Viney, timc]
* Fixtures use the table name and connection from set_fixture_class. #7330
  [Anthony Eden]
* SQLServer: quote table name in indexes query.  #2928 [keithm@infused.org]

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Jan 28 05:36:31 2007 UTC (5 years, 3 months ago) by minskim
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +14 -1 lines
Update ruby-activerecord to 1.15.1, required by rails-1.2.1.
Too many changes since 1.14.1.  See ${RUBY_DOCDIR}/activerecord/CHANGELOG.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Oct 9 06:17:20 2006 UTC (5 years, 7 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2006Q4-base, pkgsrc-2006Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +13 -8 lines
Update ruby-activerecord to 1.14.4, which is used by Ruby on Rails 1.1.6.
Too many changes since 1.12.1.  See ${RUBY_DOCDIR}/activerecord/CHANGELOG
for the complete list.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Nov 2 15:00:40 2005 UTC (6 years, 6 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, pkgsrc-2005Q4-base, pkgsrc-2005Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
Change documentation directory to activerecord.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Nov 2 14:28:45 2005 UTC (6 years, 6 months ago) by taca
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +6 -1 lines
Install example files, too.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Nov 2 14:18:31 2005 UTC (6 years, 6 months ago) by taca
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +11 -1 lines
Update ruby-activerecord pacakge to 1.12.1.

Changes are many please see ${RUBY_DOCDIR}/active_record/CHANGELOG.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Sep 4 14:00:05 2005 UTC (6 years, 8 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +13 -2 lines
Update ruby-activerecord to 1.11.1.

Changes from 1.9.1 are too huge, please see web page:
http://ar.rubyonrails.org/files/CHANGELOG.html.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Apr 10 04:45:59 2005 UTC (7 years, 1 month ago) by minskim
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Import ruby-activerecord.

Active Record connects business objects and database tables to create
a persistable domain model where logic and data is presented in one
wrapping.  It is an implementation of the object-relational mapping
(ORM) pattern by the same name as described by Martin Fowler:

  "An object that wraps a row in a database table or view, encapsulates
   the database access, and adds domain logic on that data."

Active Records main contribution to the pattern is to relieve the
original of two stunting problems: lack of associations and
inheritance.  By adding a simple domain language-like set of macros to
describe the former and integrating the Single Table Inheritance
pattern for the latter, Active Record narrows the gap of functionality
between the data mapper and active record approach.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Apr 10 04:45:59 2005 UTC (7 years, 1 month ago) by minskim
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

NetBSD-CVSweb <admin[at]NetBSD[dot]se>