Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [config guide] mention that config methods are to be called on Railtie ↵ | Ryan Bigg | 2011-11-01 | 1 | -0/+2 |
| | | | | subclasses | ||||
* | note that after_initialize is run for rake tasks | Bruce Adams | 2011-10-24 | 1 | -1/+1 |
| | |||||
* | Fixes the defaults for config.cache_classes | Andy Lindeman | 2011-10-18 | 1 | -1/+1 |
| | |||||
* | [config guide] Show example of defining initialization hooks | Ryan Bigg | 2011-10-06 | 1 | -0/+19 |
| | |||||
* | [config guide] mention that to_prepare hooks are called upon every request ↵ | Ryan Bigg | 2011-10-06 | 1 | -1/+1 |
| | | | | in dev, but only once in production | ||||
* | Make case in configuration document consistent | Justin Leitgeb | 2011-09-27 | 1 | -9/+9 |
| | |||||
* | Make the Rack::SSL middleware configurable | Justin Leitgeb | 2011-09-26 | 1 | -1/+1 |
| | |||||
* | No more changelogs inside guides | Vijay Dev | 2011-09-15 | 1 | -8/+0 |
| | |||||
* | add some missing dots in the docs | Vijay Dev | 2011-09-04 | 1 | -4/+4 |
| | |||||
* | Review config.assets options. | Guillermo Iguaran | 2011-08-31 | 1 | -1/+1 |
| | |||||
* | Added new asset config options to guides | Richard Hulse | 2011-09-01 | 1 | -0/+12 |
| | |||||
* | Fix a typo in 'Configuring Rails Applications' guide | Kamil Śliwak | 2011-08-15 | 1 | -1/+1 |
| | | | - The initializer is called `set_autoload_paths`, not `set_autoload_path`. See https://github.com/rails/rails/blob/master/railties/lib/rails/engine.rb#L506 | ||||
* | Changed several instances of British English to be American English | Evan Farrar | 2011-07-23 | 1 | -1/+1 |
| | |||||
* | [configuring] add doc for missing assets attribute | Richard Hulse | 2011-07-17 | 1 | -2/+4 |
| | | | | | .compress turns on the compression using the types specified in other config options | ||||
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2011-06-18 | 1 | -1/+16 |
|\ | |||||
| * | Added 'Configuring Assets' section to configuring guide | Ryan Bigg | 2011-06-18 | 1 | -0/+15 |
| | | |||||
| * | Updated rails´s guides on the config.serve_static_assets and it´s settings ↵ | thoefer | 2011-06-15 | 1 | -1/+1 |
| | | | | | | | | in production mode using WEBrick. This documentation has it´s roots in #issue1657. You have to set config.serve_static_assets to true in production mode with WEBrick as only this includes ActionDispatch::Static. | ||||
* | | Remove utf8_enforcer_param config option | David Lee | 2011-06-11 | 1 | -2/+0 |
| | | |||||
* | | Make utf8 enforcer param customizeable | David Lee | 2011-06-11 | 1 | -1/+3 |
|/ | |||||
* | minor corrections in configuring guide | Vijay Dev | 2011-06-08 | 1 | -11/+11 |
| | |||||
* | minor fixes from 5acf76d | Vijay Dev | 2011-06-08 | 1 | -2/+2 |
| | |||||
* | fix spacing | Vijay Dev | 2011-06-08 | 1 | -1/+1 |
| | |||||
* | Add action_mailer observer and interceptors configuration options | Paco Guzman | 2011-06-07 | 1 | -1/+11 |
| | |||||
* | add missing generator configs | Vijay Dev | 2011-06-08 | 1 | -3/+7 |
| | |||||
* | proof reading and fixes in configuring guide | Vijay Dev | 2011-06-08 | 1 | -55/+57 |
| | |||||
* | s/ActiveRecord/Active Record according to api guidelines | Vijay Dev | 2011-06-04 | 1 | -3/+3 |
| | |||||
* | fix indentation, fixed-width for nils | Vijay Dev | 2011-06-03 | 1 | -18/+18 |
| | |||||
* | Fix grammar mistake. Lets vs let's. | Sebastian Martinez | 2011-05-25 | 1 | -1/+1 |
| | |||||
* | Typo; changed 'enviroment' to 'environment' | Lee Reilly | 2011-05-25 | 1 | -1/+1 |
| | |||||
* | configuratin guide: finished a pass to the "Rails General Configuration" section | Xavier Noria | 2011-05-16 | 1 | -26/+20 |
| | |||||
* | reviewed the first ~70 lines of the configuration guide | Xavier Noria | 2011-05-15 | 1 | -20/+21 |
| | |||||
* | added config.active_record.whitelist_attributes which creates an empty ↵ | Josh Kalderimis | 2011-04-24 | 1 | -0/+2 |
| | | | | whitelist of attributes available for mass assignment for all models in your app | ||||
* | removes debug_rjs from ActionView::Base | Xavier Noria | 2011-04-13 | 1 | -2/+0 |
| | |||||
* | Minor typo correction. | mhutchin | 2011-03-27 | 1 | -1/+1 |
| | |||||
* | Fix documentation typo | Prem Sichanugrist | 2011-03-28 | 1 | -1/+1 |
| | |||||
* | Add `config.force_ssl` configuration which will load `Rack::SSL` middleware ↵ | Prem Sichanugrist | 2011-03-27 | 1 | -0/+3 |
| | | | | | | | | 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`. | ||||
* | ActiveRecord :default_timezone is :utc in Rails, as set by ↵ | Paul Annesley | 2011-02-06 | 1 | -1/+1 |
| | | | | active_record/railtie.rb | ||||
* | config guide: add basic description for disable_dependency_loading initializer | Ryan Bigg | 2011-01-06 | 1 | -2/+1 |
| | |||||
* | Re-add "Using initializer files" section to configuring guide | Ryan Bigg | 2011-01-06 | 1 | -0/+9 |
| | |||||
* | Config guide: Complete sentence about the Rack::SendFile middleware. | Ryan Bigg | 2010-12-21 | 1 | -1/+1 |
| | |||||
* | Improve documentation on ActiveSupport::Deprecation. | Ryan Bigg | 2010-12-21 | 1 | -1/+1 |
| | |||||
* | config guide: mention ActiveSupport::Deprecation configuration options. | Ryan Bigg | 2010-12-21 | 1 | -0/+7 |
| | |||||
* | Merge branch 'master' of git://github.com/lifo/docrails | Xavier Noria | 2010-12-20 | 1 | -4/+10 |
|\ | |||||
| * | deleting trailing whitespaces | Vijay Dev | 2010-12-19 | 1 | -4/+4 |
| | | |||||
| * | Config guide: middlewares can also be removed from the stack | Ryan Bigg | 2010-12-17 | 1 | -0/+6 |
| | | |||||
* | | Changelog and guide entries for config.action_view.cache_template_loading | Piotr Sarnacki | 2010-12-16 | 1 | -0/+2 |
|/ | |||||
* | minor formatting fixes | Vijay Dev | 2010-12-16 | 1 | -19/+19 |
| | |||||
* | Config guide: Use bold titles for initializers instead of headings. | Ryan Bigg | 2010-12-09 | 1 | -153/+58 |
| | |||||
* | Config guide: Space out initialization events to improve readability | Ryan Bigg | 2010-12-09 | 1 | -0/+4 |
| | |||||
* | Config guide: add further initializers | Ryan Bigg | 2010-12-09 | 1 | -2/+49 |
| |