Commit Graph

276 Commits

Author SHA1 Message Date
Sean Bryant
e8071d7c64 Fix my previous commit. Don't say it's been removed when it really
hasn't.

Also change the assert reference to be more consistent with the rest
of the documentation.
2009-04-22 13:58:14 -04:00
Sean Bryant
2d9c37d169 Add a note about assert_valid(record) being deprecated. 2009-04-22 11:07:41 -04:00
hardbap
4c21026da4 Update ActionMailer guide's '2.3 Complete List of Action Mailer User-Settable Attributes' to show that the attribute 'cc' and 'bcc' can take a string or an Array of strings. 2009-04-21 10:57:20 -07:00
Barry Hess
81d595c6c0 Update ActionMailer guide's 'Sending Multipart Emails with Attachments' section to show explicitly which order text/plain and text/html parts must be in as well as the proper way to define the multipart/alternative part. 2009-04-20 12:54:45 -05:00
Mike Gunderloy
0271d9bda7 Added touch to associations guide 2009-04-19 07:56:07 -05:00
Mike Gunderloy
5bc635b8cd Remove named scopes from query guide contents, separate guide is coming 2009-04-19 06:44:46 -05:00
Xavier Noria
b82f3bcf39 fixes email/radio mismatch reported by Marek in LH 2009-04-18 16:26:36 +02:00
Xavier Noria
a8a5b17df0 adds a missing word 2009-04-18 11:52:14 +02:00
Xavier Noria
16740047de Initial Active Support guide 2009-04-18 11:47:38 +02:00
Jared Giles
9f8b99ba57 Updated migration section to mention that SQLite now supports transactional migrations 2009-04-17 21:06:16 -05:00
lifo
938eb01c24 Initial template guide 2009-04-17 14:23:32 +01:00
lifo
20401783cf Merge commit 'mainstream/master'
Conflicts:
	actionpack/lib/action_controller/base.rb
	railties/guides/source/caching_with_rails.textile
2009-04-17 14:06:26 +01:00
Carl Lerche & Yehuda Katz
d9afc51391 Rails server boots again 2009-04-13 17:16:07 -07:00
Xavier Noria
3d06eca01e in 2.3 release notes, fix name of a rake task 2009-04-13 23:49:38 +02:00
Mike Gunderloy
7649ef08a5 Fix typo in release notes 2009-04-11 18:57:30 -05:00
Mike Gunderloy
2e56ce8f8c Revert "Changes to indicate release notes refer to most recent point releases,"
Rails numbering: 2.2.2 and 2.3.2 are the release versions, so original wording is fine. Release notes refer to the first *release* version, not the the earlier RC versions.

This reverts commit 858dbeb4fde52494976e4aa55fb127181a078cd7.
2009-04-07 11:53:49 -05:00
Rick Moynihan
858dbeb4fd Changes to indicate release notes refer to most recent point releases,
not the initial release.

It would be good to make this more explicit still.

The motivation for the change was that ActiveRecords find_in_batches
is documented to have been released in rails 2.3, but was actually
only released in 2.3.2.
2009-04-07 16:10:30 +01:00
Trevor Turk
1c583d07af Starting work on Action View Overview guide 2009-04-05 18:29:03 -05:00
Pratik Naik
632bbbfe1c Merge docrails 2009-04-05 12:36:36 +01:00
Xavier Noria
dda04f700e fixes spelling of "JavaScript" and link to the complex form examples app 2009-04-05 11:48:53 +02:00
Xavier Noria
9e9469e83f Merge branch 'master' of git@github.com:lifo/docrails 2009-04-03 23:32:48 +02:00
Xavier Noria
a7e757f8af deletes screencast promo in prologue, its proper place is the References section 2009-04-03 23:32:16 +02:00
Nathan Lloyd Smith
c910c45b9d Typo fix 2009-04-03 13:44:09 -05:00
Xavier Noria
9488d583ee list -> index 2009-04-03 15:52:16 +02:00
Xavier Noria
2e601d8da7 in caching guide, RESTifies some examples, revised conventions here and there 2009-04-03 15:50:55 +02:00
Mike Gunderloy
e4ea27fd2d Tech edit of caching guide from Gregg Pollack 2009-04-03 08:15:41 -05:00
Xavier Noria
c6ff88a4d2 With -> with in a title 2009-03-30 10:14:37 +02:00
Mike Gunderloy
9635741b84 Clear up a little confusing wording in Routing Guide. 2009-03-27 05:21:33 -05:00
Xavier Noria
0ddeb6e8d6 copyedited minor details in the rack on rails guide 2009-03-26 18:41:38 +01:00
Mike Gunderloy
fab9d3b59d Merge branch 'master' of git@github.com:lifo/docrails
Conflicts:
	railties/guides/source/2_3_release_notes.textile
2009-03-24 20:06:59 -05:00
Mike Gunderloy
4e27ca4c28 Add note about change to session options 2009-03-24 20:02:08 -05:00
Pratik Naik
f97832b1e4 Merge docrails 2009-03-24 12:15:43 +00:00
Pratik Naik
f7bdfe8bb7 Fix a small typo 2009-03-22 11:25:05 +00:00
Xavier Noria
3aae3db170 removes a wrong comment in the finders guide 2009-03-21 16:00:33 +01:00
Xavier Noria
0f87fd3069 thanks but release notes are mostly frozen once they are published, and provide only an overview of the new stuff 2009-03-19 23:23:05 +01:00
Anton Jenkins
3d3a74f07f Added extra notes to nested model forms explanation in 2.3 release notes to cover has_one relationships 2009-03-19 16:23:14 +00:00
Xavier Noria
485cd69a7b be even more ambiguous about the order of generation of hidden input for check boxes in form helper guide 2009-03-17 20:53:03 +01:00
Pratik Naik
18eb80ccc7 Merge docrails 2009-03-16 11:28:36 +00:00
Pratik Naik
6c688d000f clients.id 2009-03-15 23:27:31 +00:00
Xavier Noria
804a304065 dasherize titles in a more predictable way, and update fragment identifiers accordingly 2009-03-15 23:22:04 +01:00
Xavier Noria
a4b1ccec5c revised links in guides according to W3C link checker report 2009-03-15 21:31:20 +01:00
Xavier Noria
20dc236bbd update links in layout according to W3C link checker report 2009-03-15 20:41:35 +01:00
Eloy Duran
3b89aa605c Added a collection association form example. 2009-03-15 16:22:14 +01:00
Pratik Naik
13cc934cc8 Fix generated sql 2009-03-15 14:13:03 +00:00
Xavier Noria
b47b9289eb fixes broken links in association basics guide 2009-03-15 10:42:46 +01:00
Xavier Noria
a86be917b5 fixes broken links in security guide 2009-03-15 10:42:34 +01:00
Xavier Noria
1c53b5c71a fixes broken links in security guide 2009-03-15 10:39:47 +01:00
Xavier Noria
df45413ea4 fixes broken links in migrations guide 2009-03-15 10:38:58 +01:00
Xavier Noria
32c07c4566 fixes broken links in i18n guide 2009-03-15 10:36:48 +01:00
Xavier Noria
393ece5687 fixes broken links in finders guide 2009-03-15 10:32:14 +01:00