This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| When /^(?:|I )select "([^\"]*)" as the "([^\"]*)" date$/ do |date, date_label| | |
| select_date(date, :from => date_label) | |
| end | |
| DATE_TIME_SUFFIXES = { | |
| :year => '1i', | |
| :month => '2i', | |
| :day => '3i', | |
| :hour => '4i', | |
| :minute => '5i' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # DO NOT MODIFY THIS FILE | |
| require 'digest/sha1' | |
| require "rubygems" | |
| module Bundler | |
| module SharedHelpers | |
| def default_gemfile | |
| gemfile = find_gemfile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (* | |
| Open Project | |
| Open a Rails Project | |
| opens git-sh, console, server, autospec and a command line | |
| *) | |
| on run | |
| set dirs to {} |
NewerOlder