| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
| |
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]
|
| | | |
|
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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.
|
| |
| |
| | |
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]
|
|/ /
| |
| |
| |
| | |
Per https://github.com/rails/rails/issues/20264
[ci skip]
|
|\ \ |
|
| | | |
|
| | |
| | |
| | |
| | | |
use bin/rails instead of rake [ci skip]
|
|\ \ \
| | | |
| | | | |
First pass over parts of Testing guide
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Grammar improvements
- Consistent usage of you or we in sentences
- Tests can have zero or more assertions. Its not mandatory to have one.
- Example for assert_send
[ci skip]
|
|/ / / |
|
| | |
| | |
| | |
| | | |
[ci skip]
|
|\ \ \
| | | |
| | | | |
[ci skip] update guide for Puma web server instead of Webrick
|
| | | |
| | | |
| | | | |
Rails 5.0 default server puma web server. following commit - https://github.com/rails/rails/commit/ae48ea69
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
- Only ones left are from the upgrading guide, and command line guide explicit section about rake
Follow up of https://github.com/rails/rails/pull/23119
[ci skip]
|
| | |
| | |
| | | |
I go through the `http://edgeguides.rubyonrails.org/` and found `rake` commands in various files that are in RAILS 5.0 implement by `bin/rails` command. I try to change all that can be directly use `bin/rails …`
|
| | |
| | |
| | |
| | |
| | | |
- Add new logo for guides header
[ci skip]
|
|\ \ \
| | | |
| | | | |
Mention that halting chain does not re-raise `ActiveRecord::RecordIn…
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
exception as well, similar to `ActiveRecord::Rollback`
Fixes #22297
[ci skip]
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
if not marked as safe by using html_safe
Fixes #22648
[ci skip]
|
| | |
| | |
| | |
| | | |
- Followup of https://github.com/rails/rails/commit/71ff088a09d429657877ddfb58985d30df63fc8a
|
| | |
| | |
| | |
| | | |
[ci skip]
|