Videos tagged with Rails


RailsLab Developing for Performance: Webinar Replay – Using Apdex to Improve Online Customer Satisfaction

RailsLab Developing for Performance: Webinar Replay – Using Apdex to Improve Online Customer Satisfaction

Posted in Broadcasting, Screencasts

In this fast-paced, 30-minute session Peter Sevcik, founder and executive director of the Apdex Alliance, provides an overview of Apdex, an open standard for reporting, benchmarking, and tracking application performance. New Relic consultant Steve Hudson follows with real-world examples of how to measure Apdex scores in production Rails or Java web applications using RPM.

Tags: Rails, RailsLab, Broadcasting, Screencasts



RailsLab Developing for Performance: Webinar Replay – Optimizing Your Online Store for the Holidays

RailsLab Developing for Performance: Webinar Replay – Optimizing Your Online Store for the Holidays

Posted in Broadcasting, Screencasts

In this session Brian Doll, manager of software development at Sheet Music Plus, the nation’s leading online provider of sheet music, shares his tips on preparing your site optimal application performance, capacity and scalability during the peak season. In addition to providing specific optimization examples, Brian discusses a number of helpful steps in detail. These include:

Tags: Rails, RailsLab, Broadcasting, Screencasts


RailsLab Scaling Rails: Episode #17 - Scaling Your Database - Part 1

RailsLab Scaling Rails: Episode #17 - Scaling Your Database - Part 1

Posted in Broadcasting, Screencasts

If the bottleneck of your application is your database even after caching as much as possible, what can you do? This is the first of two screencasts where we’re going to learn about techniques for increasing the power of your Database. In this first video we learn how to grow our database step by step using both vertical and horizontal scaling.

Tags: Rails, RailsLab, Broadcasting, Screencasts


RailsLab Scaling Rails: Episode #18 - Scaling Your Database - Part 2

RailsLab Scaling Rails: Episode #18 - Scaling Your Database - Part 2

Posted in Broadcasting, Screencasts

In this second screencast we start out by learning the differences between the myISAM and InnoDB database engines for MySQL.  Next we learn how to scale a write heavy database by using Master Master replication, and how we might configure this to work with our Rails application.  Lastly we’ll figure out how to shard our database by spliting our tables between multiple databases and show how bot...

Tags: Rails, RailsLab, Broadcasting, Screencasts








Three Years of Real-World Ruby

Three Years of Real-World Ruby

Posted in Conferences, Development, Frameworks, Java, Ruby, Ruby On Rails

Summary Martin Fowler talks about ThoughtWorks's experience with using Ruby on client projects for the past three years, and the creation of a Ruby-based product 'Mingle'. Bio Martin Fowler is an author, speaker, consultant and general loud-mouth on software development. He's the Chief Scientist at ThoughtWorks - an international application development company, and has written five books on so...

Tags: Conferences, Ruby, Testing, Ruby On Rails, Frameworks, Java, Scalability, JRuby, ThoughtWorks, InfoQ, Dynamic Languages, ...