Commit Graph

15969 Commits

Author SHA1 Message Date
Santiago Pastorino
c6746ffaf4 deprecate form_for(symbol_or_string, ...) in favor of :object_name option 2010-04-05 17:47:02 -03:00
Xavier Noria
081963af48 AS guide: updates definition file for singleton_class and class_eval 2010-04-05 12:25:02 -07:00
Xavier Noria
bb4cf38fa6 minimal update to 3.0 release notes, will link to CHANGELOGS ultimately 2010-04-05 12:23:42 -07:00
Xavier Noria
89978f10af moves Object#singleton_class to Kernel#singleton_class to match Ruby also there, same for #class_eval to simplify, and adds coverage for class_eval 2010-04-05 12:15:08 -07:00
Rizwan Reza
05dd19e217 Active Record Query Interface Guide: Added LIMIT so the query translates correctly. 2010-04-05 19:49:48 +04:30
Rizwan Reza
f5c54bce20 Routes Guide: Added Section on customizing path names for resources. 2010-04-05 19:37:49 +04:30
Jaime Iniesta
a0e4bb9b5c Merge branch 'w3validations' 2010-04-05 16:19:16 +02:00
Jaime Iniesta
bc5e80c760 Changelogs: change link from credits page to home page for Jaime's contributions 2010-04-05 16:18:28 +02:00
José Valim
c140aca361 Remove app/views from the load paths [#4226 state:resolved] 2010-04-05 12:30:59 +02:00
José Valim
6690d66292 Rename config.cookie_secret to config.secret_token and pass it as configuration in request.env. This is another step forward removing global configuration. 2010-04-05 12:00:24 +02:00
Xavier Noria
9ed919eb0b revises some <%= in rdoc 2010-04-05 02:51:26 -07:00
Xavier Noria
43d02dffcb <% yield to <%= yield in rdoc of _layout_for, and copy-edits it now that we are on it 2010-04-05 02:16:24 -07:00
Ryan Bigg
9ed176d711 Covered further what happens in config/application.rb. Mostly bundler stuff. 2010-04-05 15:10:38 +10:00
Ryan Bigg
d2d5707854 Further expansion on the Railties and moved Common Includes section to the bottom. 2010-04-05 15:10:38 +10:00
Ryan Bigg
f141bedf16 Further (re)work done. Mostly centering around ActionMailer Railtie and Lazy Loading Hooks. 2010-04-05 15:10:38 +10:00
wycats
5c8b4c6e23 Move filter_parameter_logger to deprecated.rb 2010-04-04 21:06:39 -07:00
wycats
79d194e920 Make it easier to subclass AC::Metal with most, but not all, of the modules in AC::Base 2010-04-04 21:06:26 -07:00
wycats
d61c76840a Bump the version 2010-04-04 21:05:54 -07:00
wycats
b96486d457 Whitespace 2010-04-04 20:09:03 -07:00
wycats
485512c50f Whitespace 2010-04-04 19:58:16 -07:00
wycats
209fb5190b render_to_string should have the identical signature as render 2010-04-04 19:58:15 -07:00
Rizwan Reza
181e4aac52 We don't need explicit :url => { :action => "create" } in form_for when following Rails conventions. 2010-04-05 06:45:15 +04:30
Xavier Noria
1a142fcd4d Jaime is not an author by now 2010-04-04 14:16:37 -07:00
Xavier Noria
a1ab8e23f2 Revert "Added 'Rails Guides Reviewers' section to credits"
The credits page mentions the doc team and guide authors.

This reverts commit be72a397f809360b5158db0b32429bf82593ceb5.
2010-04-04 13:52:20 -07:00
Xavier Noria
723e91e9fd Merge commit 'docrails/master' 2010-04-04 13:36:15 -07:00
wycats
b546945b51 Reapply redirect {|params, request| } with passing tests this time 2010-04-04 13:17:14 -07:00
Jeremy Kemper
50cdb654ac Use call stack printer if available 2010-04-04 11:56:49 -07:00
Jeremy Kemper
3e5f5f2a48 Revert "Pass in the request as an optional second parameter to redirect"
Was not tested.

This reverts commit a8c3c71af161e7d4263ad489ca2f6601bc02a9bb.
2010-04-04 11:12:19 -07:00
Jeremy Kemper
e3959970e1 Fix signed cookies by explicitly passing config to the cookie jar 2010-04-04 11:10:00 -07:00
Kristopher Murata
ef84e691ff Parameterize should accept malformed utf8 characters [#4323 state:resolved]
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-04-04 09:37:26 -07:00
Andrew White
00884a5901 Merge branch 'master' of github.com:lifo/docrails 2010-04-04 17:34:23 +01:00
Andrew White
48b2451142 Update various documentation examples to use new routing DSL 2010-04-04 17:34:13 +01:00
Xavier Noria
7d7e0627a0 fixes duplicate element IDs in some guides 2010-04-04 08:42:54 -07:00
Andrew White
98b4424141 Add tests to prevent regression of lazy evaluation of has_many ..., :dependent => :___
[#2627 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-04-04 07:00:24 -07:00
José Valim
b352b97ff5 No .DS_Store on .gitignore. Text editor files should be ignored in your ~/.gitignore. 2010-04-04 03:47:49 -07:00
Jaime Iniesta
a6dc000158 Replace <pre> by <shell>, <ruby> and <yaml> on plugins guide; making it validate XHTML 1.0 Strict 2010-04-04 12:43:19 +02:00
Jaime Iniesta
62fd691a7a Fix XHTML on performance guide 2010-04-04 12:33:28 +02:00
Jaime Iniesta
532f1fe075 Move credits pic to new assets/image folder 2010-04-04 12:29:25 +02:00
Jaime Iniesta
2790ca620e Merge branch 'w3validations' 2010-04-04 12:24:56 +02:00
Jaime Iniesta
395f171141 Fixed debugging guide to pass XHTML 1.0 Strict 2010-04-04 12:21:32 +02:00
Jaime Iniesta
af87232342 Fix testing guide so that it validates XHTML 1.0 Strict 2010-04-04 12:09:09 +02:00
Jaime Iniesta
be72a397f8 Added 'Rails Guides Reviewers' section to credits 2010-04-04 11:48:10 +02:00
Jaime Iniesta
96b70229d6 Updated changelog on getting_started and layouts_and_rendering 2010-04-04 11:44:54 +02:00
Jaime Iniesta
7f956af47f Added .DS_Store to .gitignore 2010-04-04 11:32:47 +02:00
Xavier Noria
ac8b71cc20 guides assets are now centralized in the assets directory, with standard subdirs 2010-04-04 02:30:31 -07:00
Jaime Iniesta
8f5c3e5b6a Fixing credits page so that it validates XHTML 1.0 Strict and adding myself to it 2010-04-04 11:28:25 +02:00
Aman Gupta
af89c58696 Use a constant proc to generate ActionView::Template finalizers. For some strange reason, finalizers created via ActionView::Template.finalizer_for cause Template instances to leak on MRI.
Signed-off-by: wycats <wycats@gmail.com>
2010-04-04 02:10:21 -07:00
Xavier Noria
c52bec77f5 sanity check arguments in guides generation collapsed into a single WARNINGS flag, EDGE_GUIDES renamed to EDGE to be coherent with the rest, preamble revised 2010-04-04 02:08:06 -07:00
Jaime Iniesta
8fa3183436 Fixed layouts_and_rendering guide so that it validates XHTML 1.0 Strict 2010-04-04 11:06:16 +02:00
wycats
a8c3c71af1 Pass in the request as an optional second parameter to redirect 2010-04-03 21:20:45 -07:00