aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid dalli 2.7.7 for nowyuuji.yaginuma2018-03-152-2/+2
* Merge pull request #32220 from rails/fix-time-columns-on-sqlite3Andrew White2018-03-157-11/+83
|\
| * Ensure that leading date is stripped by quoted_timeAndrew White2018-03-112-4/+37
| * Normalize date component when writing to time columnsAndrew White2018-03-113-6/+9
| * Apply time column precision on assignmentAndrew White2018-03-113-1/+37
* | Merge pull request #32254 from sgrif/sg-dont-marshal-twiceSean Griffin2018-03-141-13/+14
|\ \
| * | Don't marshal ActiveSupport::Cache::Entry objects twiceSean Griffin2018-03-141-13/+14
|/ /
* | Merge pull request #32250 from bogdanvlviv/add-info-about-exprity-of-siigned-...Andrew White2018-03-142-0/+14
|\ \
| * | Update "Upgrading from Rails 5.1 to Rails 5.2" [ci skip]bogdanvlviv2018-03-142-0/+14
|/ /
* | Pass the skip_pipeline option in image_submit_tagAndrew White2018-03-142-2/+4
* | Remove entry that was backported to Rails 5.1.3. [ci skip]Yuji Yaginuma2018-03-141-3/+0
* | Fix routing inspector tests broken in https://github.com/rails/rails/commit/6...Kasper Timm Hansen2018-03-131-14/+15
* | Rely on Rails::Command's help output.Kasper Timm Hansen2018-03-133-98/+84
* | Extract details to methods to clarify command.Kasper Timm Hansen2018-03-131-8/+12
* | Remove changelog header for unreleased versionRafael Mendonça França2018-03-1310-20/+0
* | Merge pull request #32231 from gmcgibbon/perform_email_jobs_in_assert_emailsRafael Mendonça França2018-03-133-6/+32
|\ \
| * | Perform email jobs in #assert_emailsGannon McGibbon2018-03-122-5/+29
* | | Merge pull request #32153 from bogdanvlviv/rails-routes-32130Kasper Timm Hansen2018-03-134-62/+49
|\ \ \
| * | | Introduce `ActionDispatch::Routing::ConsoleFormatter::Base`bogdanvlviv2018-03-133-59/+46
| * | | Improve docs of `ActionDispatch::Routing`bogdanvlviv2018-03-131-3/+3
* | | | Merge pull request #32222 from bogdanvlviv/update-ruby_on_rails_5_2_release_n...Kasper Timm Hansen2018-03-131-47/+896
|\ \ \ \ | |/ / / |/| | |
| * | | Update "Ruby on Rails 5.2 Release Notes" Guide [ci skip]bogdanvlviv2018-03-131-47/+896
|/ / /
* | | Restore full Travis configGeorge Claghorn2018-03-121-1/+76
* | | Fix Azure signed URL generation with newer client libGeorge Claghorn2018-03-122-82/+5
* | | Redis cache store: fix constructing with a Redis instanceAdam Richardson2018-03-122-1/+7
* | | Remove path option from AzureStorage configYuji Yaginuma2018-03-131-1/+0
* | | Update ASt test services configGeorge Claghorn2018-03-122-1/+1
|/ /
* | Remove path config option from Azure serviceAndrew White2018-03-123-8/+10
* | [ci skip] Add missing do.Kasper Timm Hansen2018-03-121-1/+1
* | Add section to routing guide about config/routes.rb [ci skip]Andrew White2018-03-121-0/+20
* | Merge pull request #32227 from ydakuka/fix-notes-marksEileen M. Uchitelle2018-03-127-9/+9
|\ \
| * | Fix note marks [ci skip]Yauheni Dakuka2018-03-127-9/+9
|/ /
* | Merge pull request #32224 from bogdanvlviv/fix-rails_6_0-changelogsAndrew White2018-03-123-9/+7
|\ \
| * | Fix CHANGELOGs [ci skip]bogdanvlviv2018-03-123-9/+7
|/ /
* | Merge pull request #32160 from bogdanvlviv/improve-rails-routes-expandedKasper Timm Hansen2018-03-113-44/+67
|\ \
| * | Draw line of a route name to the end of row console on `rails routes --expanded`bogdanvlviv2018-03-053-44/+67
* | | Remove unnecessary `Hash.method_defined?(:dig)` checkingyuuji.yaginuma2018-03-111-13/+11
* | | Do not show unnecessary message during server startupyuuji.yaginuma2018-03-101-6/+5
| |/ |/|
* | Merge pull request #32216 from Gaurav2728/update-psych-gemRafael França2018-03-092-3/+3
|\ \
| * | update psych gem to 3.2 stable releaseGaurav Sharma2018-03-102-3/+3
|/ /
* | Merge pull request #32215 from M-Sayed/masterRichard Schneeman2018-03-091-2/+1
|\ \
| * | Change doc for "polymorphic_path" in polymorphic_routes.rbMahmoud2018-03-091-2/+1
* | | Update some i18n references in guides (#32182)Chris Salzberg2018-03-091-8/+17
* | | Merge pull request #32212 from dharamgollapudi/patch-6Ryuta Kamizono2018-03-091-1/+1
|\ \ \
| * | | Fixes a typo and updates active_job_basics.mdDharam Gollapudi2018-03-081-1/+1
| |/ /
* | | Merge pull request #32213 from yujideveloper/feature/delegate-ar-base-pick-to...Ryuta Kamizono2018-03-092-1/+6
|\ \ \ | |/ / |/| |
| * | Add `delegate :pick, to: :all`Yuji Hanamura2018-03-092-1/+6
|/ /
* | Merge pull request #32210 from kivikakk/uri-selective-monkeypatchAaron Patterson2018-03-081-2/+9
|\ \
| * | Only apply monkey-patch if detected to be requiredAshe Connor2018-03-091-2/+9
* | | Always yield a CSP policy instanceAndrew White2018-03-083-17/+65