Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | correctly set test adapter when configure the queue adapter on a per job (#26... | Yuji Yaginuma | 2017-01-31 | 5 | -10/+62 |
* | Merge pull request #27859 from yahonda/diag27826 | Rafael França | 2017-01-31 | 2 | -11/+25 |
|\ | |||||
| * | Add sqlite3_mem adapter to Travis CI | Yasuo Honda | 2017-01-31 | 1 | -0/+3 |
| * | Use temporary connection pool for sqlite3_mem adapter | Yasuo Honda | 2017-01-31 | 1 | -11/+22 |
* | | Remove deprecated callbacks from ActionDispatch middlewares | Rafael Mendonça França | 2017-01-31 | 7 | -163/+70 |
* | | Merge pull request #27850 from apauly/feature/active_job_test_helper | Rafael França | 2017-01-31 | 3 | -7/+18 |
|\ \ | |||||
| * | | Append skipped jobs to enqueued_jobs | Alexander Pauly | 2017-01-31 | 3 | -7/+18 |
* | | | Merge pull request #27858 from mtsmfm/fix-inherit-from-deprecated-erubis | Rafael França | 2017-01-31 | 3 | -1/+12 |
|\ \ \ | |||||
| * | | | Fix inherit from deprecated `ActionView::Template::Handlers::Erubis` | Fumiaki MATSUSHIMA | 2017-02-01 | 3 | -1/+12 |
* | | | | Merge pull request #27758 from kenta-s/neglected-todo-in-render_test | Arthur Nogueira Neves | 2017-01-31 | 1 | -2/+1 |
|\ \ \ \ | |||||
| * | | | | Get neglected TODO done in render_test | kenta-s | 2017-01-24 | 1 | -2/+1 |
* | | | | | Merge pull request #27767 from benoittgt/freeze_sql_type_with_get_oid_type | Arthur Nogueira Neves | 2017-01-31 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Freeze default empty string for sql_type in get_oid_type | Benoit Tigeot | 2017-01-22 | 1 | -1/+1 |
* | | | | | | Merge pull request #27855 from kevinzwhuang/finder-methods-typo-fix | Eileen M. Uchitelle | 2017-01-31 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Fix grammar typo about sort in finder_methods.rb | Kevin Huang | 2017-01-30 | 1 | -2/+2 |
* | | | | | | | Merge pull request #27857 from kenta-s/add-test-for-variable_size_secure_compare | Eileen M. Uchitelle | 2017-01-31 | 1 | -1/+6 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| * | | | | | | Add test for `variable_size_secure_compare` | kenta-s | 2017-01-31 | 1 | -1/+6 |
* | | | | | | | Merge pull request #27856 from kenta-s/remove-redundant-right-parentheses | प्रथमेश Sonpatki | 2017-01-31 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Remove redundant right parentheses in number_helper [ci skip] | kenta-s | 2017-01-31 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #27838 from kamipo/reload_destroyed_through_record | Rafael França | 2017-01-31 | 2 | -0/+11 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | Reload `through_record` that has been destroyed in `create_through_record` | Ryuta Kamizono | 2017-01-29 | 2 | -0/+11 |
* | | | | | | Raise in the initialize not in the execute | Rafael Mendonça França | 2017-01-31 | 3 | -13/+12 |
* | | | | | | Merge pull request #27824 from kenta-s/raise-an-error-if-no-block-given | Rafael França | 2017-01-31 | 3 | -2/+17 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Raise an error if FileUpdateChecker#execute is called with no block | kenta-s | 2017-01-28 | 3 | -2/+17 |
* | | | | | | | Don't mutate raw_source in mailer preview interceptor | Eugene Kenny | 2017-01-30 | 2 | -5/+35 |
* | | | | | | | Merge pull request #27849 from joevandyk/patch-2 | Rafael França | 2017-01-31 | 1 | -1/+2 |
* | | | | | | | Merge pull request #27853 from y-yagi/add_default_value_to_deliver_later_queu... | Rafael França | 2017-01-31 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | add default value to `deliver_later_queue_name` option [ci skip] | yuuji.yaginuma | 2017-01-31 | 1 | -1/+1 |
* | | | | | | | | Merge pull request #27738 from kenta-s/remove-unused-argument-formats | Rafael França | 2017-01-31 | 2 | -27/+27 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Remove unused argument `formats` | kenta-s | 2017-01-20 | 2 | -27/+27 |
* | | | | | | | | | Merge pull request #27842 from richseviora/master | Rafael França | 2017-01-31 | 2 | -0/+39 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Added warning for reserved YAML keywords. | Rich Seviora | 2017-01-30 | 2 | -0/+39 |
| | |_|_|/ / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #27647 from Shopify/fully-eagerload-journey | Rafael França | 2017-01-30 | 6 | -1/+45 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Fully initialize routes before the first request is handled | Jean Boussier | 2017-01-18 | 6 | -1/+45 |
* | | | | | | | | | | Merge pull request #27797 from y-yagi/correctly_check_error_message | Arthur Nogueira Neves | 2017-01-30 | 6 | -12/+27 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | correctly check error message | yuuji.yaginuma | 2017-01-25 | 6 | -12/+27 |
* | | | | | | | | | | | Avoid lambda scopes when possible | Aaron Patterson | 2017-01-30 | 1 | -3/+1 |
| |_|_|_|/ / / / / / |/| | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #27851 from tenderlove/scope-chain | Aaron Patterson | 2017-01-30 | 4 | -57/+47 |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |||||
| * | | | | | | | | | deprecate `scope_chain` | Aaron Patterson | 2017-01-30 | 2 | -5/+17 |
| * | | | | | | | | | update comments and call `super` | Aaron Patterson | 2017-01-30 | 1 | -24/+3 |
| * | | | | | | | | | remove caching until we prove it is required | Aaron Patterson | 2017-01-30 | 1 | -7/+3 |
| * | | | | | | | | | Fix `scopes` implementation on `PolymorphicReflection` | Aaron Patterson | 2017-01-30 | 3 | -54/+15 |
| * | | | | | | | | | Implement `scopes` method on each Reflection | eileencodes | 2017-01-30 | 1 | -5/+47 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge pull request #27822 from mtsmfm/bump-unicode-version | Jeremy Daer | 2017-01-30 | 5 | -10/+38 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Update Unicode Version to 9.0.0 | Fumiaki MATSUSHIMA | 2017-01-28 | 5 | -10/+38 |
* | | | | | | | | | | Document with with an example an link to Parameterized | Rafael Mendonça França | 2017-01-30 | 1 | -1/+6 |
* | | | | | | | | | | :scissors: | Rafael Mendonça França | 2017-01-30 | 1 | -1/+1 |
* | | | | | | | | | | No need to advertise in the rdoc documentation | Rafael Mendonça França | 2017-01-30 | 1 | -3/+0 |
* | | | | | | | | | | Avoid should in test names | Rafael Mendonça França | 2017-01-30 | 1 | -1/+1 |
* | | | | | | | | | | Implement respond_to_missing? in the Parameterized::Mailer class | Rafael Mendonça França | 2017-01-30 | 2 | -6/+25 |