Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge pull request #27272 from kamipo/make_auto_increment_to_internal_primary... | Sean Griffin | 2016-12-05 | 4 | -1/+65 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Make `:auto_increment` to internal primary key option | Ryuta Kamizono | 2016-12-06 | 4 | -1/+65 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Don't try to run multiple insert queries at once | Sean Griffin | 2016-12-05 | 1 | -5/+9 | |
* | | | | | | | | | Merge pull request #27269 from amaierhofer/adjust_link_to_api_doc | Sean Griffin | 2016-12-05 | 1 | -4/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Update url_helper.rb, adjust link_to api doc | Andreas Maierhofer | 2016-12-05 | 1 | -4/+3 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #27264 from kamipo/fix_change_column_lose_comment | Sean Griffin | 2016-12-05 | 2 | -2/+5 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Fix that `change_column` lose a comment | Ryuta Kamizono | 2016-12-05 | 2 | -2/+5 | |
* | | | | | | | | | Merge pull request #27267 from prathamesh-sonpatki/fullstop | Kasper Timm Hansen | 2016-12-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add fullstop following the pattern used in rest of the file | Prathamesh Sonpatki | 2016-12-05 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #27266 from simi/patch-1 | Guillermo Iguaran | 2016-12-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Fix binstop -> binstub typo in railties changelog. | Josef Šimánek | 2016-12-05 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #27258 from y-yagi/stop_using_removed_render_text | Kasper Timm Hansen | 2016-12-03 | 4 | -5/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | stop using removed `render :text` | yuuji.yaginuma | 2016-12-03 | 4 | -5/+5 | |
* | | | | | | | | | Merge pull request #27257 from koic/use_standard_name_javascript | Xavier Noria | 2016-12-03 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Use JavaScripts instead of Javascripts in `rake stats` | Koichi ITO | 2016-12-03 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | / / / / / / | Remove unused argument | Rafael Mendonça França | 2016-12-02 | 2 | -16/+5 | |
| |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #27250 from y-yagi/use_binstub_in_bin_update | Guillermo Iguaran | 2016-12-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | use yarn binstub in `bin/update` | yuuji.yaginuma | 2016-12-02 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Exclude singleton classes from `subclasses` and `descendants` | Sean Griffin | 2016-12-01 | 2 | -0/+11 | |
* | | | | | | | Stop using the `pg` Float encoder | Sean Griffin | 2016-12-01 | 1 | -1/+0 | |
* | | | | | | | Yarn: Move node_modules, package.json, and yarn.lock file to vendor (#27245) | David Heinemeier Hansson | 2016-12-01 | 8 | -12/+16 | |
* | | | | | | | Merge pull request #27240 from nanaya/accidentally-heading | Matthew Draper | 2016-12-01 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix issue number from becoming markdown header | nanaya | 2016-12-01 | 1 | -2/+2 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #27233 from utilum/27202_remove_outdated_tip_in_form_helpe... | Jon Moss | 2016-11-30 | 1 | -2/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fixes #27202, [ci skip] | utilum | 2016-11-30 | 1 | -2/+0 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #27206 from kirs/fix-testing-isolation-2 | Matthew Draper | 2016-12-01 | 1 | -7/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix arguments passing in testing isolation | Kir Shatrov | 2016-11-30 | 1 | -7/+8 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Make the second argument to `attribute` optional | Sean Griffin | 2016-11-30 | 3 | -1/+15 | |
* | | | | | | | Correct deprecation warnings in `ActiveRecord::Dirty` | Sean Griffin | 2016-11-30 | 1 | -6/+6 | |
* | | | | | | | Merge pull request #27225 from y-yagi/make_windows_check_more_accurate | Rafael França | 2016-11-30 | 6 | -7/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | use `Gem.win_platform?` to check windows Ruby platforms | yuuji.yaginuma | 2016-11-30 | 6 | -7/+7 | |
* | | | | | | | | Prevent race condition when launching EventMachine reactor | Matthew Draper | 2016-11-30 | 2 | -2/+28 | |
|/ / / / / / / | ||||||
* | | | | | | | Avoid race condition in AJ integration tests | Matthew Draper | 2016-11-30 | 2 | -1/+3 | |
* | | | | | | | Merge pull request #27221 from phoet/current_is_not_used | Matthew Draper | 2016-11-30 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | removed `@current` as it is not used | phoet | 2016-11-30 | 1 | -1/+0 | |
* | | | | | | | | Merge pull request #27220 from mrreynolds/patch-1 | Kasper Timm Hansen | 2016-11-30 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | fix typo in changelog | Robert Glaser | 2016-11-30 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Missing require 'active_support/notifications' | Akira Matsuda | 2016-11-30 | 1 | -0/+1 | |
* | | | | | | | Merge pull request #27217 from roryokane/patch-1 | Rafael França | 2016-11-29 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix typo in Rails 5.0 release notes – “when when” | Rory O’Kane | 2016-11-29 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #27212 from dcarral/docs-action-on-unpermitted-parameters ... | Sean Griffin | 2016-11-29 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Document 'false' as option for 'action_on_unpermitted_parameters' | Daniel Carral | 2016-11-29 | 1 | -2/+2 | |
* | | | | | | | | Treat combined durations as a single unit | Sean Griffin | 2016-11-29 | 2 | -3/+20 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #27126 from kamipo/fix_unsigned_with_zerofill | Rafael França | 2016-11-29 | 4 | -2/+9 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix that unsigned with zerofill is treated as signed | Ryuta Kamizono | 2016-11-27 | 4 | -2/+9 | |
* | | | | | | | | Let's use only vendored rails-ujs while we start to publish it to npm registry | Guillermo Iguaran | 2016-11-29 | 1 | -3/+1 | |
* | | | | | | | | Add CHANGELOG entry for --yarn option | Liceth Ovalles | 2016-11-29 | 1 | -0/+5 | |
* | | | | | | | | Merge pull request #26836 from Liceth/npm | Guillermo Iguaran | 2016-11-29 | 8 | -3/+106 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Run yarn on setup and update scripts. | Liceth Ovalles | 2016-11-28 | 2 | -2/+8 | |
| * | | | | | | | | Add node_modules to default gitignore | Liceth Ovalles | 2016-11-28 | 1 | -0/+5 |