recreate object state at any point in time ‣ Bug to fix? - fix it - replay events - database is fixed ‣ Commons uses - source control - financial/accounting systems - complex domains ‣ https://github.com/karmajunkie/replay Use the Source, Luke: High fidelity data with event sourcing (Keith Gaddis) 1
uses a Translation Center app for managing translations ‣ Export bundles for their apps ‣ gem 'twitter_cldr' - dates, times, numbers, sorting, currencies, language names, countries, units of measure, pluralization - future: normalization, collation, capitalization, abbreviations, quoting, javascript version i18n on Rails: A Twitter Approach (Cameron Dutro) 4
Google team dedicated to make it faster ‣ performance.timing in Chrome console ‣ mod_pagespeed for Apache ‣ Page Speed Chrome extension https://developers.google.com/speed/docs/insights/using_chrome ‣ http://webpagetest.org Let's make the web faster tips from trenches @ Google (Ilya Grigorik) 5
1/3 of Canadians have smartphones ‣ 74% of the users will bounce after 5 seconds ‣ native apps: not everyone wants to install an application. Don't always offer to install one! ‣ Strategy: - Mobile First - Responsive Design Mobile Rage What causes it how to fix it (Lori M Olson) 7
db:migrate:status ‣ rails console --sandbox - helper.number_to_currency 1.45 - User.pluck(:email) - Book.uniq.pluck(:author_id) Ten Things You Didn't Know Rails Could Do (James Edward Gray II) 9
CREATE INDEX articles_search_index ON articles USING gin(search); ‣ See James Edward Gray presentation for more details Ten Things You Didn't Know Rails Could Do (James Edward Gray II) 11
class ‣ Rails is thread-safe ‣ Why use DelayedJob, Resque and others for simple things? ‣ Let's fetch the 10 latest tweets after a user registers Ten Things You Didn't Know Rails Could Do (James Edward Gray II)
‣ From the one and only Yehuda Katz ‣ http://yehudakatz.com/2012/04/13/tokaido- my-hopes-and-dreams/ ‣ Not released yet Lightning Talks (Yehuda Katz) 14
language) - @tenderlove (a.k.a. Aaron Patterson) - David Cohen (TechStars) ‣ Ten Things You Didn't Know Rails Could Do ‣ Making the Web fast(er) ‣ Rails Sustainable Productivity