Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added schema_migrations_table_name to ActiveRecord::Base in order that the ↵ | Jerad Phelps | 2013-10-27 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | name of the schema migrations table can be configured. consolidated test_schema_migrations_table_name tests Added changelog entry edited changelog removed commented lines removed reader ensure the schema migrations table is reset at end of test added entry to configuration guide guides typo and changelog order | ||||
* | guides: configuring: fixing explanation of :after_initialize hook | Sebastian Gassner | 2013-10-01 | 1 | -1/+1 |
| | | | | :after_initialize runs after config/initializers, not before | ||||
* | fixes incorrect spelling of `action_on_unpermitted_parameters` | Jared Beck | 2013-09-28 | 1 | -1/+1 |
| | | | | See `actionpack/test/controller/parameters/raise_on_unpermitted_params_test.rb` | ||||
* | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2013-09-28 | 1 | -0/+6 |
|\ | |||||
| * | Added missing active record configurations. | wangjohn | 2013-09-25 | 1 | -0/+6 |
| | | |||||
* | | Fixed grammatical typo in configuring.md guide. | Roman Kofman | 2013-09-27 | 1 | -1/+1 |
| | | |||||
* | | Add notes about database connection pool [ci skip] | Gaurish Sharma | 2013-09-22 | 1 | -0/+11 |
| | | |||||
* | | Fix typos: the indefinite articles(a -> an) | SUGINO Yasuhiro | 2013-09-13 | 1 | -1/+1 |
|/ | |||||
* | Remove whiny_nils config from the rails guides | Caroline Mota | 2013-08-26 | 1 | -19/+3 |
| | | | | | | This option was removed from master. [ci skip] | ||||
* | cleans the guides sources from fancy non-ASCII stuff | Xavier Noria | 2013-08-23 | 1 | -8/+8 |
| | |||||
* | Merge pull request #10045 from senny/document_relative_url_root | Yves Senn | 2013-08-07 | 1 | -2/+39 |
|\ | | | | | document how to deploy to a subdirectory [ci skip] | ||||
| * | document how to deploy to a subdirectory. #2992 [ci skip] | Yves Senn | 2013-08-07 | 1 | -2/+39 |
| | | |||||
* | | Documment config.log_formatter added on 51aeae91 | Rafael Mendonça França | 2013-07-11 | 1 | -0/+2 |
| | | | | | | | | [ci skip] | ||||
* | | fix "will be ran" and "has began" typos in configuration guide | Philip Dorrell | 2013-06-20 | 1 | -3/+3 |
| | | |||||
* | | Consistent use of one space only after punctuation | Sunny Ripert | 2013-05-28 | 1 | -3/+3 |
| | | |||||
* | | Update configuration docs for assets.enabled, as it's set true by default in ↵ | Anuj Dutta | 2013-05-19 | 1 | -1/+2 |
| | | | | | | | | the configuration and doesn't appear in the config files anymore. | ||||
* | | Update filter_parameters related docs, as they have been moved to initializers. | Anuj Dutta | 2013-05-19 | 1 | -3/+5 |
| | | |||||
* | | Revert "Consistent use of code syntax formatting for boolean values" | Xavier Noria | 2013-05-01 | 1 | -7/+7 |
| | | | | | | | | | | | | Same rationale as previous revert. This reverts commit 887225e69b6cdd27f00cf043c4ac918ca5e18cbf. | ||||
* | | Revert "Correct formatting for remaining booleans" | Xavier Noria | 2013-05-01 | 1 | -21/+21 |
| | | | | | | | | | | | | | | It is not in the contract that flags have to be singletons, the use of regular font indicates that. This reverts commit 80036f9a5341bd831d125dc684841a8433d92070. | ||||
* | | Correct formatting for remaining booleans | Jonathan Roes | 2013-04-30 | 1 | -21/+21 |
| | | |||||
* | | it's Active Record not ActiveRecord | Yves Senn | 2013-04-30 | 1 | -1/+1 |
| | | | | | | | | /cc @fxn | ||||
* | | Consistent use of code syntax formatting for boolean values | Jonathan Roes | 2013-04-30 | 1 | -7/+7 |
| | | |||||
* | | fix formatting typo, + should be ` | Yves Senn | 2013-04-03 | 1 | -1/+1 |
|/ | |||||
* | fix some typos | Vipul A M | 2013-03-25 | 1 | -2/+2 |
| | |||||
* | remove AR auto-explain (config.auto_explain_threshold_in_seconds) | Yves Senn | 2013-02-24 | 1 | -2/+0 |
| | | | | | | | | | | We discussed that the auto explain feature is rarely used. This PR removes only the automatic explain. You can still display the explain output for any given relation using `ActiveRecord::Relation#explain`. As a side-effect this should also fix the connection problem during asset compilation (#9385). The auto explain initializer in the `ActiveRecord::Railtie` forced a connection. | ||||
* | Remove BestStandardsSupport references | robertomiranda | 2013-02-01 | 1 | -3/+2 |
| | |||||
* | Merge remote-tracking branch 'docrails/master' | Xavier Noria | 2013-01-26 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: actionpack/lib/action_view/helpers/form_options_helper.rb guides/code/getting_started/app/controllers/comments_controller.rb | ||||
| * | Replaced documentation for ↵ | Thomas Drake-Brockman | 2013-01-20 | 1 | -1/+1 |
| | | | | | | | | config.action_controller.raise_on_unpermitted_parameters with documentation for config.action_controller.action_on_unpermitted_params. | ||||
* | | Remove old asset tags API from docs, reflecting changes from #7900 | virusman | 2013-01-23 | 1 | -32/+0 |
| | | |||||
* | | copy-edits 7e6e4f2 [ci skip] | Xavier Noria | 2013-01-21 | 1 | -3/+5 |
| | | | | | | | | | | Capitalization in the title of the section, enumerates the environments in the usual order, adds a paragraph, and tries to use less "you"s. | ||||
* | | document how to create custom rails environments | Yves Senn | 2013-01-21 | 1 | -0/+7 |
| | | |||||
* | | remove performance tests from the default stack | Yves Senn | 2013-01-10 | 1 | -1/+0 |
|/ | |||||
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2013-01-09 | 1 | -1/+3 |
|\ | | | | | | | | | Conflicts: guides/source/getting_started.md | ||||
| * | prefer american spelling of 'behavior' | Gosha Arinich | 2013-01-07 | 1 | -1/+1 |
| | | |||||
| * | Rename raise_on_unexpected_params to raise_on_unpermitted_parameters on the ↵ | Rafael Mendonça França | 2013-01-05 | 1 | -1/+1 |
| | | | | | | | | guides | ||||
| * | Fix typo | Rafael Mendonça França | 2013-01-05 | 1 | -1/+1 |
| | | |||||
| * | Document new configuration option action_controller.raise_on_unexpected_params. | Thomas Drake-Brockman | 2013-01-05 | 1 | -0/+2 |
| | | |||||
* | | Restore original remote_ip algorithm. | Andre Arko | 2013-01-02 | 1 | -1/+1 |
|/ | | | | | | | | | | | Proxy servers add X-Forwarded-For headers, resulting in a list of IPs. We remove trusted IP values, and then take the last given value, assuming that it is the most likely to be the correct, unfaked value. See [1] for a very thorough discussion of why that is the best option we have at the moment. [1]: http://blog.gingerlime.com/2012/rails-ip-spoofing-vulnerabilities-and-protection/ Fixes #7979 | ||||
* | 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 |
| | |