Twitter - ASE15/Sporticide GitHub Wiki
To tweet a comment simply use
/twitter/tweet?message=Your%20Message
Or in a programmatic way
redirect_to { controller: "twitter", action: "tweet", message: "Your Message" }
To create URL compatible strings use URI
url_compatible = URI.encode("Your Message")