Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Enable Action Cable routes by default | Jon Moss | 2016-02-24 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | | | | | This also marks Action Cable routes as internal to Rails. | |||||
* | | | | | [ci skip] Need to mention debug_exception_response_format in the api_app ↵ | Akshay | 2016-02-25 | 1 | -0/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | documentation. - #23771 removed the reference to debug_exception_response_format from the api_app documentation. - We need to let users know, they have ability to configure debug_exception_response_format in their development environment. - Added documentation for the same in api_app.md file - Grammar corrections | |||||
* | | | | | Updated file documentation [ci skip] | Chashmeet Singh | 2016-02-24 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge pull request #23860 from zerothabhishek/weak-etag-guide | Rafael França | 2016-02-24 | 1 | -0/+8 | |
|\ \ \ \ \ | | | | | | | | | | | | | Changes caching guide to add note on weak etags | |||||
| * | | | | | changes caching guide to add note on weak etags | Abhishek Yadav | 2016-02-24 | 1 | -0/+8 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #23857 from st0012/update-documents | Rafael França | 2016-02-24 | 4 | -1/+26 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | [ci skip] Update guide sources for mailer view caching feature | |||||
| * | | | | | | Fix wording and wrong reference | Stan Lo | 2016-02-25 | 2 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | Fix ActionView's cache section reference | Stan Lo | 2016-02-25 | 1 | -1/+1 | |
| | | | | | | | ||||||
| * | | | | | | Add caching guide in ActionMailer basics | Stan Lo | 2016-02-25 | 1 | -0/+16 | |
| | | | | | | | ||||||
| * | | | | | | Add ActionMailer configuration options | Stan Lo | 2016-02-25 | 1 | -0/+3 | |
| | | | | | | | ||||||
| * | | | | | | Update 5.0 release notes | Stan Lo | 2016-02-25 | 1 | -0/+6 | |
| | |/ / / / | |/| | | | | ||||||
* / | | | | | Preparing for 5.0.0.beta3 release | eileencodes | 2016-02-24 | 1 | -0/+5 | |
|/ / / / / | | | | | | | | | | | | | | | | Adds changelog headers for beta3 release | |||||
* | | | | | Merge pull request #23795 from claudiob/replace-rack-with-rails-command | David Heinemeier Hansson | 2016-02-24 | 1 | -8/+14 | |
|\ \ \ \ \ | | | | | | | | | | | | | AppGenerator: Replace 'rake' with 'rails_command' | |||||
| * | | | | | AppGenerator: Replace 'rake' with 'rails_command' | claudiob | 2016-02-20 | 1 | -8/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since Rails 5.0 is switching the Rails command line from 'rake …' to 'rails …', it makes sense to also replace the `rake` method in the Rails templates API. Based on feedback from @matthewd and @kaspth, I chose to replace `rake` with `rails_command`, which is less confusing than the alternatives `rails` or `command` or `rails_run` and is not Thor-reserved word like `task`. | |||||
* | | | | | | Merge pull request #23836 from sstephenson/turbolinks-5 | Rafael França | 2016-02-23 | 2 | -8/+8 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Turbolinks 5 compatibility changes | |||||
| * | | | | | | Update JavaScript guide for Turbolinks 5 | Sam Stephenson | 2016-02-23 | 1 | -6/+6 | |
| | | | | | | | ||||||
| * | | | | | | Switch to `data-turbolinks-track="reload"` | Sam Stephenson | 2016-02-23 | 1 | -2/+2 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | [ci skip] No hyphen in 'side effects' | Michael Groeneman | 2016-02-23 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | [ci skip] Fix typo in Form Helpers Guide | Michael Groeneman | 2016-02-23 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | update assert_nothing_raised in testing.md | Tara Scherner de la Fuente | 2016-02-22 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Add a note about downcasing submit tag | Scott Ringwelski | 2016-02-21 | 1 | -0/+3 | |
|/ / / / | | | | | | | | | This is a notable change since this will cause confusing test failures for tests relying on the old naming scheme. | |||||
* | | | | remove needless `debug_exception_response_format` config [ci skip] | yuuji.yaginuma | 2016-02-19 | 1 | -8/+0 | |
| | | | | | | | | | | | | | | | | | | | | Since a0343d11f1bf80a79e273c1d0cf9934ef2601e98, `debug_exception_response_format` config depends on `api_only`. Therefore, if set the `api_only`, need to specify `debug_exception_response_format` is not. | |||||
* | | | | partial pass over the API guide [ci skip] | Xavier Noria | 2016-02-18 | 1 | -15/+14 | |
| | | | | ||||||
* | | | | Remove github gems from the master bug report templates | Rafael Mendonça França | 2016-02-18 | 3 | -15/+0 | |
| | | | | | | | | | | | | | | | | | | | | All gems are released now so we don't need to ask the github repository for these gems anymore. | |||||
* | | | | [ci skip] fix suggested change-replace 'an' with 'the in Rails engine guide' | kamal namdeo | 2016-02-18 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fix the language in engines guide | kamal namdeo | 2016-02-18 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Add Action Cable CHANGELOG in release notes [ci skip] | Prathamesh Sonpatki | 2016-02-17 | 1 | -0/+1 | |
| | | | | ||||||
* | | | | [ci skip] Updating edge rails guides to include `on_weekday?` on Date, Time ↵ | Chirag Aggarwal | 2016-02-17 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | and DateTime [ci skip] Adding `on_weekend?` method in edge rails guides | |||||
* | | | | reset `ActionMailer::Base.deliveries` in `ActionDispatch::IntegrationTest`. | Yves Senn | 2016-02-16 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever you are sending emails in integration tests using the `:test` delivery method you need to make sure that `ActionMailer::Base.deliveries` is reset after every test. This piece of boilerplate code is present in all my applications that send emails. Let's have `ActionDispatch::IntegrationTest` reset the deliveries automatically. | |||||
* | | | | Merge pull request #23688 from meinac/guide_typo_fix | Eileen M. Uchitelle | 2016-02-15 | 3 | -3/+3 | |
|\ \ \ \ | | | | | | | | | | | Fix small typo in i18n guide [ci skip] | |||||
| * | | | | Fix small typo in Rails guides [ci skip] | Mehmet Emin İNAÇ | 2016-02-15 | 3 | -3/+3 | |
| | | | | | ||||||
* | | | | | Merge pull request #23687 from vipulnsward/add-on-weekday | David Heinemeier Hansson | 2016-02-15 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Add `#on_weekday?` method to `Date`, `Time`, and `DateTime`. | |||||
| * | | | | Add `#on_weekday?` method to `Date`, `Time`, and `DateTime`. | Vipul A M | 2016-02-15 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | restores the guides layout header [ci skip] | Xavier Noria | 2016-02-13 | 1 | -1/+11 | |
|/ / / / | ||||||
* | | | | Merge pull request #23660 from meinac/change_x_gzip_to_gzip | Jon Moss | 2016-02-13 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Change x-gzip to gzip in docs [ci skip] | |||||
| * | | | | Change x-gzip to gzip in docs [ci skip] | Mehmet Emin İNAÇ | 2016-02-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | For more information about GNU zip mime type please check IETF's web site [RFC6713](http://tools.ietf.org/html/rfc6713) or [IANA](http://www.iana.org/assignments/media-types/media-types.xhtml#application) | |||||
* | | | | | Merge pull request #23654 from kamipo/fix_grammar_a_to_an | Jon Moss | 2016-02-13 | 6 | -6/+6 | |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix grammar `a` to `an` [ci skip] | |||||
| * | | | | Fix grammar `a` to `an` [ci skip] | Ryuta Kamizono | 2016-02-13 | 6 | -6/+6 | |
| | | | | | ||||||
* | | | | | add missing name option to flash test example [ci skip] | yuuji.yaginuma | 2016-02-13 | 1 | -2/+2 | |
|/ / / / | ||||||
* | | | | Use correct path in documentation. | Tom von Schwerdtner | 2016-02-12 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | s/config\/production/config\/environments\/production/ [ci skip] | |||||
* | | | | Merge pull request #23612 from vipulnsward/23561-fix-routes-args | Kasper Timm Hansen | 2016-02-12 | 1 | -5/+5 | |
|\ \ \ \ | | | | | | | | | | | Fix argument passing to rake routes | |||||
| * | | | | - Fixed and removed long arguments to rake routes | Vipul A M | 2016-02-12 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixed related documentation and usage all around Fixes #23561 | |||||
* | | | | | Fix numbers of steps to upgrade Rails [ci skip] | Prathamesh Sonpatki | 2016-02-12 | 1 | -3/+3 | |
| | | | | | ||||||
* | | | | | Improve wording in documentation change | Leslie Viljoen | 2016-02-12 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | | Document the upgrade process | Leslie Viljoen | 2016-02-12 | 1 | -0/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The iterative process one has to follow is not currently documented, and people could be unfamiliar with the Rails versioning scheme, causing them to skip versions or upgrade to patch releases. [ci skip] | |||||
* | | | | | Update active_record_querying.md | Mark J. Lehman | 2016-02-10 | 1 | -0/+22 | |
|/ / / / | | | | | | | | | Added important distinction between scopes and class methods. | |||||
* | | | | Merge pull request #23583 from brchristian/penultimate | David Heinemeier Hansson | 2016-02-10 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | Array.second_to_last and Array.third_to_last access methods | |||||
| * | | | | rename to 'second_to_last' and 'third_to_last' | Brian Christian | 2016-02-10 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | allow Array.penultimate and Array.antepenultiate access methods | Brian Christian | 2016-02-09 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Fix typo | John Cole | 2016-02-09 | 1 | -2/+2 | |
| | | | | |