Commit Graph

1414 Commits

Author SHA1 Message Date
Ryan Bigg
cef17cd705 Query guide: specify what type of objects scopes return 2010-12-23 15:44:12 +10:00
Ryan Bigg
0795c3a15e Query guide: Ordering, selecting and so on shouldn't be nested in conditions as they are modifiers, not conditions in the prime sense of the word. 2010-12-23 15:05:17 +10:00
Ryan Bigg
c3748190f4 Query Guide: update Changelog 2010-12-23 14:59:22 +10:00
Ryan Bigg
226a2a90ed Query guide: class methods are still available on associations 2010-12-23 14:58:33 +10:00
Ryan Bigg
0644e38c42 Query guide: scopes with arguments should be instead defined as class methods. 2010-12-23 14:57:53 +10:00
Ryan Bigg
b4b2574a12 Query guide: fix indentation 2010-12-23 14:55:42 +10:00
Ryan Bigg
f411451ed5 Remove comma [samuelkadoph] 2010-12-23 14:53:26 +10:00
Ryan Bigg
28b1642561 Query guide: lambdas must be used when working with scopes 2010-12-23 14:50:40 +10:00
Ryan Bigg
5b19579ab3 Init guide: further revision, covering rails/plugin.rb and friends 2010-12-23 14:36:24 +10:00
Ryan Bigg
f183668ff9 Querying guide: Add mention of the scope method 2010-12-23 14:36:24 +10:00
Vijay Dev
15ce225ab0 fix typo 2010-12-22 23:47:23 +05:30
Vijay Dev
90ef676c7f remove duplication of links 2010-12-22 23:47:09 +05:30
Lee Reilly
55b01e65e2 No example given on how to render JSON data despite the heading 'Rendering XML and JSON data'; added relevant code. 2010-12-21 19:49:42 -08:00
Ryan Bigg
68ebd332d0 Config guide: Complete sentence about the Rack::SendFile middleware. 2010-12-21 13:45:38 +10:00
Ryan Bigg
4da4087fd8 Further re-working of the initialization guide 2010-12-21 10:40:15 +10:00
Ryan Bigg
1cacb08b21 Improve documentation on ActiveSupport::Deprecation. 2010-12-21 10:40:15 +10:00
Ryan Bigg
8373c735c7 config guide: mention ActiveSupport::Deprecation configuration options. 2010-12-21 10:40:14 +10:00
Xavier Noria
880f8419c4 Merge branch 'master' of git://github.com/lifo/docrails 2010-12-20 20:13:34 +01:00
Vijay Dev
6909fb6cff indentation fixes 2010-12-20 02:34:08 +05:30
Vijay Dev
4197fad841 fix typos 2010-12-20 00:07:43 +05:30
Vijay Dev
eaad8610ee minor example fix for Rails 3 2010-12-19 23:37:22 +05:30
Vijay Dev
cc3d6a8571 minor corrections 2010-12-19 21:28:33 +05:30
Vijay Dev
6b65cd57ca deleting trailing whitespaces 2010-12-19 17:57:20 +05:30
Ryan Bigg
d421b16edc Config guide: middlewares can also be removed from the stack 2010-12-17 16:24:47 +10:00
Ryan Bigg
225f95237b init guide: Cover beginnings of rails/application.rb 2010-12-17 16:24:47 +10:00
Ryan Bigg
5e0daa0bce init guide: Cover ruby version checker and kernel reporting and logger coreext 2010-12-17 16:24:47 +10:00
Santiago Pastorino
3b9120fa52 Generate add_index by default when giving type belongs_to or references 2010-12-16 20:58:58 -02:00
Piotr Sarnacki
f176b2552e Changelog and guide entries for config.action_view.cache_template_loading 2010-12-16 22:53:19 +01:00
Vijay Dev
e00afadfdd removed info about deprecated rake tasks, documented the sandbox option for the rails console and minor corrections 2010-12-16 02:09:57 +05:30
Vijay Dev
f96fb78e57 removed info about deprecated rake tasks, documented the sandbox option for the rails console and minor corrections 2010-12-16 01:49:30 +05:30
Santiago Pastorino
692b621d2a Tables style unification 2010-12-16 01:49:28 +05:30
Santiago Pastorino
4c5805dfab Add named helper to photo controller example 2010-12-16 01:49:28 +05:30
Santiago Pastorino
6f8cc0776b Add underline to header 2010-12-16 01:49:28 +05:30
Santiago Pastorino
edf5b57451 Add named helper output to translated paths example 2010-12-16 01:49:28 +05:30
Xavier Noria
62113a8fa9 Merge branch 'master' of git://github.com/lifo/docrails 2010-12-15 20:40:01 +01:00
Vijay Dev
e9732c75a8 fixed typos 2010-12-16 00:56:02 +05:30
Vijay Dev
ae7910fad4 minor formatting fixes 2010-12-16 00:54:15 +05:30
Xavier Noria
3c9486f487 Merge branch 'master' of git://github.com/lifo/docrails 2010-12-15 20:18:36 +01:00
Vijay Dev
80382c7465 fixed link to ruby-prof 2010-12-16 00:16:28 +05:30
Vijay Dev
7a028eae79 fixed font 2010-12-15 23:13:22 +05:30
Vijay Dev
7b0e1cb0ca Merge branch 'master' of github.com:lifo/docrails 2010-12-15 22:35:32 +05:30
Vijay Dev
e15a55c862 filter_parameter_logging is deprecated in Rails 3. Changed it to config.filter_parameters 2010-12-15 22:35:09 +05:30
Ryan Bigg
a7791c3752 Active Support coreext guide: Logger core extension documentation 2010-12-15 16:18:46 +10:00
Ryan Bigg
003fce430a WIP: Reviewing the initialization guide for Rails 3.1 2010-12-15 16:18:46 +10:00
Elben Shira
de4f9acad8 It should be ActiveModel::Validator, not ActiveRecord::Validator. 2010-12-14 20:35:08 -06:00
Umar Sheikh
0b5671ccca for the root route to work, we need to delete the public/index.html.erb
file as well
2010-12-13 11:18:49 +05:00
Vijay Dev
a6faeffe59 fixed typos in mailer 2010-12-12 21:10:03 +05:30
vijay
3efe1b7386 fixed typos and rephrased a few sentences; also removed reference to status codes being located in action_controller/status_codes.rb 2010-12-11 23:06:54 +05:30
Paul Odeon
14b5c8b985 Updated generator guide for rails commit 7891de893951c780a1732747d430c33e998dd573 2010-12-11 14:30:12 +00:00
Santiago Pastorino
f05238e1d2 Tables style unification 2010-12-11 02:24:07 -02:00