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

6 commits

Author SHA1 Message Date
Jeremy Daer
1a17cfb9d9
Service: clarify Service.build arguments
First arg is config for the service we're instantiating.

Second arg is service configurations so we can look up and configure
other services by name.
2017-07-09 03:19:58 -07:00
Jeremy Daer
e5503399c0 Configure services that reference other services
* Move service configuration from the Engine to Service
* Delegate configuration mechanics to internal Service::Configurator
* Delegate service building to the concrete Service classes, allowing
  them to configure composed services.
* Implement for the Mirror service.
2017-07-08 17:27:31 -07:00
Robin Dupret
27f87b68b2 Add some documentation 2017-07-07 18:41:37 +02:00
David Heinemeier Hansson
894e1e3183 Check integrity after uploads 2017-07-06 16:01:11 +02:00
David Heinemeier Hansson
4191d1e675 Dropped from the interface 2017-07-06 15:42:09 +02:00
David Heinemeier Hansson
35d5bddabc Rename from Site to Service now that we're called Active Storage 2017-07-06 12:22:44 +02:00
Renamed from lib/active_storage/site.rb (Browse further)