Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | | | | | | | | Merge pull request #30092 from bogdanvlviv/prevent-generation-extra-empty-lines | Rafael França | 2017-08-11 | 2 | -7/+6 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Prevent generation extra empty lines in a plugin's Rakefile | bogdanvlviv | 2017-08-09 | 2 | -7/+6 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge pull request #30147 from yhirano55/fix_trailing_blank_lines | Rafael França | 2017-08-11 | 2 | -2/+0 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | [Active Storage] `rubocop -a --only Layout/TrailingBlankLines` | Yoshiyuki Hirano | 2017-08-09 | 3 | -3/+1 |
* | | | | | | | | | | Merge pull request #30113 from dixpac/remove_unecessary_require_in_test_helper | Rafael França | 2017-08-11 | 1 | -2/+0 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Remove unecessary require in test_helper | dixpac | 2017-08-09 | 1 | -2/+0 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Remove unnedded Active Storage installation steps | Rafael Mendonça França | 2017-08-11 | 1 | -8/+0 |
* | | | | | | | | | | Merge pull request #29720 from gaurish/ar_find_error_message_improvement | Rafael França | 2017-08-11 | 4 | -7/+11 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Return Not found Ids in ActiveRecord::NotFound | Gaurish Sharma | 2017-07-29 | 4 | -7/+11 |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #30193 from zverok/robust-postgres-duplicate-db | Rafael França | 2017-08-11 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Update database duplication check | zverok | 2017-08-11 | 1 | -1/+1 |
* | | | | | | | | | | | Merge pull request #30201 from kamipo/eval_active_storage_attached_name_only_... | Rafael França | 2017-08-11 | 1 | -12/+8 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Evaluate `@active_storage_attached_#{name}` only once | Ryuta Kamizono | 2017-08-12 | 1 | -12/+8 |
* | | | | | | | | | | | | Merge pull request #30202 from kamipo/add_null_false_to_active_storage_tables | Rafael França | 2017-08-11 | 1 | -10/+10 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | Add `null: false` to Active Storage tables | Ryuta Kamizono | 2017-08-12 | 1 | -10/+10 |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | Specify `table.name` only when `scope.table` and `table` are different (#29058) | Ryuta Kamizono | 2017-08-11 | 2 | -4/+13 |
* | | | | | | | | | | | | Remove unused `close_connection` in Action Cable tests (#30195) | Ryuta Kamizono | 2017-08-11 | 2 | -8/+0 |
* | | | | | | | | | | | | Enable browser caching for blobs and variants (#30196) | Anton Khamets | 2017-08-11 | 3 | -0/+17 |
|/ / / / / / / / / / / | |||||
* | | | | | | | | | | | Microsoft Azure --> Microsoft Azure Storage [ci skip] | Ryuta Kamizono | 2017-08-12 | 1 | -1/+1 |
* | | | | | | | | | | | Refactor app_generator_test (#30192) | yhirano55 | 2017-08-11 | 1 | -1/+8 |
* | | | | | | | | | | | Merge pull request #30186 from yhirano55/fix_generator_example_code | Robin Dupret | 2017-08-11 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Fix example codes for generators guide [ci skip] | Yoshiyuki Hirano | 2017-08-11 | 1 | -2/+2 |
* | | | | | | | | | | | | Merge pull request #30197 from ohbarye/fix-rdoc-code-formatting | Ryuta Kamizono | 2017-08-11 | 3 | -7/+7 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | Fix RDoc formatting: `+` doesn't work with `@` | ohbarye | 2017-08-11 | 3 | -7/+7 |
|/ / / / / / / / / / / | |||||
* | | | | | | | | | | | Merge pull request #30190 from ydakuka/patch-1 | Vipul A M | 2017-08-11 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Update testing.md | Yauheni Dakuka | 2017-08-11 | 1 | -2/+2 |
|/ / / / / / / / / / / | |||||
* | | | | | | | | | | | Merge pull request #30189 from koic/fix_formatting_of_active_storage_docs | Ryuta Kamizono | 2017-08-11 | 7 | -33/+33 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | Fix formatting of Active Storage docs [ci skip] | Koichi ITO | 2017-08-11 | 7 | -33/+33 |
|/ / / / / / / / / / / |