bootstrap-ruby / bootstrap-editable-rails

In-place editing with Twitter Bootstrap for Rails
http://rubygems.org/gems/bootstrap-editable-rails
MIT License
216 stars 52 forks source link

Conflicts with Full Calendar plugin #27

Open dushyantagarwal opened 8 years ago

dushyantagarwal commented 8 years ago

When I include

//= require bootstrap-editable
//= require bootstrap-editable-rails

in application.js and do bundle exec rake assets:precompile it doesn't load full calendar http://fullcalendar.io/ When I remove it, it loads fullCalendar and works as expected. I tried a lot but couldn't figure out the issue.

FYI, my application is hosted on Heroku.