Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | [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 | |
| | | | | | ||||||
* | | | | | Fixed grammatical errors in rails docs [ci skip] | Matt Michnal | 2016-02-09 | 2 | -4/+4 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | Fixed errors in rails migrations docs [ci skip] Fixed errors in rails security docs [ci skip] | |||||
* | | | | Update documentation regarding initializers [ci skip] | Dave Gynn | 2016-02-09 | 1 | -4/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove ActionController `logger` and `initialize_framework_caches` which were merged into `set_configs` in fbc9d0f4 - Rename ActiveRecord `set_reloader_hooks` changed in 283a0876 - Add missing initializers for ActionController and ActiveRecord | |||||
* | | | | remove description of `render :nothing` from guide [ci skip] | yuuji.yaginuma | 2016-02-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | `:nothing` option was deprecated in 44781b6e9790d90b4f8b9a41d2b2c114b1a582ee | |||||
* | | | | [ci skip] Fix grammar | Abhishek Jain | 2016-02-09 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fix a typo | Prayag Verma | 2016-02-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | Replace `a` with `an` | |||||
* | | | | Remove references to Rails 4 from assets guide [ci skip] | Prathamesh Sonpatki | 2016-02-08 | 1 | -9/+9 | |
| | | | | ||||||
* | | | | update turbolinks url [ci skip] | mabras | 2016-02-08 | 1 | -2/+2 | |
| | | | | ||||||
* | | | | doc changes | Larry Kyrala | 2016-02-07 | 2 | -3/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | for rails/rails#23431 modified: guides/source/asset_pipeline.md * description of asset combination from apps and gems, e.g. jquery-rails * after @vipulnsward's related change rails/rails#23479 correction: --skip-sprockets will prevent all of these gems, not just sass-rails and uglifier modified: guides/source/working_with_javascript_in_rails.md * noted that rails.js requires the asset pipeline [ci skip] | |||||
* | | | | Publish guide on "Using Rails for API-only Applications" | Vipul A M | 2016-02-07 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | Fixes #23322 [ci skip] | |||||
* | | | | Separate for new and existing applications clearly | Vijay Dev | 2016-02-07 | 1 | -0/+4 | |
| |_|/ |/| | | | | | | | | [ci skip] | |||||
* | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-02-07 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | [ci skip] fix typo | Mikhail Dieterle | 2016-01-30 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Change the default adapter from inline to async | David Heinemeier Hansson | 2016-02-05 | 1 | -4/+6 | |
| | | | | ||||||
* | | | | Check off some todos for the Testing guide with @senny [ci skip] | Zachary Scott | 2016-02-05 | 1 | -17/+26 | |
| | | | | ||||||
* | | | | docs, remove trailing whitespace from testing guide. [ci skip] | Yves Senn | 2016-02-05 | 1 | -9/+9 | |
| | | | | ||||||
* | | | | docs, link Rails specific assertions to the API. [ci skip] | Yves Senn | 2016-02-05 | 1 | -6/+6 | |
| | | | | ||||||
* | | | | add missing include to engine test example [ci skip] | yuuji.yaginuma | 2016-02-05 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | Using url helper method of engine in example code, include `Engine.routes.url_helpers` is required to use helper method of engine. | |||||
* | | | | SQLite 2 support has been dropped [ci skip] | Ryuta Kamizono | 2016-02-04 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #23442 from ↵ | Rafael França | 2016-02-03 | 1 | -0/+3 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | prathamesh-sonpatki/improve-pg-version-old-error-message Improve pg version old error message and mention this change in release notes. | |||||
| * | | | | Mention PostgreSQL version support in release notes [ci skip] | Prathamesh Sonpatki | 2016-02-03 | 1 | -0/+3 | |
| | | | | | ||||||
* | | | | | Merge pull request #23447 from y-yagi/update_pg_supported_version_in_docs | Yves Senn | 2016-02-03 | 2 | -2/+2 | |
|\ \ \ \ \ | | | | | | | | | | | | | update supported version of PostgreSQL in docs [ci skip] | |||||
| * | | | | | update supported version of PostgreSQL in docs [ci skip] | yuuji.yaginuma | 2016-02-03 | 2 | -2/+2 | |
| | |_|_|/ | |/| | | | | | | | | | | | | | Follow up to #23434 | |||||
* | | | | | Merge pull request #23436 from y-yagi/use_bin_command_in_routes_task | Kasper Timm Hansen | 2016-02-03 | 1 | -7/+7 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | use rails command in routes task | |||||
| * | | | | use rails command in routes task | yuuji.yaginuma | 2016-02-03 | 1 | -7/+7 | |
| |/ / / | | | | | | | | | | | | | | | | | For other task has become to use the rails command at doc and test, I think that routes task also it is better to use the rails command. |