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

Changeset 6244

Show
Ignore:
Timestamp:
02/27/07 01:23:43 (2 years ago)
Author:
david
Message:

Added assumption that all plugin creators desire to be sharing individuals and release their work under the MIT license [DHH]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/railties/CHANGELOG

    r6229 r6244  
    11*SVN* 
     2 
     3* Added assumption that all plugin creators desire to be sharing individuals and release their work under the MIT license [DHH] 
    24 
    35* Added source-annotations extractor tasks to rake [Jamis Buck]. This allows you to add FIXME, OPTIMIZE, and TODO comments to your source code that can then be extracted in concert with rake notes (shows all), rake notes:fixme, rake notes:optimize and rake notes:todo. 
  • trunk/railties/lib/rails_generator/generators/components/plugin/plugin_generator.rb

    r5342 r6244  
    1818 
    1919      m.template 'README',        "#{plugin_path}/README" 
     20      m.template 'MIT-LICENSE',   "#{plugin_path}/MIT-LICENSE" 
    2021      m.template 'Rakefile',      "#{plugin_path}/Rakefile" 
    2122      m.template 'init.rb',       "#{plugin_path}/init.rb" 
  • trunk/railties/lib/rails_generator/generators/components/plugin/templates/README

    r2784 r6244  
    22<%= "=" * class_name.size %> 
    33 
    4 Description goes here 
     4Introduction goes here. 
     5 
     6 
     7Example 
     8======= 
     9 
     10Example goes here. 
     11 
     12 
     13Copyright (c) 2007 [name of plugin creator], released under the MIT license