Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New behavior of Thor::Actions#directory #189

Merged
merged 7 commits into from
Nov 21, 2011

Commits on Sep 30, 2011

  1. Encoded paths note for Thor::Actions#directory

    Not a big deal but I think such a note would be helpful to a Thor newbie like
    me. Knowing this I would not lose three days finding why my class doesn't
    work.
    argent-smith committed Sep 30, 2011
    Configuration menu
    Copy the full SHA
    5c1ef2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97400f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2011

  1. New behavior of Thor::Actions#directory

    ... including tests and doc updates.
    
    The opening paragraph of #directory rdoc is changed to contain explanation by
    @workergnome (see rails#175).
    
    Cucumber stories introduced
    
    + Introduced Cucumber support in the project
    + Added cucumber story to illustrate/test Thor::Actions#directory
      behavior
    + Added cucumber stories to illustrate/test #class_option behavior
    
    Specs for new #convert_encoded_instructions beh-r
    
    See the specs for new behavior documentation
    
    New #convert_encoded_instructions beh-r impl.
    
    New bahavior implemented:
    
    + Added private method call check
    + Added the corresponding Exception and error message
    
    Added Cucumber to the Thorfile
    
    New task is called "features"
    
    Adjusted #directory documentation
    
    Cucumber settings
    
    cucumber.yml contains some default settings for Cucumber. It's good for use
    when doing Autotest integration.
    argent-smith committed Oct 3, 2011
    Configuration menu
    Copy the full SHA
    d02f275 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2011

  1. Typo

    argent-smith committed Oct 4, 2011
    Configuration menu
    Copy the full SHA
    360cb4a View commit details
    Browse the repository at this point in the history
  2. One more refactoring

    argent-smith committed Oct 4, 2011
    Configuration menu
    Copy the full SHA
    3472163 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2011

  1. Configuration menu
    Copy the full SHA
    dac8ebb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f368309 View commit details
    Browse the repository at this point in the history