Robin Malmquist
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
-
Robin Malmquist created a post, Bug: Moving files from one project window to another
I have 2 project windows open. I have them arranged so that I can drag and drop files from the project panel in one window to appropriate directory of the second window.I hold the control key down ... -
-
-
Robin Malmquist created a post, Duplicate project problems
I used $ cp -r demo demoMercury to create a new project from a known working baseline. I was able to correct errors and finally get the server to run and the demoMercury app to render pages same as... -
-
-
Robin Malmquist created a post, rails runner script/load_orders.rb
I'm going through Agile Web Development with Rails (3.1) and following their demo.here isDownload rails31/depot/script/load_orders.rbOrder.transaction do (1..100).each do |i| Order.create(:name... -
-
Robin Malmquist created a post, run rails generator controller Store new /// does not create any test files
I'm expecting test files to be generated for fixture, unit, functional and integration testing but nothing. My best guess is that there is a configuration setting for getting test files created but...