Technical Glossary #188
Merged
Technical Glossary #188
Conversation
3 commits
Feb 18, 2014
added * Content from Google document
* Make copy more suitable for web * Link to pages where appropriate * Link between entries * Improve readability
* Include clear examples of archives, redirects and sites * Show HTTP statuses in a table * Increase cross-linking between entries * Clarify Path and Query parameter terms
<div class="col-lg-3 col-md-3 col-sm-4 col-xs-12"> | ||
<% | ||
# Generate the following list with JavaScript | ||
# $('h3[id]').each(function() { console.log("<li><a href=\"#" + this.id + "\">" + $(this).text() + "</a></li>"); }); |
rgarner
Feb 19, 2014
Contributor
Leftover debug?
Leftover debug?
fofr
Feb 19, 2014
Author
Contributor
Intentionally left in, as it's the easiest way of recreating the list
Intentionally left in, as it's the easiest way of recreating the list
rgarner
Feb 19, 2014
Contributor
'k. Should've spotted the #
. Didn't.
'k. Should've spotted the #
. Didn't.
@@ -0,0 +1,11 @@ | |||
class GlossaryController < ApplicationController |
rgarner
Feb 19, 2014
Contributor
In previous apps that have needed this kind of "static" page, I've made a StaticContentController
and added a method for each page. If we think we'll need more, should we do that? Perhaps maybe when/if we get another we can collapse this, StyleController
and whatever the third one completing the rule of three is.
In previous apps that have needed this kind of "static" page, I've made a StaticContentController
and added a method for each page. If we think we'll need more, should we do that? Perhaps maybe when/if we get another we can collapse this, StyleController
and whatever the third one completing the rule of three is.
rgarner
Feb 19, 2014
Contributor
Ladies and gentlemen, we have a winner! 🏆
Ladies and gentlemen, we have a winner!
I happened to have no mappings for Cabinet Office, so the page errors for me when it tries to load their first redirect mapping. I think it is great to use a real example though. Perhaps if we made it fail gracefully in this situation? |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Create a technical glossary from the original Google Document. Include navigation between definitions.