mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
parent
d28247bf56
commit
7a9a700763
1 changed files with 3 additions and 1 deletions
|
@ -210,9 +210,11 @@ module Rails
|
|||
end
|
||||
|
||||
def javascript_gemfile_entry
|
||||
args = {'jquery' => ", github: 'rails/jquery-rails'"}
|
||||
|
||||
unless options[:skip_javascript]
|
||||
<<-GEMFILE.strip_heredoc
|
||||
gem '#{options[:javascript]}-rails'
|
||||
gem '#{options[:javascript]}-rails'#{args[options[:javascript]]}
|
||||
|
||||
# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
|
||||
gem 'turbolinks'
|
||||
|
|
Loading…
Reference in a new issue