| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This reverts commit f34c27a452418d8aa17f92bb0fd7ae97b5f7e252.
We'll be taking a different tack on this with new `bundle binstubs <gem>` support.
|
|
|
|
|
| |
This reverts commit 7173c4f931c9026bd3bc0b644d93dae744433f09.
This reverts commit a562f9fa09967eba26dff1c3bc8aa85b6f0a72ff.
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
This reverts commit a3309caf338830849acd826bc6ad14f972e787db.
Reason: docrails isn't the place to do this.
[ci skip]
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This reverts commit 0d8ca8124de9b3a5f6398a28d79baca935a1f96c.
Reason: docrails isn't the place to do this. Also, I feel this is
not really required.
[ci skip]
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This reverts commit 41381c19d1f3920ee9540aff0d35209cb43fb057.
Reason: This doesn't quite fit the flow where it's added. Let's add this
someplace else if it's explicitly required.
[ci skip]
|
| | |
|
| |
| |
| |
| | |
These tips were documenting an inconsistency issue https://github.com/rails/rails/issues/8621. That issue is resolved by https://github.com/rails/rails/issues/8622.
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Remove 'assigned but unused variable' warning
|
| | | |
|
|/ / |
|
| | |
|
|\ \
| | |
| | | |
rewrite order dependent test case
|
|/ /
| |
| |
| |
| |
| | |
As reported (https://github.com/rails/rails/pull/8185#issuecomment-11702226)
this test relied on the order a hash was serialized. Comparing the parsed
hash makes the test no longer order dependent.
|
|\ \
| | |
| | | |
Ruby 1.9 style hash in Route Inspector
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Tagging every message in tests makes the logs really wide. It's great
for grepping, but annoying to open in an editor or a narrow terminal.
Try out a different approach: spit out a heading before each test.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
collection_check_boxes to a private method.
It will make easier to extend.
Example:
class CollectionRadioButtons < ActionView::Helpers::Tags::CollectionRadioButtons
include CollectionExtensions
def render
wrap_rendered_collection(super, @options)
end
private
def render_component(builder)
builder.radio_button + builder.label(:class => "collection_radio_buttons")
end
end
|
| | |
| | |
| | |
| | | |
`false`
|
| | |
| | |
| | |
| | | |
[ci skip]
|
| | | |
|
|\ \ \
| | | |
| | | | |
refactor highlight method: return fast if text or phrases are blank
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
right place.
The EachValidator#validate already handle :allow_blank and :allow_nil,
correctly.
Closes #8622.
Fix #8621.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts:
activemodel/lib/active_model/errors.rb
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We should mention that the ordering matters with regards
to timestamps, and not imply that it's just for uniqueness
purposes.
Closes #8610.
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
quote column names in generated fixture files
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
paukul/validate_on_condition_on_transaction_callbacks
Validate :on option on after_commit and after_rollback callbacks
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
is false.
If it is nil we can't raise the exception
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
more descriptive return parameters
|
| | | | | | | |
|
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
want you to check those in!
This reverts commit 35c554f0bf518e1068e79002a462c3deba649e9b.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
senny/8576_cant_inherit_from_deprecated_buffered_logger
deprecation warning when BufferedLogger is instantiated
|
| | |/ / / /
| |/| | | | |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
replace AS::BufferedLogger doc mentions with AS::Logger
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
senny/8576_cant_inherit_from_deprecated_buffered_logger
ActiveSupport::BufferedLogger can be subclassed
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Remove warning of intance variable not initialized
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
minor grammar fix
|
|/ / / / / / |
|
| |_|/ / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The AS utility silence_warnings does not really silence this
one, because it is issued at parse-time. It seemed to in
some places because the constant was the only expression in
the block and therefore it was its return value, that could
potentially be used by silence_warnings are return value of
the yield call.
To bypass the warning we assign to a variable. The chosen
variable is "_" because it is special-cased in parse.c not
to issue an "assigned but unused variable" warning in turn.
|