Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-01-19 | 1 | -0/+1 |
|\ | |||||
| * | Update docs for config.assets.logger | Rafael Mendonça França | 2012-01-18 | 1 | -2/+1 |
| | | |||||
| * | Add documentation to config.assets.logger | Rafael Mendonça França | 2012-01-17 | 1 | -0/+2 |
| | | |||||
* | | ActionView now has its own logger | Rafael Mendonça França | 2012-01-18 | 1 | -1/+1 |
| | | |||||
* | | Deprecate RAILS_CACHE constant. | kennyj | 2012-01-18 | 1 | -2/+2 |
|/ | |||||
* | Rails::Plugin has gone | Santiago Pastorino | 2012-01-03 | 1 | -7/+3 |
| | |||||
* | Update CHANGELOGs and guides. | José Valim | 2011-12-16 | 1 | -0/+2 |
| | |||||
* | Add config.file_watcher so developers can provide their own watchers (for ↵ | José Valim | 2011-12-13 | 1 | -1/+3 |
| | | | | instance, hooking on fsevents). | ||||
* | Speed up development by only reloading classes if dependencies files changed. | José Valim | 2011-12-12 | 1 | -0/+2 |
| | | | | | | | | This can be turned off by setting `config.reload_classes_only_on_change` to false. Extensions like Active Record should add their respective files like db/schema.rb and db/structure.sql to `config.watchable_files` if they want their changes to affect classes reloading. Thanks to https://github.com/paneq/active_reload and Pastorino for the inspiration. <3 | ||||
* | rephrase doc on explain threshold | Vijay Dev | 2011-12-02 | 1 | -1/+1 |
| | |||||
* | implements automatic EXPLAIN logging for slow queries | Xavier Noria | 2011-12-02 | 1 | -0/+2 |
| | |||||
* | [Docs] Adding RequestId middleware in configuring middleware | Arun Agrawal | 2011-11-27 | 1 | -0/+1 |
| | |||||
* | Documentation about config.log_level config options | Arun Agrawal | 2011-11-27 | 1 | -0/+2 |
| | |||||
* | Add config.active_record.identity_map to the configuration guide. | Matt Burke | 2011-11-18 | 1 | -0/+2 |
| | |||||
* | [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`. |