| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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]
|
|
|
| |
Added important distinction between scopes and class methods.
|
|\
| |
| | |
Array.second_to_last and Array.third_to_last access methods
|
| | |
|
| | |
|
| | |
|
|/
|
|
|
|
| |
Fixed errors in rails migrations docs [ci skip]
Fixed errors in rails security docs [ci skip]
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
`:nothing` option was deprecated in 44781b6e9790d90b4f8b9a41d2b2c114b1a582ee
|
| |
|
|
|
| |
Replace `a` with `an`
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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]
|
|
|
|
|
| |
Fixes #23322
[ci skip]
|
|
|
|
| |
[ci skip]
|
|\ |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
Using url helper method of engine in example code,
include `Engine.routes.url_helpers` is required to use helper method of engine.
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
prathamesh-sonpatki/improve-pg-version-old-error-message
Improve pg version old error message and mention this change in release notes.
|
| | | |
|
|\ \ \
| | | |
| | | | |
update supported version of PostgreSQL in docs [ci skip]
|
| | | |
| | | |
| | | |
| | | | |
Follow up to #23434
|
|\ \ \ \
| |_|/ /
|/| | | |
use rails command in routes task
|
| |/ /
| | |
| | |
| | |
| | | |
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.
|
|/ / |
|
| | |
|
| |
| |
| | |
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`.
|
| | |
|
|\ \
| | |
| | | |
Add options for rake routes task
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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]
|
|\ \ \
| | | |
| | | | |
.git added to https repo urls
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | | |
Add documentation for #17573
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
Fixes some parts of #23148.
[ci skip]
|
|/ / |
|
|\ \
| | |
| | | |
Fix documentation related to `config.assets.cache_store` [ci skip]
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 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.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This reverts commit 96355e87cba247246234386b0af9273cc5d59db9, reversing
changes made to a00c36feea6c0271b5ad48a949ef294514fdef52.
See https://github.com/rails/rails/pull/23366#issuecomment-177714429
|
|\ \ \
| | | |
| | | | |
Update middleware docs regarding ActionDispatch::LoadInterlock [ci skip]
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
y-yagi/remove_backward_compatibility_code_for_minitest_4
remove backward compatibility code for Minitest 4
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The master branch is required Ruby 2.2.2+, for the Ruby 2.2 is bundled Minitest 5.4.3,
I think backward compatibility code for Minitest 4 is unnecessary.
|
| |_|/ /
|/| | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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]
|