Skip to content

Commit b09f057

Browse files
authored
Add Rails v4 Command Examples
1 parent 67d1e62 commit b09f057

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ The work for Rails v5 started a on 2016-07-03 and none of the work landed in mas
1313
* **Why is it taking so long?** - I spent the last several months trying to make TinyTDS/FreeTDS strong vs working on the adapter. If you did not know, the FreeTDS finally hit a v1.0 release which has been in the works for several years. It is a major achievement by that team. I thought it was more important to get the low level connection strong before doing the adapter work. We will get there soon.
1414
* **What branch you working on?** - Right now I am on the [rails5](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/rails5) branch.
1515

16+
#### Using Rails v4
17+
18+
Use these commands to use the latest of Rails v4 till our v5 release is ready.
19+
20+
```shell
21+
$ gem install rails -v 4.2.7.1
22+
$ rails _4.2.7.1_ new MYAPP --database=sqlserver
23+
```
24+
1625
![kantishna-wide](https://cloud.githubusercontent.com/assets/2381/5895051/aa6a57e0-a4e1-11e4-95b9-23627af5876a.jpg)
1726

1827
## Code Name Kantishna

0 commit comments

Comments
 (0)