Videos tagged with ActiveRecord


RailsLab Scaling Rails: Episode #20 - On The Edge - Part 2

RailsLab Scaling Rails: Episode #20 - On The Edge - Part 2

Posted in Development, Broadcasting, Frameworks, Ruby, Screencasts, Ruby On Rails

In this screencast we discover what typically causes Ruby server memory bloat, namely instantiating too many ActiveRecord objects. Thankfully there are several plugins which can help you detect when your application needs some help, and where your application is hurting the most. We start by taking a look at Rack-Bug, a toolbar which places all sorts of statistics about each requests at your fi...

Tags: Ruby, Ruby On Rails, Frameworks, Scalability, memory, ActiveRecord, Profiling, RailsLab, Broadcasting, Screencasts, Development, ...



Pivotal Labs Talks: Unison: A Relational Modeling Framework

Pivotal Labs Talks: Unison: A Relational Modeling Framework

Posted in Conferences, Databases, Development, Javascript, Ruby

The relational model has long been the domain of databases, but hidden beneath the awkward, non-compositional syntax of SQL lies the relational algebra, an elegant and compact formalism with powerful implications for distributed application design. Because relational models don't rely on pointers and complex object graphs, it's easy to work with them across network boundaries. All data can be r...

Tags: Conferences, Ruby, Javascript, Databases, ActiveRecord, ORM, Development, Pivotal Labs Talks, GoGaRuCo, Unison


RQuery Demo Final

RQuery Demo Final

Posted in Development, Broadcasting, Frameworks, Ruby, Screencasts, Ruby On Rails

A ruby DSL for building data queries in SQL and other query languages. RQuery is a small DSL inspired by RSpec for building text queries in languages like SQL. It is meant to be concise, easy to read, and expressive about what the query will be asking for. Currently only the ActiveRecord extension is implemented with a Sqlite adapter. Mysql should follow shortly, and then support for Grove + JS...

Tags: Ruby, Ruby On Rails, Frameworks, SQL, DSL, ActiveRecord, find, where, query, rquery


Silicon Valley JavaScript Meetup - January 21, 2009

Silicon Valley JavaScript Meetup - January 21, 2009

Posted in Conferences, Technologies, Companies, Development, Techtalks, AJAX, Google, Javascript

Silicon Valley JavaScript Meetup session from January 21, 2009, hosted at the Googleplex in Mountain View, CA.Nicholas Zakas talks about the performance differences between local and global variables (cross variables.)Davey Waterson talks about ActiveRecord.js, an open source JavaScript library that implements the ActiveRecord data persistence and querying pattern popularized by (though not inv...

Tags: Techtalks, Google, Conferences, Technologies, AJAX, Javascript, ActiveRecord, Performance, server-side, jack, roundabout, ...


Classy Web Development with Sinatra Episode 2: A REST Service

Classy Web Development with Sinatra Episode 2: A REST Service

Posted in Development, Broadcasting, Frameworks, Ruby, Screencasts

Sinatra is also great for writing (lots of) small REST services. In this episode, we’ll write a simple REST service that lets us create, read, update, and delete quips and quotes. You’ll learn how to: Create a basic REST service with Sinatra Write handlers to create, read, update, and delete resources Use Active Record with Sinatra for database persistence Respond to requests with X...

Tags: Ruby, Frameworks, xml, JSON, REST, ActiveRecord, The Pragmatic Programmers, Sinatra



RubyConf 2008: Ruby In the Clouds

RubyConf 2008: Ruby In the Clouds

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

Ruby In the Clouds is about the challenges and results I've faced bringing Ruby and Rails to the 10gen cloud computing platform. It will most definitely NOT be an advertisement for 10gen, though I do plan to touch on 10gen's high-level architecture and mention that it's Open Source. 10gen Architecture OS virtualization vs. application virtualization OO database GridFS file system Application se...

Tags: Conferences, Ruby, Ruby On Rails, Frameworks, Databases, ActiveRecord, JRuby, internationalization, Open-Source, Cloud Computing, Multithreading, ...


NetBeansTV: Jmaki on Rails for Dummies

NetBeansTV: Jmaki on Rails for Dummies

Posted in Databases, Development, Broadcasting, Frameworks, MySQL, Java, Ruby, Screencasts, Ruby On Rails

This screencast by Arun Gupta shows how a jMaki-wrapped Yahoo DataTable widget can be used to pull data from MySQL database using ActiveRecord in a Rails application. This is a screencast of the Jmaki on Rails for Dummies tutorial that uses NetBeans IDE 6.0 (Milestone 9) and the jMaki plug-in.

Tags: Ruby, Ruby On Rails, Frameworks, Java, Databases, MySQL, NetBeans, ActiveRecord, jMaki, Rails, NetBeansTV, ...


EnvyCasts: Advanced ActiveRecord

EnvyCasts: Advanced ActiveRecord

Posted in Development, Broadcasting, Frameworks, Ruby, Screencasts, Ruby On Rails

In this first EnvyCast we take a look at several advanced features of ActiveRecord, including: Loading Large Data Sets Foreign Keys Using and Abusing Include Counter Caching Properly Polymorphic Associations Single Table Inheritance New Rails 2.1 Features Between segments you'll learn a little about "How your brain works" with Dr. Pollack MD. Produced by Gregg Pollack

Tags: Ruby, Ruby On Rails, Frameworks, ActiveRecord, EnvyCasts



Lone Star Ruby Conf 2008: Ruby Anvil: The Desktop Application Framework

Lone Star Ruby Conf 2008: Ruby Anvil: The Desktop Application Framework

Posted in Conferences, Development, Frameworks, Ruby

Ruby Anvil promises to be the rails/merb equivalent framework for Ruby. By borrowing the ideas and knowledge accumulated from both frameworks, we can utilize Ruby to create yet another framework for developers and build desktop applications with ease, speed and beautiful code. In this talk I’d like to discuss some of my plans for the future of Ruby Anvil and what is currently being develo...

Tags: Conferences, Ruby, Frameworks, DSL, ActiveRecord, GUI, Confreaks, DataMapper, Lone Star Ruby Conf 2008, Ruby Anvil, FxRuby, ...