Skip to content
This repository has been archived by the owner on May 1, 2018. It is now read-only.

Rack 1.2 #12

Closed
wants to merge 35 commits into from
Closed

Rack 1.2 #12

wants to merge 35 commits into from

Commits on May 1, 2009

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

Commits on Jan 16, 2011

  1. Use git branch --set-upstream instead of git config

      - The `git config` method did not respect branch.autosetuprebase
      - The --set-upstream option was introduced in git 1.7.0
    sumbach committed Jan 16, 2011
    Configuration menu
    Copy the full SHA
    5af77ce View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2011

  1. Configuration menu
    Copy the full SHA
    5383916 View commit details
    Browse the repository at this point in the history
  2. Fix tests under ruby 1.9.2

      - must #dup frozen strings for use in Gem::Specification
      - use absolute paths with require since $LOAD_PATH no longer contains '.'
    sumbach authored and webmat committed Apr 3, 2011
    Configuration menu
    Copy the full SHA
    b226070 View commit details
    Browse the repository at this point in the history
  3. Use Rainbow for all rubies

    webmat committed Apr 3, 2011
    Configuration menu
    Copy the full SHA
    f8fb3b9 View commit details
    Browse the repository at this point in the history
  4. Fix minor typo in help message

    sumbach authored and webmat committed Apr 3, 2011
    Configuration menu
    Copy the full SHA
    1f57a5e View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2011

  1. Old git warning

    webmat committed Nov 12, 2011
    Configuration menu
    Copy the full SHA
    d497b32 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2011

  1. --include-dependencies is now default and will be removed in a future…

    … version of RubyGems
    Florent Guilleux committed Dec 1, 2011
    Configuration menu
    Copy the full SHA
    2fe0f05 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2011

  1. Use Bundler

    webmat committed Dec 6, 2011
    Configuration menu
    Copy the full SHA
    62cd1b4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'Florent2/patch-1'

    * Florent2/patch-1:
      --include-dependencies is now default and will be removed in a future version of RubyGems
    webmat committed Dec 6, 2011
    Configuration menu
    Copy the full SHA
    f1c1644 View commit details
    Browse the repository at this point in the history
  3. abort() > crap_out()

    webmat committed Dec 6, 2011
    Configuration menu
    Copy the full SHA
    a80e66c View commit details
    Browse the repository at this point in the history
  4. Get rid of rdoc warning

    webmat committed Dec 6, 2011
    Configuration menu
    Copy the full SHA
    a1c1b11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    085ae89 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2011

  1. Configuration menu
    Copy the full SHA
    1ca46da View commit details
    Browse the repository at this point in the history
  2. Update readme

    webmat committed Dec 7, 2011
    Configuration menu
    Copy the full SHA
    0599141 View commit details
    Browse the repository at this point in the history
  3. Merge pull request webmat#1 from sumbach/branch-set-upstream

    Use `git branch --set-upstream` instead of `git config`
    webmat committed Dec 7, 2011
    Configuration menu
    Copy the full SHA
    199e8eb View commit details
    Browse the repository at this point in the history
  4. Bump version

    webmat committed Dec 7, 2011
    Configuration menu
    Copy the full SHA
    bced984 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    839d93c View commit details
    Browse the repository at this point in the history
  6. Space. The final frontier.

    webmat committed Dec 7, 2011
    5 Configuration menu
    Copy the full SHA
    d0fff4b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b7bda0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c95d3e0 View commit details
    Browse the repository at this point in the history
  9. Bump version

    webmat committed Dec 7, 2011
    Configuration menu
    Copy the full SHA
    ecc6218 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2011

  1. Do not run Bundler.setup from main library.

    Imagine a typical use case for grb:
    
    * User moves to a project dir (~/myproj)
    * User uses grb (grb create funtimes)
    * grb executes Bundler.setup, which munges Ruby's load path to match myproj's Gemfile.lock
    * grb tries to require "rainbow," which isn't in myproj's Gemfile.lock
    * grb dies
    
    Gem dependencies are better handled by Rubygems during install, and later by Bundler when running against an
    actual app's Gemfile.
    rossmeissl committed Dec 14, 2011
    Configuration menu
    Copy the full SHA
    7aa067e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a24f4b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5bef39 View commit details
    Browse the repository at this point in the history
  4. Merge pull request webmat#5 from rossmeissl/master

    Fix dependency management
    webmat committed Dec 14, 2011
    Configuration menu
    Copy the full SHA
    8d07316 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2011

  1. Move require 'rubygems' to bin/grb...

    Requiring rubygems in lib/ is bad, hmmkay?
    webmat committed Dec 15, 2011
    Configuration menu
    Copy the full SHA
    c8ceb3e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8bf0eb View commit details
    Browse the repository at this point in the history
  3. Bump version

    webmat committed Dec 15, 2011
    Configuration menu
    Copy the full SHA
    7bc0463 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2012

  1. Fix broken link

    webmat committed Jul 24, 2012
    Configuration menu
    Copy the full SHA
    f970fee View commit details
    Browse the repository at this point in the history
  2. Actually create links

    webmat committed Jul 24, 2012
    Configuration menu
    Copy the full SHA
    b68b38e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1ce3c7 View commit details
    Browse the repository at this point in the history
  4. Space. The final frontier.

    webmat committed Jul 24, 2012
    Configuration menu
    Copy the full SHA
    d201980 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2012

  1. Configuration menu
    Copy the full SHA
    80c8c4c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2012

  1. Prepare 0.3.4

    webmat committed Sep 12, 2012
    Configuration menu
    Copy the full SHA
    a79c9ff View commit details
    Browse the repository at this point in the history