Commit Graph

18 Commits

Author SHA1 Message Date
Andy Brody 04f1e80a7f Use define_method rather than eval. 2014-11-27 22:15:53 -05:00
Andy Brody 543dbc3816 Fix a large number of style nits.
Working slowly through the rubocop list.
2014-07-08 03:54:01 -07:00
Andy Brody 5315b4ed89 Don't use deprecated File.exists? method. 2014-07-08 02:25:13 -07:00
Andy Brody 39c5b12273 Fix assignments in conditions. 2014-07-08 02:04:18 -07:00
Andy Brody a95da365bb Avoid NoMethodError on SSLCertificateNotVerified. 2014-04-02 01:49:56 -07:00
Julien Kirch ab5bbcba20 Fix compatibility with 1.9.2 and with 1.8. Closes #73 2011-06-13 11:45:37 +02:00
Julien Kirch a060834fcf removed space 2010-11-15 11:58:51 +01:00
Julien Kirch 6ae3e1b005 Fix for 1.9.2. Closes #46 2010-11-04 21:02:00 +01:00
Julien Kirch 9e05961278 use space instead of tab 2010-11-04 20:57:46 +01:00
Mike Fletcher 5e14cebb95 Call File.expand_path to expand ~ in ~/.restclientrc 2010-05-10 18:18:45 +02:00
Adam Wiggins edeafb34dc restclient instead of rest_client; reorganize lib dir 2009-01-24 14:49:01 -08:00
Adam Wiggins 266dd3bd46 CLI one-offs print response body on error 2008-09-23 16:00:50 -07:00
Adam Wiggins a6de091a94 restclient shell accepts get/put/post/delete for curl-style access 2008-09-22 18:01:09 -07:00
Adam Wiggins eebe99742d use strings instead of symbols in .restclient sessions 2008-08-01 11:48:56 -07:00
Adam Wiggins aca9945cb9 whitespace fixes 2008-07-20 15:01:06 -04:00
bmizerany f24d45cb52 Save named settings for restclient in ~/.restclient
~/.restclient spec:

  name:
    :url: http://mydomain.com
    :username: myusername
    :password: supersecret
2008-07-16 16:21:17 -07:00
bmizerany 91881489d5 fixes issues with logging in with username and password. plus better output 2008-07-16 15:52:02 -07:00
bmizerany 7e3df03d65 Easy to use shell! 2008-07-07 20:04:22 -07:00