aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Change the deprecation horizon of the dynamic routes segment to 6.0Rafael Mendonça França2017-10-231-2/+2
| * | | | | | Remove deprecated method `#sanitize_conditions`Rafael Mendonça França2017-10-232-2/+4
| * | | | | | Remove deprecated methd `#scope_chain`Rafael Mendonça França2017-10-233-44/+4
| * | | | | | Remove deprecated configuration `.error_on_ignored_order_or_limit`Rafael Mendonça França2017-10-233-48/+4
| * | | | | | Remove deprecated arguments from `#verify!`Rafael Mendonça França2017-10-233-16/+5
| * | | | | | Remove deprecated argument `name` from `#indexes`Rafael Mendonça França2017-10-237-33/+9
| * | | | | | Remove deprecated method `ActiveRecord::Migrator.schema_migrations_table_name`Rafael Mendonça França2017-10-233-9/+4
| * | | | | | Remove deprecated method `supports_primary_key?`Rafael Mendonça França2017-10-233-9/+4
| * | | | | | Remove deprecated method `supports_migrations?`Rafael Mendonça França2017-10-233-9/+4
| * | | | | | Remove deprecated methods `initialize_schema_migrations_table` and `initializ...Rafael Mendonça França2017-10-233-15/+4
| * | | | | | Rase when calling `lock!` in a dirty recordRafael Mendonça França2017-10-233-15/+20
| * | | | | | Remove deprecated support to passing a class to `:class_name` on associationsRafael Mendonça França2017-10-235-25/+10
| * | | | | | Remove deprecated argument `default` from `index_name_exists?`Rafael Mendonça França2017-10-234-16/+8
| * | | | | | Remove deprecated support to `quoted_id` when typecasting an Active Record ob...Rafael Mendonça França2017-10-235-71/+4
| * | | | | | Removed deprected evented redis adapterRafael Mendonça França2017-10-234-151/+5
| * | | | | | Remove deprecated `ActionController::ParamsParser::ParseError`Rafael Mendonça França2017-10-232-7/+6
| * | | | | | Remove deprecated Erubis ERB handlerRafael Mendonça França2017-10-237-117/+4
* | | | | | | Merge pull request #30955 from prathamesh-sonpatki/rm-changelog-entryRafael França2017-10-231-7/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Remove CHANGELOT entry for the change that was backported to 5-1-stable [ci s...Prathamesh Sonpatki2017-10-231-7/+0
* | | | | | | Fix duplicate aliases when using both INNER/LEFT JOINsRyuta Kamizono2017-10-232-3/+9
* | | | | | | Ensure associations doesn't table name collide with string joinsRyuta Kamizono2017-10-232-4/+11
| |_|/ / / / |/| | | | |
* | | | | | Use the indicative mood consistently [ci skip]George Claghorn2017-10-221-1/+1
* | | | | | Place `MocktailDesigner` in `test/models/drink_designer.rb`Ryuta Kamizono2017-10-233-5/+3
* | | | | | Fix links [ci skip]George Claghorn2017-10-221-2/+2
* | | | | | Extract metadata from images and videosGeorge Claghorn2017-10-2225-37/+407
* | | | | | Merge pull request #30949 from bogdanvlviv/add-30850-to-changelogEileen M. Uchitelle2017-10-221-0/+7
|\ \ \ \ \ \
| * | | | | | Add changelog entry about new `allow_other_host` option for `redirect_back` m...bogdanvlviv2017-10-221-0/+7
* | | | | | | Merge pull request #30821 from GBH/active-storage-readmeEileen M. Uchitelle2017-10-221-0/+4
|\ \ \ \ \ \ \
| * | | | | | | how do we install active_storage? [skip ci]Oleg2017-10-061-0/+4
* | | | | | | | Merge pull request #29710 from padi/rails-ujs-docsGuillermo Iguaran2017-10-222-0/+25
|\ \ \ \ \ \ \ \
| * | | | | | | | Adds descriptions to rails-ujs methods [ci skip]Marc Rendl Ignacio2017-07-072-0/+25
* | | | | | | | | Avoid slicing from Thor's original HWIAAkira Matsuda2017-10-221-2/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | [Active Storage] require_relative => requireAkira Matsuda2017-10-211-1/+1
* | | | | | | | [Action Cable] require_relative => requireAkira Matsuda2017-10-213-3/+3
* | | | | | | | [Active Job] require_relative => requireAkira Matsuda2017-10-214-13/+13
* | | | | | | | [Action Mailer] require_relative => requireAkira Matsuda2017-10-212-4/+4
* | | | | | | | [Action View] require_relative => requireAkira Matsuda2017-10-2125-35/+35
* | | | | | | | [Action Pack] require => require_relativeAkira Matsuda2017-10-2137-70/+70
* | | | | | | | [Active Record] require => require_relativeAkira Matsuda2017-10-2135-134/+134
* | | | | | | | [Active Model] require => require_relativeAkira Matsuda2017-10-217-25/+25
* | | | | | | | [Active Support] require_relative => requireAkira Matsuda2017-10-21129-386/+386
* | | | | | | | [Railties] require_relative => requireAkira Matsuda2017-10-2174-115/+115
* | | | | | | | Let Hash#slice return a HashAkira Matsuda2017-10-212-1/+5
* | | | | | | | Move HWIA specific logic for slice and slice! to HWIA classAkira Matsuda2017-10-212-2/+10
* | | | | | | | Hash#slice is in Ruby 2.5+Akira Matsuda2017-10-211-1/+1
* | | | | | | | Add test cases for `type` and `foreign_type` in the reflectionsRyuta Kamizono2017-10-211-0/+7
* | | | | | | | bundle lock --add-platform javaAkira Matsuda2017-10-201-0/+27
* | | | | | | | Merge pull request #30928 from Altech/indifferent-ignored-columnsRyuta Kamizono2017-10-203-15/+37
|\ \ \ \ \ \ \ \
| * | | | | | | | Convert ignored_columns to a list of stringAltech2017-10-203-15/+37
* | | | | | | | | Merge pull request #30936 from maxfelsher/html-escape-doc-fixRyuta Kamizono2017-10-201-3/+0
|\ \ \ \ \ \ \ \ \