urzur

Results 3 issues of 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 ![capture](https://f.cloud.github.com/assets/1127245/2427611/cf1de020-abf9-11e3-925f-38143962b4c1.PNG) I am using IE8 and when on debug,...