diff options
author | minskim <minskim@pkgsrc.org> | 2007-10-16 04:03:42 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2007-10-16 04:03:42 +0000 |
commit | 0b87665629951a6d0313ea81af5963822c4cb445 (patch) | |
tree | f95f441283a3379b5e25098590b80653025f50dd /www/rails/PLIST | |
parent | 80181b3b641c882ca7b69da61fafa291a8998be9 (diff) | |
download | pkgsrc-0b87665629951a6d0313ea81af5963822c4cb445.tar.gz |
Update rails to 1.2.5.
Changes:
* 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.
* Move custom inflections example so available before route generation.
* Add a new rake task to aid debugging of named 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.
* Add Active Resource to rails:freeze:edge and drop Action Web Service.
* Give generate scaffold a more descriptive database message. Closes #7316
* 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]
Diffstat (limited to 'www/rails/PLIST')
-rw-r--r-- | www/rails/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/rails/PLIST b/www/rails/PLIST index 0394ab732ed..5f43d9cd6a0 100644 --- a/www/rails/PLIST +++ b/www/rails/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2007/01/28 05:45:09 minskim Exp $ +@comment $NetBSD: PLIST,v 1.3 2007/10/16 04:03:42 minskim Exp $ bin/rails ${RUBY_SITELIBDIR}/binding_of_caller.rb ${RUBY_SITELIBDIR}/breakpoint.rb @@ -143,6 +143,7 @@ ${RUBY_SITELIBDIR}/tasks/log.rake ${RUBY_SITELIBDIR}/tasks/misc.rake ${RUBY_SITELIBDIR}/tasks/pre_namespace_aliases.rake ${RUBY_SITELIBDIR}/tasks/rails.rb +${RUBY_SITELIBDIR}/tasks/routes.rake ${RUBY_SITELIBDIR}/tasks/statistics.rake ${RUBY_SITELIBDIR}/tasks/testing.rake ${RUBY_SITELIBDIR}/tasks/tmp.rake |