SlideShare a Scribd company logo
Rails 3.1 awesomeness
for roro Sydney Meet-up May 2011




        Steven Ringo
 steven@dynamicclarity.com




           Ryan Bigg
   radarlistener@gmail.com
http://www.flickr.com/photos/23611308@N03/4252962768/
massive
see full list at
https://gist.github.com/958283
     *thanks to Ryan Bates for the list
jQuery new default

  jquery-rails gem
prototype-rails gem
Sass (scss) is a first-class citizen

                  wtf is sass?

             see also compass:
http://compass-style.org/reference/compass/
asset packaging
CoffeeScript
          Compiles to JavaScript
  Ruby-like syntactic sugar to enhance JS
Array comprehension and pattern matching
    Don’t freak out, its not mandatory
Identity Map




            in-memory cache to prevent
duplicate retrieval of the same object data from the
                       database
HTTP Streaming



    http://en.wikipedia.org/wiki/Manneken_Pis
a.k.a. chunked transfer encoding

send content to the browser before the server
           is finished processing

          ostensibly faster page loads


http://weblog.rubyonrails.org/2011/4/18/why-http-streaming



   classic asp had this in 1997: <%response.Buffer=true%>
B
ActiveModel::SecurePassword
ActiveModel::SecurePassword
    BCrypt = brute force resistant
 Can be made slower... (Moore’s law)


class User < ActiveRecord::Base
 has_secure_password
end
Reversible Migrations snoitargiM elbisreveR

Migration system will figure out how to reverse your migration.

            Instance methods, not class methods.


      class MyMigration < ActiveRecord::Migration
       def change
         create_table(:horses) do
          t.column :content, :text
          t.column :remind_at, :datetime
         end
       end
      end
Mass assignment with roles




class Post < ActiveRecord::Base
 attr_accessible :title
 attr_accessible :title, :published_at, :as => :admin
end

Post.new(params[:post], :as => :admin)
Railscasts on 3.1 ep #265
       10/5/2011
Rails 3.1 Awesomeness - what's new

More Related Content

PDF
AppBuilder Tour
PDF
The Evolution of Airbnb's Frontend
PPTX
Sinatra
ZIP
RateMyArea - interesting rails bits
PDF
RateMyArea - interesting rails bits
KEY
Rails3勘所
PDF
CouchDB: A NoSQL database
PPT
Introduction To Ruby On Rails
AppBuilder Tour
The Evolution of Airbnb's Frontend
Sinatra
RateMyArea - interesting rails bits
RateMyArea - interesting rails bits
Rails3勘所
CouchDB: A NoSQL database
Introduction To Ruby On Rails

What's hot (18)

PDF
xml-motor ~ What,Why,How
PDF
Using ArcGIS Server with Ruby on Rails
PPTX
Javascript Myths and its Evolution
PDF
Apache Sling as an OSGi-powered REST middleware
PDF
Your first sinatra app
PPTX
Evolution of java script libraries
PDF
Rupy2012 ArangoDB Workshop Part2
ODP
A Toda Maquina Con Ruby on Rails
PDF
CoffeeScript Design Patterns
PDF
Ember Reusable Components and Widgets
PDF
Upgrading to rails3
PDF
Project development - preparing hell dish together – Oleksii Dashkevych
PDF
Voxxed Days Thesaloniki 2016 - Scaling react.js applications
PDF
State management in a GraphQL era
PDF
Derailing rails
PDF
Understand & develop ember addons
PPT
Quick Start: ActiveScaffold
PDF
"Frameworks in 2015" Андрей Листочкин
xml-motor ~ What,Why,How
Using ArcGIS Server with Ruby on Rails
Javascript Myths and its Evolution
Apache Sling as an OSGi-powered REST middleware
Your first sinatra app
Evolution of java script libraries
Rupy2012 ArangoDB Workshop Part2
A Toda Maquina Con Ruby on Rails
CoffeeScript Design Patterns
Ember Reusable Components and Widgets
Upgrading to rails3
Project development - preparing hell dish together – Oleksii Dashkevych
Voxxed Days Thesaloniki 2016 - Scaling react.js applications
State management in a GraphQL era
Derailing rails
Understand & develop ember addons
Quick Start: ActiveScaffold
"Frameworks in 2015" Андрей Листочкин
Ad

Viewers also liked (20)

PPTX
PDF
Inseptra company product solutions v2 26092014
PDF
9789740328735
PPT
Ηλιακό σύστημα
PDF
Has Real-Time Marketing Jumped the #Sharknado?
PPTX
Payment of wages act
PDF
E ticaret konferansı- 7 mayıs2015
PDF
Informe para blog
PPTX
Energy Jobline
PDF
Lentera news #17 Agustus 2015 | Merayakan Agustus
PDF
By the Numbers - Book Summit 2013 - Toronto
PDF
町内会通信12月号 
PDF
Vigo prese30102013
PPTX
Using Photoshop Better
PDF
Twitter Improves Seasonal Influenza Prediction
PPTX
60 seconds
PPTX
Charles dickens
PPTX
Glb varshets-nasko
DOCX
Sonar qube configuration
Inseptra company product solutions v2 26092014
9789740328735
Ηλιακό σύστημα
Has Real-Time Marketing Jumped the #Sharknado?
Payment of wages act
E ticaret konferansı- 7 mayıs2015
Informe para blog
Energy Jobline
Lentera news #17 Agustus 2015 | Merayakan Agustus
By the Numbers - Book Summit 2013 - Toronto
町内会通信12月号 
Vigo prese30102013
Using Photoshop Better
Twitter Improves Seasonal Influenza Prediction
60 seconds
Charles dickens
Glb varshets-nasko
Sonar qube configuration
Ad

