Commit Graph

10563 Commits

Author SHA1 Message Date
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
Eloy Duran
0e12b554c9 Started on a Rails guide on nested model forms. 2009-03-15 00:40:59 +01:00
Xavier Noria
952d1cc75a recommend rake guides instead of script in instructions for contributing to guides 2009-03-14 23:58:05 +01:00
Xavier Noria
e2a442c754 some minor details in finders guide 2009-03-14 23:41:20 +01:00
Mike Gunderloy
9ac0dade6d Minor edits to I18n guide; publish guide 2009-03-14 17:04:41 -05:00
Xavier Noria
1bd5a64f5a revised titles of caching guide 2009-03-14 22:59:16 +01:00
Xavier Noria
28167e793d revised titles of the command line guide, and added changelog 2009-03-14 22:57:59 +01:00
Xavier Noria
1c820dde75 revised titles of plugins guide 2009-03-14 22:52:22 +01:00
Xavier Noria
3789f4b653 revised titles of testing guide 2009-03-14 22:48:07 +01:00
Xavier Noria
66f1a1101d revised titles of action mailer guide, and added changelog 2009-03-14 22:44:39 +01:00
Xavier Noria
b724427641 revised titles in i18n guide 2009-03-14 22:44:38 +01:00
Mike Gunderloy
4216213f06 A few more changes for caching guide 2009-03-14 16:43:21 -05:00
Mike Gunderloy
3f631a3428 Some editorial cleanup on caching guide 2009-03-14 16:42:33 -05:00
Xavier Noria
3faed7980e revised titles in form helpers guide 2009-03-14 22:20:05 +01:00
Xavier Noria
66f5502fcc revised titles in validation and callbacks guide 2009-03-14 22:20:05 +01:00
Xavier Noria
abe921f81f revised titles in performance guide 2009-03-14 22:20:05 +01:00
Xavier Noria
b0caa62cbf revised titles in debugging guide 2009-03-14 22:20:04 +01:00
Xavier Noria
643ec33207 revised titles in security guide 2009-03-14 22:20:04 +01:00
Xavier Noria
4c426984e1 revised titles of rack guide 2009-03-14 22:20:04 +01:00
Xavier Noria
cd2475a5c8 revised typography in titles of the routing guide 2009-03-14 22:20:04 +01:00
Mike Gunderloy
79f165974f Mark callbacks guide done 2009-03-14 16:13:47 -05:00
Mike Gunderloy
c50316347b Minor cleanup to callbacks/validations guide 2009-03-14 16:12:09 -05:00
Xavier Noria
b8391e4018 fixes typo in finders guide 2009-03-14 21:43:56 +01:00
Xavier Noria
8867a636b3 revised case in titles of AC overview guide 2009-03-14 17:17:28 +01:00
Xavier Noria
41b4d3d899 revised typography in layouts and rendering guide 2009-03-14 17:14:32 +01:00
Xavier Noria
bdf3333519 revised case in titles of associations guide 2009-03-14 17:09:07 +01:00
Xavier Noria
0a88d42990 revised case in titles of AR basics guide 2009-03-14 17:03:10 +01:00
Xavier Noria
5b079a653e revised case in titles of migrations guide 2009-03-14 16:59:26 +01:00
Xavier Noria
ac1068bc5b revised capitalization of titles 2009-03-14 16:14:41 +01:00
Xavier Noria
5367434bdd minor details in the querying guide 2009-03-14 16:05:51 +01:00
Pratik Naik
0e19ba6f20 Query guide is done 2009-03-14 14:38:32 +00:00
Pratik Naik
f60445940f Fix the table name 2009-03-14 14:37:08 +00:00
Pratik Naik
f5efe1cf8c Move find_each stuff to the top and change a bit 2009-03-14 14:30:49 +00:00
Pratik Naik
b8ad501c91 Merge commit 'mainstream/master' 2009-03-14 13:12:13 +00:00
Jason King
ac3848201d SQLite adapters now support DDL transactions [#2080 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2009-03-14 12:58:42 +00:00
Joshua Peek
5b025a1d11 Revert 5b7527ca "Failing test for routes with member & requirement" [#2054 state:wontfix] 2009-03-13 17:13:18 -05:00
Joshua Peek
eced3d8c55 Update rack to fix multipart uploads with an empty file [#1945 state:resolved] 2009-03-13 17:13:10 -05:00
Rodrigo Rosenfeld Rosas
626221d17c Extra spaces on list items were generating wrong output in Testing guide. 2009-03-13 10:10:00 -03:00
Rodrigo Rosenfeld Rosas
586ef2977b Corrects minor spelling mistake (practises -> practices). 2009-03-13 09:54:09 -03:00
Mike Gunderloy
2885a9a8de Update 2.3 relnotes through 3/13 AM, remove warning about RC to get ready for release. 2009-03-13 07:26:16 -05:00
David Dollar
99d75a7b02 Makes the gem system understand development vs. runtime dependencies [#2195 state:resolved]
The patch also fixes:

* Fixes the chicken/egg problem present in the current gem system when
  gems are defined in the config that are not yet installed.

* Remove the need to have hoe as a dependency of your production app.

* Makes the gem 'unpacking' system a lot less fragile.

Signed-off-by: Matt Jones <al2o3cr@gmail.com>
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2009-03-13 10:20:23 +00:00
Zack Hobson
5b751ae0b3 Execute the appropriate gem command when using JRuby [#2215 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2009-03-13 10:14:51 +00:00
John Dzak
9d906707be Vendored gem paths now being loaded if they exist [#2204 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2009-03-13 10:13:57 +00:00
Xavier Noria
6064446752 explains the order in which records are fetched by find_each 2009-03-13 09:29:37 +01:00
Xavier Noria
8ac0e63104 prevents the mini-bio of fxn to wrap below the picture 2009-03-13 02:00:54 +01:00
Xavier Noria
11906ec103 reword a paragraph in find_each explanation 2009-03-13 01:28:51 +01:00
Xavier Noria
952b340703 explains find_each and find_in_batches in the querying guide 2009-03-13 00:36:28 +01:00
Xavier Noria
655f95a8a6 in batches.rb, rewrap rdoc, and document options as symbols 2009-03-12 23:28:33 +01:00
Jeremy Kemper
5f1d6465b4 Change naming to match 2.2 so life is easier on plugin developers 2009-03-12 13:32:52 -07:00