Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply comments from @rafaelfranca: we shouldn't recommend you use scaffold css | Zachary Scott | 2015-04-12 | 1 | -9/+0 |
| | | | | Closes #19492 and fixes #19453 | ||||
* | Merge pull request #19564 from jonatack/counter_cache_docs | Zachary Scott | 2015-04-12 | 1 | -3/+11 |
|\ | | | | | [skip ci] Fix counter_cache in the Rails Guides | ||||
| * | [skip ci] Fix counter_cache in the Rails Guides | Jon Atack | 2015-03-28 | 1 | -3/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the AR Associations Guide, this PR fixes: - The counter_cache declaration is now shown only in the `belongs_to` association. - The docs stated that the counter_cache declaration needs to be on the `has_many` side; now corrected to the `belongs_to` side. - Split the custom column explanation out to a separate paragraph. - Simplify the NOTE because it is true both with and without a custom column name. | ||||
* | | Some copy edits for modifying View Paths [ci skip] | Zachary Scott | 2015-04-12 | 1 | -5/+21 |
| | | |||||
* | | Merge branch 'view_paths' of https://github.com/nishantmodak/rails into ↵ | Zachary Scott | 2015-04-12 | 1 | -1/+17 |
|\ \ | | | | | | | | | | nishantmodak-view_paths | ||||
| * | | view paths docs [ci skip] | Nishant Modak | 2015-04-13 | 1 | -1/+17 |
| | | | |||||
* | | | Merge pull request #19732 from wazery/patch-2 | Kasper Timm Hansen | 2015-04-12 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | [ci skip] Update contributing guide | ||||
| * | | | [ci skip] Update contributing guide | Islam Wazery | 2015-04-12 | 1 | -2/+2 |
| | | | | |||||
* | | | | Fix a few typos and wrap some lines [ci skip] | Robin Dupret | 2015-04-12 | 1 | -3/+4 |
| | | | | |||||
* | | | | remove reference to `register_javascript_expansion` and ↵ | yuuji.yaginuma | 2015-04-12 | 1 | -26/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | `register_stylesheet_expansion` from guide [ci skip] These methods no longer exists. | ||||
* | | | | Remove mention of super old defined_javascript_functions method [ci skip] | Carlos Antonio da Silva | 2015-04-11 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | It was removed long ago: e358b1fce8fdcbac896dde08286be020420e843e. | ||||
* | | | | Rename railties/bin to railties/exe | Islam Wazery | 2015-04-11 | 1 | -2/+2 |
|/ / / | | | | | | | | | | | | | | | | That will match the new Bundler executables convention. Bundler Blog Post: http://bundler.io/blog/2015/03/20/moving-bins-to-exe.html Also updated the necessary tests. | ||||
* | | | [ci skip] Remove `link_to_function` and `button_from_function` from guides | eileencodes | 2015-04-11 | 1 | -21/+0 |
| | | | | | | | | | | | | | | | These methods were removed in cb9f7f4 and are no longer methods in the Rails codebase. | ||||
* | | | [skip ci] primay_key -> primary_key | Jon Atack | 2015-04-11 | 1 | -1/+1 |
| | | | |||||
* | | | Copy edits for primary_key documentation in association guide. [ci skip] | Zachary Scott | 2015-04-10 | 1 | -3/+4 |
| | | | |||||
* | | | Merge branch 'belongs_to_primary_key_doc' of ↵ | Zachary Scott | 2015-04-10 | 1 | -0/+19 |
|\ \ \ | | | | | | | | | | | | | https://github.com/girishso/rails into girishso-belongs_to_primary_key_doc | ||||
| * | | | added primary_key option documentation for belongs_to association | Girish S | 2014-09-23 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | fixes issue #16698 | ||||
* | | | | [ci skip] Downcases filter names | yui-knk | 2015-04-10 | 1 | -3/+3 |
| | | | | |||||
* | | | | Add Active Job to Configuring Guide [ci skip] | Eliot Sykes | 2015-04-09 | 1 | -0/+56 |
| |/ / |/| | | |||||
* | | | Fix URL rails-framework-hooks | Nishant Modak | 2015-04-07 | 1 | -1/+1 |
| | | | |||||
* | | | correct the directory which rake notes look by default [ci skip] | yuuji.yaginuma | 2015-04-06 | 1 | -1/+1 |
| | | | |||||
* | | | [ci skip] Remove Extensions to `Proc` chapter section | yui-knk | 2015-04-06 | 1 | -47/+0 |
| | | | | | | | | | | | | `Proc#bind` is removed with 4.1 release | ||||
* | | | Update command_tasks source code | Szymon Madeja | 2015-04-05 | 1 | -1/+1 |
| | | | |||||
* | | | Fix a few typos [ci skip] | Robin Dupret | 2015-04-05 | 1 | -5/+7 |
| | | | |||||
* | | | Merge pull request #19644 from y-yagi/auto_discovery_link_tag_doc | Yves Senn | 2015-04-05 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | correct output of auto_discovery_link_tag [ci skip] | ||||
| * | | | correct output of auto_discovery_link_tag [ci skip] | yuuji.yaginuma | 2015-04-04 | 1 | -1/+1 |
| | | | | |||||
* | | | | change REQUEST_URI to PATH_INFO | Mehmet Emin İNAÇ | 2015-04-04 | 1 | -1/+1 |
|/ / / | | | | | | | | | | | | | request.env['REQUEST_URI'] returns full URI of the resource request.env['PATH_INFO'] returns only path of the resource | ||||
* | | | [ci skip] Replace `reraised` with `not captured` | yui-knk | 2015-04-02 | 1 | -1/+1 |
| | | | |||||
* | | | [ci skip] fix guides example on arbitrary SQL execution | Konstantinos Rousis | 2015-04-01 | 1 | -1/+1 |
| | | | |||||
* | | | [ci skip] Fix `:having` option with `having` method | yui-knk | 2015-04-01 | 1 | -1/+1 |
| | | | |||||
* | | | Update routing.md | Jonan Scheffler | 2015-04-01 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | | This adds instructions for routing to rack applications with mount instead of match. I just spent an unreasonable amount of time staring at this, hopefully the next person will save some time. It's possible that the docs should simply advise people to use mount and leave out the match method but I don't know enough about the differences in the two approaches to assert that definitively. | ||||
* | | | Remove unused subdir deployment considerations section [ci skip] | Eliot Sykes | 2015-03-31 | 1 | -9/+0 |
| | | | |||||
* | | | Merge pull request #19034 from jvanbaarsen/explicit-job-base-class | Matthew Draper | 2015-03-30 | 1 | -0/+15 |
|\ \ \ | | | | | | | | | | | | | Add explicit base class for ActiveJob jobs | ||||
| * | | | Add explicit base class for ActiveJob jobs | Jeroen van Baarsen | 2015-03-23 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Jobs generated now inherent from ApplicationJob * ApplicationJob inherents from ActiveJob::Base * Added entry to changelog Signed-off-by: Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | ||||
* | | | | Merge pull request #19483 from yui-knk/fix/getting_started | Zachary Scott | 2015-03-29 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | [ci skip] Fix an object of `reference` | ||||
| * | | | [ci skip] Fix an object of `reference` | yui-knk | 2015-03-24 | 1 | -1/+1 |
| | | | | |||||
* | | | | Remove old and not working link. [ci skip] | Santosh Wadghule | 2015-03-28 | 1 | -1/+1 |
| | | | | |||||
* | | | | Correct doc sentence [ci skip] | Santosh Wadghule | 2015-03-27 | 1 | -1/+1 |
| | | | | |||||
* | | | | [skip ci] Update configuring.md with #18846 | Jon Atack | 2015-03-27 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | Add `config.active_record.warn_on_records_fetched_greater_than` to the Configuring Rails Guide. | ||||
* | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-03-26 | 7 | -28/+28 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: guides/source/4_0_release_notes.md | ||||
| * | | | | Rails 5 requires 2.2.1. [ci skip] | Juanito Fatas | 2015-03-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Follow up of https://github.com/rails/rails/pull/19263. | ||||
| * | | | | [ci skip] Change to a singular form (`the comment model`) | yui-knk | 2015-03-24 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | [ci skip] Capitalize title | yui-knk | 2015-03-22 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Better title in Testing Guide | Kir Shatrov | 2015-03-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | suggested by @senny https://github.com/rails/rails/pull/18305#issuecomment-73847595 | ||||
| * | | | | [ci skip] Fix link format | yui-knk | 2015-03-15 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | [ci skip] Remove spaces | yui-knk | 2015-03-14 | 1 | -27/+27 |
| | | | | | |||||
| * | | | | Add backquote to :as option. | yui-knk | 2015-03-11 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | [ci skip] Remove unnecessary space | yui-knk | 2015-03-04 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | [ci skip] Fix fenced code block lang | yui-knk | 2015-03-03 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | [ci skip] Add `.` | yui-knk | 2015-03-03 | 1 | -1/+1 |
| | | | | |