Commit Graph

10263 Commits

Author SHA1 Message Date
Aditya Chadha
8aec733048 More special character removal and added cache_money to the reference list 2009-02-23 01:35:15 -05:00
Aditya Chadha
77aa8a6b81 Take out some special characters that sneaked in 2009-02-23 01:29:13 -05:00
Aditya Chadha
9deb327daa Added a changelog 2009-02-23 00:53:58 -05:00
Aditya Chadha
7cf3822c56 Updated with all the new cache_store stuff 2009-02-23 00:43:38 -05:00
Aditya Chadha
b9e87f4679 Added info about parameters passed to caches_action and removed More: blocks to clean up a little 2009-02-22 18:45:17 -05:00
Pratik Naik
21b80f8144 Merge commit 'mainstream/master' 2009-02-22 23:52:02 +01:00
Rodrigo Rosenfeld Rosas
91ab75373f Merge branch 'master' of git://github.com/lifo/docrails 2009-02-22 18:04:00 -03:00
Sven Fuchs
441e4e2235 load plugin view_paths to action_mailer view_paths and make action_mailer use them [#2031 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
2009-02-22 10:39:56 -06:00
Mike Gunderloy
3e273a0329 Bring 2.3 release notes up to date. 2009-02-22 10:21:09 -06:00
Rodrigo Rosenfeld Rosas
966f86402a Corrects information about subtemplates.
The note about incompatibilities between 2.2 and 2.3 was removed because on Rails 2.2.2, "render :file => 'layouts/application'" works.
2009-02-22 12:18:35 -03:00
Guillermo Álvarez
ff1afbd650 Deprecated warnings for :skip_last_command and :connector of to_sentence [#1847 state:committed]
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
2009-02-22 16:11:40 +01:00
David Heinemeier Hansson
b61cad6ae1 Ensure that the app routes file is loaded even when engines are in play (Thjis) [#1970 state:committed] 2009-02-22 16:04:04 +01:00
Jeremy Kemper
57cca81cae Don't depend on project.developers ordering 2009-02-21 21:17:17 -08:00
moro
b6c8379834 Expected cookie value should also be escaped.
Ruby 1.9 compat for test.

[#1965 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2009-02-21 21:11:50 -08:00
Michael Koziarski
06040849b5 Revert "Wrap calls to update_attributes in a transaction."
This caused failures on sqlite, sqlite3 and postgresql

This reverts commit fc09ebc669.
[#922 state:reopened]
2009-02-22 16:41:04 +13:00
Andrew White
3248553d32 Fix requirements regexp for path segments
Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#1772 state:committed]
2009-02-22 15:35:22 +13:00
Andrew White
f7a0a394f4 Remove hardcoded number_of_capturesin ControllerSegment to allow regexp requirements with capturing parentheses
Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#1887 state:committed]
2009-02-22 15:34:01 +13:00
Xavier Noria
fc09ebc669 Wrap calls to update_attributes in a transaction.
Signed-off-by: Michael Koziarski <michael@koziarski.com>
[#922 state:committed]
2009-02-22 15:31:27 +13:00
Xavier Noria
247b9563ac let the indexer pass element IDs to the guides generator to avoid coupling, links to sections whose title has textile markup are fixed as well 2009-02-22 00:29:11 +01:00
Andreas Scherer
bd45029f55 RedCloth 4.1.9 is OK. 2009-02-21 18:13:03 +01:00
George Ogata
650a4fd9c6 Document the return value of AR::Base#delete_all. 2009-02-21 23:46:40 +11:00
Jeremy Kemper
f4391c362d Update changelog for URI.unescape fix
[#2033 state:committed]
2009-02-20 18:41:42 -08:00
Jeremy Kemper
69bbbe9068 Broaden URI.unescape fix to all affected 1.9.x by checking for broken behavior instead of specific patchlevel 2009-02-20 18:38:18 -08:00
moro
bfe7d518a7 fix test data, should specify encoding to use multibyte chars on Ruby 1.9
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2009-02-20 18:25:19 -08:00
Jeremy Kemper
98ddc64782 URI.unescape fix removes the old unescape method 2009-02-20 18:25:02 -08:00
moro
3b3dbd7973 Ruby 1.9.1p0's URI.decode() bug fix
backport to fix Ruby 1.9.1p0 bug on [ruby-dev:38005].

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2009-02-20 18:18:39 -08:00
Sven Fuchs
8c5cc66a83 make action_controller/layouts pick templates from the current instance's view_paths instead of the class view_paths [#1974 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
2009-02-20 14:19:45 -06:00
Matt Jones
01c818e99f break out of initializer early if gems aren't loaded [#1750 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
2009-02-20 14:16:07 -06:00
thedarkone
6bf9b69bde Fix a failing mailer test. 2009-02-20 12:08:05 -06:00
Joshua Peek
69c049f5ab Move development mode reloading up the stack to avoid issues with class reloading in middleware 2009-02-20 12:04:57 -06:00
Sven Fuchs
53fe301a42 Lazy evaluate middleware arguments [#2028 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
2009-02-20 10:50:21 -06:00
Daniel Schierbeck
c2a0624526 Fix code blocks inside info boxes 2009-02-20 15:23:31 +01:00
Andreas Scherer
58e064afd2 More spurious backticks replaced/removed. 2009-02-20 13:52:14 +01:00
Andreas Scherer
079eda9ba0 Don't use backticks for markup.
Use 'monospaced' for commands.
Separate headers from paragraphs.
2009-02-20 09:47:35 +01:00
Pratik Naik
8a9ef83372 Fix the fucking rake task 2009-02-20 08:57:09 +01:00
Colin Curtin
74fe58add5 Added Rake section to the command line guide. 2009-02-19 21:05:27 -08:00
Joshua Peek
9702636a08 Lazy evaluate ActionController session store middleware class to pickup custom plugin session stores [#2001 state:resolved] 2009-02-19 21:21:34 -06:00
Bruno Duyé
3668a64170 Make atomic_write() puts the check_file in the cache dir, not in application
root [#1962 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
2009-02-19 21:01:18 -06:00
Joshua Peek
f8ea9f85d4 Fix templates reloading in development when using custom view path [#2012 state:resolved] 2009-02-19 20:55:56 -06:00
Pratik Naik
d8f1ee4b41 Merge commit 'mainstream/master' 2009-02-19 21:20:15 +01:00
Andreas Scherer
8ba1fc18e1 Copyediting of the 'migrations' guide. 2009-02-19 19:28:42 +01:00
Andreas Scherer
07a1d645ee Consistent UPCASE setting of 'SQL'.
(Maybe one should use the <acronym> tag for acronyms and apply CSS
'text-transform: uppercase' globally. ;-)
2009-02-19 18:42:41 +01:00
Trevor Turk
1eee0d41f9 Validation and Callbacks cleanup, finishing up Validations 2009-02-18 23:16:10 -06:00
Xavier Noria
a72b171588 Merge branch 'master' of git@github.com:lifo/docrails 2009-02-18 16:45:01 +01:00
Xavier Noria
4185c2b77c #nil? is not a generated method in belongs_to and has_one associations 2009-02-18 16:43:59 +01:00
Andreas Scherer
d9f037ea1f Sorry, wrong patch applied. 2009-02-18 16:13:48 +01:00
Andreas Scherer
791407d996 Fix typos and formatting in 'security' from chapter 8 to the end.
Without 'conversation'. (Apart from this comment. ;-)
2009-02-18 16:02:49 +01:00
Pratik Naik
07f43a10ff Revert "Copyediting of the 'security' guide from chapter 8 to the end."
This reverts commit b64dd9cd13.

REASON : Guides should not contain conversations. That should go to LH tickets. Thanks.
2009-02-18 13:39:36 +01:00
Andreas Scherer
b64dd9cd13 Copyediting of the 'security' guide from chapter 8 to the end. 2009-02-18 13:31:42 +01:00
Andreas Scherer
bec07bc5d2 Verbatim markup does not escape angle brackets.
If 'attribute' is to be marked as a variable part of a function name, use some
other form of visualization.
2009-02-18 11:38:57 +01:00