aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #29056 from ↵Andrew White2017-05-161-1/+1
|\ | | | | | | | | juliusdelta/29055-missing-links-in-activesupport-railsguide Added fixed links to code for Rails Guides ActiveSupport
| * Old expression caught to many chars resulting in 404. Added minor change to ↵JD Gonzales2017-05-121-1/+1
| | | | | | | | resolve
* | explain why guide translations need a fork [ci skip]Xavier Noria2017-05-141-3/+4
| |
* | Clarify documentation for system test argumentseileencodes2017-05-141-2/+2
| | | | | | | | | | | | | | | | Previously this implied that system tests provided other non-headless drivers when Selenium is the only driver that uses `:using`, `:screen_size` or `:options` arguments. This change clarifies that Selenium is the only non-headless driver.
* | Use a more realistic use-case for system test generatoreileencodes2017-05-141-5/+5
|/ | | | | | | | It's more likely you'll generate a test for testing users than a users creates test. This is a better example of a real world test. Additionally the users create view is unlikely to have the text "UserCreates" since that is likely generated as well. This is now an example of visiting the users index.
* [ci skip] Mailer fixtures in Testing guide.Cody Boyko2017-05-121-1/+1
| | | | | Update guide to clarify that mailer fixtures are not created when using the mailer generator.
* Fix a typo in guide [ci skip]Koichi ITO2017-05-111-1/+1
|
* Merge pull request #28240 from kreintjes/fix/autoloading-sti-guideMatthew Draper2017-05-091-9/+8
|\ | | | | Correct Autoloading and STI guide (issue #26994)
| * Correct Autoloading and STI guide (issue #26994)Kevin Reintjes2017-04-061-9/+8
| |
* | Fix link to `assert_nothing_raised` doc [ci skip]yuuji.yaginuma2017-05-081-1/+1
| | | | | | | | The `assert_nothing_raised` was moved to `ActiveSupport::Testing::Assertions` in 3cece0b6574c496605df055a2ebf77177f5b6e7f.
* | Should escape meta characters in regexpRyuta Kamizono2017-05-071-1/+1
| |
* | Merge pull request #28337 from riseshia/patch-1Rafael França2017-05-031-1/+1
|\ \ | | | | | | Fix to use correct path with language on guide
| * | Fix to use correct path with language on guideShia2017-03-081-1/+1
| | |
* | | Use target language's document.yaml [ci skip]Shia2017-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Let me build guide with "ko" language, Before: - It try to use guides/source/documents.yaml After: - It try to use guides/source/ko/documents.yaml
* | | Rails secrets is not built on but inspired by SekretsBart2017-05-021-1/+1
| | | | | | | | | Put wording in line with http://weblog.rubyonrails.org/2017/4/27/Rails-5-1-final/
* | | Update the Gem Bug Report Templates to 5.1.0Alex Kitchens2017-05-015-5/+5
| | | | | | | | | | | | 5.1.0 has been released, and the gem templates can reflect that now.
* | | Fix note about `secrets.yml` [ci skip]yuuji.yaginuma2017-04-301-3/+3
| | | | | | | | | | | | The `secrets` method is in `Application` class, not `Configuration` class.
* | | Remove entries included in 5.0 [ci skip]yuuji.yaginuma2017-04-291-10/+0
| | | | | | | | | | | | | | | | | | * `Permit same-origin connections by default` was backported in db70978, 549d732. * `Deprecated `:controller` and `:action` path parameters` was included in 6520ea5. * `Exception handling: use `rescue_from` was included in 6b54316.
* | | 5.1 Release Notes are complete [ci skip]claudiob2017-04-281-1/+0
| | | | | | | | | | | | @prathamesh-sonpatki added the last missing commits in #28911.
* | | Small grammar fixJon Moss2017-04-271-1/+1
| | | | | | | | | | | | [ci skip]
* | | Small grammar fixJon Moss2017-04-271-1/+1
| | | | | | | | | | | | [ci skip]
* | | Small grammar fixesJon Moss2017-04-271-13/+13
| | | | | | | | | | | | | | | | | | Will backport to 5-1-stable, since the original PR landed there. [ci skip]
* | | Fix indentation [ci skip]Prathamesh Sonpatki2017-04-271-22/+22
| | |
* | | Added some more release notes for Active Record [ci skip]Prathamesh Sonpatki2017-04-271-2/+74
| | |
* | | Merge pull request #28904 from robin850/update-working-with-javascriptRafael Mendonça França2017-04-271-35/+147
|\ \ \ | | | | | | | | | | | | Update the "Working with javascript" guide
| * | | Add documentation of data attributes for UJS [ci skip]Robin Dupret2017-04-271-1/+97
| | | |
| * | | Nest Action View remote helpers one level deeper [ci skip]Robin Dupret2017-04-271-3/+5
| | | |
| * | | Add a section with the different Ajax events [ci skip]Robin Dupret2017-04-271-0/+36
| | | |
| * | | Update the JavaScript guide to use `form_with`Robin Dupret2017-04-271-29/+7
|/ / / | | | | | | | | | | | | | | | | | | `form_with` is the new preferred method to deal with generation of HTML forms and it enables Ajax support by default. [ci skip]
* | | Pluralize methodsJon Moss2017-04-261-1/+1
| | | | | | | | | | | | [ci skip]
* | | More release notes for Rails 5.1 [ci skip]claudiob2017-04-261-0/+30
| | | | | | | | | | | | | | | | | | | | | @dhh most changes that I mentioned in the talk were already there: https://speakerdeck.com/claudiob/rails-5-dot-1-upcoming-features I just added a few that were missing.
* | | Add some items to the release notes [ci skip]Robin Dupret2017-04-271-0/+54
| | |
* | | Some improvements in the 5.1 release notes [ci skip]Robin Dupret2017-04-271-28/+32
| | |
* | | s/broadcasing/broadcasting/Akira Matsuda2017-04-271-1/+1
| | | | | | | | | | | | [ci skip]
* | | Describe the changes in transactional testsMatthew Draper2017-04-251-0/+31
| | |
* | | Add missing `action_view` section of config flagJon Moss2017-04-241-1/+1
| | | | | | | | | | | | [ci skip]
* | | Merge pull request #28861 from koic/unify_names_of_githubVipul A M2017-04-251-1/+1
|\ \ \ | | | | | | | | Unify the name of GitHub [ci skip]
| * | | Unify the name of GitHub [ci skip]Koichi ITO2017-04-251-1/+1
| | | |
* | | | Merge pull request #28860 from ↵Vipul A M2017-04-251-0/+2
|\ \ \ \ | |/ / / |/| | | | | | | | | | | y-yagi/add_form_with_generates_remote_forms_to_configuring_guide Add `form_with_generates_remote_forms` to configuring guide [ci skip]
| * | | Add `form_with_generates_remote_forms` to configuring guide [ci skip]yuuji.yaginuma2017-04-251-0/+2
| | | |
* | | | secrets.yml --> config/secrets.ymlJon Moss2017-04-231-1/+1
| | | | | | | | | | | | | | | | [ci skip]
* | | | Add Action View info to 5.1 release notesJon Moss2017-04-231-0/+23
| | | | | | | | | | | | | | | | [ci skip]
* | | | Use parameters, not paramsJon Moss2017-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Reads better to use the full word. [ci skip]
* | | | Small grammar fixesJon Moss2017-04-231-7/+6
| | | | | | | | | | | | | | | | [ci skip]
* | | | Remove unused headingJon Moss2017-04-231-2/+0
| | | | | | | | | | | | | | | | [ci skip]
* | | | Add more Railties notable changesJon Moss2017-04-231-0/+8
| | | | | | | | | | | | | | | | [ci skip]
* | | | Add Railties info to 5.1 release notesJon Moss2017-04-231-0/+36
| | | | | | | | | | | | | | | | [ci skip]
* | | | Add Active Model info to 5.1 release notesJon Moss2017-04-231-1/+12
| | | | | | | | | | | | | | | | [ci skip]
* | | | Remove unused headingsJon Moss2017-04-231-4/+0
| | | | | | | | | | | | | | | | [ci skip]
* | | | Finish Action Cable section in release notesJon Moss2017-04-231-0/+6
| | | | | | | | | | | | | | | | [ci skip]