Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Add Active Model to guides [ci skip] | Mauro George | 2014-10-04 | 2 | -14/+302 | |
| | | | | ||||||
* | | | | Clarify possible validations you can use to avoid a NULL boolean value | Zachary Scott | 2014-10-03 | 1 | -2/+8 | |
| | | | | | | | | | | | | | | | | in the database. Closes #16304 [ci skip] | |||||
* | | | | Fix typo | Jake Worth | 2014-10-03 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | minor fixes in the configuring guide [ci skip] | Xavier Noria | 2014-10-03 | 1 | -15/+15 | |
| | | | | ||||||
* | | | | Revert "Fix style for rescue responses doc [ci skip]" | Xavier Noria | 2014-10-03 | 1 | -16/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reason: There is a wrong newline, a typo, and the change to singular is not good. This reverts commit d76380cf1ccec7ffeff19827ae9b6d9b71327418. | |||||
* | | | | Merge pull request #17153 from yuki24/fix-doc-format-for-rescue-responses | Abdelkader Boudih | 2014-10-03 | 1 | -15/+16 | |
|\ \ \ \ | | | | | | | | | | | [Railsguides] Fix style for rescue responses doc [ci skip] | |||||
| * | | | | Fix style for rescue responses doc [ci skip] | Yuki Nishijima | 2014-10-02 | 1 | -15/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Change 'Any ***s that are...' to 'Any *** that is...' * Fix style for default rescue_responses setting This is a follow-up commit to: * https://github.com/rails/rails/pull/17076 * https://github.com/yuki24/rails/commit/89b8836f2470c689f6b7d52cab3a418bb63aef26 | |||||
* | | | | | Merge pull request #17151 from y-yagi/patch-1 | Abdelkader Boudih | 2014-10-03 | 1 | -0/+1 | |
|\ \ \ \ \ | | | | | | | | | | | | | [ci skip] add `test:jobs` task to testing guide | |||||
| * | | | | | [ci skip] add `test:jobs` task to testing guide | yuuji.yaginuma | 2014-10-03 | 1 | -0/+1 | |
| | | | | | | ||||||
* | | | | | | Add documentation on Active Job. | mo khan | 2014-10-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds documentation for the Active Job API. It includes documentation on how to configure the queue_adapter, and how to create new jobs. It adds links to the various other sections of the Active Job documentation. | |||||
* | | | | | | Merge pull request #17124 from yuktikhurana/fix_render_file_guide | Abdelkader Boudih | 2014-10-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | In render file, by default the current layout is rendered always [ci skip] | |||||
| * | | | | | | In render file, by default the current layout is rendered always | yuktikhurana | 2014-10-01 | 1 | -1/+1 | |
| | |/ / / / | |/| | | | | ||||||
* / | | | | | Update single table inheritance link anchor | Su Zhang (張甦) | 2014-09-30 | 1 | -1/+1 | |
|/ / / / / | | | | | | | | | | | The current one is old-of-date and doesn't make the browser navigation to the correct heading. | |||||
* | | | | | technical correction in guides under 'Generating an engine' | David Elliott | 2014-09-28 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | `bin/rails` would not exist outside of a rails project | |||||
* | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2014-09-28 | 4 | -11/+16 | |
|\ \ \ \ \ | ||||||
| * | | | | | [ci skip] Fix code snippet display in Action Mailer Basics guide. | Juanito Fatas | 2014-09-16 | 1 | -2/+1 | |
| | | | | | | ||||||
| * | | | | | form_helpers: demonstrating there is also a collection_select method in form ↵ | Thiago Pinto | 2014-09-13 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | builder | |||||
| * | | | | | [ci skip] Fix some typos, normalize sentence. | Juanito Fatas | 2014-09-08 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follow up of #16722. https://github.com/rails/rails/pull/16722 also normalize all instance gained methods’ sentence. | |||||
| * | | | | | 'Revert' ->active_record_migrations [ci skip] | Harshad Sabne | 2014-09-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | Revert method documentation moved from migrations.md to active_record_migrations.md | |||||
| * | | | | | 'Reversible' ->active_record_migrations [ci skip] | Harshad Sabne | 2014-09-04 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | Reversible method documentation moved from migrations.md to active_record_migrations.md | |||||
* | | | | | | Tiny follow-up to #16999 [ci skip] | Robin Dupret | 2014-09-27 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix a typo * Remove references to Rails version * Remove an extra whitespace | |||||
* | | | | | | Fix typo in upgrading guide | Prathamesh Sonpatki | 2014-09-27 | 1 | -1/+1 | |
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | - [ci skip] - behvaior -> behavior | |||||
* | | | | | Add documentation about `config.action_dispatch.rescue_responses` | Yuki Nishijima | 2014-09-26 | 1 | -0/+23 | |
| | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | | [ci skip] Remove reference to config.threadsafe! in guides/configuriing.md | Byron Bischoff | 2014-09-25 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | rails-html-sanitizer is now the default | Rafael Mendonça França | 2014-09-25 | 1 | -9/+6 | |
| | | | | | | | | | | | | | | | | | | | | Also add to upgrading guide a notice about the deprecated sanitizers | |||||
* | | | | | Revert "Revert "Merge pull request #16888 from jejacks0n/render_template"" | Godfrey Chan | 2014-09-26 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | | | This reverts commit 585e75696b31395aee895e5366e331c07c3f5ee1. | |||||
* | | | | | Fix typo | Jake Worth | 2014-09-24 | 1 | -1/+1 | |
| |_|_|/ |/| | | | ||||||
* | | | | [CI SKIP] Improve force push note. | Guo Xiang Tan | 2014-09-23 | 1 | -5/+5 | |
| | | | | ||||||
* | | | | Added note about updating pull requests by force push | Prathamesh Sonpatki | 2014-09-23 | 1 | -0/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - Added note about force pushing same branch to update a existing pull request instead of opening new one in contributing guide. - [ci skip] | |||||
* | | | | Revert "Merge pull request #16888 from jejacks0n/render_template" | Godfrey Chan | 2014-09-23 | 1 | -11/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 07635a74b5ee08dcba3f6617def6230d8f114fe5, reversing changes made to 1b5f61a025b6ce1ee52b7148e3ed2a9acbde28b9. Reason: it's not ready :bomb:, see https://github.com/rails/rails/pull/16888#issuecomment-56400816 | |||||
* | | | | CHANGELOG for 07635a7 | Godfrey Chan | 2014-09-23 | 1 | -0/+11 | |
| | | | | ||||||
* | | | | Merge pull request #16999 from cristianbica/activejob-adapters-rdoc | Abdelkader Boudih | 2014-09-22 | 1 | -35/+7 | |
|\ \ \ \ | | | | | | | | | | | [ci skip] Added RDoc for each Active Job adapter | |||||
| * | | | | Added RDoc for each Active Job adapter | Cristian Bica | 2014-09-22 | 1 | -35/+7 | |
| | | | | | ||||||
* | | | | | Wrap it up! :trollface: [ci skip] | Zachary Scott | 2014-09-22 | 1 | -3/+2 | |
| | | | | | ||||||
* | | | | | Wrap Adequate Record release notes at 80 chars [ci skip] | Zachary Scott | 2014-09-22 | 1 | -6/+14 | |
|/ / / / | ||||||
* | | | | Merge pull request #16984 from chancancode/fix_16578 | Godfrey Chan | 2014-09-22 | 1 | -0/+15 | |
|\ \ \ \ | | | | | | | | | | | Document that the default for `rails server -b` has changed | |||||
| * | | | | Document that the default for `rails server -b` has changed | Godfrey Chan | 2014-09-22 | 1 | -0/+15 | |
| | | | | | | | | | | | | | | | | | | | | Fixes #16578 | |||||
* | | | | | Merge pull request #16979 from square/standardize-call-style | Yves Senn | 2014-09-21 | 2 | -2/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | Standardize on `Rails.application` [ci skip] | |||||
| * | | | | | Standardize on `Rails.application` [ci skip] | Tamir Duberstein | 2014-09-19 | 3 | -5/+5 | |
| |/ / / / | | | | | | | | | | | | | | | | This seems to be the style settled on in most of the templates. | |||||
* / / / / | [ci skip] modify the description of production log level default | yuuji.yaginuma | 2014-09-21 | 2 | -2/+2 | |
|/ / / / | ||||||
* | | | | Merge pull request #16930 from todd/upgrade_guide | Abdelkader Boudih | 2014-09-17 | 1 | -4/+40 | |
|\ \ \ \ | | | | | | | | | | | Added Responders docs, made Web Console docs more consistent. [ci skip] | |||||
| * | | | | Added Responders docs, made Web Console docs more consistent. [ci skip] | Todd Bealmear | 2014-09-16 | 1 | -4/+40 | |
| | | | | | ||||||
* | | | | | [guides] 4.2 release notes: added technical details for Adequate Record | abhishek | 2014-09-16 | 1 | -4/+33 | |
| | | | | | ||||||
* | | | | | Make explicit 4.1 is being maintained by a special situation | Rafael Mendonça França | 2014-09-16 | 1 | -1/+4 | |
|/ / / / | | | | | | | | | | | | | [ci skip] | |||||
* | | | | [ci skip] Fix typo `equals to` --> `equal to` | Akshay Vishnoi | 2014-09-16 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | As of Unicode 6.3, Mongolian Vowel Separator is not whitespace | Matthew Draper | 2014-09-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Ruby 2.2 knows this, and no longer matches it with [[:space:]], so it's not a good candidate for testing String#squish. | |||||
* | | | | Singular credit_card controller name changed to plural | Niko Kiuru | 2014-09-14 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Prepare maintenance policy for 4.2 release [ci skip] | Rafael Mendonça França | 2014-09-12 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | [ci skip] #find_in_batches doesn't support :include option | tanmay3011 | 2014-09-12 | 1 | -4/+2 | |
| | | | | ||||||
* | | | | Changes puts to logger.info | Filip Bartuzi | 2014-09-11 | 1 | -2/+2 | |
| | | | |