Similar to Rails 3.1 Awesomeness - what's new (20)

PDF
20140419 oedo rubykaigi04
PDF
20140425 ruby conftaiwan2014
ODP
RoR 101: Session 6
ZIP
Rails and alternative ORMs
PPTX
Rails caching
PPTX
The War on ActionView with Russian Doll Caching
PDF
Even faster web sites
PDF
Rails 2.0 Presentation
ODP
iPhone Web Development and Ruby On Rails
PDF
Introduction to Rails - presented by Arman Ortega
PDF
Scaling Mapufacture on Amazon Web Services
PDF
Rails 4.0
PDF
RoR 101: Session 6
PDF
HTML5とIE10とWindows 8
PDF
Rails 3.1 Asset pipeline
PDF
Intro to sbt-web
KEY
NoSQL: Why, When, and How
PDF
Create a new project in ROR
PDF
Death of a Themer
PDF
Node.js & Twitter Bootstrap Crash Course
20140419 oedo rubykaigi04
20140425 ruby conftaiwan2014
RoR 101: Session 6
Rails and alternative ORMs
Rails caching
The War on ActionView with Russian Doll Caching
Even faster web sites
Rails 2.0 Presentation
iPhone Web Development and Ruby On Rails
Introduction to Rails - presented by Arman Ortega
Scaling Mapufacture on Amazon Web Services
Rails 4.0
RoR 101: Session 6
HTML5とIE10とWindows 8
Rails 3.1 Asset pipeline
Intro to sbt-web
NoSQL: Why, When, and How
Create a new project in ROR
Death of a Themer
Node.js & Twitter Bootstrap Crash Course

Recently uploaded (20)

PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PPTX
master seminar digital applications in india
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PDF
Anesthesia in Laparoscopic Surgery in India
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
Cell Types and Its function , kingdom of life
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
Sports Quiz easy sports quiz sports quiz
PPTX
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
PPTX
Pharmacology of Heart Failure /Pharmacotherapy of CHF
PDF
Classroom Observation Tools for Teachers
PPTX
Pharma ospi slides which help in ospi learning
PDF
01-Introduction-to-Information-Management.pdf
STATICS OF THE RIGID BODIES Hibbelers.pdf
human mycosis Human fungal infections are called human mycosis..pptx
Module 4: Burden of Disease Tutorial Slides S2 2025
Supply Chain Operations Speaking Notes -ICLT Program
master seminar digital applications in india
102 student loan defaulters named and shamed – Is someone you know on the list?
Anesthesia in Laparoscopic Surgery in India
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Microbial diseases, their pathogenesis and prophylaxis
Cell Types and Its function , kingdom of life
2.FourierTransform-ShortQuestionswithAnswers.pdf
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Abdominal Access Techniques with Prof. Dr. R K Mishra
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Sports Quiz easy sports quiz sports quiz
Introduction_to_Human_Anatomy_and_Physiology_for_B.Pharm.pptx
Pharmacology of Heart Failure /Pharmacotherapy of CHF
Classroom Observation Tools for Teachers
Pharma ospi slides which help in ospi learning
01-Introduction-to-Information-Management.pdf

Rails 3.1 Awesomeness - what's new

  • 1. Rails 3.1 awesomeness for roro Sydney Meet-up May 2011 Steven Ringo steven@dynamicclarity.com Ryan Bigg radarlistener@gmail.com
  • 4. see full list at https://gist.github.com/958283 *thanks to Ryan Bates for the list
  • 5. jQuery new default jquery-rails gem prototype-rails gem
  • 6. Sass (scss) is a first-class citizen wtf is sass? see also compass: http://compass-style.org/reference/compass/
  • 8. CoffeeScript Compiles to JavaScript Ruby-like syntactic sugar to enhance JS Array comprehension and pattern matching Don’t freak out, its not mandatory
  • 9. Identity Map in-memory cache to prevent duplicate retrieval of the same object data from the database
  • 10. HTTP Streaming http://en.wikipedia.org/wiki/Manneken_Pis
  • 11. a.k.a. chunked transfer encoding send content to the browser before the server is finished processing ostensibly faster page loads http://weblog.rubyonrails.org/2011/4/18/why-http-streaming classic asp had this in 1997: <%response.Buffer=true%>
  • 13. ActiveModel::SecurePassword BCrypt = brute force resistant Can be made slower... (Moore’s law) class User < ActiveRecord::Base has_secure_password end
  • 14. Reversible Migrations snoitargiM elbisreveR Migration system will figure out how to reverse your migration. Instance methods, not class methods. class MyMigration < ActiveRecord::Migration def change create_table(:horses) do t.column :content, :text t.column :remind_at, :datetime end end end
  • 15. Mass assignment with roles class Post < ActiveRecord::Base attr_accessible :title attr_accessible :title, :published_at, :as => :admin end Post.new(params[:post], :as => :admin)
  • 16. Railscasts on 3.1 ep #265 10/5/2011