Closed whol019 closed 5 years ago
Hi Wen,
the easiest way to start a server to have a look is:
Cheers, Alex
Thanks Alex Didn’t work for me. Will try to install it on a different server next week. Cheers Wen From: aroos notifications@github.com Sent: Friday, 7 September 2018 3:36 PM To: universityofadelaide/splat splat@noreply.github.com Cc: whol019 wenchen.hol@gmail.com; Author author@noreply.github.com Subject: Re: [universityofadelaide/splat] How to start the server ? (#1)
Hi Wen,
the easiest way to start a server to have a look is:
Cheers, Alex
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/universityofadelaide/splat/issues/1#issuecomment-419312230, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ASzlQMpq7kkS-PbKOKPZEOOUmBmDAAADks5uYem2gaJpZM4WeG-Q.
Hi Wen, In the procfile type: web: bundle exec puma -C config/puma.rb and then start the server using rails server. Probably this would work.
Thanks everyone for your kind assistance. I can install it now. Somehow the output still not right for my instance and in developer console I did not see any file missing or error message. And I cannot save assignment in SPLAT. Maybe because I run it in development mode. ☺ No worry Cheers Wen
[cid:image001.png@01D448F4.B5A708F0] From: spd-25 notifications@github.com Sent: Monday, 10 September 2018 6:45 AM To: universityofadelaide/splat splat@noreply.github.com Cc: whol019 wenchen.hol@gmail.com; Author author@noreply.github.com Subject: Re: [universityofadelaide/splat] How to start the server ? (#1)
Hi Wen, In the procfile type: web: bundle exec puma -C config/puma.rb and then start the server using rails server. Probably this would work.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/universityofadelaide/splat/issues/1#issuecomment-419736055, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ASzlQHtzSiMHEG8arXyp6blN7gI8An-jks5uZWGTgaJpZM4WeG-Q.
Hi Wen,
I just pushed an update to the project. It removes the wrong comment tags in erb files and adds vagrant. Vagrant should make it easier to start. Steps to use vagrant are in README.md.
Cheers, Alex
Sorry for my stupid question. Am from University of Auckland. Tried to install your application, got to the step of
but I dont know how to start the sever/app. (am not ruby developer) Tried to run rake at the project level, but got some error message as below. Any pointer will be really appreciated. Thanks Wen
###################################################################################
Pending: (Failures listed here are expected and do not affect your suite's status)
1) AssignmentsController POST #instruction when instructions are successfully saved adds new questions
No reason given
2) CanvasService when creating a custom gradebook column requires the correct parameters
No reason given
Failures:
1) responses/new.html.erb displays the assignment questions Failure/Error: @questions.select(:question_category_id).distinct.map do |assignment_question| question_with_students = [] questions = @questions.where({ question_category_id: assignment_question.question_category_id })
2) responses/new.html.erb displays all group member names Failure/Error: @questions.select(:question_category_id).distinct.map do |assignment_question| question_with_students = [] questions = @questions.where({ question_category_id: assignment_question.question_category_id })
Finished in 11.88 seconds (files took 1.87 seconds to load) 129 examples, 2 failures, 2 pending
Failed examples:
rspec ./spec/views/responses_view_spec.rb:32 # responses/new.html.erb displays the assignment questions rspec ./spec/views/responses_view_spec.rb:40 # responses/new.html.erb displays all group member names
Coverage report generated for RSpec to /var/www/tmp/splat-master/coverage. 781 / 1192 LOC (65.52%) covered. /usr/bin/ruby -I/usr/local/share/gems/gems/rspec-core-3.6.0/lib:/usr/local/share/gems/gems/rspec-support-3.6.0/lib /usr/local/share/gems/gems/rspec-core-3.6.0/exe/rspec --pattern spec/**{,/*/**}/*_spec.rb failed