railsbridge-virtual-machine icon indicating copy to clipboard operation
railsbridge-virtual-machine copied to clipboard

Add visual cues to help students distinguish what's going on

Open janetriley opened this issue 11 years ago • 5 comments

We see that students are confused about what program they're working in.

https://github.com/railsbridge-boston/railsbridge-boston/issues/115 https://github.com/railsbridge-boston/railsbridge-boston/issues/114 https://github.com/railsbridge-boston/railsbridge-boston/issues/134

I have some changes to address them. Screenshot attached.

I'll apply them to the latest VMs. rb vm proposed changes

janetriley avatar Jan 13 '14 23:01 janetriley

Colors are great for calling attention to the differences; well done.

Are there any formatting options that could be used to highlight the tips at the top? ("When you start your Rails... ...exit and hit return)? A color? A box?

slothbear avatar Jan 16 '14 22:01 slothbear

Good question. I can probably do something like I did for the ruby prompt. Will google and find out.

janetriley avatar Jan 17 '14 02:01 janetriley

Here are some of the changes I made:

  • Added .irbrc for color coding: https://gist.github.com/janetriley/8467828
  • Created a one-line .bash_profile - it wasn't getting run on vagrant -ssh source ~/.bashrc
  • Tweaked .bashrc - https://gist.github.com/janetriley/8467872

janetriley avatar Jan 17 '14 03:01 janetriley

These are great changes @janetriley! Where are these changes located?

mxie avatar Jan 17 '14 14:01 mxie

They're on my local image, which will be published as a binary. I made the gists to be more explicit about the changes.

janetriley avatar Jan 17 '14 23:01 janetriley