Commit Graph

10136 Commits

Author SHA1 Message Date
Andreas Scherer
4d4e78fe8b Don't use underscore for emphasis around function containing underscores.
Obviously, it is not possible for textile to detect function names containing
underscore characters and ignore them in a '_(highlight) ... _' environment,
even when they're surrounded by '+' marks (which introduces a bunch of other
markup groups). Instead, use direct CSS markup.
2009-02-18 11:21:33 +01:00
Andreas Scherer
245c77666c Remove superflous 'notextile'.
'+' already works as desired.
2009-02-17 23:22:15 +01:00
Xavier Noria
190984567e textilize titles in ToC of guides 2009-02-17 23:14:58 +01:00
Xavier Noria
fefbddbfdb added overflow: auto to style of code blocks 2009-02-17 22:37:25 +01:00
Xavier Noria
85d561c408 just nitpicking here and there 2009-02-17 22:22:45 +01:00
Andreas Scherer
fa6494dd5e Formatting bugs corrected. 2009-02-17 18:06:05 +01:00
Andreas Scherer
16c82cb807 Copyediting the 'Security' guide up to chapter 8. 2009-02-17 17:47:46 +01:00
Xavier Noria
623b1b9669 document :checked => true in #radio_button. 2009-02-17 17:01:49 +01:00
Andreas Scherer
71947e30cc Fix two errors.
Missing article added.
Consistent (at least in this file) use of abbreviation.
2009-02-17 15:05:28 +01:00
Andreas Scherer
48791dda34 Remove empty line that breaks 'code' formatting. 2009-02-17 14:11:59 +01:00
Andreas Scherer
5c4af59732 Use tables for object properties and their purposes.
Enumeration lists with bipartite entries could be harder to read than
two-column tables.
2009-02-17 14:04:42 +01:00
Andreas Scherer
d5376a247f Fix a programming error.
Assignment and equality are not the same.
2009-02-17 11:56:18 +01:00
Xavier Noria
d04b8ee530 yet another pass on the action controller guide 2009-02-17 01:31:37 +01:00
Scott Parkerson
9f9f32d44d Fix Rails LH 1825: better docs for using fixtured data in tests 2009-02-16 11:02:01 -05:00
Andreas Scherer
e8053435ac Consistent monospaced markup for command options. 2009-02-16 12:07:55 +01:00
Andreas Scherer
ce49b7522a Delete superfluous escape characters. 2009-02-16 12:00:47 +01:00
Andreas Scherer
f1f5de2efd Fix two typos. 2009-02-16 11:59:10 +01:00
Andreas Scherer
74c8ff53e7 More tables headers formatted. 2009-02-16 11:47:23 +01:00
Andreas Scherer
e2aeccee94 Mark table headers. 2009-02-16 11:36:28 +01:00
Andreas Scherer
c2c08c15a9 Fix a typo. 2009-02-16 11:35:04 +01:00
Andreas Scherer
3a4f25fb63 Genitiv apostrophe added. 2009-02-16 11:29:41 +01:00
Xavier Noria
6408308aab fixed example, closes LH ticket #59 2009-02-16 08:47:43 +01:00
Trevor Turk
bc1c856b21 Small improvements to Validations and Callbacks guide 2009-02-15 22:48:41 -06:00
Xavier Noria
a528eb19a6 copyedited the migrations guide 2009-02-15 21:01:31 +01:00
Xavier Noria
bbaf6b58d5 in main.css removed extra line-height and box for TT elements, and reformatted CSS 2009-02-15 20:35:36 +01:00
Xavier Noria
d50457c710 made a complete pass over the Action Mailer guide, it probably needs another one 2009-02-15 02:22:36 +01:00
Xavier Noria
b96ce7f946 small touches to the contribute page 2009-02-15 00:21:32 +01:00
Andreas Scherer
2c6fd1ba87 Merge branch 'master' of git@github.com:lifo/docrails 2009-02-14 15:45:58 +01:00
Andreas Scherer
8eb7ad21cc Use the controller name 'Greetings' consistently.
Moreover, there seems to be a bug in Rails 2.3.0: After editing the view file
apps/views/greetings/hello.html.erb in Vim, WEBrick ships the outdated content
from the backup file apps/views/greetings/hello.html.erb~ instead of the
intended content. Only when the 'tilde backup' file is not present, the browser
shows the correct contents (both Konqueror and Firefox; you can even add a
_different_ hello.html.erb~ to show completely different stuff).

This bug does not occur in Rails 2.2.2.
2009-02-14 15:43:55 +01:00
Mike Gunderloy
dedb9d85d8 Fix AR callbacks sample code to actually make sense 2009-02-14 05:30:32 -06:00
Mike Gunderloy
98f1c4c6ec Updates to 2.3 release notes. 2009-02-13 07:42:32 -06:00
Mike Gunderloy
11b15d2de2 Layout fixes for configuring guide. 2009-02-12 20:12:22 -06:00
Andreas Scherer
3bfbbeb79d Improvements for Association Basics.
Add active links to internal sections.
Use textile markup for particular words.
Improve the indentation in code examples.
Fix some typos.
2009-02-12 11:21:19 +01:00
Andreas Scherer
d7a5db2885 Use ndash for numerical relations. 2009-02-12 09:09:57 +01:00
Andreas Scherer
115f352deb Use n-dashes for ranges/relations. 2009-02-12 09:04:07 +01:00
Andreas Scherer
1ce05c5a36 <code> formatting and TIP: formatting improved. 2009-02-11 19:30:15 +01:00
Andreas Scherer
b6fcc471e2 Use explicit HTML charnames for textile-formatted <code/>. 2009-02-11 18:40:44 +01:00
Andreas Scherer
37411e9e57 Fix some formatting errors
for <code> elements
for (monospaced) displayed material
add some commas in enumerations.
2009-02-11 15:49:32 +01:00
Andreas Scherer
a088848200 More consistent use of 'an' in front of 'h'. 2009-02-11 14:13:03 +01:00
Andreas Scherer
36f33ef5f6 Improvements for the forms helper guide.
Change the wording at several places to improve the reading flow.
Sprinkle some commas into the text.
2009-02-11 11:58:37 +01:00
Andreas Scherer
2012650803 Mistyped HTML corrected. 2009-02-10 19:59:48 +01:00
Andreas Scherer
542e61849e Fix more typos.
A second occurrence of unmatched 'code' markers.
Plain HTML tags are not rendered at all, so use named HTML elements instead.
2009-02-10 19:46:54 +01:00
Andreas Scherer
b42fb934d1 Missing 'code' marker added. 2009-02-10 18:12:30 +01:00
Trevor Turk
ad57d013d4 Removing self from credits - didn't know you needed to complete your own guide 2009-02-10 10:36:21 -06:00
Trevor Turk
447884112a Revise Observers section, add myself to the credits 2009-02-10 00:43:48 -06:00
Mike Gunderloy
f363ad31b3 Layout cleanup and minor edits for layouts & rendering guide 2009-02-09 19:42:37 -06:00
Mike Gunderloy
662a3e8701 Warning about config.threadsafe! in the configuration guide. 2009-02-09 19:42:36 -06:00
Pratik Naik
6c7e1a9130 Add Model.exists? 2009-02-10 01:49:17 +01:00
Mike Gunderloy
52a650ed7b Add some clarification of the side effects of threadsafe! 2009-02-09 14:47:42 -06:00
Bobby Wilson
7a1b62ef66 fixed a minor typo, needed an h in Neighborly 2009-02-09 13:32:43 -07:00