Sha256: 592a4da8fcb7fd17acb12beb001e1348f8cca12f1a1beb3d16fea6ad90432e02

Contents?: true

Size: 186 Bytes

Versions: 11

Compression:

Stored size: 186 Bytes

Contents

# run "rails generate jquery:install --ui"
gsub_file 'app/assets/javascripts/application.js', /\/\/\= require jquery_ujs/ do
<<-RUBY
//= require jquery_ujs
//= require jquery-ui
RUBY
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
icebreaker-0.2.0 templates/jquery.rb
icebreaker-0.1.9 templates/jquery.rb
icebreaker-0.1.8 templates/jquery.rb
icebreaker-0.1.7 templates/jquery.rb
icebreaker-0.1.6 templates/jquery.rb
icebreaker-0.1.5 templates/jquery.rb
icebreaker-0.1.4 templates/jquery.rb
icebreaker-0.1.3 templates/jquery.rb
icebreaker-0.1.2 templates/jquery.rb
icebreaker-0.1.1 templates/jquery.rb
icebreaker-0.1.0 templates/jquery.rb