Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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. | ||||
* / / | use rails secret in rails guides | Ryo Hashimoto | 2016-02-03 | 2 | -2/+2 |
|/ / | |||||
* | | Fix typo. | Zachary Smith | 2016-02-02 | 1 | -2/+2 |
| | | |||||
* | | Change command_task.rb to commands_task.rb in docs | Ryan Nielson | 2016-02-02 | 1 | -1/+1 |
| | | | | | | The initialization documentation references `rails/commands/command_task.rb`. This appears to be a typo as the file is actually `rails/commands/commands_task.rb`. | ||||
* | | Merge pull request #23225 from vipulnsward/20420-rake-routes-options | Kasper Timm Hansen | 2016-02-01 | 1 | -3/+14 |
|\ \ | | | | | | | Add options for rake routes task | ||||
| * | | Add options for rake routes task | Vipul A M | 2016-02-02 | 1 | -3/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add two options: `-c` and `-g`. `-g` option returns the urls name, verb and path fields that match the pattern. `-c` option returns the urls for specific controller. Fixes #18902, and Fixes #20420 [Anton Davydov & Vipul A M] | ||||
* | | | Merge pull request #23406 from hackerkid/master | Vipul A M | 2016-02-02 | 1 | -5/+5 |
|\ \ \ | | | | | | | | | .git added to https repo urls | ||||
| * | | | .git added to https repo urls | Vishnu Ks | 2016-02-02 | 1 | -5/+5 |
| | | | | |||||
* | | | | Merge pull request #23151 from maclover7/fix-23148 | Rafael França | 2016-02-01 | 1 | -0/+3 |
|\ \ \ \ | |/ / / |/| | | | Add documentation for #17573 | ||||
| * | | | Add documentation for #17573 | Jon Moss | 2016-02-01 | 1 | -0/+3 |
| |/ / | | | | | | | | | | | | | | | | Fixes some parts of #23148. [ci skip] | ||||
* / / | git protocol replaced with https | Vishnu Ks | 2016-02-02 | 1 | -5/+5 |
|/ / | |||||
* | | Merge pull request #23375 from prathamesh-sonpatki/fix-19835 | Rafael França | 2016-02-01 | 2 | -13/+6 |
|\ \ | | | | | | | Fix documentation related to `config.assets.cache_store` [ci skip] | ||||
| * | | Fix documentation related to `config.assets.cache_store` [ci skip] | Prathamesh Sonpatki | 2016-02-01 | 2 | -13/+6 |
| | | | | | | | | | | | | | | | | | | | | | - sprockets-rails no longer supports customizing cache store after rails/sprockets-rails@ecaeb27 using `config.assets.cache_store`. - Instead we need to configure it using block syntax. - Fixes #19835. | ||||
* | | | Revert "Merge pull request #23366 from maclover7/add-configuation-ar-docs" | Rafael Mendonça França | 2016-02-01 | 1 | -102/+0 |
| | | | | | | | | | | | | | | | | | | | | | This reverts commit 96355e87cba247246234386b0af9273cc5d59db9, reversing changes made to a00c36feea6c0271b5ad48a949ef294514fdef52. See https://github.com/rails/rails/pull/23366#issuecomment-177714429 | ||||
* | | | Merge pull request #22857 from bdewater/interlock-doc | Vipul A M | 2016-02-01 | 4 | -8/+9 |
|\ \ \ | | | | | | | | | Update middleware docs regarding ActionDispatch::LoadInterlock [ci skip] | ||||
| * | | | Update middleware docs regarding ActionDispatch::LoadInterlock [ci skip] | Bart de Water | 2016-01-31 | 4 | -9/+10 |
| | | | | |||||
* | | | | Remove odd ` [ci skip] | Ryuta Kamizono | 2016-01-31 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | Add configuration section to "Active Record Basics" guide | Jon Moss | 2016-01-30 | 1 | -0/+102 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to fill in some missing information as apart of #22931. It's on purpose that the sample `Message` model inherits from `ActiveRecord::Base` -- Active Record is not meant to be coupled to Rails, and we can't guarantee that users outside of the Rails world will have an `ApplicationRecord` class that inherits from `ActiveRecord::Base`. [ci skip] | ||||
* | | | Small cleanup to Testing Guide | Jon Moss | 2016-01-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | - inbuilt --> built-in - Remove random spaces from code examples [ci skip] | ||||
* | | | Merge pull request #23358 from vipulnsward/testing-guide-pass-3 | Vipul A M | 2016-01-31 | 1 | -19/+28 |
|\ \ \ | | | | | | | | | Pass 3 over testing guide | ||||
| * | | | Pass 3 over testing guide | Vipul A M | 2016-01-31 | 1 | -19/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Various grammar fixes - Added assertions for update controller action tests - Added user helper tests - Fix typos [ci skip] | ||||
* | | | | typo fix [ci skip] | Prayag Verma | 2016-01-31 | 1 | -1/+1 |
|/ / / | | | | | | | Spelling mistake - direcotry > directory | ||||
* | | | Getting Started Guide: Update Ruby version to 2.3.0p0 | Francis Go | 2016-01-29 | 1 | -1/+1 |
| | | | |||||
* | | | Docs review of api_app.md | Jon Moss | 2016-01-28 | 1 | -16/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | Pass through correcting api_app.md. The list of included modules and middleware was tested through a sample API app, and was listed in the same order an end user would see in their terminal. [ci skip] | ||||
* | | | Remove Rack::Lock from the API guides | Rafael Mendonça França | 2016-01-28 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | It is not always there anymore [ci skip] | ||||
* | | | Middleware have no plural | Rafael Mendonça França | 2016-01-28 | 1 | -14/+14 |
| | | | | | | | | | | | | [ci skip] |