search for: bd74

Displaying 2 results from an estimated 2 matches for "bd74".

Did you mean: bb74
2013 Sep 23
1
redirect on browser success, but redirect on functional test is error
line_items.yml: one: product_id: 1 cart_id: 1 quantity: 1 carts.yml: one: {} product.rb: has_many :line_items cart.rb: has_many :line_items, dependent: :destroy line_item.rb: belongs_to :product belongs_to :cart line_item_controller.rb: def destroy @line_item = LineItem.find(params[:id]) @cart = @line_item.cart @line_item.destroy respond_to do |format| format.html
2013 Feb 13
3
iOS and authenticated streams
Hi everyone, I've setup a mount with URL authentication. This works perfectly from a desktop machine using Chrome or VLC. I've previously used public streams from iOS played through mobile chrome or safari (and others have used the Radio Box app), which also worked perfectly. However, when I load an stream that requires authentication on mobile Chrome, it prompts me for the