Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Document new configuration option action_controller.raise_on_unexpected_params. | Thomas Drake-Brockman | 2013-01-05 | 1 | -0/+2 |
| | |||||
* | replace AS::BufferedLogger doc mentions with AS::Logger | Yves Senn | 2012-12-25 | 1 | -3/+3 |
| | |||||
* | Move background jobs to the 'jobs' branch until fully baked. Not shipping ↵ | Jeremy Kemper | 2012-12-21 | 1 | -9/+0 |
| | | | | with Rails 4.0. | ||||
* | Allow users to choose the timestamp format in the cache key | Rafael Mendonça França | 2012-12-10 | 1 | -0/+2 |
| | | | | | | | This can be done using the class attribute cache_timestamp_format Conflicts: railties/guides/source/configuring.textile | ||||
* | Remove references to Rails versions. | Steve Klabnik | 2012-12-07 | 1 | -3/+1 |
| | | | | | | | | There's no reason for guides to reference old behaviors. They should be current as of the versions of Rails that they ship with, and including older information just clutters thing. I discussed this change with @fxn and he agrees. | ||||
* | Fixed grammar in a lot of guide prologues. | Katie Oldaker | 2012-12-07 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-12-01 | 1 | -3/+5 |
|\ | | | | | | | | | Conflicts: guides/source/active_record_validations.md | ||||
| * | Normalize on 'After reading this guide, you will know:' | Steve Klabnik | 2012-11-29 | 1 | -1/+3 |
| | | | | | | | | | | We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere. | ||||
| * | Add periods to the bullet points in guides. | Steve Klabnik | 2012-11-29 | 1 | -2/+2 |
| | | | | | | | | Talked with @fxn about this. Bullet points should have periods at the ends. | ||||
* | | Remove observers and sweepers | Rafael Mendonça França | 2012-11-28 | 1 | -2/+2 |
|/ | | | | | | | | They was extracted from a plugin. See https://github.com/rails/rails-observers [Rafael Mendonça França + Steve Klabnik] | ||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-11-17 | 1 | -7/+7 |
|\ | | | | | | | | | Conflicts: actionpack/lib/action_dispatch/routing/redirection.rb | ||||
| * | use em-dashes instead of two minuses in guides | burningTyger | 2012-11-10 | 1 | -7/+7 |
| | | |||||
* | | Rename secret_token_key to secret_key_base | Santiago Pastorino | 2012-11-03 | 1 | -1/+1 |
| | | |||||
* | | Sign cookies using key deriver | Santiago Pastorino | 2012-11-03 | 1 | -1/+1 |
|/ | |||||
* | 3.1 and up, in configuring guide. | Juanjo Bazán | 2012-10-29 | 1 | -1/+1 |
| | |||||
* | Add more CHANGELOG entries from #7927 | Rafael Mendonça França | 2012-10-17 | 1 | -2/+0 |
| | | | | | | Also remove references for RAILS_ASSET_ID from the guides [ci skip] | ||||
* | Add CHANGELOG entry for #7927 | Rafael Mendonça França | 2012-10-17 | 1 | -10/+0 |
| | | | | | | | Removed the asset_path configuration from the guides and added an entry in the upgrading_ruby_on_rails guide [ci skip] | ||||
* | Backpedal from class-oriented config.queue. Set an actual queue instance. | Jeremy Kemper | 2012-10-12 | 1 | -2/+2 |
| | |||||
* | add AC::Parameters#permit_all_parameters config option [ci skip] | Francesco Rodriguez | 2012-10-05 | 1 | -1/+3 |
| | |||||
* | remove old AR Mass Assignment config options [ci skip] | Francesco Rodriguez | 2012-10-05 | 1 | -4/+0 |
| | |||||
* | delete removed page cache options [ci skip] | Francesco Rodriguez | 2012-10-05 | 1 | -10/+2 |
| | |||||
* | Remove highly uncommon `config.assets.manifest` option for moving the ↵ | Guillermo Iguaran | 2012-09-19 | 1 | -2/+0 |
| | | | | | | manifest path. This option is now unsupported in sprockets-rails. | ||||
* | Date.beginning_of_week thread local and beginning_of_week application config ↵ | gregolsen | 2012-09-18 | 1 | -0/+4 |
| | | | | option added (default is Monday) | ||||
* | Fix remaining formatting problems in the guide | Prem Sichanugrist | 2012-09-17 | 1 | -123/+133 |
| | |||||
* | Convert all the links into Markdown format | Prem Sichanugrist | 2012-09-17 | 1 | -3/+3 |
| | |||||
* | Convert all inline codes to Markdown syntax | Prem Sichanugrist | 2012-09-17 | 1 | -250/+250 |
| | |||||
* | Convert inline code tags to Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -7/+7 |
| | |||||
* | Convert heading tags and heading section | Prem Sichanugrist | 2012-09-17 | 1 | -31/+39 |
| | |||||
* | Convert code blocks into GFM style | Prem Sichanugrist | 2012-09-17 | 1 | -70/+70 |
| | |||||
* | Rename the rest of the guides to Markdown | Prem Sichanugrist | 2012-09-17 | 1 | -0/+770 |