Ruby P

Results 8 comments of Ruby P

Fix add ```ruby require 'active_support' require 'active_support/core_ext' ``` but i guess it not best solution

My version of ruby is 2.3.1 ```sh └─ $ ▶ ruby -v ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-linux] ```

It worked for me to configure the ssh and upload the private key beforehand. ~/.ssh/config ``` Host server HostName 10.10.10.10 User root ``` upload primary key to server ``` ssh-copy-id...

Was this feature implemented? I couldn't find it in the code, so I created my fork, and it seems to be working fine. Would you like me to create a...

It only works when Guake is open, that's very strange but it doesn't throw any errors or warnings.

Customize the SvgWriter class to create a custom SVG in case it helps someone. [Gist custom SvgWriter](https://gist.github.com/ruby232/18c80d61b281d35ac8903e4c768226eb)

Customize the SvgWriter class to create a custom SVG in case it helps someone. [Gist custom SvgWriter](https://gist.github.com/ruby232/18c80d61b281d35ac8903e4c768226eb)

We can encrypt data saved in database o all database. I think it is better to encrypt content of clipboard only.