Commit Graph

5918 Commits

Author SHA1 Message Date
Xavier Noria
3f283c2dd5 Revert "Edited railties/guides/source/active_support_core_extensions.textile via GitHub"
Reason: The original sentence is correct. Please note the guide
covers the stable version of Active Support.

This reverts commit 5265650d51713a883e6cacde8f6faf52708abc1b.
2011-04-12 00:37:02 +02:00
Oge Nnadi
5265650d51 Edited railties/guides/source/active_support_core_extensions.textile via GitHub 2011-04-11 14:26:23 -07:00
Vijay Dev
e836fc1bd2 fix example query 2011-04-06 15:14:47 +05:30
Vijay Dev
4ac719686c Merge branch 'master' of github.com:lifo/docrails 2011-04-04 02:43:12 +05:30
Xavier Noria
3e24e9ebc2 Merge branch 'master' of git://github.com/lifo/docrails 2011-04-03 22:22:03 +02:00
orta
4c323bc25a added .'s to headings in the initialization textile page 2011-04-03 15:19:32 +02:00
Akira Matsuda
9bf5cddd28 s/ERb/ERB/g (part II) 2011-04-03 16:59:37 +09:00
Akira Matsuda
bd3cdeea35 s/ERb/ERB/g
The author of ERB sais, his eRuby implementation was originally named "ERb/ERbLight" and then renamed to "ERB" when started bundled as a Ruby standard lib.
http://www2a.biglobe.ne.jp/~seki/ruby/erb.html
2011-04-03 12:47:51 +09:00
Santiago Pastorino
99da42c299 Gem::Specification#has_rdoc= is deprecated since rubygems 1.7.0 2011-04-02 00:35:33 -03:00
David Heinemeier Hansson
0eb6e5e270 Moved Turn activation/dependency to railties 2011-03-31 16:20:59 -07:00
burningTyger
63e4e218c5 fix typo 2011-04-01 00:12:58 +02:00
David Heinemeier Hansson
caf0a72c85 Direct logging of Active Record to STDOUT so it's shown inline with the results in the console [DHH] 2011-03-31 14:33:24 -07:00
Vijay Dev
4c76f68948 Merge branch 'master' of github.com:lifo/docrails 2011-03-31 16:34:07 +05:30
Josiah Ivey
f44d85a030 Grammar tweaks to the guides guidelines 2011-03-31 00:16:45 -05:00
Andrew White
a9dafbb28d Delegate first!, last!, any? and many? to scoped 2011-03-29 17:21:21 +01:00
Prem Sichanugrist
51551a0a5b Update the wildcard route to be non-greedy by default, therefore be able to match the (.:format) segment [#6605 state:resolved]
After some discussion with Andrew White, it seems like this is a better approach for handling a wildcard route. However, user can still bring back the old behavior by supplying `:format => false` to the route.

Signed-off-by: Andrew White <andyw@pixeltrix.co.uk>
2011-03-29 10:12:17 +01:00
mhutchin
ff09d4bd5b Minor rephrasing to improve grammar and readability. 2011-03-29 01:50:00 -07:00
mhutchin
9fdfe2ec1e Fixed typo and improved readability. 2011-03-29 00:39:33 -07:00
Sebastian Martinez
54af8dfbfc Fix Basic Authentication examples 2011-03-28 22:49:43 -03:00
Sebastian Martinez
70779a08a0 Updated Basic Authentication guides to reflect new Base.http_basic_authenticate_with method 2011-03-28 22:46:13 -03:00
Vijay Dev
910a8d2246 Merge branch 'master' of github.com:lifo/docrails 2011-03-29 00:41:11 +05:30
Rolf Timmermans
0a28073acc Engines that use isolate_namespace with nested modules should set correct module prefix for their routes. 2011-03-28 15:58:28 +08:00
mhutchin
62dd3458e3 Minor typo correction. 2011-03-27 23:50:51 -07:00
Xavier Noria
e6a8a3adaf let these heredocs flow with the code 2011-03-28 01:44:48 +02:00
Santiago Pastorino
b023bcf71b Make edge and dev options use edge mysql2 2011-03-27 19:37:18 -03:00
Xavier Noria
eea6a65488 Merge branch 'master' of git://github.com/lifo/docrails 2011-03-27 23:50:39 +02:00
Xavier Noria
6194c6d13b AR validations and callbacks guide: put update_attribute back 2011-03-27 23:49:11 +02:00
Prem Sichanugrist
884e39f69e Fix documentation typo 2011-03-28 04:58:48 +08:00
Prem Sichanugrist
7cbdfa8303 Add controller-specific force_ssl method to force web browser to use HTTPS protocol
This would become useful for site which sometime transferring sensitive information such as account information on particular controller or action.

This featured was requested by DHH.
2011-03-28 04:58:47 +08:00
Xavier Noria
84aab7aa53 s/with/when/ 2011-03-27 22:31:42 +02:00
Prem Sichanugrist
2c0c4d754e Add config.force_ssl configuration which will load Rack::SSL middleware if set to true
This will allow user to be able to force all requests to be under HTTPS protocol.

This commit was a request from DHH. Special thanks to Josh Peek as well for making `Rack::SSL`.
2011-03-27 13:27:23 -07:00
Vijay Dev
7b9bdd9253 Merge branch 'master' of github.com:lifo/docrails 2011-03-27 18:58:34 +05:30
mhutchin
738e906a02 A little minor rephrasing for improved readability. 2011-03-27 02:34:02 -07:00
mhutchin
35129f5b99 Minor typo fix. 2011-03-27 01:40:49 -07:00
Vijay Dev
2fc32636dc Merge branch 'master' of github.com:lifo/docrails 2011-03-27 00:21:25 +05:30
Sebastian Martinez
7c6807296b Updated guides for new #update_column. 2011-03-26 12:13:39 -03:00
Sebastian Martinez
6ee5d9244c impact recent updates to #first! and #last! methods 2011-03-25 20:07:13 -03:00
Sebastian Martinez
a0946692c1 Update AR querying guide with #first! and #last! new methods 2011-03-25 19:34:45 -03:00
Xavier Noria
3b91b3726d Merge branch 'master' of git://github.com/lifo/docrails 2011-03-23 21:52:33 +01:00
Aditya Sanghi
3a7c7dc73d Fix test for prepend giving a false positive. [#5716 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
2011-03-23 18:06:30 +01:00
Dr Nic Williams
ee8ca49414 Update 'Getting Started on Windows' tip to go to one-click Rails Installer 2011-03-22 15:13:55 -07:00
Ryan Bigg
137ff0402a Caching guide: Capitalize 'Note' so that it's rendered as a proper note 2011-03-23 08:33:06 +11:00
Ryan Bigg
5a44951186 Querying guide: mention that performing a where on an relation that contains an includes statement will generate a LEFT OUTER JOIN rather than an INNER JOIN or another query 2011-03-22 12:16:15 +11:00
Ryan Bigg
c24e5548fd Querying guide: mention that performing a where on an relation that contains an includes statement will generate a LEFT OUTER JOIN rather than an INNER JOIN or another query 2011-03-22 12:16:13 +11:00
Gabriel Horner
6c309f04c9 Beef up Rails::Railtie::Configuration docs 2011-03-19 19:53:36 -04:00
Vijay Dev
547407a9fb remove to from to to :) 2011-03-16 23:16:15 +05:30
Nicolas Cavigneaux
3edba71895 Add link to mailing-list 2011-03-16 13:04:39 +01:00
Xavier Noria
21b12d89a6 Merge branch 'master' of git://github.com/lifo/docrails 2011-03-14 22:09:52 +01:00
Xavier Noria
a0826cceea be be -> be 2011-03-14 22:06:27 +01:00
Xavier Noria
de5e41f855 move the tips about :allow_(nil|blank) near their explanations, also no need to say these are options for all validators if they are not 2011-03-14 22:03:23 +01:00