drogus / bulk_api

MIT License
149 stars 7 forks source link

Requests not going through to Rails #12

Closed drnic closed 13 years ago

drnic commented 13 years ago

I don't know how to debug this, or if its happening to others, but the changes/commits AND initial data loading aren't generating requests to the Rails app.

https://github.com/drnic/todos-bulk-api-demo

I've also tried to recreate the app via http://sproutguides-drogus.strobeapp.com/rails.html and I'm not seeing any traffic to the server.

Does it work for other people, is there a regression (no idea how) or any ideas why I'm having this experience?

aflatter commented 13 years ago

This probably means that the data source is not successfully loaded. I ran into this a few days ago. If you're using bulk_data_source from master, the reason might be that Piotr changed naming to BulkApi.BulkDataSource.

drnic commented 13 years ago

Thanks for spotting that. I've fixed it and now I get real error/warnings in my console:

On page load - https://skitch.com/drnic/frgnx/todos-on-page-load

On createRecord - https://skitch.com/drnic/frgn1/todos

drnic commented 13 years ago

That was in the app built from the guide. In the app I have in the repo, it is now working.

aflatter commented 13 years ago

Can you close this? I'm losing track. ;)

drnic commented 13 years ago

Yes