Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | Merge pull request #27973 from kenta-s/add-missing-test-for-time-blank | Andrew White | 2017-02-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Add Time#blank? to blank_test | kenta-s | 2017-02-12 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge pull request #27974 from kamipo/add_new_rubocop_rule | Xavier Noria | 2017-02-12 | 12 | -11/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Add `Style/EmptyLinesAroundMethodBody` in `.rubocop.yml` and remove extra emp... | Ryuta Kamizono | 2017-02-12 | 12 | -11/+4 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | document link processing in guides generation [ci skip] | Xavier Noria | 2017-02-12 | 1 | -2/+42 | |
* | | | | | | | | | | | | refactors and fixes in guides generation [ci skip] | Xavier Noria | 2017-02-12 | 7 | -162/+124 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Deprecate calling `attr_will_change!` with non-attributes | Sean Griffin | 2017-02-11 | 3 | -3/+26 | |
* | | | | | | | | | | | [ci skip] Fully qualify missing template error. | Kasper Timm Hansen | 2017-02-11 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge pull request #27870 from kenta-s/get-todo-done-in-render_test | Kasper Timm Hansen | 2017-02-11 | 2 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Add information on `:formats` option in action_view_overview.md | kenta-s | 2017-02-06 | 2 | -2/+3 | |
* | | | | | | | | | | | Fix bigint primary key with unsigned | Ryuta Kamizono | 2017-02-10 | 2 | -12/+24 | |
* | | | | | | | | | | | Test with the newest i18n | Akira Matsuda | 2017-02-11 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge pull request #27904 from kenta-s/add-methods-back-to-array-delegation-f... | Eileen M. Uchitelle | 2017-02-10 | 2 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Delegate `to_sentence` and `to_fomatted_s` to `records` | kenta-s | 2017-02-04 | 2 | -1/+3 | |
* | | | | | | | | | | | | Merge pull request #27959 from y-yagi/use_released_resque | Kasper Timm Hansen | 2017-02-10 | 2 | -13/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Use released resque | yuuji.yaginuma | 2017-02-10 | 2 | -13/+8 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #27957 from kamipo/fix_test_composite_primary_key_out_of_o... | Rafael França | 2017-02-09 | 2 | -10/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Revert "Simplify and speed up Postgres query for primary_keys" | Ryuta Kamizono | 2017-02-10 | 1 | -8/+10 | |
| * | | | | | | | | | | | | Fix `test_composite_primary_key_out_of_order` | Ryuta Kamizono | 2017-02-10 | 1 | -2/+8 | |
* | | | | | | | | | | | | | Fix rubocop violations | Rafael Mendonça França | 2017-02-09 | 3 | -13/+15 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #27950 from st0012/update-configuration-guide | Rafael França | 2017-02-09 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Update configuration guide about ActiveRecord's config option. | Stan Lo | 2017-02-10 | 1 | -0/+5 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #27954 from maclover7/jm-fix-26404 | Jon Moss | 2017-02-09 | 1 | -0/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Add note about breakage in file uploads in controller tests to upgrading | Jon Moss | 2017-02-09 | 1 | -0/+10 | |
* | | | | | | | | | | | | | Simplify and speed up Postgres query for primary_keys | Jordan Lewis | 2017-02-09 | 2 | -10/+17 | |
* | | | | | | | | | | | | | Merge pull request #27952 from dijonkitchen/patch-1 | Eileen M. Uchitelle | 2017-02-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Fix wording | Jonathan Chen | 2017-02-09 | 1 | -1/+1 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Refactor `ColumnDefinition` to contain `options` hash | Ryuta Kamizono | 2017-02-09 | 15 | -128/+59 | |
* | | | | | | | | | | | | | Merge pull request #27945 from betesh/allow-frozen-hashes-to-as_json | Rafael Mendonça França | 2017-02-08 | 3 | -1/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Allow ActiveRecord::Base.as_json to accept a frozen Hash | Isaac Betesh | 2017-02-08 | 3 | -1/+16 | |
* | | | | | | | | | | | | | | Merge pull request #27935 from namusyaka/fix-hidden-primary_key | Rafael França | 2017-02-08 | 5 | -1/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Fix inspection behavior when the :id column is not primary key | namusyaka | 2017-02-09 | 5 | -1/+18 | |
|/ / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #27940 from y-yagi/deprecate_halt_callback_chains_on_retur... | Rafael França | 2017-02-08 | 7 | -23/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | remove `ActiveSupport.halt_callback_chains_on_return_false` from everywhere | yuuji.yaginuma | 2017-02-08 | 4 | -7/+0 | |
| * | | | | | | | | | | | | deprecate `halt_callback_chains_on_return_false` instead of `halt_and_display... | yuuji.yaginuma | 2017-02-08 | 3 | -16/+7 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #27938 from y-yagi/remove_link_to_edgeapi | Jon Moss | 2017-02-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | remove link to edgeapi [ci skip] | yuuji.yaginuma | 2017-02-08 | 1 | -1/+1 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #27232 from robin850/guides-linking | Xavier Noria | 2017-02-07 | 2 | -2/+43 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Automatically link to Ruby files referenced in notes [ci skip] | Robin Dupret | 2017-02-07 | 1 | -1/+19 | |
| * | | | | | | | | | | | | Automatically inject the current Rails version in API links [ci skip] | Robin Dupret | 2017-02-07 | 2 | -1/+24 | |
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Remove unused code now that the deprecated file was removed | Rafael Mendonça França | 2017-02-07 | 1 | -2/+1 | |
* | | | | | | | | | | | | Merge pull request #25873 from schuetzm/warn_about_dirty_lock | Rafael Mendonça França | 2017-02-07 | 3 | -2/+18 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Deprecate locking of dirty records | Marc Schütz | 2017-02-07 | 3 | -2/+18 | |
* | | | | | | | | | | | | | Deprecate halt_and_display_warning_on_return_false | Rafael Mendonça França | 2017-02-07 | 2 | -5/+16 | |
* | | | | | | | | | | | | | Remove deprecated behavior that halts callbacks when the return is false | Rafael Mendonça França | 2017-02-07 | 12 | -188/+24 | |
* | | | | | | | | | | | | | Document that string in if and unless option of callbacks are deprecated | Rafael Mendonça França | 2017-02-07 | 1 | -4/+4 | |
* | | | | | | | | | | | | | Improve the exception message to direct people to all the possible values | Rafael Mendonça França | 2017-02-07 | 1 | -1/+2 | |
* | | | | | | | | | | | | | Merge pull request #27608 from kamipo/remove_deprecated_passing_string_to_def... | Rafael França | 2017-02-07 | 7 | -116/+99 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Deprecate passing string to `:if` and `:unless` conditional options on `set_c... | Ryuta Kamizono | 2017-02-04 | 5 | -14/+68 | |
| * | | | | | | | | | | | | Remove deprecated passing string to define callback | Ryuta Kamizono | 2017-02-04 | 5 | -103/+32 | |
| | |_|/ / / / / / / / / | |/| | | | | | | | | | |