| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| | |
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]
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- inbuilt --> built-in
- Remove random spaces from code examples
[ci skip]
|
|\ \ \
| | | |
| | | | |
Pass 3 over testing guide
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Various grammar fixes
- Added assertions for update controller action tests
- Added user helper tests
- Fix typos
[ci skip]
|
|/ /
| |
| | |
Spelling mistake - direcotry > directory
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| | |
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]
|
| |
| |
| |
| |
| |
| | |
It is not always there anymore
[ci skip]
|
| |
| |
| |
| | |
[ci skip]
|
| |
| |
| |
| | |
The documentation team didn't reviewed it yet so it can't be published.
|
| |
| |
| |
| |
| |
| |
| |
| | |
When I was looking for more info regarding this the only way I ended up
on that page was by googling something along the lines of "rails new
api" (as I wanted to find out what are the proper parameters when
generating api app). I think it's beneficial to have that page in table
of contents.
|
|\ \
| | |
| | | |
Introduce new welcome page for new projects
|
| | |
| | |
| | |
| | | |
As requested by David in 23233.
|
| | |
| | |
| | | |
Added an "Or, in English..." explanation to the "Joining Nested Associations (Multiple Level)" example.
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
Pass 2 over testing guide
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Grammar fixes
- Wordsmitting
- Fixed wrong statement about association usage in fixtures
- Changed association name from 'one' to 'first' instead
- More consistent usage of we/our
- Mentions assert_select is below, not already covered in Integration test.
[ci skip]
|
|\ \ \
| | | |
| | | | |
Change permission to readonly [ci skip]
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
changed from 755 to 644.
I executed `chmod -x guides/assets/javascripts/responsive-tables.js`.
[ci skip]
|
|/ /
| |
| |
| |
| | |
Per https://github.com/rails/rails/issues/20264
[ci skip]
|
|\ \ |
|
| | | |
|
| | |
| | |
| | |
| | | |
use bin/rails instead of rake [ci skip]
|