Sha256: ac4485266f4d037b2e9ec4b34d7d498ecc023d89d20103846a35e5379d1f9bac
Contents?: true
Size: 600 Bytes
Versions: 3
Compression:
Stored size: 600 Bytes
Contents
# install plugins # plugin 'active_scaffold', :git => 'git://github.com/vhochstein/active_scaffold.git' plugin 'verification', :git => 'git://github.com/rails/verification.git' plugin 'render_component', :git => 'git://github.com/vhochstein/render_component.git' # configure as much as we can automatically add_after 'app/views/layouts/application.html.erb',' <%= csrf_meta_tag %>', ' <%= active_scaffold_includes %>' if yes?("Use jquery? (y/n):") gsub_file 'vendor/plugins/active_scaffold/environment.rb', /#ActiveScaffold.js_framework = :jquery/, 'ActiveScaffold.js_framework = :jquery' end
Version data entries
3 entries across 3 versions & 1 rubygems