NOTICE: This package has been removed from pkgsrc

./www/rails, Framework for developing database-backed web applications

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.3.10, Package name: ruby18-rails-2.3.10, Maintainer: minskim

Rails is a full-stack framework for developing database-backed web
applications according to the Model-View-Control pattern. From the
Ajax in the view, to the request and response in the controller, to
the domain model wrapping the database, Rails gives you a pure-Ruby
development environment. To go live, all you need to add is a
database and a web server.


Required to run:
[www/ruby-actionpack] [misc/rubygems] [databases/ruby-activerecord] [lang/ruby18-base] [mail/ruby-actionmailer] [devel/rake] [devel/ruby-activesupport] [www/ruby-activeresource]

Required to build:
[misc/rubygems]

Master sites:

SHA1: 14cafcd32b3560570f52fc12f470bcb31169f3ed
RMD160: d776b061118890367f1e3831b456b042c1416ad4
Filesize: 1669 KB

Version history: (Expand)


CVS history: (Expand)


   2010-12-26 16:24:52 by Takahiro Kambe | Files touched by this commit (6) | Package removed
Log message:
Remove www/rails since it moved to www/ruby-rails.
   2010-10-15 13:40:06 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update www/rails package to 2.3.10.

No change except version, it is part of Rails 2.3.10.
Change depending pattern to prevent install packages for rails3.
   2010-10-13 20:45:12 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
rake is included with Ruby 1.9
   2010-10-13 04:47:20 by OBATA Akio | Files touched by this commit (1)
Log message:
require rake>=0.8.3.

Bump PKGREVISION.
   2010-09-13 15:36:59 by Takahiro Kambe | Files touched by this commit (2)
Log message:
* Add CONFLICTS with previous package name without "${RUBY_PKGPREFIX}-".
* Fix shbang commnad of rails command.

Bump PKGREVISION.
   2010-09-10 14:51:30 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update www/rails to 2.3.9.

* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Ajust new ruby package's framework.
* Update dependency according to gemspec.

*2.3.9 (September 4, 2010)*

* Deprecates config.load_(once_)paths in favor of autolaod_(once_)paths. [fxn]

*2.3.8 (May 24, 2010)*

* Version bump.

*2.3.7 (May 24, 2010)*

* Version bump.

*2.3.6 (May 23, 2010)*

* Added config/initializers/cookie_verification_secret.rb with an auto-generated \ 
secret for using ActionController::Base#cookies.signed [DHH]

* Fixed that the debugger wouldn't go into IRB mode because of left-over ARGVs [DHH]
   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
   2009-09-13 00:14:17 by Min Sik Kim | Files touched by this commit (15)
Log message:
Update rails packages to 2.3.4.

Changes since 2.3.2:
* I18n support for plugins.