Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
taca 40a057370e Importing ruby-railties32 version 3.2.2.
## Rails 3.2.1 (January 26, 2012) ##

*   Documentation fixes.

*   Migration generation understands decimal{1.2} and decimal{1-2}, in
    addition to decimal{1,2}. *José Valim*


## Rails 3.2.0 (January 20, 2012) ##

*   Rails 2.3-style plugins in vendor/plugins are deprecated and will be removed in Rails 4.0. Move them out of vendor/plugins and bundle them in your Gemfile, or fold them in to your app as lib/myplugin/* and config/initializers/myplugin.rb.  *Santiago Pastorino*

*   Guides are available as a single .mobi for the Kindle and free Kindle readers apps. *Michael Pearson & Xavier Noria*

*   Allow scaffold/model/migration generators to accept a "index" and "uniq" modifiers, as in: "tracking_id:integer:uniq" in order to generate (unique) indexes. Some types also accept custom options, for instance, you can specify the precision and scale for decimals as "price:decimal{7,2}". *Dmitrii Samoilov*

*   Added `config.exceptions_app` to set the exceptions application invoked by the ShowException middleware when an exception happens. Defaults to `ActionDispatch::PublicExceptions.new(Rails.public_path)`. *José Valim*

*   Speed up development by only reloading classes if dependencies files changed. This can be turned off by setting `config.reload_classes_only_on_change` to false. *José Valim*

*   New applications get a flag `config.active_record.auto_explain_threshold_in_seconds` in the environments configuration files. With a value of 0.5 in development.rb, and commented out in production.rb. No mention in test.rb. *fxn*

*   Add DebugExceptions middleware which contains features extracted from ShowExceptions middleware *José Valim*

*   Display mounted engine's routes in `rake routes` *Piotr Sarnacki*

*   Allow to change the loading order of railties with `config.railties_order=` *Piotr Sarnacki*

    Example:
        config.railties_order = [Blog::Engine, :main_app, :all]

*   Scaffold returns 204 No Content for API requests without content. This makes scaffold work with jQuery out of the box *José Valim*

*   Update Rails::Rack::Logger middleware to apply any tags set in config.log_tags to the newly ActiveSupport::TaggedLogging Rails.logger. This makes it easy to tag log lines with debug information like subdomain and request id -- both very helpful in debugging multi-user production applications *DHH*

*   Default options to `rails new` can be set in ~/.railsrc *Guillermo Iguaran*

*   Add destroy alias to Rails engines *Guillermo Iguaran*

*   Add destroy alias for Rails command line. This allows the following: `rails d model post` *Andrey Ognevsky*

*   Attributes on scaffold and model generators default to string. This allows the following: "rails g scaffold Post title body:text author" *José Valim*

*   Remove old plugin generator (`rails generate plugin`) in favor of `rails plugin new` command *Guillermo Iguaran*

*   Remove old 'config.paths.app.controller' API in favor of 'config.paths["app/controller"]' API *Guillermo Iguaran*
2012-03-18 06:51:50 +00:00
archivers Fix the symlink creation (if GTAR_PROGRAM_PREFIX != "g") 2012-03-15 14:18:39 +00:00
audio Bump PKGREVISION from default python change to 2.7. 2012-03-16 04:31:14 +00:00
benchmarks No static linking on SunOS. Don't use non-standard u_intXX_t types. 2012-02-28 15:49:56 +00:00
biology More pcre PKGREVISION bumps. 2012-03-03 12:54:15 +00:00
bootstrap Minor corrections, from Snader_LB on FreeNode: 2012-01-11 01:15:17 +00:00
cad Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
chat Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
comms Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
converters Make Nm in man page match file name. Bump PKGREVISION. 2012-03-17 22:30:20 +00:00
cross PR/45924 --- update to 5.11 with minor changes 2012-02-07 00:21:48 +00:00
databases Importing ruby-activerecord32 3.2.2. 2012-03-18 06:49:06 +00:00
devel Importing ruby-railties32 version 3.2.2. 2012-03-18 06:51:50 +00:00
distfiles
doc Note update of databases/ruby-arel package to 3.0.2. 2012-03-18 05:55:48 +00:00
editors Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
emulators remove obsolated module support codes. 2012-03-17 06:43:54 +00:00
filesystems Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
finance Recursive bump for pcre-8.30* (shlib major change) 2012-03-03 00:11:51 +00:00
fonts Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
games Update to 2.1.2 and call it 2.12 to make it newer than the previous 2.06. 2012-03-16 17:32:40 +00:00
geography Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
graphics Update ruby-mini-magick to 3.4. 2012-03-17 15:46:24 +00:00
ham Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
inputmethod allow wnn4 option (now ja-freewnn-lib has shlib). 2012-03-10 15:24:50 +00:00
lang Add supports for Ruby on Rails 3.2, currently 3.2.2. 2012-03-18 06:43:54 +00:00
licenses Update skype license for net/skype1 to currently valid one. 2012-03-11 18:42:48 +00:00
mail Importing ruby-actionmailer32 version 3.2.2. 2012-03-18 06:50:59 +00:00
math Set LICENSE. Quell a pkglint warning. 2012-03-16 00:20:51 +00:00
mbone Regenerate diffs for GNU patch. 2011-12-14 03:21:51 +00:00
meta-pkgs Drop gdk-pixbuf, gtk and vmware modules for suse. 2012-03-17 06:08:15 +00:00
misc Update ruby-sprockets to 2.3.1. 2012-03-17 16:42:41 +00:00
mk Drop gdk-pixbuf, gtk and vmware modules for suse. 2012-03-17 06:08:15 +00:00
multimedia Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
net Update to 0.99.20.1, a security bugfix release. 2012-03-18 01:14:07 +00:00
news Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
packages
parallel Add c99 support, fixes build on SunOS. 2012-03-13 12:36:25 +00:00
pkgtools Bug Hunting: 2012-03-14 14:34:39 +00:00
print put an empty line around comments. 2012-03-16 01:11:32 +00:00
regress Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
security Update ruby-net-ssh to 2.3.0. 2012-03-17 17:01:16 +00:00
shells Bump PKGREVISION for python default version change to 2.7. 2012-03-09 12:33:57 +00:00
sysutils Update ruby-fssm to 0.2.8.1. 2012-03-18 02:35:27 +00:00
templates Tell users to use "pkg_admin audit" instead of audit-packages. 2010-03-18 10:18:19 +00:00
textproc Update ruby-xslt to 0.9.9. 2012-03-18 02:48:30 +00:00
time Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
wm Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
www Importing ruby-activeresource32 version 3.2.2. 2012-03-18 06:50:07 +00:00
x11 Bump PKGREVISION from default python to 2.7. 2012-03-15 11:53:20 +00:00
Makefile
pkglocate Fix PR 39648: 2010-11-11 19:56:34 +00:00
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.