Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | Require what we need | David Heinemeier Hansson | 2017-07-01 | 2 | -0/+7 | |
| | * | | | Right paths | David Heinemeier Hansson | 2017-07-01 | 1 | -2/+2 | |
| | * | | | Don't give return guarentees | David Heinemeier Hansson | 2017-07-01 | 1 | -1/+0 | |
| | * | | | No need to normalize since we generate our own keys | David Heinemeier Hansson | 2017-07-01 | 2 | -7/+1 | |
| | * | | | Space to breathe | David Heinemeier Hansson | 2017-07-01 | 1 | -0/+2 | |
| | * | | | Its a key now | David Heinemeier Hansson | 2017-07-01 | 1 | -1/+1 | |
| | * | | | Go with site instead of store | David Heinemeier Hansson | 2017-07-01 | 3 | -3/+68 | |
| | * | | | No need for rails prefix | David Heinemeier Hansson | 2017-07-01 | 2 | -2/+2 | |
| | * | | | Use key instead of token | David Heinemeier Hansson | 2017-07-01 | 1 | -2/+2 | |
| | * | | | First sketching | David Heinemeier Hansson | 2017-06-30 | 15 | -0/+289 | |
| | / / | ||||||
* | | | | Merge pull request #29520 from kirs/serialize-vs-postgres-native-column | Sean Griffin | 2017-08-04 | 3 | -0/+42 | |
|\ \ \ \ | ||||||
| * | | | | Do not let use `serialize` on native JSON/array column | Kir Shatrov | 2017-08-04 | 3 | -0/+42 | |
* | | | | | Merge pull request #30058 from y-yagi/use_assert_nil_if_value_is_nil_in_asser... | Rafael França | 2017-08-04 | 1 | -1/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | Use `assert_nil` if `value` is nil in `assert_field_default_value` | yuuji.yaginuma | 2017-08-03 | 1 | -1/+5 | |
* | | | | | | Merge pull request #30069 from kamipo/use_concurrent_map_than_mutex | Sean Griffin | 2017-08-04 | 2 | -10/+6 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use `Concurrent::Map` than `Mutex` and `Mutex_m` for statement caches | Ryuta Kamizono | 2017-08-04 | 2 | -10/+6 | |
* | | | | | | | Merge pull request #30022 from y-yagi/remove_extra_empty_line | Eileen M. Uchitelle | 2017-08-04 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Remove extra empty line | yuuji.yaginuma | 2017-08-02 | 1 | -1/+5 | |
* | | | | | | | Merge pull request #30052 from y-yagi/deprecate_load_error_regexps | Sean Griffin | 2017-08-03 | 1 | -7/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Remove unused `LoadError::REGEXPS` constant | yuuji.yaginuma | 2017-08-04 | 1 | -7/+0 | |
* | | | | | | | | Fix all rubocop violations | Rafael Mendonça França | 2017-08-03 | 3 | -3/+4 | |
* | | | | | | | | Merge pull request #29967 from naw/binstub-error-msg | Richard Schneeman | 2017-08-03 | 1 | -5/+16 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Revise bundle binstub error message | Nathan Wenneker | 2017-08-03 | 1 | -8/+13 | |
| * | | | | | | | Improve bundler binstub error message | Nathan Wenneker | 2017-07-26 | 1 | -3/+9 | |
* | | | | | | | | Merge pull request #30050 from kamipo/dont_pass_connection_to_statement_cache... | Sean Griffin | 2017-08-03 | 6 | -32/+31 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Passing `klass` to `StatementCache.new` | Ryuta Kamizono | 2017-08-04 | 6 | -32/+31 | |
* | | | | | | | | | Add backticks around String#camelize | Ryuta Kamizono | 2017-08-04 | 1 | -2/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #30011 from guilherme/fix-migration-generator-special-cases | Sean Griffin | 2017-08-03 | 2 | -1/+23 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Handling add/remove to/from migration edge cases | Guilherme Reis Campos | 2017-08-03 | 2 | -1/+23 | |
* | | | | | | | | | Merge pull request #30039 from ricardotk002/fix-string-camelize-invalid-option | Sean Griffin | 2017-08-03 | 3 | -0/+26 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Fix changelog format | Sean Griffin | 2017-08-03 | 1 | -1/+0 | |
| * | | | | | | | | Update String#camelize to provide feedback when wrong option is passed | Ricardo Díaz | 2017-08-02 | 3 | -0/+27 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #29984 from colorfulfool/form-helpers-unicode-sanitization | Rafael França | 2017-08-02 | 2 | -1/+15 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | Allow non-English values for collection_radio_buttons/check_boxes | colorfulfool | 2017-08-02 | 2 | -1/+15 | |
* | | | | | | | | Merge pull request #29958 from znz/file-null | Matthew Draper | 2017-08-02 | 5 | -5/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Use File::NULL instead of "/dev/null" | Kazuhiro NISHIYAMA | 2017-07-31 | 5 | -5/+5 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #29914 from kamipo/relation_merger_should_not_fill_empty_v... | Matthew Draper | 2017-08-02 | 3 | -19/+30 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | `get_value` and `set_value` in `Relation` are no longer used externally | Ryuta Kamizono | 2017-07-25 | 1 | -9/+10 | |
| * | | | | | | | | `Relation::Merger` should not fill `values` with empty values | Ryuta Kamizono | 2017-07-25 | 2 | -10/+20 | |
* | | | | | | | | | Merge pull request #29842 from kamipo/fix_find_by_with_range | Matthew Draper | 2017-08-02 | 3 | -4/+12 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fix `find_by` with range conditions | Ryuta Kamizono | 2017-07-20 | 3 | -4/+12 | |
* | | | | | | | | | | Merge pull request #29271 from rails/unlock-minitest | Kasper Timm Hansen | 2017-08-02 | 22 | -75/+105 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'origin/master' into unlock-minitest | Rafael Mendonça França | 2017-08-01 | 2023 | -2034/+16833 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #29995 from y-yagi/fix_test_runner_output | Kasper Timm Hansen | 2017-07-30 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Fix test runner's output | yuuji.yaginuma | 2017-07-30 | 2 | -2/+2 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #29823 from y-yagi/fix_record_not_unique_error | Kasper Timm Hansen | 2017-07-17 | 1 | -20/+20 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Move `reset_pk_sequence!` test to `AdapterTestWithoutTransaction` | yuuji.yaginuma | 2017-07-17 | 1 | -20/+20 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #29808 from y-yagi/reset_colun_information_after_schema_ch... | Kasper Timm Hansen | 2017-07-16 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Reset column information after schema changed | yuuji.yaginuma | 2017-07-16 | 1 | -0/+2 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #29380 from y-yagi/insert_environment_value_to_table_befor... | Kasper Timm Hansen | 2017-07-15 | 1 | -0/+4 | |
| |\ \ \ \ \ \ \ \ \ \ |