No commit activity in last 3 years
No release in over 3 years
Adapter for https://github.com/coop182/jquery.dfp.js
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 3.1.0
 Project Readme

jquery-dfp-rails

This gem packages the jQuery DFP 1.0.16 javascript for the Rails 3.1+ asset pipeline

Install

In your Gemfile, add:

gem 'jquery-dfp-rails', github: 'tulp/jquery-dfp-rails'

In your application.js file, add:

//= require jquery.dfp

Or generate bootstrap file:

rails g jquery_dfp_rails:bootstrap <YOUR_DFP_ID>

and put it in application.js instead of jquery.dfp

//= require jquery.dfp.bootstrap

Check carefully corresponding section in original readme