Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #35908 from soartec-lab/update_guide_engine_app_dir | Rafael França | 2019-04-11 | 1 | -3/+25 |
|\ | | | | | Add all descriptions in app directory [skip ci] | ||||
| * | Add all descriptions in app directory [skip ci] | soartec-lab | 2019-04-09 | 1 | -3/+25 |
| | | |||||
* | | Merge pull request #35938 from soartec-lab/update_guide_engine_sample_code | Rafael França | 2019-04-11 | 1 | -14/+17 |
|\ \ | | | | | | | Use modele to generate generated defaults [skip ci] | ||||
| * | | Use modele to generate generated defaults [skip ci] | soartec-lab | 2019-04-11 | 1 | -14/+17 |
| | | | |||||
* | | | Merge pull request #35945 from soartec-lab/update_guide_engine_sample_code_block | Rafael França | 2019-04-11 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | Code is enclosed by code block [skip ci] | ||||
| * | | | Code is enclosed by code block [skip ci] | soartec-lab | 2019-04-12 | 1 | -1/+3 |
| |/ / | |||||
* / / | Updated the description of `add_development_dependency` [skip ci] | soartec-lab | 2019-04-12 | 1 | -1/+1 |
|/ / | |||||
* | | Remove outdated debugging plugins | Clivia | 2019-04-11 | 1 | -7/+0 |
| | | | | | | | | Footnote and Query review are outdated, unmaintained, and Query review is for rails 3. | ||||
* | | Update the result of generate command [skip ci] | soartec-lab | 2019-04-11 | 1 | -14/+6 |
|/ | |||||
* | s/Travis/Buildkite/ | Matthew Draper | 2019-04-09 | 1 | -3/+3 |
| | |||||
* | Merge pull request #35888 from ↵ | Eileen M. Uchitelle | 2019-04-08 | 1 | -8/+8 |
|\ | | | | | | | | | lxxxvi/documentation_change_foreign_keys_to_bigint_in_association_basics change `t.integer` to `t.bigint` where applicable | ||||
| * | change `t.integer` to `t.bigint` where applicable | lxxxvi | 2019-04-07 | 1 | -8/+8 |
| | | |||||
* | | Update configuration of `app` directory and use oxford comma [skip ci] | soartec-lab | 2019-04-09 | 1 | -2/+2 |
| | | |||||
* | | [ci skip] Add 6.0 Release Notes for Active Record | Alex Kitchens | 2019-04-08 | 1 | -0/+227 |
|/ | |||||
* | The default value without loading railtie is false [ci skip] (#35881) | प्रथमेश Sonpatki | 2019-04-05 | 1 | -1/+1 |
| | | | | | | See https://github.com/rails/rails/pull/35873#issuecomment-480333333 for reference [Prathamesh Sonpatki, bogdanvlviv] | ||||
* | Merge pull request #35873 from prathamesh-sonpatki/enqueuing-fixes | Eileen M. Uchitelle | 2019-04-05 | 1 | -1/+1 |
|\ | | | | | Fix the deprecation warning about `config.active_job.return_false_on_aborted_enqueue` | ||||
| * | Fix the deprecation warning about ↵ | Prathamesh Sonpatki | 2019-04-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | `config.active_job.return_false_on_aborted_enqueue` - It will return false in Rails 6.1 not 6.0. Also fixed the default value which is true for new applications. | ||||
* | | Add Active Job release notes [ci skip] (#35872) | प्रथमेश Sonpatki | 2019-04-05 | 1 | -0/+46 |
| | | |||||
* | | fix typo in the guides (use Rails instead of rails) | Edward Rudd | 2019-04-04 | 1 | -1/+1 |
| | | |||||
* | | Add documentation for 'after_save_commit' [ci skip] | Sharang Dashputre | 2019-04-05 | 1 | -2/+25 |
|/ | |||||
* | add documentation about variants | Edward Rudd | 2019-04-03 | 2 | -0/+44 |
| | |||||
* | [skip ci] Add examples for has_{one,many} :through :source and :source_type ↵ | Tim Wade | 2019-04-03 | 1 | -0/+29 |
| | | | | | | | | (#35612) * Add example for has_many :through source/source_type * Add example for has_one :through source/source_type | ||||
* | Use official database name [ci skip] | Ryuta Kamizono | 2019-04-03 | 2 | -2/+2 |
| | | | | | | | | * s/Postgres/PostgreSQL/ * s/MYSQL/MySQL/, s/Mysql/MySQL/ * s/Sqlite/SQLite/ Replaced all newly added them after 6089b31. | ||||
* | Fixed description of the `cache_key_with_version` method [ci skip] | soartec-lab | 2019-04-03 | 1 | -1/+1 |
| | |||||
* | url -> URL where apt except inside actionpack/ | Sharang Dashputre | 2019-04-01 | 7 | -8/+8 |
| | |||||
* | Merge pull request #35815 from sharang-d/update-action-cable-docs | Xavier Noria | 2019-04-01 | 1 | -3/+3 |
|\ | | | | | url -> URL in Action Cable guide [ci skip] | ||||
| * | url -> URL in Action Cable guide [ci skip] | Sharang Dashputre | 2019-04-01 | 1 | -3/+3 |
| | | |||||
* | | [ci skip] Fix guides to link to edgeapi if on EDGE env | M. Saiqul Haq | 2019-04-01 | 1 | -2/+2 |
|/ | |||||
* | feat(js): Dynamic ActionCable URL (#35579) | Ryan Castner | 2019-03-31 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | * Failing test case * feat: Dynamic Url Generation Change createWebSocketURL to be a closure that allows url to be evaluated at the time the webSocket is established * refactor: createWebSocketURL to Consumer, remove need for closure Move initial call to createWebSocketURL in createConsumer * docs: Add documentation for dynamic url and string args to createConsumer Co-Authored-By: rmacklin <rmacklin@users.noreply.github.com> [Ryan Castner, rmacklin] | ||||
* | Merge pull request #35797 from ↵ | प्रथमेश Sonpatki | 2019-03-30 | 1 | -1/+0 |
|\ | | | | | | | | | abhaynikam/35752-update-migration-doc-column-identifier [ci skip] Updated docs to reflect index: true option not available as column modifier | ||||
| * | [ci skip] Updated docs to reflect index: true option not available as column ↵ | Abhay Nikam | 2019-03-30 | 1 | -1/+0 |
| | | | | | | | | modifier | ||||
* | | [ci skip] Add ActiveRecord::Relation#extract_associated method to the ↵ | Abhay Nikam | 2019-03-30 | 1 | -0/+1 |
|/ | | | | active_record_querying.md | ||||
* | Merge pull request #35789 from prathamesh-sonpatki/customize-full-message | Rafael França | 2019-03-29 | 1 | -1/+1 |
|\ | | | | | Rename `i18n_full_message` config option to `i18n_customize_full_message` | ||||
| * | Rename `i18n_full_message` config option to `i18n_customize_full_message` | Prathamesh Sonpatki | 2019-03-29 | 1 | -1/+1 |
| | | | | | | | | | | | | - I feel `i18n_customize_full_messages` explains the meaning of the config better. - Followup of https://github.com/rails/rails/pull/32956 | ||||
* | | Add Active Model release notes for Rails 6 [ci skip] (#35790) | प्रथमेश Sonpatki | 2019-03-29 | 1 | -0/+12 |
|/ | |||||
* | Add load hook for ActiveStorage::Attachment | George Claghorn | 2019-03-28 | 1 | -0/+1 |
| | |||||
* | [ci skip] Fixed testing guides typo `fourty` -> `forty` | Shailesh Kalamkar | 2019-03-28 | 1 | -3/+3 |
| | |||||
* | Schema version documentation (#35762) | Ken Greeff | 2019-03-26 | 1 | -1/+1 |
| | | | | | | | * Update active_record_migrations.md * Change year to match others [Ken Greeff + Rafael Mendonça França] | ||||
* | Remove useless = [ci skip] | Prathamesh Sonpatki | 2019-03-26 | 1 | -1/+1 |
| | |||||
* | Spelling error | Sergio | 2019-03-26 | 1 | -1/+1 |
| | |||||
* | Add default value `ActiveSupport::Deprecation.silenced` [ci skip] | soartec-lab | 2019-03-25 | 1 | -1/+1 |
| | |||||
* | Cleanup guide for configuring config.disable_sandbox and related changelog ↵ | Vipul A M | 2019-03-25 | 1 | -1/+1 |
| | | | | [ci skip] (#35733) | ||||
* | Merge pull request #35723 from sikachu/disable-sandbox-flag | Guillermo Iguaran | 2019-03-24 | 1 | -0/+2 |
|\ | | | | | Add config.disable_sandbox option to Rails console | ||||
| * | Add config.disable_sandbox option to Rails console | Prem Sichanugrist | 2019-03-23 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | A long-running `rails console --sandbox` could cause a database server to become out-of-memory as it's holding on to changes that happen on the database. Given that it's common for Ruby on Rails application with huge traffic to have separate write database and read database, we should allow the developers to disable this sandbox option to prevent someone from accidentally causing the Denial-of-Service on their server. | ||||
* | | Merge pull request #35690 from soartec-lab/update_guide_sending_log_messages | Ryuta Kamizono | 2019-03-24 | 1 | -1/+1 |
|\ \ | | | | | | | Add `unknown` method to list of methods to write current log [ci skip] | ||||
| * | | Add `unknown` method to list of methods to write current log [ci skip] | soartec-lab | 2019-03-21 | 1 | -1/+1 |
| |/ | |||||
* | | Add default `config.action_view.raise_on_missing_translations` [ci skip] | soartec-lab | 2019-03-24 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #35707 from ↵ | Rafael França | 2019-03-22 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | localhostdotdev/fix-rails-guides-generation-invalid-formats-html Fix rails guides generation | ||||
| * | | Fix rails guides generation | localhostdotdev | 2019-03-22 | 1 | -1/+1 |
| |/ | | | | | | | Was getting `formats=': Invalid formats: "html" | ||||
* | | Update instrumentation guides w/optional block | Ali Ibrahim | 2019-03-22 | 1 | -0/+11 |
| | |