Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | 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 `initializ... | Rafael Mendonça França | 2017-10-23 | 3 | -15/+4 | |
| * | | | | | | 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 ob... | Rafael Mendonça França | 2017-10-23 | 5 | -71/+4 | |
| * | | | | | | 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 CHANGELOT entry for the change that was backported to 5-1-stable [ci s... | Prathamesh Sonpatki | 2017-10-23 | 1 | -7/+0 | |
* | | | | | | | Fix duplicate aliases when using both INNER/LEFT JOINs | Ryuta Kamizono | 2017-10-23 | 2 | -3/+9 | |
* | | | | | | | Ensure associations doesn't table name collide with string joins | Ryuta Kamizono | 2017-10-23 | 2 | -4/+11 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | 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 | |
* | | | | | | 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` m... | bogdanvlviv | 2017-10-22 | 1 | -0/+7 | |
* | | | | | | | Merge pull request #30821 from GBH/active-storage-readme | Eileen M. Uchitelle | 2017-10-22 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | 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] | Marc Rendl Ignacio | 2017-07-07 | 2 | -0/+25 | |
* | | | | | | | | | Avoid slicing from Thor's original HWIA | Akira Matsuda | 2017-10-22 | 1 | -2/+1 | |
| |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | [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 | |
* | | | | | | | | [Active Job] require_relative => require | Akira Matsuda | 2017-10-21 | 4 | -13/+13 | |
* | | | | | | | | [Action Mailer] require_relative => require | Akira Matsuda | 2017-10-21 | 2 | -4/+4 | |
* | | | | | | | | [Action View] require_relative => require | Akira Matsuda | 2017-10-21 | 25 | -35/+35 | |
* | | | | | | | | [Action Pack] require => require_relative | Akira Matsuda | 2017-10-21 | 37 | -70/+70 | |
* | | | | | | | | [Active Record] require => require_relative | Akira Matsuda | 2017-10-21 | 35 | -134/+134 | |
* | | | | | | | | [Active Model] require => require_relative | Akira Matsuda | 2017-10-21 | 7 | -25/+25 | |
* | | | | | | | | [Active Support] require_relative => require | Akira Matsuda | 2017-10-21 | 129 | -386/+386 | |
* | | | | | | | | [Railties] require_relative => require | Akira Matsuda | 2017-10-21 | 74 | -115/+115 | |
* | | | | | | | | Let Hash#slice return a Hash | Akira Matsuda | 2017-10-21 | 2 | -1/+5 | |
* | | | | | | | | 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 | |
* | | | | | | | | Add test cases for `type` and `foreign_type` in the reflections | Ryuta Kamizono | 2017-10-21 | 1 | -0/+7 | |
* | | | | | | | | bundle lock --add-platform java | Akira Matsuda | 2017-10-20 | 1 | -0/+27 | |
* | | | | | | | | Merge pull request #30928 from Altech/indifferent-ignored-columns | Ryuta Kamizono | 2017-10-20 | 3 | -15/+37 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Convert ignored_columns to a list of string | Altech | 2017-10-20 | 3 | -15/+37 |