netwire88
netwire88
Hi, I'm a eco newbie and I'm trying to integrate it with Backbone. I checked out Ryan Bates' RailsCast example. However, I'm having trouble accessing a simple get. I can...
Hi, I'm getting an error `Failed to load resource: Request header field Authorization is not allowed by Access-Control-Allow-Headers.` in Safari, but not in Chrome using the following code for javascript...
Hi, I'm using rollbar 3.3 and sidekiq 6.3.1, when I enable `config.use_sidekiq` in `rollbar.rb`, I don't think rollbar is using the `rollbar` queue for sending error messages. I also noticed...
Hi, I've been getting random 404 errors on `Mailjet::Contact_managecontactslists.create`. It's difficult to replicate since if I run it again, it might or might not work. Are others seeing this? ```...
With Rails 3 + Cache Digest + multi_fetch_fragments, I was able to do this: ``` =render partial: 'groups/group', collection: @results, as: :result, cache: true And `groups/group` partial can support dynamic...
All of a sudden, we are gettin `Uncaught exception: Net::ReadTimeout`, did the project go down?
I was able to implement `TPKeyboardAvoidingTableView` pretty simply by setting the Class to it. However, how do I scroll to the top of the table after making a specific cell...
Hi, I'm a iOS newbie and have a Swift project, how do I use `RFQuiltLayout` with it? Do I import it via `ProjectName-Bridging-Header`? I've copied RFQuiltLayout.m & RFQuiltLayout.h files to...
Hi, What's the purpose of `headerView` & `headerCopy` in the list controller and detail controller? In your example, the list controller's `headerCopy` references a header view in the detail view....
It runs fine using grunt server, but when I try to use this with PhoneGap Build, it runs the tests instead. I think PhoneGap Build only allows me to choose...