mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
c690b7124d
This makes "sprockets/railtie" explicit. This means that sprockets will be loaded when you require "rails/all". If you are not using requiring "rails/all", you need to manually load it with all other framework railties. In order to be complete, this commit also adds --skip-sprockets to the rails generator.
2 lines
No EOL
39 B
Ruby
Executable file
2 lines
No EOL
39 B
Ruby
Executable file
#!/usr/bin/env ruby
|
|
require "rails/cli" |