New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changes between Version 1 and Version 2 of RubySection


Ignore:
Timestamp:
04/10/09 11:24:06 (4 years ago)
Author:
febeling@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RubySection

    v1 v2  
    44 
    55This page describes the general organization of the ruby section. It contains information about Ruby implementations 
    6 and the library packages, and how they are generally used in MacPorts. It should address things like naming conventions, dealing with different versions of the 
     6and the library packages, and how they are generally used in MacPorts. Information is divided into a that relevant for users of these ports, and information for maintainers. It should address things like naming conventions, dealing with different versions of the 
    77language implementatin and how it works together with the package manager {{{gem}}} and other installation methods. 
     8656562sw1221 
     9== Usage Information == 
    810 
     11Ports with ruby libraries have a prefix {{{rb}}} or {{{rb19}}}. So the Rails port is called rb-rails, e.g. If you installed a port which installs a rubygem, you should avoid manipulating that port with {{{gem}}} directly, since that makes the information inside MacPorts inconsistent. If you use gem a lot directly, you might be better off if you these exclusively. 
    912 
    1013== Guidelines for Ruby Ports ==