aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | Merge pull request #30118 from georgeclaghorn/active-storage-load-hooksRafael França2017-08-081-16/+15
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Set ActiveStorage::Blob.service when ActiveStorage::Blob is loadedGeorge Claghorn2017-08-081-16/+15
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
* | | | | | | | | | | | Document `ActiveRecord::AttributeMethods::Dirty`Sean Griffin2017-08-081-9/+9
| |_|_|/ / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #30125 from yukideluxe/add-reload-to-associations-docsRafael França2017-08-082-4/+14
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | add reload_association to documentation [ci skip]Julia López2017-08-072-4/+14
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #30127 from y-yagi/deprecate_support_of_older_config_ruRafael França2017-08-083-1/+43
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Deprecate support of older `config.ru`yuuji.yaginuma2017-08-083-1/+43
* | | | | | | | | | | | Merge pull request #30135 from ffmike/azure-storage-fix-content-typeRafael Mendonça França2017-08-082-3/+11
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Support content_type in AzureStorageService#urlMike Gunderloy2017-08-082-2/+12
* | | | | | | | | | | | ActiveStorage:Add migrations per rails engine conventions (#30111)Dino Maric2017-08-084-14/+6
|/ / / / / / / / / / /
* | | | | | | | | | | [ci skip] Postgres --> PostgreSQLRyuta Kamizono2017-08-084-4/+4
* | | | | | | | | | | Merge pull request #30132 from ydakuka/patch-1Ryuta Kamizono2017-08-081-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | [ci skip] Update action_mailer_basics.mdYauheni Dakuka2017-08-081-1/+1
|/ / / / / / / / / /
* | / / / / / / / / [ci skip] Prefer cookies.encrypted over signed (#30129)Claudio B2017-08-074-4/+4
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Extend image_tag to accept ActiveStorage Attachments and Variants (#30084)Anton Khamets2017-08-075-6/+66
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Capitalize RakeJon Moss2017-08-061-1/+1
* | | | | | | | Remove extra space between two sentencesJon Moss2017-08-061-1/+1
* | | | | | | | Lint railties/CHANGELOG.mdJon Moss2017-08-061-2/+2
* | | | | | | | Lint activesupport/CHANGELOG.mdJon Moss2017-08-061-7/+7
* | | | | | | | Lint activerecord/CHANGELOG.mdJon Moss2017-08-061-4/+4
* | | | | | | | Lint actionpack/CHANGELOG.mdJon Moss2017-08-061-3/+3
* | | | | | | | Lint actioncable/CHANGELOG.mdJon Moss2017-08-061-3/+3
|/ / / / / / /
* | | | | | | Merge pull request #30094 from dixpac/change_azure_name_in_storage_ymlDavid Heinemeier Hansson2017-08-061-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Fix wrong service name in the storage.ymldixpac2017-08-061-3/+3
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #30099 from bogdanvlviv/set_version_of_active_storage_to_5...David Heinemeier Hansson2017-08-061-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Active Storage to 5.2.0.alpha inside `activestorage/package.json`bogdanvlviv2017-08-061-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #30097 from mgiagante/masterRyuta Kamizono2017-08-071-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Replaces the 17 for the actual call to params[:id] that would make the code w...Mariano Giagante2017-08-061-1/+1
|/ / / / / /
* | | | | | Pass over Active Storage readme [ci skip] (#30086)Vipul A M2017-08-061-2/+2
* | | | | | Merge pull request #30089 from yboulkaid/masterRyuta Kamizono2017-08-061-4/+0
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Remove outdated comment [ci skip]Youssef Boulkaid2017-08-061-4/+0
|/ / / / /
* | | | | Merge pull request #30066 from claudiob/ast-moduleDavid Heinemeier Hansson2017-08-0512-665/+690
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into ast-moduleDavid Heinemeier Hansson2017-08-0515-28/+33
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #30068 from kamipo/user_start_with_than_regexpDavid Heinemeier Hansson2017-08-051-4/+4
|\ \ \ \ \ \
| * | | | | | Use `content_type.start_with?("...")` than `content_type =~ /^.../`Ryuta Kamizono2017-08-051-4/+4
* | | | | | | Merge pull request #30081 from y-yagi/fix_ruby_warningsDavid Heinemeier Hansson2017-08-056-11/+17
|\ \ \ \ \ \ \
| * | | | | | | Fix ruby warningsyuuji.yaginuma2017-08-056-11/+17
* | | | | | | | Merge pull request #30080 from georgeclaghorn/active-storage-secret-key-baseDavid Heinemeier Hansson2017-08-052-4/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Check for `app.secrets.secret_key_base`, not `app.config.secret_key_base`George Claghorn2017-08-052-4/+2
| |/ / / / / / /
* | | | | | | | Merge pull request #30082 from kamipo/add_missing_blank_lineDavid Heinemeier Hansson2017-08-051-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Add missing blank line between `config.active_storage` and `config.action_cable`Ryuta Kamizono2017-08-051-0/+1
| |/ / / / / / /
* | | | | | | | Merge pull request #30083 from koic/change_gem_version_of_active_storage_to_5...David Heinemeier Hansson2017-08-051-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Change gem version of Active Storage to 5.2.0.alphaKoichi ITO2017-08-051-2/+2
| |/ / / / / / /
* | | | | | | | Merge pull request #30056 from dixpac/remove_unecessary_variableDavid Heinemeier Hansson2017-08-051-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Remove unecesarry exception variabledixpac2017-08-051-1/+1
|/ / / / / / /
* / / / / / / Revert "Merge pull request #15446 from akshay-vishnoi/doc_changes"Matthew Draper2017-08-051-1/+1
|/ / / / / /
* | | | | | Merge pull request #30078 from y-yagi/fix_respositoryRyuta Kamizono2017-08-052-4/+4
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix repository URL [ci skip]yuuji.yaginuma2017-08-052-4/+4
|/ / / / /
| * / / / `module ActiveStorage`, not `ActiveStorage::Class`claudiob2017-08-0412-660/+685
|/ / / /
* | | | Merge pull request #30020 from rails/active-storage-importDavid Heinemeier Hansson2017-08-04144-26/+7217
|\ \ \ \