Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Remove text about deprecation that was already removed | Rafael Mendonça França | 2017-10-23 | 1 | -2/+1 | |
| | | | | | | | ||||||
| * | | | | | | Remove deprecated `halt_callback_chains_on_return_false` option | Rafael Mendonça França | 2017-10-23 | 2 | -12/+4 | |
| | | | | | | | ||||||
| * | | | | | | Remove deprecated `:if` and `:unless` string filter for callbacks | Rafael Mendonça França | 2017-10-23 | 7 | -155/+38 | |
| | | | | | | | ||||||
| * | | | | | | Change the deprecation horizon of the dynamic routes segment to 6.0 | Rafael Mendonça França | 2017-10-23 | 1 | -2/+2 | |
| | | | | | | | ||||||
| * | | | | | | Remove deprecated method `#sanitize_conditions` | Rafael Mendonça França | 2017-10-23 | 2 | -2/+4 | |
| | | | | | | | ||||||
| * | | | | | | Remove deprecated methd `#scope_chain` | Rafael Mendonça França | 2017-10-23 | 3 | -44/+4 | |
| | | | | | | | ||||||
| * | | | | | | Remove deprecated configuration `.error_on_ignored_order_or_limit` | Rafael Mendonça França | 2017-10-23 | 3 | -48/+4 | |
| | | | | | | | ||||||
| * | | | | | | Remove deprecated arguments from `#verify!` | Rafael Mendonça França | 2017-10-23 | 3 | -16/+5 | |
| | | | | | | | ||||||
| * | | | | | | Remove deprecated argument `name` from `#indexes` | Rafael Mendonça França | 2017-10-23 | 7 | -33/+9 | |
| | | | | | | | ||||||
| * | | | | | | Remove deprecated method `ActiveRecord::Migrator.schema_migrations_table_name` | Rafael Mendonça França | 2017-10-23 | 3 | -9/+4 | |
| | | | | | | | ||||||
| * | | | | | | Remove deprecated method `supports_primary_key?` | Rafael Mendonça França | 2017-10-23 | 3 | -9/+4 | |
| | | | | | | | ||||||
| * | | | | | | Remove deprecated method `supports_migrations?` | Rafael Mendonça França | 2017-10-23 | 3 | -9/+4 | |
| | | | | | | | ||||||
| * | | | | | | Remove deprecated methods `initialize_schema_migrations_table` and ↵ | Rafael Mendonça França | 2017-10-23 | 3 | -15/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | `initialize_internal_metadata_table` | |||||
| * | | | | | | Rase when calling `lock!` in a dirty record | Rafael Mendonça França | 2017-10-23 | 3 | -15/+20 | |
| | | | | | | | ||||||
| * | | | | | | Remove deprecated support to passing a class to `:class_name` on associations | Rafael Mendonça França | 2017-10-23 | 5 | -25/+10 | |
| | | | | | | | ||||||
| * | | | | | | Remove deprecated argument `default` from `index_name_exists?` | Rafael Mendonça França | 2017-10-23 | 4 | -16/+8 | |
| | | | | | | | ||||||
| * | | | | | | Remove deprecated support to `quoted_id` when typecasting an Active Record ↵ | Rafael Mendonça França | 2017-10-23 | 5 | -71/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | object | |||||
| * | | | | | | Removed deprected evented redis adapter | Rafael Mendonça França | 2017-10-23 | 4 | -151/+5 | |
| | | | | | | | ||||||
| * | | | | | | Remove deprecated `ActionController::ParamsParser::ParseError` | Rafael Mendonça França | 2017-10-23 | 2 | -7/+6 | |
| | | | | | | | ||||||
| * | | | | | | Remove deprecated Erubis ERB handler | Rafael Mendonça França | 2017-10-23 | 7 | -117/+4 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #30955 from prathamesh-sonpatki/rm-changelog-entry | Rafael França | 2017-10-23 | 1 | -7/+0 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | Remove CHANGELOG entry for the change that was backported to 5-1-stable [ci skip] | |||||
| * | | | | | | Remove CHANGELOT entry for the change that was backported to 5-1-stable [ci ↵ | Prathamesh Sonpatki | 2017-10-23 | 1 | -7/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | skip] - It was backported in https://github.com/rails/rails/commit/0eae8dd4b859c109919e5da0d6e74ffc6dc8a258 and is present in Rails 5.1.3 | |||||
* | | | | | | | Fix duplicate aliases when using both INNER/LEFT JOINs | Ryuta Kamizono | 2017-10-23 | 2 | -3/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It should be shared the count of alias tracking in both INNER/LEFT JOINs to avoid duplicate aliases. Fixes #30504. Closes #30410. | |||||
* | | | | | | | Ensure associations doesn't table name collide with string joins | Ryuta Kamizono | 2017-10-23 | 2 | -4/+11 | |
| |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Currently we have no test for alias tracking with string joins. I've add test case for that to catch a future regression. | |||||
* | | | | | | Use the indicative mood consistently [ci skip] | George Claghorn | 2017-10-22 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Place `MocktailDesigner` in `test/models/drink_designer.rb` | Ryuta Kamizono | 2017-10-23 | 3 | -5/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since `MocktailDesigner` inherits `DrinkDesigner` and can not be used alone. | |||||
* | | | | | | Fix links [ci skip] | George Claghorn | 2017-10-22 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | Extract metadata from images and videos | George Claghorn | 2017-10-22 | 25 | -37/+407 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #30949 from bogdanvlviv/add-30850-to-changelog | Eileen M. Uchitelle | 2017-10-22 | 1 | -0/+7 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add changelog entry about new `allow_other_host` option for `redirect_back` method | |||||
| * | | | | | | Add changelog entry about new `allow_other_host` option for `redirect_back` ↵ | bogdanvlviv | 2017-10-22 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | method [ci skip] Related to #30850 | |||||
* | | | | | | | Merge pull request #30821 from GBH/active-storage-readme | Eileen M. Uchitelle | 2017-10-22 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | ActiveStorage install note [skip ci] | |||||
| * | | | | | | | how do we install active_storage? [skip ci] | Oleg | 2017-10-06 | 1 | -0/+4 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #29710 from padi/rails-ujs-docs | Guillermo Iguaran | 2017-10-22 | 2 | -0/+25 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Adds descriptions to rails-ujs methods [ci skip] | |||||
| * | | | | | | | | Adds descriptions to rails-ujs methods [ci skip] | Marc Rendl Ignacio | 2017-07-07 | 2 | -0/+25 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Avoid slicing from Thor's original HWIA | Akira Matsuda | 2017-10-22 | 1 | -2/+1 | |
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because `options` here is not AS::HWIA but an instance of Thor::CoreExt::HWIA that looks very similar to ours but behaves slightly different, we need to keep this object be an instance of Thor::CoreExt::HWIA. Since Ruby 2.5 has Hash#slice that returns a new Hash instance now, we need to avoid calling `slice` on this tricky object. | |||||
* | | | | | | | | [Active Storage] require_relative => require | Akira Matsuda | 2017-10-21 | 1 | -1/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | [Action Cable] require_relative => require | Akira Matsuda | 2017-10-21 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This basically reverts f851e1f705f26d8f92f0fc1b265b20bc389d23cb | |||||
* | | | | | | | | [Active Job] require_relative => require | Akira Matsuda | 2017-10-21 | 4 | -13/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This basically reverts fef234f1f0a238c2277459652861144ae89501ff | |||||
* | | | | | | | | [Action Mailer] require_relative => require | Akira Matsuda | 2017-10-21 | 2 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This basically reverts cd9cc721ab54e2b0c7875cacf2113f03908a8bb7 | |||||
* | | | | | | | | [Action View] require_relative => require | Akira Matsuda | 2017-10-21 | 25 | -35/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This basically reverts c4d1a4efeec6f0b5b58222993aa0bec85a19b6a8 | |||||
* | | | | | | | | [Action Pack] require => require_relative | Akira Matsuda | 2017-10-21 | 37 | -70/+70 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This basically reverts e9fca7668b9eba82bcc832cb0061459703368397, d08da958b9ae17d4bbe4c9d7db497ece2450db5f, d1fe1dcf8ab1c0210a37c2a78c1ee52cf199a66d, and 68eaf7b4d5f2bb56d939f71c5ece2d61cf6680a3 | |||||
* | | | | | | | | [Active Record] require => require_relative | Akira Matsuda | 2017-10-21 | 35 | -134/+134 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This basically reverts 9d4f79d3d394edb74fa2192e5d9ad7b09ce50c6d | |||||
* | | | | | | | | [Active Model] require => require_relative | Akira Matsuda | 2017-10-21 | 7 | -25/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This basically reverts ee5cfc01a5797f854c8441539b0cae326a81b963 | |||||
* | | | | | | | | [Active Support] require_relative => require | Akira Matsuda | 2017-10-21 | 129 | -386/+386 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This basically reverts 8da30ad6be34339124ba4cb4e36aea260dda12bc | |||||
* | | | | | | | | [Railties] require_relative => require | Akira Matsuda | 2017-10-21 | 74 | -115/+115 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This basically reverts 618268b4b9382f4bcf004a945fe2d85c0bd03e32 | |||||
* | | | | | | | | Let Hash#slice return a Hash | Akira Matsuda | 2017-10-21 | 2 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In order to keep this method compatible with the Ruby 2.5 version of Hash#slice. This bahavior is actually slightly incompatibile with previous versions of Active Support but it might not cause a real problem, since HWIA, the biggest use case of Hash subclassing here, already overrides `slice` to return another HWIA. | |||||
* | | | | | | | | Move HWIA specific logic for slice and slice! to HWIA class | Akira Matsuda | 2017-10-21 | 2 | -2/+10 | |
| | | | | | | | | ||||||
* | | | | | | | | Hash#slice is in Ruby 2.5+ | Akira Matsuda | 2017-10-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | since r60229 | |||||
* | | | | | | | | Add test cases for `type` and `foreign_type` in the reflections | Ryuta Kamizono | 2017-10-21 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It should be initialized only when polymorphic associations. | |||||
* | | | | | | | | bundle lock --add-platform java | Akira Matsuda | 2017-10-20 | 1 | -0/+27 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "The dependency activerecord-jdbcsqlite3-adapter (>= 1.3.0) will be unused by any of the platforms Bundler is installing for. Bundler is installing for ruby, x64-mingw32, x86-mingw32 but the dependency is only for java. To add those platforms to the bundle, run `bundle lock --add-platform java`." |