| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The method doesn't really make much sense (find_tzinfo will succeed for any imput provided).
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
There's no point in having 2 almost identical (@lazy_zones_map and @zones_map) lazy initialized TZ instance caches.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Plain ruby Hashes are not thread safe.
|
| | | | | | | |
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Removed redundant field name in the guide
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
Fixes: #13108
[ci skip]
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Update render with a spacer_template [ci skip]
|
|/ / / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
dmitriy-kiriyenko/fix-segmentation-fault-it-ruby-2.0.0-p353
Fix segmentation fault in Ruby 2.0.0-p353.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
In Ruby 2.0.0-p353 there was a
[commit](https://github.com/ruby/ruby/commit/66915c507777c5e3a978fa73de25db763efd9206)
that switched case matching from actual sending `===` method to magic lookup,
that does not see it in `method_missing`. It's hard to predict how exactly and
when exactly this bug will be solved so here I suggest a solution of defining
it in Duration directly.
In Ruby 2.0.0-p353 without the added fix added test crashes to segmentation
fault.
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | / / /
| | |_|_|/ / /
| |/| | | | | |
Typo fixes [ci skip]
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Raise `ArgumentError` when `has_one` is used with `counter_cache`
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Previously, the `has_one` macro incorrectly accepts the `counter_cache` option
due to a bug, although that options was never supported nor functional on
`has_one` and `has_one ... through` relationships. It now correctly raises an
`ArgumentError` when passed that option.
For reference, this bug was introduced in 52f8e4b9.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Fixes failing test for JRuby
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
in JRuby FileUtils do not change
current dir when moving files
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
[ci skip].
This solves:
```
Could not find gem 'arel (~> 5.0.0) ruby', which is required by gem 'rails (>= 0) ruby', in any of the sources.
```
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Improve Module#delegate documentation.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
private or protected methods. [ci skip]
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Fix URL to robots.txt documentation [ci skip]
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| |/ / / / / / / /
|/| | | | | | | | |
Skipping debugger inclusion test if JRuby
|
| | | | | | | | |
| | | | | | | | |
| | | | | | | | |
| | | | | | | | | |
fixes tests for JRuby
|
|\ \ \ \ \ \ \ \ \
| | |_|/ / / / / /
| |/| | | | | | | |
Typo fix
|
| | | | | | | | | |
|
|/ / / / / / / /
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
This method is not using the block variable directly since it is calling
yield
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
removed unnecessary test case
|
| | |/ / / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
removed unnecessary test case and improved test case for belongs_to having invalid options
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Remove `DatabaseStatements#case_sensitive_equality_operator`. It has been deprecated already.
|
| | |/ / / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | | |
deprecated already.
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
#type_cast - improve performance & readability
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |_|/ / / / / /
|/| | | | | | | |
fix mysql version check in rename_index
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
also clarify native rename_index support is >= 5.7, not > 5.7
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Make it prominent that after_commit and after_rollback swallow exceptions.
|
|/ / / / / / /
| | | | | | |
| | | | | | |
| | | | | | | |
exceptions should me made clear. Made that section to be a instead of a regular paragraph.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
implement rename_index natively for MySQL > 5.7
|
| | | | | | | | |
|
|\ \ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
Fix an activesupport inflector test changing the inflector but not reverting all its changes afterwards
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
/cc @fxn
|
| | | | | | | | |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Extract **notable changes**, **deprecations** and **removals** from
each CHANGELOG.
I tried to reference the commits and pull requests for new features
and deprecations.
In the process I also made some minor changes to the CHANGELOGS.
The 4_1_release_notes guide is declared WIP.
|
| | | | | | | | |
|
| | | | | | | | |
|
| | | | | | | | |
|
|/ / / / / / / |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
because it is only used in
`activerecord/test/cases/adapters/oracle/synonym_test.rb`
See rails/rails#13054
|