Commit Graph

1268 Commits

Author SHA1 Message Date
Ryan Bigg
eb21791c5b There is no controller_paths method in Rails 3 2010-11-26 13:58:01 +11:00
Ryan Bigg
8b114bec06 Mention what cache_classes defaults to in all three default environments 2010-11-26 13:56:39 +11:00
Ryan Bigg
26837734d6 Don't mention Rails 2.3, given that this is supposed to be a guide for Rails *3*. 2010-11-26 13:54:37 +11:00
Ryan Bigg
aab76ce199 There is no more routes_configuration_file method. 2010-11-26 13:51:35 +11:00
Xavier Noria
85d64316a4 Merge branch 'master' of git://github.com/lifo/docrails 2010-11-23 21:59:50 +01:00
Jaime Iniesta
fd64bba648 i18n guide: fix RedCloth artifacts that were rendering bad format and broken links on 2.3 warnings 2010-11-23 17:53:59 +01:00
David N. Welton
818b366c3e Merge branch 'master' of github.com:lifo/docrails 2010-11-22 16:06:28 +01:00
David N. Welton
0598bd4d2d Explain that NamedBase makes the variable 'name' available to the script. 2010-11-22 16:05:53 +01:00
Pavel Gorbokon
2515ad8a3e Fix ruby syntax errors in railties/guides docs 2010-11-22 16:37:33 +02:00
David N. Welton
8c17d30d68 Slightly more natural sounding phrase. 2010-11-22 15:09:58 +01:00
Brian Alexander
51007f1dba Previous version inaccurately suggested that
resources :posts, :path => "/admin"

would route "/admin/posts" to the PostsController but it actually routed "/admin" to the PostsController
2010-11-21 19:54:05 -08:00
Xavier Noria
15fd29b3ea documents <%== in the AS guide 2010-11-21 10:17:30 +01:00
Xavier Noria
7c51d1fcf9 Spanish for "project" is "proyecto" 2010-11-21 03:29:44 +01:00
Xavier Noria
a03a3b7c31 copy-edits d773ef8 2010-11-21 03:29:44 +01:00
Jamison Dance
ffed9db269 fix some grammar issues with section 2.5 2010-11-21 03:29:44 +01:00
nosolopau
f975f35147 Spelling mistake: "Projecto" instead of "projeto" 2010-11-21 03:29:44 +01:00
Jaime Iniesta
925aeed4b6 i18n guide: fix external link to rack locale 2010-11-21 03:29:44 +01:00
Léo Hackin
f5a51a7788 Fix code for customize the error messages html adding a .html_safe of 8.3 section 2010-11-21 03:29:43 +01:00
Jaime Iniesta
f044d38192 i18n guide: this is not longer a problem 2010-11-21 03:29:43 +01:00
Jaime Iniesta
cbea139130 i18n guide: remove link to external page about 'How to encode the current locale in the URL' as it no longer exists 2010-11-21 03:29:43 +01:00
Jaime Iniesta
3c64553644 i18n guide: it's activerecord.errors.messages.record_invalid (instead of 'invalid'), and messagges typo 2010-11-21 03:29:43 +01:00
eparreno
3d377454db remove old school validations and replaced with new validates method. Pending: fix active_record guide 2010-11-21 03:29:43 +01:00
Xavier Noria
902ae14e65 guides: gives clear instructions for feedback, removes links to the now archived LH project 2010-11-19 21:46:12 +01:00
Josh Kalderimis
1d5842b27c updated the rails guide to reflect changes in the action view railtie relating to the asset id cache code 2010-11-16 00:04:37 +01:00
Xavier Noria
91a6db90cf Merge branch 'master' of git://github.com/lifo/docrails 2010-11-15 19:45:46 +01:00
James Miller
c2c2b8b962 Add HTTP Verb Constraints (:via) to routing guide 2010-11-15 09:26:57 -07:00
Jaime Iniesta
72fda46214 Merge branch 'master' of github.com:lifo/docrails 2010-11-15 00:07:35 +01:00
Jaime Iniesta
324569bb11 Getting Started guide: remove calls to f.error_messages as it has been removed from Rails 2010-11-15 00:07:25 +01:00
Santiago Pastorino
c996901913 Change deprecated syntax and use f.submit instead of submit_tag 2010-11-14 21:00:26 -02:00
José Valim
fae4264a7e Update the guides. 2010-11-14 16:22:21 +01:00
Aditya Sanghi
330d65d312 deliver_* is no more 2010-11-14 18:27:08 +05:30
Rajinder Yadav
abf225423c removed unnecessary indentation 2010-11-14 06:02:16 -05:00
Rajinder Yadav
f69784289b added note with example for using flash in redirection 2010-11-14 05:20:10 -05:00
Rajinder Yadav
23f71c431d corrected sample code to clear @_current_user class variable also 2010-11-14 05:12:01 -05:00
Rajinder Yadav
7e1f6688e9 the partial option is not required for simple partial rendering 2010-11-13 20:24:04 -05:00
Paco Guzman
d44cd370bf colorize_logging is a Rails General Configuration option not a specific option of ActiveRecord 2010-11-13 12:17:21 +01:00
Frederick Ros
e7723baa0b Fixed the name of the 'generator option' 2010-11-11 23:02:05 +01:00
Xavier Noria
c577e90f61 restores the example for fixed-width font in API guidelines 2010-11-10 23:46:00 +01:00
Santiago Pastorino
7a2be37592 Remove copy_instance_variables_from from guides 2010-11-10 19:12:10 -02:00
Rajinder Yadav
5cdb46d9fb this reads better, i don't know what the other 'so on' are, doesn't help reader imho 2010-11-09 05:05:56 -05:00
Rajinder Yadav
4e074c7cc6 added missing word to clear up meaning in my previous commit 2010-11-09 04:34:32 -05:00
Rajinder Yadav
26d314ed6a Merge branch 'master' of github.com:lifo/docrails 2010-11-09 04:31:08 -05:00
Rajinder Yadav
4b7ac55780 removed indentation, for code style consistency and readibility 2010-11-08 04:17:56 -05:00
dmathieu
78e085b12c Use Rails.logger, not ActiveRecord::Base.logger
Because everybody is not using ActiveRecord. And the logger is not specific to it.
2010-11-08 10:14:15 +01:00
Rajinder Yadav
149f795d16 removed etc. not require 2010-11-08 04:04:18 -05:00
Rajinder Yadav
e135f13f50 added missing space and minor rewording 2010-11-08 03:58:19 -05:00
Rajinder Yadav
4d5807bcd5 corrected to Rails 3 syntax for declaring resources 2010-11-08 03:47:45 -05:00
Francesc Esplugas
e22ad7ae1d Fixes ActionMailer example error 2010-11-07 22:08:59 +01:00
Xavier Noria
3cf85fb4fc Merge branch 'master' of git://github.com/lifo/docrails 2010-10-30 23:28:16 +02:00
Ugis Ozols
8f141d0ce7 Changed environment.rb to application.rb 2010-10-25 22:27:56 +03:00