| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \ \ \
| | | | | |
| | | | | | |
[ci skip] Stop explaining finders for Rails 3
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Now that master points at Rails 5, we might not need to explain how
things used to work in Rails 3. Or we might… up to you :grin:
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Stop skipping a test that now works on Rubinius
|
|/ / / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The test was skipped because of an issue that, in the meantime,
has been fixed: https://github.com/rubinius/rubinius/issues/3328.
Using the latest Rubinius (the one currently on Travis CI), this
is the result:
```sh
$ ruby --version
rubinius 2.5.3 (2.1.0 2482b093 2015-05-10 3.5.1 JI) [x86_64-darwin14.3.0]
```
**Before this PR**
```sh
$ ruby -Itest test/cases/attribute_assignment_test.rb
Run options: --seed 58569
.....S...
Finished in 0.048278s, 186.4203 runs/s, 269.2738 assertions/s.
9 runs, 13 assertions, 0 failures, 0 errors, 1 skips
You have skipped tests. Run with --verbose for details.
```
**After this PR**
$ ruby -Itest test/cases/attribute_assignment_test.rb
Run options: --seed 35720
.........
Finished in 0.029441s, 305.6961 runs/s, 475.5273 assertions/s.
9 runs, 14 assertions, 0 failures, 0 errors, 0 skips
```
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
[ci skip] Improve phrasing on #explain pretty printing.
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[ci skip] Fix comment of `ActiveRecord::Associations#association_inst…
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
not needed require's
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | | |
- as core_ext is not used and test pass locally
- mail is already required in abstract_unit
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
[ci skip] Fix purpose of `assert_kind_of`
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
Refactor railties console and dbconsole commands
|
|/ / / /
| | | |
| | | |
| | | | |
fix minor convention problems
|
|\ \ \ \
| | | | |
| | | | | |
correct error text message in engines.md [ci skip]
|
| | | | | |
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
promote :except option instead of :only for before action docs [ci skip]
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This moves `TemplateAssertions` out of the `test_case.rb` file and into
it's own `template_assertions` file. It still inherits from
`ActionController`.`
This is in preparation for combining the code for Integration tests and
Controller tests. This will need to be it's own file to be added to the
`requires` for Integration tests. This does not currently change ANY
behavior, just moving it for access later on.
|
|\ \ \ \ \
| |/ / / /
|/| | | | |
`assert_emails` in block form use the given number as expected value
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
minor rdoc syntax fix [ci skip]
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
docs: syncing with the code, adding aj [ci skip]
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
change GeneratedFeatureMethods to GeneratedAssociationMethods in docs
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
the module name was changed in 8e814a0ac0768816974d2bfd68d33d931592751e
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Provide provider_job_id to qu adapter.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Further work to provide provider_job_id for queue adapters.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
as/core_ext require's not used
|
| | |/ / / /
| |/| | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Better formatted documents [ci skip]
|
|/ / / / / / |
|
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
[ci skip]
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Refactor sidekiq adapter enqueue and enqueue_at methods
|
| | |/ / / /
| |/| | | | |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | |
| | | | | |
| | | | | | |
vngrs/remove_test_order_from_activejob_test_helper
Don't need to explicitly set test_order it's :random default
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
:nodoc: rename_column in postgresql/schema_statements.rb [ci skip]
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Its already doc'ed in
activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The old `test_create_bang_returns_falsy_when_join_record_has_errors` had
a missleading name and was a duplicate of
`test_save_should_not_raise_exception_when_join_record_has_errors`.
Since it had an assertion on the return value I renamed it accordingly
and got rid of the duplicate test.
|