Skip to content

Commit

Permalink
Better not use tab chars in the generator template
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Feb 20, 2013
1 parent 45547a1 commit c2c203c
Showing 1 changed file with 5 additions and 5 deletions.
Expand Up @@ -5,18 +5,18 @@
# gem install activerecord-sqlserver-adapter
#
# Ensure the activerecord adapter and db driver gems are defined in your Gemfile
# gem 'tiny_tds'
# gem 'activerecord-sqlserver-adapter'
# gem 'tiny_tds'
# gem 'activerecord-sqlserver-adapter'
#
# You should make sure freetds is configured correctly first.
# freetds.conf contains host/port/protocol_versions settings.
# http://freetds.schemamania.org/userguide/freetdsconf.htm
#
# A typical Microsoft server
# [mssql]
# [mssql]
# host = mssqlserver.yourdomain.com
# port = 1433
# tds version = 7.1
# port = 1433
# tds version = 7.1

# If you can connect with "tsql -S servername", your basic FreeTDS installation is working.
# 'man tsql' for more info
Expand Down

1 comment on commit c2c203c

@carlosantoniodasilva
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.