Christopher Mendla

- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 8
-
-
Christopher Mendla created a post, Am I syncing properly? seems to take a long time
I'm wondering if I understand things correctly. If I have a rails app deployed to IIS based on a local project how do I properly sync?My understanding was that I would go to the local project where... -
Christopher Mendla created a post, Set up schemas for MS SQL Server
I need to run a number of rails apps with their tables in one SQL database. I noticed that under Data Sources and Drivers for MS Sql, there is a tab called Schemas & Tables - In there, there are a ... -
Christopher Mendla created a post, can you / How do you import the schema from the development/sqllite to production/MS sql server?
This is my first run at going from development to production using rubymine. Is there a way to import the schema from the development/sqllite to the production/MS sql server? thankschris -
-
Christopher Mendla created a post, trying to find the database tab
I uploaded a development version from my laptop to the server. It was connected to sqlite for testing. The app does run under webbrick on the server which should mean that the sqllite database is w... -
-
Christopher Mendla created a post, Can you exclude the \temp folder from uploads?
I noticed when uploading that the /temp folder takes a long time to process. Can this folder be safely ignored during an upload? thankschris -
Christopher Mendla created a post, gems install error
I installed the RubyMine trial on my laptop. When I started a new ruby project, I got 0:54:02 AM RubyMine Gem Manager RubyMine has detected that some of the gems required for... -
Christopher Mendla created a post, moving project from a server to a laptop
When I first installed rubymine, I installed it on the server. I understand that the files should be local for development and then uploaded for production. I'm in the processs of setting up syncr...