1
0
Fork 0
mirror of https://gitlab.com/ydkn/capistrano-rails-console.git synced 2023-02-13 20:54:14 -05:00
Commit graph

31 commits

Author SHA1 Message Date
Florian Schwab
7656037519 use command map directly 2015-07-28 16:26:26 +02:00
Florian Schwab
2440233d72 Merge branch 'master' into pr/14 2015-07-28 16:17:36 +02:00
Joel Cogen
7618080e7d Support user being set in ssh_options
Fixes https://github.com/ydkn/capistrano-rails-console/issues/13
2015-06-23 14:06:29 +02:00
RedVulps
97087ab371 Version bump 2015-06-12 11:45:57 -03:00
RedVulps
238405c3b4 Add bundle command mapping check 2015-06-12 11:45:48 -03:00
Tyrael Tong
85cd034f3e adding support for ssh keys option 2015-05-21 20:04:08 -07:00
Florian Schwab
a65a469de3 use port from ssh_options 2015-05-16 23:03:08 +02:00
Florian Schwab
fb81104b37 removed dependency on capistrano-rails gem setting propper rails_env 2015-04-28 21:50:21 +02:00
Florian Schwab
725df771c6 bump version to 0.5.2 2015-04-02 15:07:56 +02:00
Florian Schwab
d19c32fe86 removed rails binary check due to different behaviour between sshkit and ssh shellout 2015-04-02 14:24:14 +02:00
Florian Schwab
b502c77643 * bump version to 0.5.1
* added changelog
2015-04-01 23:25:44 +02:00
Florian Schwab
ba3ed400fa fixed usage of netssh options 2015-04-01 23:20:34 +02:00
Florian Schwab
ea399e7503 bumped version to 0.5.0 2015-03-22 22:38:29 +01:00
Snow Hellsing
3c51d22800 CHG: support -s option for console 2015-03-21 19:58:26 +08:00
Florian Schwab
c32f09668f version bump to 0.4.0 2015-02-10 20:37:30 +01:00
Florian Schwab
4615317e22 syntax cleanup 2015-02-10 20:36:47 +01:00
Florian Schwab
343ad762b3 fixed commandline translation of ssh options 2015-02-10 20:33:37 +01:00
Florian Schwab
65e9d93813 more generic approach to ssh options 2015-02-09 23:11:29 +01:00
Peter Postma
0da0f8bbf8 Add support for SSH proxy. 2015-02-05 14:15:15 +01:00
Florian Schwab
dbe6b8b2a4 * add rails to rvm_bin_maps
* cleanup
2014-12-18 23:13:53 +01:00
Florian Schwab
c63ffc3bda Merge branch 'master' of git://github.com/skillstream/capistrano-rails-console into skillstream-master
Conflicts:
	lib/capistrano/rails/console/tasks/remote.cap
2014-12-18 23:11:01 +01:00
Thomas Darde
4eb0560193 Allow ssh connection via hostname only
If the ssh user is empty connect direclty to hostname
2014-12-17 16:20:16 +01:00
Ben Dilley
1972047023 Slightly more idiomatic implementation
No functional change, just implementing in a more typical style for a
capistrano task.
2014-09-19 20:50:12 +01:00
Ben Dilley
8cf382d54e Replacing unnecessary removal of task dependency 2014-09-19 18:53:07 +01:00
Ben Dilley
eefaf1b7c3 Use the default_env normally supplied to sshkit
I wanted the console to inherit the default environment specified by
`set :default_env`

This should also use any loaded framework extensions like rbenv/rvm and
bundler.
2014-09-19 18:39:05 +01:00
Florian Schwab
152ab247eb bumped version to 0.2.0 2014-07-15 09:50:05 +02:00
Florian Schwab
4820432278 Merge pull request #1 from valgusk/master
added rbenv support
2014-07-15 09:49:06 +02:00
Florian Schwab
3886b36d85 added some comments / documentation 2014-02-09 14:14:03 +01:00
Valery Guskov
2e5f78e28f added rbenv support 2014-02-07 14:08:01 +02:00
Florian Schwab
a2d8ec32e0 removed capistrano-rails dependency 2013-12-11 14:09:59 +01:00
Florian Schwab
2a708373c9 initial import 2013-11-09 15:58:59 +01:00