| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
Move `package.json` creation to `create_root_files`
|
|/
|
|
|
| |
Since `package.json` is created in root directory, it is appropriate to
create it in `create_root_files`.
|
|\
| |
| | |
Fix to use correct path with language on guide
|
| | |
|
|\ \
| | |
| | | |
Use target language's document.yaml [ci skip]
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| | |
| | | |
Should test against `Relation#bound_attributes`
|
|/ /
| |
| |
| | |
Since legacy `Relation#bind_values` was removed in b06f64c.
|
|\ \
| | |
| | | |
Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`
|
| | |
| | |
| | |
| | | |
These are used in tests from anywhere.
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
kamipo/remove_duplicated_test_merging_reorders_bind_params
Remove duplicated `test_merging_reorders_bind_params`
|
|/ /
| |
| |
| |
| |
| | |
The same test exists in `test/cases/relation/merging_test.rb`.
https://github.com/rails/rails/blob/v5.1.0/activerecord/test/cases/relation/merging_test.rb#L94-L101
|
|\ \
| | |
| | | |
fix ActiveModel::Validator#kind code examples
|
|/ / |
|
|\ \
| | |
| | | |
remove uniqueness validators from ActiveModel examples [ci-skip]
|
| | | |
|
|\ \ \
| |/ /
|/| | |
Add type caster to `RuntimeReflection#alias_name`
|
| | |
| | |
| | |
| | |
| | | |
Since we have been using this `Arel::Table` since 111ccc832bc977b15af12c14e7ca078dad2d4373,
in order to properly handle queries, it's important that we properly type cast arguments.
|
|\ \ \
| |/ /
|/| | |
Add missing require in ActionMailer::Base
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Without this, Action Mailer doesn't work like it used to on version 4.
The following snippet fails since version 5:
> require 'action_mailer'
> ActionMailer::Base
NameError: uninitialized constant ActiveSupport::Rescuable
|
|\ \ \
| | | |
| | | | |
Rails secrets is not built on but inspired by Sekrets
|
|/ / /
| | |
| | | |
Put wording in line with http://weblog.rubyonrails.org/2017/4/27/Rails-5-1-final/
|
|\ \ \
| | | |
| | | | |
Deprecate `supports_statement_cache?`
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
`supports_statement_cache?` was introduced in 3.1.0.beta1 (104d0b2) for
bind parameter substitution, but it is no longer used in 3.1.0.rc1
(73ff679). Originally it should respect `prepared_statements` rather
than `supports_statement_cache?` (fd39847).
One more thing, named `supports_statement_cache?` is pretty misreading.
We have `StatementCache` and `StatementPool`. However,
`supports_statement_cache?` doesn't mean `StatementCache`, but
`StatementPool` unlike its name.
https://github.com/rails/rails/blob/v5.1.0/activerecord/lib/active_record/statement_cache.rb
https://github.com/rails/rails/blob/v5.1.0/activerecord/lib/active_record/connection_adapters/statement_pool.rb
|
|\ \ \ \
| | | | |
| | | | | |
Use `flat_map` rather than `map(&:...).flatten`
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
CLI arg `--port` has precedence over env `PORT`
|
| | |/ / /
| |/| | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Add tests for rendering with variants
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Friendly maintain schema error in test runner
|
| | |/ / / /
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Update the Gem Bug Report Templates to 5.1.0
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
5.1.0 has been released, and the gem templates can reflect that now.
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Remove unnecessary `package.json` deletion
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The `package.json` is created only if `skip_yarn` is not specified.
https://github.com/rails/rails/blob/a4c1282854795d1f0d7696ce1ccbabf94b3d9098/railties/lib/rails/generators/rails/app/app_generator.rb#L202..L204
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The `:doc:` was added in bc478158 but originally `UriEncoder` is a
`:nodoc:` class.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ci skip]
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
dixpac/dixpac/update-docs-ActionDispatch__Journey__Router__Utils.unescape_uri
Add docs for Router::Utils.unescape_uri method. [ci skip]
|
|/ / / / / / |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Fix note about `secrets.yml` [ci skip]
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
The `secrets` method is in `Application` class, not `Configuration` class.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Remove trailing spaces.
* Add backticks around method and command.
* Fix indentation.
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
Remove entries included in 5.0 [ci skip]
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* `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.
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
Stop creating duplicate Struct instances
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Just use one `Event` class. Reduces duplication, makes the tests easier
to read. It might seem like each tests needs a different kind of Struct,
since we make a new one for each test case.
|
|\ \ \ \
| | | | |
| | | | | |
Add missing require for `remove_possible_method`
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
https://github.com/rails/rails/commit/505537082849d912e8e29819655b80a573e93c0c
added a call to `remove_possible_method`, but didn't require the file
that defines it.
|
| | | |
| | | |
| | | |
| | | | |
@prathamesh-sonpatki added the last missing commits in #28911.
|