Commit Graph

15848 Commits

Author SHA1 Message Date
José Valim
eb063538bd Use config.filter_parameters on in-browser request dump. [#4335 state:resolved] 2010-04-07 01:42:51 +02:00
Xavier Noria
4c4fd1a60f Merge commit 'rails/master' 2010-04-06 15:38:05 -07:00
Xavier Noria
03cb74b946 guides: adds support in the indexer for custom header IDs, and some refactors 2010-04-06 15:20:44 -07:00
James Miller
92eab845a4 First run of updating erb syntax for 3.0 2010-04-06 14:27:19 -07:00
José Valim
af13057524 Use raw in yield since templates engines should not be required to html_safe their contents. 2010-04-06 23:08:21 +02:00
Xavier Noria
80e7178789 guides: adds page title to home and credits, and revises it in the rest 2010-04-06 11:30:00 -07:00
Jaime Iniesta
29d55d86d0 Fix form_helpers guide to validate XHTML 1.0 Strict 2010-04-06 18:05:04 +02:00
Jaime Iniesta
71057c814e Fix configuring guide to validate XHTML 1.0 Strict 2010-04-06 17:49:53 +02:00
Jaime Iniesta
d14deb7172 Fixed rails_on_rack guide to validate XHTML 1.0 Strict 2010-04-06 17:46:41 +02:00
Jaime Iniesta
6a4bf5590a Fix contributing_to_rails guide so that it validates XHTML 1.0 Strict 2010-04-06 17:42:36 +02:00
Jaime Iniesta
852e26ab89 Fix 3_0_release_notes so it valides XHTML 1.0 Strict 2010-04-06 12:19:17 +02:00
Jaime Iniesta
6be0fa6a06 Fix 2_2_release_notes so it validates XHTML 1.0 Strict 2010-04-06 12:10:24 +02:00
José Valim
46e2a44ee1 Rename search_field to test_search_field (ht: Piotr Usewicz) 2010-04-06 11:53:34 +02:00
José Valim
77b238d169 Remove :layout option from generators. 2010-04-06 11:51:30 +02:00
Simon Effenberg
4f1d0f6b7e remove_index now uses quote_table_name() [#4300 state:resolved]
Signed-off-by: Michael Koziarski <michael@koziarski.com>
2010-04-06 14:15:57 +12:00
David Heinemeier Hansson
ebc80ea1cb Merge branch 'master' of github.com:rails/rails 2010-04-05 16:08:03 -07:00
David Heinemeier Hansson
f8730e5ce6 Added all the new HTML5 form types as individual form tag methods (search, url, number, etc) (Closes #3646) [Stephen Celis] 2010-04-05 16:07:44 -07:00
wycats
0087d0748b Include author in changelog 2010-04-05 16:07:35 -07:00
David Heinemeier Hansson
40a3e67390 Merge branch 'master' of github.com:rails/rails 2010-04-05 16:02:47 -07:00
José Valim
4bacc2a66d Update the documentation for Engine and Railtie. 2010-04-05 16:02:23 -07:00
José Valim
542946a0c2 Update the documentation for Engine and Railtie. 2010-04-06 00:32:03 +02:00
José Valim
3b53468a1c Merge branch 'master' of gitproxy:rails/rails 2010-04-06 00:22:33 +02:00
Joshua Peek
570c54c39a Fix cookie access in integration tests with other host names 2010-04-05 15:22:09 -07:00
José Valim
ea2c5fa804 A new application now comes with a layout and a stylesheet. 2010-04-06 00:18:35 +02:00
Santiago Pastorino
d270da569e changed from :object_name to :as on form_for api 2010-04-05 18:55:37 -03:00
Rolf Bjaanes
4eab983b95 Changed the way inflections for uncountables work for 'funky jeans' [#3576 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-04-05 23:54:42 +02:00
Ryan Bigg
efa7e96821 It seems the test directory backtrace line is output with a / before it, thereby previously making it not match the regex. Support APP_DIRS that have backtrace lines maybe beginning with /. [#4277 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-04-05 23:50:12 +02:00
Pratik Naik
1f7b4447a9 Memoize association.named_scope calls 2010-04-05 21:55:24 +01:00
Santiago Pastorino
72f89b5d97 create option to include_root_in_json for ActiveResource [#2584 state:committed] 2010-04-05 17:47:02 -03:00
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