| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
[ci skip]
Closes #20792.
Custom validation methods are implemented in terms of
callbacks. The `validate` callback chain can't be halted using return
values of individual callbacks.
|
|\
| |
| | |
Add to Security guides the secrets.yml [ci skip]
|
| |
| |
| |
| | |
[ci skip]
|
|/
|
|
|
|
| |
guide [ci skip]
these methods were removed in 2d27b82d4cf446543539ad20afcbad256d8aeff7
|
|\
| |
| | |
Create Adding images in Action Mailer Views on guides
|
| |
| |
| |
| | |
[ci skip]
|
|/ |
|
|\
| |
| | |
Improve integration_tool documentation
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
As per railties/lib/rails/test_unit/railtie.rb, where it sets it explicitly.
This can be confirmed by starting a new Rails console session in a new app and running this code:
Rails.application.config.app_generators.rails[:integration_tool]
I also beefed up the documentation slightly to be more explicit about what this configuration setting does.
|
|\ \
| | |
| | | |
To fix #20644
|
| | |
| | |
| | | |
Added a note on development kit for Windows Users. This is required as Windows users can get frustrated when their first rails project creation would fail as some native gem won't get built.
|
| | | |
|
| | |
| | |
| | |
| | | |
references migration [ci skip]
|
| | | |
|
| | |
| | |
| | |
| | | |
Closes #20705.
|
| | |
| | |
| | | |
"reproduce" word is better suited then "replicate" as its also used at other places in this same document having same context. It will then be consistent across document.
|
|\ \ \
| | | |
| | | | |
Change documentation for collection.build and collection.create [ci-skip]
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Add reversible syntax for change_column_default
|
| | |/ /
| |/| | |
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
add_source in Application Template should take a block for gem entries
|
| | | | |
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
[ci skip] Make clear what `this method` is
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
In this sentence, there are three candidates of `this method`
* default_url_options
* url_for
* helper method(s)
so make it clear.
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
As of 56903585, the Rack::ContentLength middleware isn't included by
default anymore.
The only remaining middleware is Rack::Lock ; since it's only included
when using WEBrick, it's certainly not worth documenting it in the
guides.
[ci skip]
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
Conflicts:
guides/source/configuring.md
|
| | |
| | |
| | | |
[ci skip]
|
| | |
| | |
| | |
| | | |
[ci skip]
|
| | |
| | |
| | |
| | | |
This is same type commit of https://github.com/rails/rails/pull/20463
|
| | | |
|
|\ \ \
| | | |
| | | | |
Add openssl_verify_mode and sync other smtp_settings with API docs [ci skip]
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
this behavior was changed in 99a6f9e60ea55924b44f894a16f8de0162cf2702
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
updates caching guide to reflect current Rails capabilities [ci skip]
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Rails::Rack::Debugger was removed in 93559da4826546d07014f8cfa399b64b4a143127
|
| | | | |
| | | | |
| | | | |
| | | | | |
skip]
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Fix a few remaining typos
* Wrap lines to 80 chars
* Fix the conversion from Textile to Markdown
* Update the part about `Rack::Cache` which isn't included anymore and
speak about Active Support's provided middleware
* Remove references to out-of-date methods and middlewares (e.g.
respond_with) and update the list of modules and middlewares to match
the actual code-base.
* Remove the middleware's description and links to the Rack guide
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
[ci skip]
The PostgreSQL 9.4 docs suggest to use `pgcrypto`.
Howerver `create_table id: :uuid` will still default to `uuid_generate_v4()`
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
By default Rails automaticaly loads all files under the app directory
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Extended 'Active Job Basics' guide with more detailed information
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
an additional step [ci skip]
Normalized use of 'queueing'/'queuing' in the document.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
I think people would find it useful to know that you can pass in multiple fixture names to get an array of all the fixtures. I've found this useful in my own app. It looks like there already a test case that supports this feature (https://github.com/rails/rails/blob/master/activerecord/test/cases/fixtures_test.rb#L398), but it's just not documented here.
I look forward to your feedback!
|