| Commit message (Expand) | Author | Age | Files | Lines |
* | remove needless extension from system test example [ci skip] | yuuji.yaginuma | 2017-02-22 | 1 | -1/+1 |
* | [doc] Fix wrong class name in testing.md | Celso Fernandes | 2017-02-21 | 1 | -1/+1 |
* | Tiny documentation edits [ci skip] | Robin Dupret | 2017-02-21 | 1 | -16/+11 |
* | Fix some grammar in docs [ci skip] | kenta-s | 2017-02-21 | 1 | -3/+3 |
* | Clean up documentation | eileencodes | 2017-02-20 | 1 | -7/+7 |
* | Rename system_test_helper -> application_system_test_case | eileencodes | 2017-02-20 | 1 | -12/+12 |
* | Move and rename system tests | eileencodes | 2017-02-20 | 1 | -5/+5 |
* | Update documentation and guides | eileencodes | 2017-02-20 | 1 | -98/+36 |
* | Add guides for system testing | eileencodes | 2017-02-20 | 1 | -3/+251 |
* | [ci skip] Update Guides to use macOS instead of Mac OS X | Vitali Tatarintev | 2017-02-20 | 5 | -9/+9 |
* | Merge pull request #28058 from y-yagi/follow_up_to_27608 | Jon Moss | 2017-02-17 | 2 | -23/+1 |
|\ |
|
| * | Remove deprecate passing string to `:if` and `:unless` conditional options [c... | yuuji.yaginuma | 2017-02-18 | 2 | -23/+1 |
* | | Change engines guide to demonstrate maintained forum | Richard | 2017-02-17 | 1 | -1/+1 |
* | | Fix typo in I18n Guide [ci skip] | Erol Fornoles | 2017-02-17 | 1 | -1/+1 |
|/ |
|
* | document link processing in guides generation [ci skip] | Xavier Noria | 2017-02-12 | 1 | -2/+42 |
* | refactors and fixes in guides generation [ci skip] | Xavier Noria | 2017-02-12 | 2 | -3/+3 |
* | [ci skip] Fully qualify missing template error. | Kasper Timm Hansen | 2017-02-11 | 1 | -1/+1 |
* | Merge pull request #27870 from kenta-s/get-todo-done-in-render_test | Kasper Timm Hansen | 2017-02-11 | 1 | -0/+2 |
|\ |
|
| * | Add information on `:formats` option in action_view_overview.md | kenta-s | 2017-02-06 | 1 | -0/+2 |
* | | Update configuration guide about ActiveRecord's config option. | Stan Lo | 2017-02-10 | 1 | -0/+5 |
* | | Merge pull request #27954 from maclover7/jm-fix-26404 | Jon Moss | 2017-02-09 | 1 | -0/+10 |
|\ \ |
|
| * | | Add note about breakage in file uploads in controller tests to upgrading | Jon Moss | 2017-02-09 | 1 | -0/+10 |
| |/ |
|
* | | Fix wording | Jonathan Chen | 2017-02-09 | 1 | -1/+1 |
* | | remove `ActiveSupport.halt_callback_chains_on_return_false` from everywhere | yuuji.yaginuma | 2017-02-08 | 1 | -2/+0 |
* | | remove link to edgeapi [ci skip] | yuuji.yaginuma | 2017-02-08 | 1 | -1/+1 |
* | | Merge pull request #27232 from robin850/guides-linking | Xavier Noria | 2017-02-07 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Automatically inject the current Rails version in API links [ci skip] | Robin Dupret | 2017-02-07 | 1 | -1/+1 |
* | | Fix typo in guide: _articles should be _article | Matthew Eagar | 2017-02-03 | 1 | -1/+1 |
* | | Added warning for reserved YAML keywords. | Rich Seviora | 2017-01-30 | 1 | -0/+29 |
|/ |
|
* | Fix judgement spelling [ci skip] | Carlos Gavino | 2017-01-28 | 1 | -1/+1 |
* | Action Mailer Basics clean up [ci skip] | Scott González | 2017-01-25 | 1 | -2/+2 |
* | Clean up wording in Action Mailer Basics [ci skip] | Scott González | 2017-01-21 | 1 | -2/+2 |
* | Mention ActiveRecord's config.example.yml | Olivier Lacan | 2017-01-19 | 1 | -4/+6 |
* | Various style + grammar fixes for #27719 | Jon Moss | 2017-01-18 | 1 | -8/+10 |
* | update links of pluralization in i18n guide | Hisashi Kamezawa | 2017-01-18 | 1 | -1/+1 |
* | Update ActionCable guide to better describe SubscriptionAdapter configuration. | Chad Ingram | 2017-01-17 | 1 | -3/+22 |
* | allow to pass describe option to rake | yuuji.yaginuma | 2017-01-17 | 1 | -1/+1 |
* | Revert "Merge pull request #27686 from koic/friendly_bigdecimal_inspect" | Kasper Timm Hansen | 2017-01-15 | 1 | -9/+1 |
* | Several representation of BigDecimal has changed in Ruby 2.4.0+ [ci skip] | Koichi ITO | 2017-01-15 | 1 | -1/+9 |
* | Add duration constructors for use in Numeric extensions | Andrew White | 2017-01-12 | 1 | -1/+1 |
* | Merge pull request #27610 from Envek/fix_and_speed_up_duration_parsing | Andrew White | 2017-01-12 | 1 | -1/+1 |
|\ |
|
| * | Fix inconsistent results when parsing large durations and constructing durati... | Andrey Novikov | 2017-01-09 | 1 | -1/+1 |
* | | Add missing release notes entry for https://github.com/rails/rails/commit/f02... | Prathamesh Sonpatki | 2017-01-09 | 1 | -0/+3 |
|/ |
|
* | Merge pull request #25427 from eugeneius/update_increment_documentation | Kasper Timm Hansen | 2017-01-08 | 1 | -2/+0 |
|\ |
|
| * | Update increment! documentation [ci skip] | Eugene Kenny | 2016-08-15 | 1 | -2/+0 |
* | | Fix typo in asset_pipeline.md [ci skip] | kenta-s | 2017-01-05 | 1 | -2/+2 |
* | | Merge pull request #27446 from zachahn/asset-hash-md5-to-sha256 | Rafael França | 2017-01-04 | 1 | -22/+24 |
|\ \ |
|
| * | | Update asset fingerprinting information | Zach Ahn | 2016-12-23 | 1 | -22/+24 |
* | | | Merge pull request #27552 from jarijokinen/fix-default-locale-code-example | Andrew White | 2017-01-04 | 1 | -5/+10 |
|\ \ \ |
|
| * | | | Add instructions for available_locales [skip ci] | Jari Jokinen | 2017-01-04 | 1 | -5/+10 |