| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
treetop is no longer a mail (rails) dependency [ci skip]
|
|/
|
|
| |
see https://github.com/mikel/mail/commit/2da7c7985c221272f6451b27ab8b41e84e0a6804
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Remove the libxml2 and libxslt part ; Nokogiri ships now with these
libraries bundled.
* Add the missing installation instructions for either Arch Linux,
FreeBSD or Mac OS X.
* Use the new `pkg install` syntax over `pkg_add -r` for FreeBSD 10+
users.
* Point to the up-to-date version of PostgreSQL as for the BSD port.
* Make the platform installation instructions order consistent
throughout the guide.
* Remove useless duplicated links to Homebrew's home.
[ci skip]
|
| |
|
|\
| |
| | |
show stats for app/jobs
|
| | |
|
|\ \
| | |
| | | |
[ci skip] Added documentation for has_many extension parameter
|
| | | |
|
|\ \ \
| | | |
| | | | |
Grammer and spelling pass on web console release note. [CI SKIP]
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
Describe web-console in the release notes
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
I put a more up-to-date description of Web Console in the release notes.
I'm not really happy with the language, so if you guys can help me with
that I'll be grateful :)
|
|\ \ \
| |/ /
|/| | |
Raise ActiveJob::SerializationError when cannot serialize job arguments
|
|/ / |
|
|\ \
| | |
| | | |
Fix guide anchor generation logic.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This could use in any translation because it's not limited to `[^a-z0-9]`.
Verify after this change, all guides still have same anchors.
[Robin Dupret & Juanito Fatas]
|
| | |
| | |
| | |
| | |
| | | |
* Require either FIRST or LAST qualifier for "NULLS ..."
* Require whitespace before "NULLS ..."
|
|\ \ \
| |/ /
|/| |
| | | |
Fix postgresql adapter #columns_for_distinct trimming whitespace it shouldn't
|
|/ /
| |
| |
| | |
Fixes #16623 introduced by https://github.com/rails/rails/commit/3d5a2019bcccc6fb01bee4811ca669f4383edb51
|
|\ \
| | |
| | | |
Fix example code in Active Job guide [ci skip]
|
|/ / |
|
|\ \
| | |
| | | |
Correct AR::RecordNotFound in AJ guide rescue example [ci skip]
|
| | | |
|
|\ \ \
| | | |
| | | | |
Use zero-padding for number_to_rounded_converter
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
Documentation update for form_for options
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This is true of the first param (url_for_options),
not of the second options param which is being
documented here.
[ci skip]
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Docs for all the other form tag helpers in this
file already clarify this.
[ci skip]
|
|\ \ \ \
| | | | |
| | | | | |
Added enqueue_at support for QueAdapter in ActiveJob
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* Added inline job runner for Que in test/support
* Updated QueAdapter to support enqueue_at
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[ActiveJob] Add hook for test_framework
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[ActionMailer] require activejob railtie
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
adding the exception RecordNotFound to UUID find #11957
|
| | |/ / / /
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Don't calculate in-place changes twice
|
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Now that `changed_attributes` includes in place changes, we don't need
to override these methods in Active Record. Partially fixes the
performance regression caused by #16189
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Implemented enqueue_at for ActiveJob's Backburner adapter
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
Active Job Guide: Example of config queue_name_prefix [ci skip]
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
features
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Don't fight against ourselves for the default log level
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
If we want to always default to :debug, let's just do that.
At which point the production.rb entry can become an "uncomment to
change" instead.
|
|\ \ \ \ \ \ \
| |_|/ / / / /
|/| | | | | | |
Replacing an each with reduce
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This way no new object allocation is taking place. Thanks @jeremy for
the suggestion!
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
The functionality has not changed, but the code is more elegant by
using `reduce` instead of `each`.
This way no accumulator needs to be declared, no explicit return is
needed.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Define the Duration#instance_of? method
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Since Duration is extending from ProxyObject which extends itself from
BasicObject, the Duration object doesn't respond to the #instance_of?
method. Thus, the #method_missing hook get triggered, delegating the
method to its `value` attribute.
However, Rubinius' #eql? definition relies on #instance_of?, thus this
will equal to true with a Fixnum (since its `value` attribute is a
Fixnum) while it should not.
The previous behavior was wrong anyway, no matter the implementation.
|