urzur
urzur
Hello, I have a rake task that looks like this: namespace :db do desc "Erase and fill database" task :populate => :environment do ``` [A,B].each(&:delete_all) A.populate 15 do |a| a.title...
Hello, I am using bootstrap 3 and am trying to inject remote content into a modal. I want to be able to control the contents of the modal-header, body, and...
When trying to call remote content in bootstrap 3 modal an exception is thrown by respond.js I have the following files  I am using IE8 and when on debug,...