| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \ \
| | | | |
| | | | | |
"normalize_callback_params" doesn't require name param
|
| | |/ /
| |/| | |
|
|\ \ \ \ |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
in inflectors"
This reverts commit 8f901dee9e2072dd20e0a252a89dd501d783d85b.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
inflector method classify"
This reverts commit 8d5fcb691e7496900f1c77dff8d6e729c1b56201.
Reason: Changelogs are not to be edited in docrails.
[ci skip]
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit e47c85c696de1c4137c222bedc846b2cdbb0893f.
Reason: Let's not nodoc without reason.
[ci skip]
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit 328e876a1569058e47eaf7ea3f4f045a83b585fa.
Reason: Let's not nodoc without reason.
[ci skip]
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This reverts commit dfb69f2b8a85586ad70071baba416747cbb07364.
Reason: Let's not nodoc without reason.
[ci skip]
|
| | | | |
| | | | |
| | | | |
| | | | | |
method classify
|
| | | | |
| | | | |
| | | | |
| | | | | |
ActionMailer templates that are not plain text do not require *.text.* in the name and will fail to be picked up automatically if it is included in the name.
|
| |\ \ \ \
| | | | | |
| | | | | | |
Corrected documentation regarding validation errors
|
| |/ / / / |
|
| | | | |
| | | | |
| | | | |
| | | | | |
inflectors
|
| | | | |
| | | | |
| | | | |
| | | | | |
Association and its inherited classes
|
| | | | |
| | | | |
| | | | |
| | | | | |
ActiveRecord::Associations::Builder::Association class
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
ActionMailer::DeliveryMethods::ClassMethods
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Cleaned up rdoc a bit emphasizing that callbacks are called. Also
removed the stress on the fact that records are always removed.
If callbacks return false then records will not be deleted.
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fixed some typos
|
| | | | | | |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
Adding notes on PATCH to the upgrade guide. [ci skip]
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Discusses compatibility between PATCH and PUT, as well as how to add
support for JSON PATCH to your application.
Fixes #10439.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Add test to counter cache test.rb
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
0123c39f41e2062311b2197e6e230ef8ad67e20e
Due to commit 0123c39f41e2062311b2197e6e230ef8ad67e20e, column
topic.unique_replies_count has been added, and these test started to
fail since the tests depends on the topic tables column info.
|
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
According to
https://github.com/rails/rails/blob/b601399b72ab56cc01368f02615af99f45d1
4f02/activerecord/lib/active_record/counter_cache.rb#L14, u can pass
more then one association to the `reset_counters` method.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Don't autorequire mocha to avoid deprecation warnings
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- https://travis-ci.org/rails/rails/jobs/7264822 contains deprecated
warnings given by Mocha version 0.14
- 632f215da added Mocha 0.14 to Gemfile
- But with the version, require: false was removed
- So Mocha started giving deprecation warnings
- Acc.to Mocha documentation(https://github.com/freerange/mocha#bundler)
it should not be auto required.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
exception are unlikely to pass this assertion, but since the assertions
raise an exception, the original exception is lost.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Bug fix: Evented notification subscribers can handle published events
|
|/ / / / / / |
|
| | | | | | |
|
|/ / / / / |
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
plugin new missing license spec
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When bundling a gem created with
rails plugin new
Bundler outputs the following warning when building the gem:
WARNING: licenses is empty
modified: railties/lib/rails/generators/rails/plugin_new/templates/%name%.gemspec
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Mocha 0.14.0 was released with MT5 support. Switch back to gem
|
|/ / / / |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
When named route that is nested is used in 3.2.13
Example `routes.rb`:
```
resources :nested do
resources :builder, :controller => 'nested/builder'
end
```
In 3.2.12 and 3.2.12 this named route would work:
```
nested_builder_path(:last_step, :nested_id => "foo")
```
Generating a url that looks like `/nested/foo/builder/last_step`. This PR fixes the regression when building urls via the optimized helper. Any explicit keys set in the options are removed from the list of implicitly mapped keys.
Not sure if this is exactly how the original version worked, but this fixes this use case regression.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
the"
This reverts commit 55975c71ec9c2c18b67020484959ff5c69d4d3fb.
|