Watch most of the Peepcode video about Rspec and worked on the Get Started and FAQ pages of the Bundler site. Startd to work on my slides and code for my presentation on Thursday.
Last active
December 21, 2015 15:09
-
-
Save jendiamond/6324621 to your computer and use it in GitHub Desktop.
Week 6 Day 27
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The What’s New in each Release header links was merged to the bundler repo. Yay!
Received suggestions on how to improve the link for the bundle help page. Made changes so that all of the text link was in the green button.
While I was previewing the above, I noticed the
View all commands
in the sidebar did not have left or right padding when viewed in Firefox. :( Chrome and Firefox doesn’t really display the same things. I added padding to at least even out the button. Then, wanted to center the Firefox button. That’s when I realized Firefox doesn’t automatically add the width size while Chrome does! I only had to add a width size and they both look the same now. No padding was necessary.Read about writing better git commits http://rakeroutes.com/blog/deliberate-git/
Two Key Points:
Finished watching last bit of Rspec video
Started watching tutorial on Chrome Dev tools.