Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 8122

Show
Ignore:
Timestamp:
11/09/07 20:06:36 (2 years ago)
Author:
david
Message:

Remove things that trip up RDoc

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb

    r7828 r8122  
    3939  #     }                            #   </head> 
    4040  #     xm.body {                    #   <body> 
    41   #       xm.comment! "HI"           #     <!-- HI --> 
     41  #       xm.comment! "HI"           #     <! -- HI --> 
    4242  #       xm.h1("Header")            #     <h1>Header</h1> 
    4343  #       xm.p("paragraph")          #     <p>paragraph</p> 
  • trunk/railties/Rakefile

    r8121 r8122  
    324324  s.files = PKG_FILES.to_a.delete_if {|f| f.include?('.svn')} 
    325325  s.require_path = 'lib' 
    326  
    327326  s.bindir = "bin"                               # Use these for applications. 
    328327  s.executables = ["rails"]