markgrizzle
Programmer
Just some random questions... working on my first RoR/SQL Server 2000 app.
Do I need to have the database running locally during development?
How do I confirm my rails app is connecting to my remote server?
How do I handle migrations to a remote server?
I need to display relational data in a pivot view. Normally I'd write a stored procedure to handle this, and return the formatted results. Is this easier in Ruby?
Lastly, have you found any good reference sites/documents for RoR/SQL Server 2000? Everything I've found assumes MySQL.
I'm using RadRails/Aptana Studio/InstantRails on a MacBook Pro/Parallels/Windows XP setup.
Thanks in advance,
Mark
ps - I'm not that bright so take it easy.
Do I need to have the database running locally during development?
How do I confirm my rails app is connecting to my remote server?
How do I handle migrations to a remote server?
I need to display relational data in a pivot view. Normally I'd write a stored procedure to handle this, and return the formatted results. Is this easier in Ruby?
Lastly, have you found any good reference sites/documents for RoR/SQL Server 2000? Everything I've found assumes MySQL.
I'm using RadRails/Aptana Studio/InstantRails on a MacBook Pro/Parallels/Windows XP setup.
Thanks in advance,
Mark
ps - I'm not that bright so take it easy.