Displaying 2 results from an estimated 2 matches for "sqladapter".
2013 Feb 22
3
Deploying from Windows to Linux?
I''ve been developing my rails app in Windows. The app connects to SQL
Server database using the sqladapter gem and through ODBC. I know that the
recommended platform for production would be Linux.
Whether its possible to deploy my app to Linux? If yes, how hard would that
be?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsub...
2007 Mar 25
1
Can't use models in migrations
...rations. To make sure its not just my
dodgy code I tried to do the same with a well known plugin..
acts_as_versioned.
A migration such as the one below (taken from acts_as_versioned) is
giving the error
undefined method `create_versioned_table'' for
#<ActiveRecord::ConnectionAdapters::MysqlAdapter:0xb74a1d44>
What the hell is that about? create_versioned_table is a definition of
Post.. not bloody SqlAdapter whatever.
Ideas?
Thanks
-henry
# class AddVersions < ActiveRecord::Migration
# def self.up
# # create_versioned_table takes the same options...