aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Add the ability to disable the global CSP in a controllerAndrew White2018-03-082-1/+19
* | | Allow using inline style and script in the internal controllersyuuji.yaginuma2018-03-081-0/+13
* | | Quote string return values in doc examples [ci skip]Andrew White2018-03-081-2/+2
* | | Add example of maintaining context with `route_for`Andrew White2018-03-081-0/+6
* | | Merge pull request #32175 from bogdanvlviv/express-route_for-as-public-apiAndrew White2018-03-081-1/+13
|\ \ \ | |/ / |/| |
| * | Express `ActionDispatch::Routing::UrlFor#route_for` as public apibogdanvlviv2018-03-071-1/+13
* | | Merge pull request #32183 from kivikakk/uri-ext-fixEileen M. Uchitelle2018-03-073-2/+12
|\ \ \
| * | | URI.unescape handles mixed Unicode/escaped inputAshe Connor2018-03-073-2/+12
* | | | [ci skip] Hide internal docs from root AS moduleAshe Connor2018-03-061-0/+1
|/ / /
* | | Don't call changes in `changes_applied` unless requiredSean Griffin2018-03-061-1/+3
* | | Revert "PERF: Recover `changes_applied` performance (#31698)"Sean Griffin2018-03-064-45/+75
* | | Provide an alternative PDF previewer based on PopplerTerence Lee2018-03-068-35/+104
* | | Update test to reflect GCS direct upload header changeGeorge Claghorn2018-03-061-1/+1
* | | Allow selectively purging attached blobsNicholas Shirley2018-03-063-12/+46
* | | Remove blank Content-Type from GCS direct upload headersGeorge Claghorn2018-03-061-1/+1
* | | Merge pull request #32119 from fegorodscy/masterAndrew White2018-03-064-1/+58
|\ \ \
| * | | Fix dependence on has_one/belongs_to relationshipsFernando Gorodscy2018-03-064-1/+58
|/ / /
* | | Update Gemfile.lock to reflect Capybara 3.xYuji Yaginuma2018-03-061-1/+1
* | | update comment to reflect new supported patterns [ci skip]Xavier Noria2018-03-061-0/+4
* | | Allow Capybara 3.x (#32151)Thomas Walpole2018-03-053-3/+3
* | | whitelist NULLS { FIRST | LAST } in order clausesXavier Noria2018-03-062-1/+28
* | | Fix purging dependent blobs when attachments aren't loadedGeorge Claghorn2018-03-054-25/+35
* | | Delete dependent attachments with recordGeorge Claghorn2018-03-053-2/+17
* | | Update skip_after_callbacks_if_terminated documentationRafael Mendonça França2018-03-051-2/+2
|/ /
* | Correct the ActiveStorage::Service#download_chunk docs [ci skip]George Claghorn2018-03-051-1/+1
* | Fix that after commit callbacks on update does not triggered when optimistic ...Ryuta Kamizono2018-03-063-53/+42