1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Commit graph

4 commits

Author SHA1 Message Date
Alberto Almagro
34f2e9492b Add frozen_string_literal: true
Adds frozen_string_literal: true comment on top of all currently existing files
2018-10-08 23:44:25 +02:00
George Claghorn
1a4a582ddc Install Active Storage extension lazily
Avoid eagerly loading Active Record during app boot. Reinstall the extension when ActiveStorage::Blob is reloaded in dev.
2018-10-03 22:26:15 -04:00
Javan Makhmali
3044312128 Move attachment rendering to a helper
Fixes #5
2018-10-03 14:41:47 -04:00
David Heinemeier Hansson
f1d74871e7 Rename from Active Text to Action Text
This is more like Action View than Active Model.
2018-04-13 16:23:04 -07:00
Renamed from lib/active_text/engine.rb (Browse further)