Path to this page:
./
devel/ruby-railties,
Tools for creating, working with, and running Rails applications
Branch: pkgsrc-2011Q2,
Version: 3.0.9nb1,
Package name: ruby18-railties-3.0.9nb1,
Maintainer: pkgsrc-users= Railties -- Gluing the Engine to the Rails
Railties is responsible to glue all frameworks together. Overall, it:
* handles all the bootstrapping process for a Rails application;
* manager rails command line interface;
* provides Rails generators core;
Required to run:[
devel/ruby-rdoc] [
devel/ruby-thor] [
lang/ruby18-base] [
misc/rubygems] [
www/ruby-actionpack3]
Required to build:[
misc/rubygems]
Master sites:
SHA1: 8b46dbeddb56e2e4b4ebfb5312fe81eb865a47e7
RMD160: d524022164945386ff24457184ee0631aa0f4c25
Filesize: 1512.5 KB
Version history: (Expand)
- (2011-08-23) Updated to version: ruby18-railties-3.0.9nb1
- (2011-08-05) Package added to pkgsrc.se, version ruby18-railties-3.0.9 (created)
CVS history: (Expand)
2011-08-23 11:12:12 by Matthias Scheler | Files touched by this commit (4) | |
Log message:
Pullup ticket #3505 - requested by taca
devel/ruby-railties: bug fix update
Revisions pulled up:
- devel/ruby-railties/Makefile 1.6
- devel/ruby-rdoc/PLIST 1.2
- devel/ruby-rdoc/distinfo 1.2
- lang/ruby/rdoc.mk 1.2-1.3
---
Module Name: pkgsrc
Committed By: taca
Date: Fri Jul 22 03:18:45 UTC 2011
Modified Files:
pkgsrc/devel/ruby-rdoc: PLIST distinfo
pkgsrc/lang/ruby: rdoc.mk
Log message:
Update ruby-rdoc pacakge to 3.8.
It was really needed by devel/ruby-railties, sigh.
=== 3.8 / ??
* Minor enhancements
* RDoc::Parser::C can now discover methods on ENV and ARGF.
* RDoc::Parser::C now knows about rb_cSocket and rb_mDL.
* Bug fixes
* Updating Object in an ri data store with new data now removes methods,
includes, constants and aliases.
=== 3.7 / 2011-06-27
* Minor enhancements
* New directive :category: which allows methods to be grouped into sections
more cleanly. See RDoc::Markup for details.
* Document-class for RDoc::Parser::C now supports Foo::CONST as well as
CONST.
* ri method output is now a comma-separated list when displayed
interactively. Pull Request #39 by Benoit Daloze.
* RDoc::ClassModule#merge now prefers the argument's information over the
receiver's (it now behaves like Hash#merge! instead of a backwards
Hash#merge!).
* RDoc::Markup#convert now accepts an RDoc::Markup::Document instance
* RDoc now owns the code for generating RDoc and ri data when gems install
* Added RDoc::RDoc::reset
* Added RDoc::CodeObject#file_name
* Bug fixes
* ri no longer crashes when attempting to complete a plain [.
* ri data now tracks which file information came from so it can process
removals and changes to:
* Classes and Modules
* Methods
* Attributes
* Includes
* Constants
You will need to rebuild your ri data for it to update properly. Issue
#21 by Sven Riedel
* Signal and SignalException no longer clobber each other
* RDoc::Parser::C no longer creates classes when processing aliases.
* RDoc::Text#strip_stars handles Document-method for methods with =, ! and ?
now.
* RDoc::Parser::C now allows .cpp files to be used with the "in" \
comment on
rb_define_method. Bug #35 by Hanmac.
* RDoc::Parser::Ruby no longer eats content when =begin/=end documentation
blocks are followed by a documentable item. Issue #41 by mfn.
* RDoc::Markup::Formatter and subclasses now allow an optional +markup+
parameter for adding custom markup. The example in
RDoc::Markup::Formatter will now work. Issue #38 by tsilen.
* RDoc::Parser::C can now distinguish between class methods and instance
methods in Document-method. Issue #36 by Vincent Batts.
* RDoc now encodes file names in the output encoding. Issue #33 by Perry
Smith.
* ri data generation for method aliases no longer duplicates the class in
#full_name
---
Module Name: pkgsrc
Committed By: taca
Date: Fri Jul 22 03:36:11 UTC 2011
Modified Files:
pkgsrc/lang/ruby: rdoc.mk
Log message:
* Fix dependency condition to inverse when RUBY_RDOC_REQD is defined.
* Minor clean up.
---
Module Name: pkgsrc
Committed By: taca
Date: Fri Jul 22 03:40:52 UTC 2011
Modified Files:
pkgsrc/devel/ruby-railties: Makefile
Log message:
Set RUBY_RDOC_REQD to 3.4 as for gemspec and now rails command of
www/ruby-rails3 package should be work.
Bump PKGREVISION.
|