Commit Graph

19680 Commits

Author SHA1 Message Date
Mikel Lindsaar
667bcac439 Application templates should work with HTTPS too 2010-11-27 22:16:15 +11:00
Xavier Noria
fd83f9d515 Merge branch 'master' of git://github.com/lifo/docrails 2010-11-27 07:43:59 +01:00
Ryan Bigg
c8c95fc519 Add methods for configuring middleware to config guide 2010-11-27 08:29:29 +11:00
Ryan Bigg
3ee0f0379c Add "Configuring Middleware" section to config guide, starting with mentioning what every bit of middleware does. 2010-11-27 08:15:29 +11:00
Ryan Bigg
167964149e Add explicit statement that verify_authenticity_token can be turned off for actions. 2010-11-27 07:57:10 +11:00
Ryan Bigg
6aa408e11c Add mention of config.serve_static_assets to config guide 2010-11-27 07:57:10 +11:00
Andrés Mejía
3a50799ab8 Mentioning catch with Bundler remembering options between different calls 2010-11-26 17:16:52 +01:00
Andrés Mejía
fe2103a1c8 Added missing word. 2010-11-26 14:11:28 +01:00
Aditya Sanghi
5b9f6a74db Resolving LH #5986, cookies doc updates 2010-11-26 16:41:33 +05:30
José Valim
ce9456eca0 Only convert direct hash instances in hash with indifferent access. 2010-11-26 11:56:52 +01:00
Ryan Bigg
8d6ac59d58 Added documentation for config.generators to the config guide 2010-11-26 18:06:14 +11:00
Ryan Bigg
72e973ebbc Add mention of after_initialize to the config guide 2010-11-26 17:03:14 +11:00
Ryan Bigg
6bb462861f There is no more load_application_initializers in Rails 3 2010-11-26 16:46:06 +11:00
Ryan Bigg
ff04f6fee4 root_path is now simply root in Rails 3 2010-11-26 15:09:17 +11:00
Ryan Bigg
788fdb2ac1 Update Changelog for configuring guide 2010-11-26 14:57:16 +11:00
Ryan Bigg
1d5db09ca7 There is no RAILS_GEM_VERSION environment variable or constant for Rails 3, since this is now managed by Bundler 2010-11-26 14:55:56 +11:00
Ryan Bigg
e96a64fb39 There is no config.action_mailer.default_implicit_parts_order method for Rails 3 2010-11-26 14:53:12 +11:00
Ryan Bigg
d0006121c5 Mention the default config.action_mailer.default options in Configuration guide 2010-11-26 14:43:16 +11:00
Ryan Bigg
66aefed136 There is no config.action_mailer.default_content_type method for Rails 3 2010-11-26 14:32:36 +11:00
Ryan Bigg
926d64e8b3 There is no config.action_mailer.default_charset method for Rails 3 2010-11-26 14:32:20 +11:00
Ryan Bigg
8d1c56148f Merge branch 'master' of github.com:lifo/docrails
* 'master' of github.com:lifo/docrails:
  Fix missing word in ActionMailer::Base documentation.
2010-11-26 14:26:29 +11:00
Ryan Bigg
e968acc21c Update ActionMailer documentation to not use deprecated template_root method as documentation, but rather raise_delivery_errors method 2010-11-26 14:25:46 +11:00
Ryan Bigg
8b49fae3ea There is no config.action_mailer.template_root method for Rails 3 2010-11-26 14:24:51 +11:00
Ryan Bigg
3d8d21b513 There is no config.action_view.warn_cache_misses method for Rails 3 2010-11-26 14:23:40 +11:00
Ryan Bigg
b4ec8ad09c Separate Action Dispatch and Action Pack sections in Configuration Guide. 2010-11-26 14:22:24 +11:00
Ryan Bigg
3eec4d4f93 There is no config.action_controller.optimize_named_routes method for Rails 3 2010-11-26 14:20:33 +11:00
Ryan Bigg
f1406a905a There is no config.action_controller.resource_path_names method for Rails 3 2010-11-26 14:19:17 +11:00
Ryan Bigg
33298d8e38 There is no config.action_controller.params_parser method for Rails 3. This is now handled by the ActionDispatch::ParamsParser middleware. 2010-11-26 14:16:57 +11:00
Ryan Bigg
9a4d672457 There is no view_path config option in Rails 3 2010-11-26 14:08:26 +11:00
Ryan Bigg
69ae74210c There is no root_path config option in Rails 3 2010-11-26 14:07:42 +11:00
Ryan Bigg
ffca2d7f14 There is no plugin_paths config option in Rails 3 2010-11-26 14:05:43 +11:00
Ryan Bigg
f01f7fc629 There is no plugin_locators config option in Rails 3 2010-11-26 14:05:22 +11:00
Ryan Bigg
9979251d7c There is no plugin_loader config option in Rails 3 2010-11-26 14:05:00 +11:00
Ryan Bigg
c8af6c28cc load_once_paths is now autoload_paths in Rails 3 2010-11-26 14:03:49 +11:00
Ryan Bigg
db7c8abbb6 There is no database_configuration_file method in Rails 3 2010-11-26 13:59:51 +11:00
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
9332cc582e removes a couple of redundant selfs 2010-11-26 00:35:23 +01:00
Santiago Pastorino
74049b57fb implicit self here 2010-11-25 21:31:14 -02:00
Josh Kalderimis
a98d9d65ae move the setting up of the mime collector into the collector on init
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2010-11-25 21:24:45 -02:00
Santiago Pastorino
438c0188f8 nil check unneeded ht. exviva 2010-11-25 20:00:40 -02:00
Emilio Tagua
a3bd62e1ba Remove explicit return.
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2010-11-25 17:35:24 -02:00
Emilio Tagua
c91a13f8f5 Use ternary instead explicit return.
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2010-11-25 17:35:09 -02:00
Emilio Tagua
ac6e9447e5 Remove return, we are already returning self.
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2010-11-25 17:33:38 -02:00
Emilio Tagua
1b6b80355c Remove explicit return.
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2010-11-25 17:33:18 -02:00
Emilio Tagua
c4d31d0f13 Reuse lock_col variable instead calling locking_column class method.
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2010-11-25 17:32:16 -02:00
José Valim
731ca00b48 Dynamically generaeted helpers on collection should not clobber resources url helper [#6028 state:resolved] 2010-11-25 11:50:29 +01:00
José Valim
90b0f61491 #:nodoc: internal methods. 2010-11-25 11:50:28 +01:00