aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/lib
Commit message (Expand)AuthorAgeFilesLines
* Use frozen string literal in Active StorageKoichi ITO2017-08-1216-1/+33
* Merge pull request #30198 from betesh/activestorage-rack-test-uploaded-fileRafael França2017-08-111-1/+1
|\
| * Make activestorage treat Rack::Test::UploadedFile just like ActionDispatch::H...Isaac Betesh2017-08-111-1/+1
* | Merge pull request #30147 from yhirano55/fix_trailing_blank_linesRafael França2017-08-112-2/+0
|\ \
| * | [Active Storage] `rubocop -a --only Layout/TrailingBlankLines`Yoshiyuki Hirano2017-08-093-3/+1
* | | Evaluate `@active_storage_attached_#{name}` only onceRyuta Kamizono2017-08-121-12/+8
* | | Fix formatting of Active Storage docs [ci skip]Koichi ITO2017-08-112-2/+2
* | | Fix formatting of Active Storage docs [ci skip]yuuji.yaginuma2017-08-119-36/+36
| |/ |/|
* | Isolate ActiveStorage namespaces (#30095)Dino Maric2017-08-102-1/+3
|/
* 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
* | Merge pull request #30135 from ffmike/azure-storage-fix-content-typeRafael Mendonça França2017-08-081-2/+3
|\ \ | |/ |/|
| * Support content_type in AzureStorageService#urlMike Gunderloy2017-08-081-2/+3
* | ActiveStorage:Add migrations per rails engine conventions (#30111)Dino Maric2017-08-082-36/+2
|/
* Merge branch 'master' into ast-moduleDavid Heinemeier Hansson2017-08-054-7/+13
|\
| * Merge pull request #30081 from y-yagi/fix_ruby_warningsDavid Heinemeier Hansson2017-08-051-2/+8
| |\
| | * Fix ruby warningsyuuji.yaginuma2017-08-051-2/+8
| * | Merge pull request #30080 from georgeclaghorn/active-storage-secret-key-baseDavid Heinemeier Hansson2017-08-051-1/+1
| |\ \
| | * | Check for `app.secrets.secret_key_base`, not `app.config.secret_key_base`George Claghorn2017-08-051-1/+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
| | |/
| * / Remove unecesarry exception variabledixpac2017-08-051-1/+1
| |/
* / `module ActiveStorage`, not `ActiveStorage::Class`claudiob2017-08-0412-660/+685
|/
* Rename Azure to AzureStorage (#30057)Dino Maric2017-08-043-3/+3
* Do not change the entire codebase style only because of active_storageRafael Mendonça França2017-08-031-4/+2
* Fix all rubocop violationsRafael Mendonça França2017-08-031-2/+4
* We need to require the top file before individual oneRafael Mendonça França2017-08-031-0/+1
* Do not eager load ActiveRecord::BaseRafael Mendonça França2017-08-031-3/+0
* Can't initialize a message verifier without a key baseDavid Heinemeier Hansson2017-08-031-1/+3
* Add Azure to the available services listRolandas Barysas2017-08-021-0/+1
* Follow same format as action_cableDavid Heinemeier Hansson2017-08-011-1/+3
* Directory and config installation now done by app_generatorDavid Heinemeier Hansson2017-07-311-7/+0
* Follow form from actioncableDavid Heinemeier Hansson2017-07-311-1/+4
* Use config/storage.yml as part of the skeleton and loadingDavid Heinemeier Hansson2017-07-312-2/+2
* Add 'activestorage/' from commit '3f4a7218a4a4923a0e7ce1b2eb0d2888ce30da58'Rafael Mendonça França2017-07-3118-0/+1033