| Commit message (Expand) | Author | Age | Files | Lines |
* | correct GlobalID mixin name in the guides | Chris Moylan | 2014-10-29 | 1 | -1/+1 |
* | [ci skip] Fixes typos in section 2.7 "Rails Html Sanitizer", adds content to ... | Hannah Briggs | 2014-10-29 | 1 | -3/+3 |
* | better example for tokenizer lambda [ci skip] | Robin Tweedie | 2014-10-29 | 1 | -1/+1 |
* | Merge pull request #17039 from zv1n/add_prefix_delimiter | Rafael Mendonça França | 2014-10-28 | 1 | -0/+23 |
|\ |
|
| * | Added queue_name_delimiter attribute. | Terry Meacham | 2014-10-26 | 1 | -0/+23 |
* | | Mention only_path deprecation in release notes [ci skip] | Godfrey Chan | 2014-10-28 | 1 | -0/+3 |
* | | The code was not up-to-date | Akira Matsuda | 2014-10-25 | 1 | -9/+7 |
* | | Fix typo in "Active Record Basics" guide. [ci skip] | nakadai | 2014-10-24 | 1 | -1/+1 |
|/ |
|
* | AR Migrations Guide#Foreign Keys: fix wrong table | Jon Atack | 2014-10-24 | 1 | -1/+1 |
* | Update CHANGELOG and release notes for e98f2a7 | Godfrey Chan | 2014-10-22 | 1 | -0/+4 |
* | Oops, missed a closing bracket [ci skip] | Godfrey Chan | 2014-10-21 | 1 | -1/+1 |
* | [ci skip] Provide more reasoning to not accept cosmetic changes | Tu Hoang | 2014-10-21 | 1 | -1/+1 |
* | fix wrong #17318 [ci skip] | Igor Kapkov | 2014-10-19 | 1 | -1/+1 |
* | make guides example more friendly to nonlatin langs | Igor Kapkov | 2014-10-19 | 1 | -1/+1 |
* | Improve the warning a bit [ci skip] | Rafael Mendonça França | 2014-10-16 | 1 | -1/+1 |
* | Merge pull request #15827 from yuki24/another-improvements-for-dynamic-error-... | Rafael Mendonça França | 2014-10-16 | 1 | -1/+3 |
|\ |
|
| * | A warning line should look like a warning section | Yuki Nishijima | 2014-06-19 | 1 | -1/+3 |
* | | Clarify wording in Rails HTML Sanitizer section | Dave Powers | 2014-10-16 | 1 | -1/+1 |
* | | mention the :without option [ci skip] | Rob | 2014-10-16 | 1 | -0/+2 |
* | | Merge pull request #17281 from y-yagi/configuring_guide | Zachary Scott | 2014-10-16 | 1 | -14/+15 |
|\ \ |
|
| * | | [ci skip] add AC::InvalidCrossOriginRequest to list of rescue_responses default | yuuji.yaginuma | 2014-10-16 | 1 | -14/+15 |
* | | | Remove broken http://tore.darell.no link | claudiob | 2014-10-15 | 1 | -1/+1 |
|/ / |
|
* | | [ci skip] removing ruby-i18n.org/wiki link that is not available and using �... | Gaurav Sharma | 2014-10-09 | 1 | -9/+6 |
* | | Warning about middleware not auto-reloading | Nicolas Cavigneaux | 2014-10-08 | 1 | -0/+4 |
* | | Fix grammar | Dave Powers | 2014-10-07 | 1 | -1/+1 |
* | | Fix typo in Active Model guide | Prathamesh Sonpatki | 2014-10-05 | 1 | -2/+2 |
* | | [ci skip] Merge ActiveModel::SecurePassword guide from @aditya-kapoor | Zachary Scott | 2014-10-04 | 1 | -0/+46 |
|\ \ |
|
| * | | [ci skip] add guide for ActiveModel::SecurePassword | Aditya Kapoor | 2014-08-11 | 1 | -0/+46 |
* | | | Edits to ActiveModel guide [ci skip] | Nick Meehan | 2014-10-04 | 1 | -36/+38 |
* | | | 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 |
* | | | 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 |
* | | | Merge pull request #17153 from yuki24/fix-doc-format-for-rescue-responses | Abdelkader Boudih | 2014-10-03 | 1 | -15/+16 |
|\ \ \ |
|
| * | | | Fix style for rescue responses doc [ci skip] | Yuki Nishijima | 2014-10-02 | 1 | -15/+16 |
* | | | | 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 | yuuji.yaginuma | 2014-10-03 | 1 | -0/+1 |
* | | | | | Add documentation on Active Job. | mo khan | 2014-10-02 | 1 | -1/+1 |
* | | | | | 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 | yuktikhurana | 2014-10-01 | 1 | -1/+1 |
| | |/ / /
| |/| | | |
|
* / | | | | Update single table inheritance link anchor | Su Zhang (張甦) | 2014-09-30 | 1 | -1/+1 |
|/ / / / |
|
* | | | | technical correction in guides under 'Generating an engine' | David Elliott | 2014-09-28 | 2 | -4/+4 |
* | | | | 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 |
| * | | | | [ci skip] Fix some typos, normalize sentence. | Juanito Fatas | 2014-09-08 | 1 | -7/+7 |
| * | | | | 'Revert' ->active_record_migrations [ci skip] | Harshad Sabne | 2014-09-06 | 1 | -1/+1 |
| * | | | | 'Reversible' ->active_record_migrations [ci skip] | Harshad Sabne | 2014-09-04 | 1 | -1/+1 |
* | | | | | Tiny follow-up to #16999 [ci skip] | Robin Dupret | 2014-09-27 | 1 | -1/+1 |