urzur
Results
2
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...