Description:
update to 3.1.0, update rdoc
Commit status:
[Not Reviewed]
References:
Diff options:
Comments:
0 Commit comments
0 Inline Comments
Unresolved TODOs:
There are no unresolved TODOs
r821:7ceba92b053f - - 4 files changed: 10 inserted, 6 deleted
@@ -1,10 +1,10 | |||||
|
1 | source 'https://rubygems.org' |
|
1 | source 'https://rubygems.org' |
|
2 | git_source(:github) { |repo| "https://github.com/#{repo}.git" } |
|
2 | git_source(:github) { |repo| "https://github.com/#{repo}.git" } |
|
3 |
|
3 | ||
|
4 |
- ruby '3. |
|
4 | + ruby '3.1.0' |
|
5 |
|
5 | ||
|
6 | #rails |
|
6 | #rails |
|
7 | gem 'rails', '~>7.0' |
|
7 | gem 'rails', '~>7.0' |
|
8 |
|
8 | ||
|
9 | # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] |
|
9 | # The original asset pipeline for Rails [https://github.com/rails/sprockets-rails] |
|
10 | gem "sprockets-rails" |
|
10 | gem "sprockets-rails" |
@@ -175,13 +175,13 | |||||
|
175 | mini_mime (>= 0.1.1) |
|
175 | mini_mime (>= 0.1.1) |
|
176 | marcel (1.0.2) |
|
176 | marcel (1.0.2) |
|
177 | matrix (0.4.2) |
|
177 | matrix (0.4.2) |
|
178 | method_source (1.0.0) |
|
178 | method_source (1.0.0) |
|
179 | mini_mime (1.1.2) |
|
179 | mini_mime (1.1.2) |
|
180 | minitest (5.15.0) |
|
180 | minitest (5.15.0) |
|
181 |
- minitest-reporters (1. |
|
181 | + minitest-reporters (1.5.0) |
|
182 | ansi |
|
182 | ansi |
|
183 | builder |
|
183 | builder |
|
184 | minitest (>= 5.0) |
|
184 | minitest (>= 5.0) |
|
185 | ruby-progressbar |
|
185 | ruby-progressbar |
|
186 | momentjs-rails (2.29.1.1) |
|
186 | momentjs-rails (2.29.1.1) |
|
187 | railties (>= 3.1) |
|
187 | railties (>= 3.1) |
@@ -364,10 +364,10 | |||||
|
364 | uglifier |
|
364 | uglifier |
|
365 | web-console (>= 3.3.0) |
|
365 | web-console (>= 3.3.0) |
|
366 | webdrivers |
|
366 | webdrivers |
|
367 | yaml_db |
|
367 | yaml_db |
|
368 |
|
368 | ||
|
369 | RUBY VERSION |
|
369 | RUBY VERSION |
|
370 |
- ruby 3. |
|
370 | + ruby 3.1.0p0 |
|
371 |
|
371 | ||
|
372 | BUNDLED WITH |
|
372 | BUNDLED WITH |
|
373 | 2.3.5 |
|
373 | 2.3.5 |
@@ -42,15 +42,19 | |||||
|
42 | Second, we add the custom PPA, update the system and install RVM. |
|
42 | Second, we add the custom PPA, update the system and install RVM. |
|
43 |
|
43 | ||
|
44 | cafe@grader:~$ sudo apt-add-repository -y ppa:rael-gc/rvm |
|
44 | cafe@grader:~$ sudo apt-add-repository -y ppa:rael-gc/rvm |
|
45 | cafe@grader:~$ sudo apt-get update |
|
45 | cafe@grader:~$ sudo apt-get update |
|
46 | cafe@grader:~$ sudo apt-get install rvm |
|
46 | cafe@grader:~$ sudo apt-get install rvm |
|
47 |
|
47 | ||
|
48 | - This is very important. You have to logout and login again since RVM change a lots of system. |
|
48 | + We also need to add our user to the rvm group |
|
|
49 | + | ||
|
|
50 | + sudo usermod -a -G rvm $USER | ||
|
49 |
|
51 | ||
|
50 | - If you are using GUI version of Ubuntu, be sure to have Gnome Terminal (or any other terminal you are using) perform login every time. This can be done by mark the check box "Run command as a login shell" in Gnome terminal or by adding --login to bash. |
|
52 | + This is very important. |
|
|
53 | + 1. You have to reboot since RVM change a lots of system. | ||
|
|
54 | + 2. If you are using GUI version of Ubuntu, be sure to have Gnome Terminal (or any other terminal you are using) perform login every time. This can be done by mark the check box "Run command as a login shell" in Gnome terminal or by adding --login to bash. | ||
|
51 |
|
55 | ||
|
52 | === 3. Install necessary package |
|
56 | === 3. Install necessary package |
|
53 |
|
57 | ||
|
54 | cafe@grader:~$ sudo apt install libmysqlclient-dev default-jdk unzip nodejs php-cli apache2 dirmngr gnupg apache2-dev |
|
58 | cafe@grader:~$ sudo apt install libmysqlclient-dev default-jdk unzip nodejs php-cli apache2 dirmngr gnupg apache2-dev |
|
55 |
|
59 | ||
|
56 | === 4. Install cafe-grader |
|
60 | === 4. Install cafe-grader |
You need to be logged in to leave comments.
Login now