Cookie Issues in Development?

Serving up static files is about as easy as it gets when trying to manage your server. That is one of the awesome advantages of using SproutCore in your deployed applications.

However, working with these static apps in development can do some funny things with your cookies. If you have run across any of these issues including having to authenticate every time you refresh then you will want to take a look at this by Mike Subelsky.

Warning: if you add any code to force authentication be sure it won’t carry into production!

A Day at the Forum

Danny Brewer created a SproutCore forum today. You can check it out at:

http://sproutcoredev.com/

I don’t know if anyone of us will be hanging out there but the more conversation the better!

Thanks Danny

Installing SproutCore on Ubuntu

Ubuntu has taken a stand against making it easy for developers to install libraries using systems like Ruby Gems which can interfere with apt-get, so simply running sudo gem install sproutcore won’t always work.  Never fear, the community is here.

Tim Anderson explains everything you need to do to install sproutcore on Ubuntu.