Videos tagged with Rake


DimeCasts.Net #190: Rake: Learning to use Rake With MSBuild

DimeCasts.Net #190: Rake: Learning to use Rake With MSBuild

Posted in Frameworks, Companies, Development

In this episode we are going to take a look at how to use Rake in order to help refactor your MSBuild Scripts.We will use Rake in order to allow you to build out smaller targets in MSBuild as well as to run external features which are supported by Rake.

Tags: Frameworks, Microsoft, .NET Framework, Rake, DimeCasts.Net, Broadcasting, Screencasts, Development, Companies, Continous Integration, Amir Baylko, ...



RailsLab Scaling Rails: Episode #19 - On The Edge - Part 1

RailsLab Scaling Rails: Episode #19 - On The Edge - Part 1

Posted in Development, Frameworks, Databases

This is the first of three screencasts where we begin to look at a few new Rails libraries to help you scale your Rails applications. In this first episode we take a look at Bullet, which will help you optimize your SQL queries by giving you growl notifications when you’re not using eager loading properly or should be using a counter cache. Then there’s Rails Indexes which provides ...

Tags: Ruby, Ruby On Rails, Frameworks, Databases, Scalability, SQL, Rake, bullet, RailsLab, Broadcasting, Screencasts, ...



RubyConf 2008: Tap – [not] a talk about replacing rake

RubyConf 2008: Tap – [not] a talk about replacing rake

Posted in Conferences, Development

In this talk I will present a task application framework called Tap. Tap on the surface acts like a supercharged rake, with similar declaration syntax and ease of use from the command line. On closer inspection, rake and tap address separate problems in separate domains that overlap in the simplest cases. Tap facilitates: imperative workflows task configuration, inputs, documentation, and testi...

Tags: Conferences, Ruby, Rake, Confreaks, RubyConf 2008, Tap


RubyConf 2008: rush, a shell that will yield to you

RubyConf 2008: rush, a shell that will yield to you

Posted in Conferences, Development

rush (http://rush.heroku.com/) as defined by the website is: a replacement for the unix shell (bash, zsh, etc) which uses pure Ruby syntax. Grep through files, find and kill processes, copy files - everything you do in the shell, now in Ruby. In this talk you will learn 2 things. First we will go over some rush basics. Like globbing, search and replace, naming files, and processes. Second we wi...

Tags: Conferences, Ruby, Textmate, Deployment, Capistrano, Rake, Sake, rush, Confreaks, RubyConf 2008, Thor, ...



Lone Star Ruby Conf 2008: Ruby in the Cloud

Lone Star Ruby Conf 2008: Ruby in the Cloud

Posted in Conferences, Development, Cloud Computing

This talk would be a case study in using Ruby to deploy, monitor, and manage a cluster of servers running in the Amazon Web Services virtual cloud. The example cluster is operated by OtherInbox.com, a consumer-driven website that automates email tasks and spam blocking. Every system administration task imaginable is carried out using Ruby, which means the developers can enjoy all of Ruby’...

Tags: Conferences, Ruby, Deployment, Capistrano, Amazon S3, Rake, Cloud Computing, Amazon SQS, Clustering, Monitoring, Confreaks, ...





Ruby and the Art of Domain Specific Languages

Ruby and the Art of Domain Specific Languages

Posted in Conferences, Development

Summary Rich Kilmer explains Domain Specific Languages and how they help working with domain experts. The presentation includes an overview of styles of external and internal DSLs in Ruby and explains implicit and explicit styles, complete with advantages and trade-offs of either approach. The presentation is rounded off with a look at imperative and declarative styles of DSLs. Bio Rich Kilmer ...

Tags: Conferences, Ruby, DSL, Rake, InfoQ, Qcon London 2007, QCon, Languages