Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Fix CI failure due to reference type mismatch | Ryuta Kamizono | 2017-08-14 | 2 | -12/+18 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #30237 from koic/remove_unnecessary_include_in_rubocop | Matthew Draper | 2017-08-14 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Remove unnecessary Include parameter in rubocop.yml | Koichi ITO | 2017-08-14 | 1 | -1/+0 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #30230 from koic/use_frozen_string_literal | Matthew Draper | 2017-08-14 | 31 | -13/+64 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Use frozen string literal in root files | Koichi ITO | 2017-08-13 | 5 | -13/+9 | |
| * | | | | | | | | Use frozen string literal in ci/ | Koichi ITO | 2017-08-13 | 2 | -0/+3 | |
| * | | | | | | | | Use frozen string literal in tools/ | Koichi ITO | 2017-08-13 | 4 | -0/+7 | |
| * | | | | | | | | Use frozen string literal in tasks/ | Koichi ITO | 2017-08-13 | 2 | -4/+7 | |
| * | | | | | | | | Use frozen string literal in guides/ | Koichi ITO | 2017-08-13 | 22 | -0/+42 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Wait for the Delayed Job worker thread to finish | Matthew Draper | 2017-08-13 | 1 | -0/+1 | |
* | | | | | | | | Merge pull request #30228 from kamipo/fix_random_ci_failure | Matthew Draper | 2017-08-13 | 1 | -2/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix random CI failure due to non-deterministic sorting order | Ryuta Kamizono | 2017-08-13 | 1 | -2/+4 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #30211 from koic/frozen_activestorage | Matthew Draper | 2017-08-13 | 75 | -4/+149 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Use frozen string literal in Active Storage | Koichi ITO | 2017-08-12 | 75 | -4/+149 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #30079 from kamipo/move_test_not_compatible_with_serialize... | Matthew Draper | 2017-08-13 | 2 | -11/+11 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Move `test_not_compatible_with_serialize_macro` to `JSONSharedTestCases` | Ryuta Kamizono | 2017-08-11 | 2 | -11/+11 | |
* | | | | | | | | | Merge pull request #30222 from kamipo/respect_pk_type | Matthew Draper | 2017-08-13 | 1 | -5/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Use `references` to respect primary key type in active storage tables | Ryuta Kamizono | 2017-08-13 | 1 | -5/+3 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #30226 from kamipo/delegate_to_enumerable_find | Matthew Draper | 2017-08-13 | 2 | -17/+14 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Delegate to `Enumerable#find` for `CollectionProxy` | Ryuta Kamizono | 2017-08-13 | 2 | -17/+14 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #30209 from kamipo/remove_duplicated_table_name | Rafael França | 2017-08-12 | 1 | -8/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove duplicated `table_name` | Ryuta Kamizono | 2017-08-12 | 1 | -8/+0 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* / | | | | | | | Test for the new exception of delegate_missing_to (#30191) | Anton Khamets | 2017-08-12 | 3 | -3/+22 | |
|/ / / / / / / | ||||||
* | | | / / / | Fix outdated comment for `Core::ClassMethods#===` [ci skip] (#30146) | Ryuta Kamizono | 2017-08-12 | 1 | -2/+2 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | Merge pull request #30166 from yhirano55/fix_generator_method_environment | Rafael Mendonça França | 2017-08-11 | 4 | -19/+99 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Optimize indentation for generator actions | Yoshiyuki Hirano | 2017-08-11 | 4 | -19/+99 | |
* | | | | | | | Merge pull request #30165 from tjschuck/code_formatting_fix | Rafael França | 2017-08-11 | 1 | -10/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add code formatting and minor grammar clarifications | T.J. Schuck | 2017-08-09 | 1 | -10/+10 | |
* | | | | | | | | Merge pull request #30126 from chopraanmol1/support_for_has_many_and_has_one_... | Rafael França | 2017-08-11 | 4 | -12/+26 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Changed join_fk private method to join_foreign_key public method | chopraanmol1 | 2017-08-09 | 3 | -15/+11 | |
| * | | | | | | | | Currently if relation object are passed to where condition for has one or has... | chopraanmol1 | 2017-08-08 | 3 | -3/+21 | |
* | | | | | | | | | Merge pull request #29559 from kirs/eager-load-controller-actions | Rafael França | 2017-08-11 | 3 | -0/+72 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Eager load controller and mailer actions | Kir Shatrov | 2017-07-29 | 3 | -0/+72 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #30114 from yhirano55/remove_empty_line_from_dummy_manifest | Rafael França | 2017-08-11 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Removed empty line from dummy_manifest | Yoshiyuki Hirano | 2017-08-07 | 1 | -1/+0 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #30103 from yahonda/has_one_associations_failures | Rafael França | 2017-08-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add `:authors` fixture to address two random failures at HasOneAssociationsTest | Yasuo Honda | 2017-08-06 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #30116 from yhirano55/skip_unused_components_when_running_... | Rafael Mendonça França | 2017-08-11 | 3 | -1/+32 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Skip unused components when running in Rails plugin | Yoshiyuki Hirano | 2017-08-09 | 3 | -1/+32 | |
* | | | | | | | | | | | Merge pull request #30105 from bogdanvlviv/remove-sorted-test_order | Rafael França | 2017-08-11 | 1 | -2/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Remove :sorted test order for isolated tests | bogdanvlviv | 2017-08-07 | 1 | -2/+0 | |
* | | | | | | | | | | | | Merge pull request #30198 from betesh/activestorage-rack-test-uploaded-file | Rafael França | 2017-08-11 | 2 | -2/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Make activestorage treat Rack::Test::UploadedFile just like ActionDispatch::H... | Isaac Betesh | 2017-08-11 | 2 | -2/+8 | |
* | | | | | | | | | | | | | Merge pull request #30110 from yhirano55/add_git_source | Rafael Mendonça França | 2017-08-11 | 3 | -0/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Add git_source to Gemfile for plugin generator | Yoshiyuki Hirano | 2017-08-09 | 3 | -0/+10 | |
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge pull request #30060 from bdewater/aj-callback-docs | Rafael França | 2017-08-11 | 1 | -22/+30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Make one line example fit on one line [ci skip] | Bart de Water | 2017-08-09 | 1 | -3/+1 | |
| * | | | | | | | | | | | | | Improve callback examples in Active Job guide [ci skip] | Bart de Water | 2017-08-03 | 1 | -22/+32 | |
* | | | | | | | | | | | | | | Merge pull request #30159 from allcentury/dump-temp-file-permissions | Rafael França | 2017-08-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Use copy to preserve file permissions | Anthony Ross | 2017-08-09 | 1 | -1/+1 |