Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | 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 | |
* | | | | | | | | | | | | | 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 |