Sha256: 4261135af8fc86fa890696f6aa53a68b91ad461435b54a1a7ea600054d1a3a1f

Contents?: true

Size: 544 Bytes

Versions: 1

Compression:

Stored size: 544 Bytes

Contents

===============================================================================

Some manual steps you have to do

  1. Uncomment or add the following to you application.rb file:
  
      config.action_view.javascript_expansions[:defaults] = %w(jquery rails)
      
      or if you used included jquery ui
      
      config.action_view.javascript_expansions[:defaults] = %w(jquery jqueryui rails)
      
  2. Rerun the generator to update the javascript files

===============================================================================

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rails3-generators-0.12.1 lib/generators/jquery/install/templates/README