Rails::Engine allows you to wrap a specific Rails application or subset of functionality and share it with other applications or within a larger packaged application.| api.rubyonrails.org
Rails::Railtie is the core of the Rails framework and provides several hooks to extend Rails and/or modify the initialization process.| api.rubyonrails.org