Age | Commit message (Collapse) | Author |
|
In the view example, I had used a super short block variable name, but
now that I think about it, it should really be something readable.
|
|
Maybe it should go full "redirige", but for now "à" sounded better than
"sur" when I read this paragraph over again.
|
|
"Avant" sounds weird/wrong to me.
|
|
|
|
Colons should be surrounded with spaces.
|
|
Turns out the parser requires the link to not have spaces in it. Replace
these with their URL encoded variants.
|
|
To get it to convert the Markdown to HTML for rendering on GitHub.
|
|
Include a linked table of contents
|
|
Includes:
* Prerequisite installation procedures
* Project setup
* Ice Cream model and page display
* Authentication
* Creating a model via the interface
* A Rails command reference
Desired additions:
* Editing ice creams (only by users who created them)
* Comments on ice creams
* Ratings of ice creams
* Maybe some info about the asset pipeline
|