Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Update The Rails Initialization Process of guide [ci skip] | Yoshiyuki Hirano | 2017-08-20 | 1 | -7/+10 | |
* | | | | | | | | | | Merge pull request #30330 from yhirano55/update_database_config_in_command_li... | George Claghorn | 2017-08-19 | 1 | -4/+7 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Update database config in The Rails Comamnd Line of guide [ci skip] | Yoshiyuki Hirano | 2017-08-20 | 1 | -4/+7 | |
| |/ / / / / / / / / | ||||||
* / / / / / / / / / | Attributes are protected, not private, to avoid the warning | Matthew Draper | 2017-08-20 | 1 | -1/+2 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #30325 from koic/fix_doc_format_in_active_storage_setup | Arun Agrawal | 2017-08-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix doc format in Active Storage Setup [ci skip] | Koichi ITO | 2017-08-19 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #30324 from koic/fix_cant_modify_frozen_string_in_ar_test | Matthew Draper | 2017-08-19 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix `can't modify frozen String` error in an AR test | Koichi ITO | 2017-08-19 | 1 | -2/+2 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #30322 from zokioki/fix_action_dispatch_typo | Ryuta Kamizono | 2017-08-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | fix typo in ambiguous route definition error message | Zoran Pesic | 2017-08-18 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #30319 from y-yagi/remove_unused_require | Ryuta Kamizono | 2017-08-19 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Remove unused require | yuuji.yaginuma | 2017-08-19 | 1 | -1/+0 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #30317 from yhirano55/use_ssl_in_guide_and_comment | Arun Agrawal | 2017-08-19 | 11 | -18/+18 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Use ssl in guide and comment [ci skip] | Yoshiyuki Hirano | 2017-08-19 | 11 | -18/+18 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #30308 from DNNX/rm-pointless-flatten-and-compact-from-am-... | Rafael França | 2017-08-18 | 1 | -7/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Simplify ActiveModel::Errors#generate_message | Viktar Basharymau | 2017-08-18 | 1 | -7/+5 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #30314 from yhirano55/use_https_instead_of_http_in_guide | George Claghorn | 2017-08-18 | 1 | -8/+8 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Use https instead of http or git in guide [ci skip] | Yoshiyuki Hirano | 2017-08-19 | 1 | -8/+8 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Cleanup development_dependencies_install.md | Jon Moss | 2017-08-18 | 1 | -14/+15 | |
* | | | | | | | | Add Yarn installation instructions for Active Storage | Jon Moss | 2017-08-18 | 1 | -0/+40 | |
* | | | | | | | | Merge pull request #30311 from maclover7/jm-rm-cc | Matthew Draper | 2017-08-19 | 1 | -7/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Remove Active Storage code climate config file | Jon Moss | 2017-08-18 | 1 | -7/+0 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Improve `migration/column_attributes_test.rb` (#25286) | Ryuta Kamizono | 2017-08-18 | 1 | -3/+17 | |
* | | | | | | | | Add deterministic sorting order for `test_taking_with_a_number` | Ryuta Kamizono | 2017-08-18 | 1 | -1/+9 | |
* | | | | | | | | Restore the ability that SQL with binds for `insert`, `update`, and `delete` ... | Ryuta Kamizono | 2017-08-18 | 2 | -6/+38 | |
* | | | | | | | | Add test cases that class level `destroy`, `delete`, and `update` are affecte... | Ryuta Kamizono | 2017-08-18 | 1 | -3/+33 | |
* | | | | | | | | Restore `to_sql` to return only SQL (#29945) | Ryuta Kamizono | 2017-08-18 | 6 | -13/+15 | |
* | | | | | | | | Add test cases for `where.not` with polymorphic association | Ryuta Kamizono | 2017-08-18 | 1 | -0/+19 | |
* | | | | | | | | Merge pull request #30274 from bogdanvlviv/dry-in-generators-tests | Rafael França | 2017-08-17 | 5 | -200/+118 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Move common tests from `AppGeneratorTest` and `PluginGeneratorTest` to `Share... | bogdanvlviv | 2017-08-17 | 5 | -200/+118 | |
* | | | | | | | | | Merge pull request #30275 from msimonborg/deep_merge_patch | Rafael França | 2017-08-17 | 1 | -12/+6 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | faster implementation of Hash#deep_merge | M. Simon Borg | 2017-08-16 | 1 | -12/+6 | |
* | | | | | | | | | | Add note about JSON/JSONB serialization changes | Jon Moss | 2017-08-17 | 1 | -0/+9 | |
* | | | | | | | | | | Merge pull request #30199 from robin850/upgrade-sdoc | Rafael França | 2017-08-17 | 2 | -4/+10 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Temporarily point to a fork of SDoc | Robin Dupret | 2017-08-17 | 2 | -4/+10 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #30294 from yahonda/move_test_index_is_created_for_both_ti... | Ryuta Kamizono | 2017-08-18 | 1 | -11/+11 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Move `test_index_is_created_for_both_timestamps` to `TimestampsWithoutTransac... | Yasuo Honda | 2017-08-17 | 1 | -11/+11 | |
* | | | | | | | | | | | Merge pull request #30292 from maclover7/jm-ast-purge | George Claghorn | 2017-08-17 | 1 | -0/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add missing test for Blob#purge | Jon Moss | 2017-08-17 | 1 | -0/+7 | |
* | | | | | | | | | | | | Merge pull request #30293 from maclover7/jm-ast-logs | George Claghorn | 2017-08-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Use nil Logger for tests | Jon Moss | 2017-08-17 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge pull request #30295 from ohbarye/follow_up_to_28058 | Jon Moss | 2017-08-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Remove obsolete explanation | ohbarye | 2017-08-17 | 1 | -1/+1 | |
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
* / | | | | | | | | | | | Capitalize Redis | Jon Moss | 2017-08-17 | 1 | -1/+1 | |
|/ / / / / / / / / / / | ||||||
* | / / / / / / / / / | Encrypt the IRC notification setting, so it's not used on forks | Matthew Draper | 2017-08-17 | 1 | -1/+2 | |
| |/ / / / / / / / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #30287 from y-yagi/use_queue_adapter_name_to_get_adapter_name | Kasper Timm Hansen | 2017-08-17 | 1 | -3/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Use `ActiveJob::Base.queue_adapter_name` to get adapter name | yuuji.yaginuma | 2017-08-17 | 1 | -3/+1 | |
* | | | | | | | | | | | Merge pull request #30288 from y-yagi/bump_thor_and_blade | Rafael França | 2017-08-16 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Bump `thor` and `blade` | yuuji.yaginuma | 2017-08-17 | 1 | -3/+3 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #30048 from yahonda/regexp_aware_schema_dumper_prefix_suffix | Rafael França | 2017-08-16 | 2 | -1/+28 | |
|\ \ \ \ \ \ \ \ \ \ |