summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Add custom parser / custom validation exampleAbinoam P. Marques Jr2023-01-021-0/+39
|
* Add tests and documentation for capital_letterAna María Martínez Gómez2019-04-081-1/+1
| | | | | | | | | | | We didn't have time for this during the The Biggest Mobprogramming session ever at RubyConfBY 2019: https://rubyconference.by @dmitriy-kiriyenko implemented it in https://github.com/JEG2/highline/pull/242, so I cherry-picked it from there. Co-authored-by: Dmitriy Kiriyenko <dmitriy.kiriyenko@gmail.com>
* Add meaningful heredoc delimitersAbinoam P. Marques Jr2017-09-251-2/+2
|
* Adjust documentationAbinoam P. Marques Jr2017-09-251-0/+3
|
* Revert %i use for 1.9 compatibilityAbinoam P. Marques Jr2017-09-251-2/+2
|
* Autocorrect Style/EncodingAbinoam P. Marques Jr2017-09-2413-0/+13
|
* Enforce double quotes on stringsAbinoam P. Marques Jr2017-07-073-7/+7
|
* Apply manual fixes for rubocop warningsAbinoam P. Marques Jr2017-07-013-11/+12
|
* Rubocop automatic correctionsAbinoam P. Marques Jr2017-06-3010-46/+48
|
* Remove unecessary conditionalAbinoam P. Marques Jr2017-06-301-8/+2
|
* Replace $terminal to HighLine.default_instanceAbinoam P. Marques Jr2017-06-299-10/+10
|
* show default option for menusFrederico2016-07-111-0/+3
|
* Advertise what Terminal class in use at tests and examplesAbinoam Praxedes Marques Jr2015-07-178-0/+24
| | | | | So one could easily figure out if the "auto-detection" is not working.
* Add HighLine::TemplateRenderer to aggregate tpl rendering logicAbinoam Praxedes Marques Jr2015-04-291-1/+1
|
* fix repeat_entry.rb example to use hash entries as the questionDaniel Ferguson2013-07-041-1/+1
| | | | prior to this change, the example would ask "Enter your password: " twice
* Adding an example for getting a character.Marcus Stollsteimer2012-12-151-0/+12
|
* Removing trailing whitespace.Marcus Stollsteimer2012-11-272-2/+2
|
* Removing trailing whitespace.Marcus Stollsteimer2012-11-276-18/+18
|
* Retain the shebangs on the examples.Scott Gonyea2012-06-1412-0/+24
|
* Remove shebangs. Fix shebang-spec.Scott Gonyea2012-06-1212-24/+0
|
* Change shebangs to use /usr/bin/env to find the ruby.Scott Gonyea2012-06-1210-10/+10
|
* Add typing verification through multiple matching entriesmichael2012-05-131-0/+21
| | | | | | | | | | Setting verify_match on a question will allow for "please type it in again for verification" style entries, such as commonly seen when setting/changing passwords, etc. This leverages the existing gather mechanism to control asking for multiple entries, but returns a single answer once all gathered entries match.
* restructuringGregory Brown2009-02-0211-0/+627