Update rails to 2.1.1.
Changes: * 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] * Wrapped Rails.env in StringInquirer so you can do Rails.env.development? [DHH] * Fixed that RailsInfoController wasn't considering all requests local in development mode (Edgard Castro) [#310 state:resolved]
This commit is contained in:
parent
b5019850e0
commit
6fd310f9b8
2 changed files with 11 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.12 2008/06/20 04:35:36 minskim Exp $
|
||||
# $NetBSD: Makefile,v 1.13 2008/09/15 05:58:42 minskim Exp $
|
||||
|
||||
DISTNAME= rails-2.1.0
|
||||
DISTNAME= rails-2.1.1
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
|
@ -8,11 +8,11 @@ HOMEPAGE= http://www.rubyonrails.org/
|
|||
COMMENT= Framework for developing database-backed web applications
|
||||
|
||||
DEPENDS+= rake>=0.8.1:../../devel/rake
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.1.0:../../devel/ruby-activesupport
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-activerecord>=2.1.0:../../databases/ruby-activerecord
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-activeresource>=2.1.0:../../www/ruby-activeresource
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-actionpack>=2.1.0:../../www/ruby-actionpack
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-actionmailer>=2.1.0:../../mail/ruby-actionmailer
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-activesupport>=2.1.1:../../devel/ruby-activesupport
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-activerecord>=2.1.1:../../databases/ruby-activerecord
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-activeresource>=2.1.1:../../www/ruby-activeresource
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-actionpack>=2.1.1:../../www/ruby-actionpack
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-actionmailer>=2.1.1:../../mail/ruby-actionmailer
|
||||
|
||||
REPLACE_RUBY= bin/about bin/console bin/dbconsole bin/destroy bin/generate \
|
||||
bin/performance/benchmarker bin/performance/profiler \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.9 2008/06/20 04:35:36 minskim Exp $
|
||||
$NetBSD: distinfo,v 1.10 2008/09/15 05:58:42 minskim Exp $
|
||||
|
||||
SHA1 (rails-2.1.0.gem) = 7c5ab9edba65923d7332d842217e0e7fc6b66404
|
||||
RMD160 (rails-2.1.0.gem) = 321cf6fc1eee86183eaa45aa098631d3ea20bad6
|
||||
Size (rails-2.1.0.gem) = 204288 bytes
|
||||
SHA1 (rails-2.1.1.gem) = df16906481cd5602ff62df61254f28ab7e485882
|
||||
RMD160 (rails-2.1.1.gem) = 68f05b543dd67a1efcfb0e7834395b689d67383d
|
||||
Size (rails-2.1.1.gem) = 205312 bytes
|
||||
|
|
Loading…
Reference in a new issue