Hey Mike - you and I chatted about this tonight after you sent this
message, and I suggested that, at least to begin with, you stick to
just the MSSQL server and co-locate your web server with it. I didn't
think about the issues with Active Record naming conventions, but I
just wanted to throw out there that I've run across a little bit of
Active Record's flexibility with names - I once worked with a database
that had capital letters in the column names, and it turns out you can
just use capital letters in the method and symbol names (e.g.,
Record.Column, or Record.where(:Column => 'foo'), or
validates_presence_of :Column). You may run into other problems, but
at least this won't be one of them. Good luck!
> --
> You received this message because you are subscribed to the Google Groups "pdxruby-beginners" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
pdxruby-beginn...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>