Altantur / Ticker_Final

Ticker_Final

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ticker

Ticker: A blogging and shopping portal

The following section in "/config/environments/development.rb" should be changed, add your GMail user and password here.

  config.action_mailer.delivery_method = :smtp
  config.action_mailer.smtp_settings = {
    address:              'smtp.gmail.com',
    port:                 587,
    user_name:            '',
    password:             '',
    authentication:       'plain',
    enable_starttls_auto: true
  }

About

Ticker_Final

License:Other


Languages

Language:Ruby 66.0%Language:CSS 31.2%Language:CoffeeScript 2.2%Language:JavaScript 0.6%