aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Require what we needDavid Heinemeier Hansson2017-07-012-0/+7
| | * | | Right pathsDavid Heinemeier Hansson2017-07-011-2/+2
| | * | | Don't give return guarenteesDavid Heinemeier Hansson2017-07-011-1/+0
| | * | | No need to normalize since we generate our own keysDavid Heinemeier Hansson2017-07-012-7/+1
| | * | | Space to breatheDavid Heinemeier Hansson2017-07-011-0/+2
| | * | | Its a key nowDavid Heinemeier Hansson2017-07-011-1/+1
| | * | | Go with site instead of storeDavid Heinemeier Hansson2017-07-013-3/+68
| | * | | No need for rails prefixDavid Heinemeier Hansson2017-07-012-2/+2
| | * | | Use key instead of tokenDavid Heinemeier Hansson2017-07-011-2/+2
| | * | | First sketchingDavid Heinemeier Hansson2017-06-3015-0/+289
| | / /
* | | | Merge pull request #29520 from kirs/serialize-vs-postgres-native-columnSean Griffin2017-08-043-0/+42
|\ \ \ \
| * | | | Do not let use `serialize` on native JSON/array columnKir Shatrov2017-08-043-0/+42
* | | | | Merge pull request #30058 from y-yagi/use_assert_nil_if_value_is_nil_in_asser...Rafael França2017-08-041-1/+5
|\ \ \ \ \
| * | | | | Use `assert_nil` if `value` is nil in `assert_field_default_value`yuuji.yaginuma2017-08-031-1/+5
* | | | | | Merge pull request #30069 from kamipo/use_concurrent_map_than_mutexSean Griffin2017-08-042-10/+6
|\ \ \ \ \ \
| * | | | | | Use `Concurrent::Map` than `Mutex` and `Mutex_m` for statement cachesRyuta Kamizono2017-08-042-10/+6
* | | | | | | Merge pull request #30022 from y-yagi/remove_extra_empty_lineEileen M. Uchitelle2017-08-041-1/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Remove extra empty lineyuuji.yaginuma2017-08-021-1/+5
* | | | | | | Merge pull request #30052 from y-yagi/deprecate_load_error_regexpsSean Griffin2017-08-031-7/+0
|\ \ \ \ \ \ \
| * | | | | | | Remove unused `LoadError::REGEXPS` constantyuuji.yaginuma2017-08-041-7/+0
* | | | | | | | Fix all rubocop violationsRafael Mendonça França2017-08-033-3/+4
* | | | | | | | Merge pull request #29967 from naw/binstub-error-msgRichard Schneeman2017-08-031-5/+16
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Revise bundle binstub error messageNathan Wenneker2017-08-031-8/+13
| * | | | | | | Improve bundler binstub error messageNathan Wenneker2017-07-261-3/+9
* | | | | | | | Merge pull request #30050 from kamipo/dont_pass_connection_to_statement_cache...Sean Griffin2017-08-036-32/+31
|\ \ \ \ \ \ \ \
| * | | | | | | | Passing `klass` to `StatementCache.new`Ryuta Kamizono2017-08-046-32/+31
* | | | | | | | | Add backticks around String#camelizeRyuta Kamizono2017-08-041-2/+2
|/ / / / / / / /
* | | | | | | | Merge pull request #30011 from guilherme/fix-migration-generator-special-casesSean Griffin2017-08-032-1/+23
|\ \ \ \ \ \ \ \
| * | | | | | | | Handling add/remove to/from migration edge casesGuilherme Reis Campos2017-08-032-1/+23
* | | | | | | | | Merge pull request #30039 from ricardotk002/fix-string-camelize-invalid-optionSean Griffin2017-08-033-0/+26
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Fix changelog formatSean Griffin2017-08-031-1/+0
| * | | | | | | | Update String#camelize to provide feedback when wrong option is passedRicardo Díaz2017-08-023-0/+27
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge pull request #29984 from colorfulfool/form-helpers-unicode-sanitizationRafael França2017-08-022-1/+15
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Allow non-English values for collection_radio_buttons/check_boxescolorfulfool2017-08-022-1/+15
* | | | | | | | Merge pull request #29958 from znz/file-nullMatthew Draper2017-08-025-5/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Use File::NULL instead of "/dev/null"Kazuhiro NISHIYAMA2017-07-315-5/+5
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #29914 from kamipo/relation_merger_should_not_fill_empty_v...Matthew Draper2017-08-023-19/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | `get_value` and `set_value` in `Relation` are no longer used externallyRyuta Kamizono2017-07-251-9/+10
| * | | | | | | | `Relation::Merger` should not fill `values` with empty valuesRyuta Kamizono2017-07-252-10/+20
* | | | | | | | | Merge pull request #29842 from kamipo/fix_find_by_with_rangeMatthew Draper2017-08-023-4/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix `find_by` with range conditionsRyuta Kamizono2017-07-203-4/+12
* | | | | | | | | | Merge pull request #29271 from rails/unlock-minitestKasper Timm Hansen2017-08-0222-75/+105
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/master' into unlock-minitestRafael Mendonça França2017-08-012023-2034/+16833
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge pull request #29995 from y-yagi/fix_test_runner_outputKasper Timm Hansen2017-07-302-2/+2
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Fix test runner's outputyuuji.yaginuma2017-07-302-2/+2
| |/ / / / / / / / / /
| * | | | | | | | | | Merge pull request #29823 from y-yagi/fix_record_not_unique_errorKasper Timm Hansen2017-07-171-20/+20
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Move `reset_pk_sequence!` test to `AdapterTestWithoutTransaction`yuuji.yaginuma2017-07-171-20/+20
| |/ / / / / / / / / /
| * | | | | | | | | | Merge pull request #29808 from y-yagi/reset_colun_information_after_schema_ch...Kasper Timm Hansen2017-07-161-0/+2
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Reset column information after schema changedyuuji.yaginuma2017-07-161-0/+2
| |/ / / / / / / / / /
| * | | | | | | | | | Merge pull request #29380 from y-yagi/insert_environment_value_to_table_befor...Kasper Timm Hansen2017-07-151-0/+4
| |\ \ \ \ \ \ \ \ \ \