Tag
ruby
2 notes.
Ruby: Sending mails via Gmail SMTP with authentication
This is a tutorial on how to send mails via Gmail SMTP with authentication using ruby.
RubyOnRails: Create a Controller and Views for it using a single command
Lets create a controller named 'home' with views 'index', 'view2' view3'. Fortunately, you can do that in a single command. Enter this command in your terminal: $ rails…