as souvenirs. Parrots were particularly popular because they were colorful, could be taught to speak, and were easier to care for than, say, monkeys.” Saturday, October 5, 13
as souvenirs. Parrots were particularly popular because they were colorful, could be taught to speak, and were easier to care for than, say, monkeys.” (Read: they crapped everywhere but at least wouldn't throw it at you.) Saturday, October 5, 13
the capstan with a bird perched on him.” http://www.straightdope.com/columns/read/2729/why-are-pirates-depicted-with-a-parrot-on-their-shoulder Saturday, October 5, 13
and/or complexity • Sprinkling jQuery selectors only goes that far • Gives structure to your code • Let someone else do the hard stuff Saturday, October 5, 13
and/or complexity • Sprinkling jQuery selectors only goes that far • Gives structure to your code • Let someone else do the hard stuff • Less bugs Saturday, October 5, 13
updated iff any of the dependent properties change • Value is cached fullName: function() { return this.get('firstName') + ' ' + this.get('lastName'); }.property('firstName', 'lastName') Saturday, October 5, 13
• redirect • ... • very important part of your application App.UserRoute = Ember.Route.extend({ model: function() { return $.getJSON('/user.json'); } }); Saturday, October 5, 13
to: 'timelines#home' end class SessionsController < ApplicationController def new ... end def create ... end end class TimelinesController < ApplicationController ... end Saturday, October 5, 13
to: 'timelines#home' end class SessionsController < ApplicationController def new ... end def create ... end end class TimelinesController < ApplicationController ... end Saturday, October 5, 13
to: 'timelines#home' end class SessionsController < ApplicationController def new ... end def create ... end end class TimelinesController < ApplicationController ... end Saturday, October 5, 13