Welcome to Max Rail, where amazing things happen.
…
continue reading
Max, Josh, Evan, and Paul talk about games, movies, tv shows, MMA, and everything in-between, above, behind, 124 degrees clockwise and...well hopefully you get the idea.
…
continue reading
Join two nerds as we share and discover one another's favorite books, movies, games, comics and more, from old classics to the new hotness. It'll be familiar to one of us, new to the other, and (if we're doing it right) entertaining for you! | Come talk to us on social media! Twitter: https://twitter.com/gettingrecd Tumblr: https://gettingrecd.tumblr.com Soundcloud: https://soundcloud.com/gettingrecd Email: [email protected]
…
continue reading
High quality videos demonstrating development in Ruby, Rails, Groovy, Grails, CSS, HTML, JQuery, and much more...
…
continue reading

1
13: Billionaire Technocrats Just Aren't What They Used to Be
1:37:44
1:37:44
Play later
Play later
Lists
Like
Liked
1:37:44We have a chill post-Memorial Day Weekend episode and go over the very chill “cute girls camping” anime series Yuru Camp, before getting deep into the trippy sci-fi film Contact. Discussion topics include the horrors of being an introvert and other people wanting to do things with you, anime food porn, the gripping drama of scientists trying to get…
…
continue reading
This week we dive into the post-apocalypse gender studies comic series 'Y: The Last Man', and the innovative silent films of Buster Keaton. Discussion topics include secret George Washington spy rings, distinguishing your Busters from your Humphreys, early-2000s feminism, and early-1920s eroticism.For links, references, and more info, check us out …
…
continue reading
Trivia
…
continue reading
It has been almost one year since the boys of PlayedSawWatching have gathered together to discuss games, movies, tv, and MMA. Driven apart by work, family, and perhaps a slight resentment of Evan, they have barely spoken during their respective hiatus' (hiatuses?), but finally...they have returned. Except for Evan. Screw that guy.…
…
continue reading
The PlayedSawWatching podcast gets off topic this week. A few times.By PlayedSawWatching
…
continue reading
The PlayedSawWatching podcast has no idea if Simon Pegg is in Mob City or not.By PlayedSawWatching
…
continue reading
Now that Breaking Bad is over, the PSW boys (minus Paul, that slacker) have a spoiler-filled discussion about the show in it's entirety. If you have not seen all of the show, something will be ruined for you. You have been warned.By PlayedSawWatching
…
continue reading
The Podcast has to have it's first ever censor bleep. As expected, it was because of Paul.By PlayedSawWatching
…
continue reading
The PSWPodcast is back and on Skype! The boys catch up on things they missed, make fun of Paul when he has technical difficulties, and discover that they all have Trypophobia.By PlayedSawWatching
…
continue reading
In this episode, the boys find out what a Daddy Nelson is, discuss well-known genocidal maniacs, give Paul a new nickname, and come up with an odd new way to say "cerebral palsy".By PlayedSawWatching
…
continue reading
In this episode, the PlayedSawWatching crew learns that their audience has dirty, dirty minds...and hates Evan.By PlayedSawWatching
…
continue reading
The regular podcast crew welcome special guest Shawn (aka Josh's barber), and they discus UFC 163, Everquest Next, the new Wolverine movie, and more!By PlayedSawWatching
…
continue reading
In this episode the boys wish a happy birthday to their very own Paul Miller, and also to Benito Mussolini. Plus they introduce the Hero and Douchebag of the Week and 30 Seconds of Game Time segments.By PlayedSawWatching
…
continue reading
The guys lose power and huddle together in fear in this episode of the PlayedSawWatching podcast.By PlayedSawWatching
…
continue reading
In this inaugural episode of the PlayedSawWatching podcast, Max, Josh, Evan, and Paul talk about everything from racist newscasts to MMA.By PlayedSawWatching
…
continue reading
My Equipment: Mackie PROFX12 12-Channel Compact Effects Mixer with USB Sony MDR7506 Professional Large Diaphragm Headphone Roland R-05 Studio WAVE/MP3 Recorder Transcend 32 GB Class 10 SDHC Flash Memory Card (TS32GSDHC10E) (for the Roland R-05) Griffin Technology iMic USB Audio Device Doctor Who TARDIS USB Hub Doctor Who TARDIS USB Hub Model #DR115…
…
continue reading
When preparing to add some layout features to JotRod, I realized it was a Rails 3.0.9 application. Here's a quick rundown on upgrading to Rails 3.1.3.Download 164.7 MBDownload (iPod & iPhone) 37.9 MBTake the 2011 Readers SurveyBy Teach Me To Code Screencasts HD
…
continue reading
In order to get someone a timeline in JotRod, we need followers and following lists to compile the Jots from. This means that we need to add a new ColumnFamily called Followers and another one called Following. We don't have the joins capability from relational databases to do this for us.I'm going to hijack the User model's database connection to …
…
continue reading
In the Jots (like tweets) in JotRod, I needed to generate a hash on creation as the key for the Jots. So, I determined that the easiest way to do that was to include ActiveModel Callbacks.The module is pretty simple to add to your classes. Here's a demo of how to add it to Sandra.Sandra's repositoryJotRod's repositoryDownload 223 MBDownload (iPod &…
…
continue reading
Here's an introduction to creating a Rails connector gem for an ORM with a model generator.Download 352.3 MBDownload (iPod & iPhone) 84.7 MBTake the 2011 Readers SurveyBy Teach Me To Code Screencasts HD
…
continue reading
When I started playing with Cassandra, I wound up writing part of an ORM to get what I needed from it.I want to build actual projects with Rails, Ruby, or other technologies for my videos rather than just narrowly demonstrate a piece of technology. So, I'm bringing you up to speed with Sandra so that as I continue with the Twitter Clone, you'll kno…
…
continue reading
I’m working on another Cassandra demo, but didn’t have time to finish, so I decided to show you Ruby Koans. It’s a very interesting test-driven approach to learning Ruby. I hope you enjoy it.Download 52.5 MBDownload (iPod & iPhone) 31.1 MBTake the 2011 Readers SurveyBy Teach Me To Code Screencasts HD
…
continue reading
You can get cassandra at cassandra.apache.org and the ruby gem by running:gem install cassandraI did run into a problem with the trift_client gem when installing. If you get a Load Error, run this.sudo chmod 644 /usr/local/lib/ruby/gems/1.8/gems/thrift_client-0.6.3/lib/thrift_client/*.rbsudo chmod 755 /usr/local/lib/ruby/gems/1.8/gems/thrift_client…
…
continue reading
With the recent release of the Google Plus beta (ask me for an invite if you want one), I felt it appropriate to show a simple way to create a Like or +1 button for your Rails application. The app and concept is pretty simple, so I won't worry about posting the code below.Install:gem 'make_flaggable', :git => 'git://github.com/cavneb/make_flaggable…
…
continue reading
Specification Clicking a star rating turns on the stars to the left of the star I clicked. Clicking a star submits the star rating. When I refresh the page, the star ratings should be persistent.We’ll be using Rails’ functions including: form_for hidden_field Rails HelpersWe’ll be using jQuery functions including: click each ajax
…
continue reading
For a basic deployment recipe, check out Basic Deployment with CapistranoThis episode demonstrates how to extend deployment to deploy to stage and production. Overall it’s rather simple. All it entails is creating a new task for each stage you want to deploy to with the settings you need changed.Here’s an example:task :stage dorole :web, "stage.tea…
…
continue reading

1
Polymorphism with Many-to-Many Associations – A Teach Me To Code Tutorial
20:03
20:03
Play later
Play later
Lists
Like
Liked
20:03Polymorphic associations are very simple, as are many-to-many associations. When you blend the two, it's not nearly as simple. Since there isn't a working build-in mechanism for many-to-many polymorphic associations.Here's a quick demo of what happens if you try to set up a traditional has_many :through association with a polymorphic association. I…
…
continue reading
I had several requests in UserVoice to provide a Many to Many tutorial in Rails. This is a demonstration of how to put together a "has and belongs to many" association and a "has many through" association.This is somewhat basic to Ruby on Rails, but important if you need to associate different models.Download 161.3 MBDownload iPhone & iPod 97.7 MB…
…
continue reading
On the Ruby Rogues podcast I mentioned that I had moved away from Cucumber to RSpec and Capybara for my integration tests. Here's a demo on how to do some TDD with RSpec and Capybara.Download 180.6 MBDownload iPhone & iPod 109.2 MBBy Teach Me To Code Screencasts HD
…
continue reading
CoffeeScript offers more than nice syntax for setting and managing data and functions. It also offers Classes, Inheritance, access to a 'super' method, Ruby-style string interpolation, easy variable and function bindings, and chained comparisons.Here's the code I showed in the video:class Vehicle constructor: (@name) -> move: (miles) -> console.log…
…
continue reading
Ruby on Rails 3.1 is moving to use Sprockets to compile CoffeeScript into JavaScript and include JQuery in it's JavaScript by default.This is a quick demo of how it all hangs together to manage your JavaScript in Rails 3.1.Download 65.7 MBDownload (iPod & iPhone) 41.4 MBBy Teach Me To Code Screencasts HD
…
continue reading
CoffeeScript is now going to be a default installation with Ruby on Rails. So, I installed CoffeeScript and NodeJS and have been playing with it for the last hour or so.Here are the basics you need to know to use CoffeeScript including functions, arrays, hashes (objects), control functions (if, else, unless) and loops.In my opinion it is friendlier…
…
continue reading
Single Table Inheritance is a great way to handle related models that descend from the same class. The classic example is a Car class with Ford, Chevy, and Honda subclasses.This Ruby on Rails Tutorial provides an example and explains how Rails puts all of the information in the same database table and allows you to query things from both the superc…
…
continue reading
In preparing to show off SASS, I found the Compass system, which uses SASS and organizes your stylesheets in a unique way. In this tutorial, I walk you though installing compass, installing the 960 grid system, and organizing your SASS stylesheets in an intelligent way.One note, I couldn't remember the URL for the 960 grid system. It's http://960.g…
…
continue reading
This is a basic demonstration of adding a rake task to Ruby on Rails. Some of the same principles apply to Rake in general. You also see how to call out to the command line and how to convert ERB and HTML to HAML.Download 51.9 MBDownload (iPod & iPhone) 30.8 MBBy Teach Me To Code Screencasts HD
…
continue reading
This is a basic implementation of creating bookmarks for our delicious clone using the Rails built in REST.I also found out that you need the haml-rails gem in order to get your views to generate in HAML.Download 255.3 MBDownload (iPhone & iPod) 119.2 MBBy Teach Me To Code Screencasts HD
…
continue reading
In this installment in the Delicious Clone, we use CanCan to set some permissions on the Bookmarks Controller.Next week, we'll finish the bookmark creation process and the following, we'll add styling with SASS.Download 133.9 MB Download (iPhone & iPod) 55.9 MBBy Teach Me To Code Screencasts HD
…
continue reading
Run your tests faster with parallel_tests gem using all the cores you have on your computer.DownloadDownload (iPhone & iPod)By Teach Me To Code Screencasts HD
…
continue reading
This is a quick demonstration of how to switch your Rails 3 application to HAML from ERB.By Teach Me To Code Screencasts HD
…
continue reading
Because I'm going to be testing in cucumber sections of the site that require a user to be logged in, I decided to get it out of the way. So, in this video, I write a cucumber feature to test login and round it off with a few tests on the devise generated user model to make sure it continues to behave as I expect it to as I update it throughout the…
…
continue reading
Here is what I've done to create this application: Use the 'rails new' command to create a rails application Set up the Gemfile Configure the Database Install Cucumber Install Rspec Install Devise Install CanCan Install jQuery Configure DeviseDownload (HD) 84.2 MBDownload (iPod & iPhone) 47.4 MBBy Teach Me To Code Screencasts HD
…
continue reading
This video demonstrates how to build a countdown timer with the setInterval function in Javascript, a text field, and jQuery to update your text field.Download 70.8 MBDownload (iPhone & iPod) 40.6 MBBy Teach Me To Code Screencasts HD
…
continue reading
Capistrano has been the most popular way to deploy Ruby and Rails applications for a long time. This video provides a quick demonstration of a basic recipe for deploying a Rails 3 application.I made this video a while ago and I realized that I never posted it. Here is a very basic recipe for deploying with Capistrano.Download 30.1 MBDownload (iPhon…
…
continue reading
I'm trying something new and using the YouTube player. Let me know if you see any differences.In this video, I demonstrate how to create, merge, and delete local and remote branches in Git.Git is a Source Control Management system written by Linus Torvalds for managing development on the Linux operating system.Download (29.3 MB)Download (iPhone & i…
…
continue reading
Twitter just turned off Basic Auth and is forcing application developer to use OAuth. Here is a demonstration of how to add Twitter OAuth to your Ruby on Rails Application.Download 90.9 MBDownload (iPod & iPhone) 45.6 MBBy Teach Me To Code Screencasts HD
…
continue reading
Sinatra has a really nice DSL. You can fake the basics of the DSL with some simple Rack middleware created by metaprogramming.If you like the screencasts, please give $5 to help me get to RubyConf Download (64.2 MB)Download iPhone & iPod (35.6 MB)By Teach Me To Code Screencasts HD
…
continue reading
Rack is the basis for most major web frameworks in Ruby (like Ruby on Rails.) This video gives a basic overview on how it is used and what features make it a powerful component for Ruby Web FrameworksDownload 36 MBDownload (iPod & iPhone) 25 MBBy Teach Me To Code Screencasts HD
…
continue reading
This is the continuation of the Rails 3 Build a Blog series. This episode includes implementation of the Edit and Destroy methods on the Posts Controller. There are a lot of things left to cover on Rails 3, but this gets you the basics of the MVC framework and how to use Cucumber to build your application using BDD.Download 361.3 MBDownload (iPhone…
…
continue reading
In this screencast, I show you how to generate the api and guides for offline viewing.Download 28MBDownload iPhone/iPod 7MBBy Teach Me To Code Screencasts HD
…
continue reading
This video goes over some issues that popped up while upgrading a Rails 3 application to the Release CandidateThis video goes over some issues that popped up while upgrading a Rails 3 application to the Release Candidate.Download 131 MBDownload (iphone & ipod) 11.7 MBBy Teach Me To Code Screencasts HD
…
continue reading