Connecting to an MSSQL database from a Ruby on Rails application running on Ubuntu

后端 未结 7 1335
名媛妹妹
名媛妹妹 2021-01-01 00:34

I have a situation where I\'m trying to build a web app which takes a total count of records in a table and outputs it to the screen. Sounds simple right...?

The mai

7条回答
  •  别那么骄傲
    2021-01-01 00:49

    Take a look at an example I've made on how to use the mentioned actionrecord-sqlserver adaptor here

    You can use mappings with rails models and use the ActiveModel helpers.

提交回复
热议问题