Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | 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 | |
* | | | | | | | | | | | | | Remove unneeded nodoc | Rafael Mendonça França | 2017-01-30 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Override the initializers instead of using tap | Rafael Mendonça França | 2017-01-30 | 1 | -3/+6 | |
* | | | | | | | | | | | | | Make internal classes internal for the documentation | Rafael Mendonça França | 2017-01-30 | 1 | -2/+2 | |
| |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge pull request #27784 from y-yagi/add_warnings_option_to_test_runner | Rafael França | 2017-01-30 | 4 | -0/+31 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | add warnings option to test runner | yuuji.yaginuma | 2017-01-24 | 4 | -0/+31 | |
* | | | | | | | | | | | | | Merge pull request #27787 from y-yagi/show_correct_class_name_in_migration_error | Rafael França | 2017-01-30 | 2 | -3/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | show correct class name in migration inherited directly error | yuuji.yaginuma | 2017-01-24 | 2 | -3/+4 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #27847 from jaredbeck/patch-6 | Rafael França | 2017-01-30 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Docs: Specify return value of `save!` | Jared Beck | 2017-01-30 | 1 | -0/+2 | |
* | | | | | | | | | | | | | | Merge pull request #27743 from jordanlewis/simplify-postgres-column-definitions | Rafael França | 2017-01-30 | 1 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Simplify Postgres query for column_definitions() | Jordan Lewis | 2017-01-30 | 1 | -5/+5 |