Railscasts
Three times a week you will be treated to a new Railscasts episode featuring tips and tricks with Ruby on Rails, the popular web development framework. These screencasts are short and focus on one technique so you can quickly move on to applying it to ...
Three times a week you will be treated to a new Railscasts episode featuring tips and tricks with Ruby on Rails, the popular web development framework. These screencasts are short and focus on one technique so you can quickly move on to applying it to your own project. The topics are geared toward the intermediate Rails developer, but beginners and experts will get something out of it as well. Have you ever wanted to temporarily disable all validations? Well, ActiveRecord doesn't support this, but that doesn't mean we can't add it. This episode will show you how to open up an existing class and change its behavior.
Show all Visit Show Website http://www.railscasts.comRecently Aired
-
HD
#306 ElasticSearch Part 1
Add full text searching using ElasticSearch and Tire. Here I ...
Add full text searching using ElasticSearch and Tire. Here I will show the steps involved in adding this search to an existing application. This is...
-
HD
#304 OmniAuth Identity
With the release of OmniAuth 1.0 there is a new ...
With the release of OmniAuth 1.0 there is a new Identity strategy which allows users to register/login with a password if they don't want to use an...
-
HD
#302 In-Place Editing
Edit an attribute in-place without leaving a page using the ...
Edit an attribute in-place without leaving a page using the Best In Place gem. Learn how to add validations and support for various field types.
-
HD
#300 Contributing to Open Source
GitHub makes it easier than ever to contribute to open ...
GitHub makes it easier than ever to contribute to open source with pull requests. Here I show how to submit a pull request to the VCR project.
-
HD
#298 Getting Started with Spree
Spree allows you to quickly turn a Rails project into ...
Spree allows you to quickly turn a Rails project into a full eCommerce application. Here I show how to set it up and configure the look and feel of...
-
HD
#296 Mercury Editor
Mercury allows you to edit a section of HTML directly ...
Mercury allows you to edit a section of HTML directly in the web browser through a WYSIWYG editor. Here I show how to integrate Mercury into a Rail...
-
HD
#294 Playing with PJAX
PJAX allows you to quickly update a section of a ...
PJAX allows you to quickly update a section of a page using AJAX with automatic pushState support. Here I show how to use both pjax_rails and rack-...
-
HD
#292 Virtual Machines with Vagrant
Vagrant allows you to run your Rails application and all ...
Vagrant allows you to run your Rails application and all of its dependencies in a portable, sharable environment. Use for development, set it up as...
-
HD
#290 SOAP with Savon
Communicating with a SOAP API can be a daunting task. ...
Communicating with a SOAP API can be a daunting task. Savon makes this easier by presenting the SOAP API through a Ruby interface.
-
HD
#288 Billing with Stripe
Stripe is a full-stack payment solution with very reasonable pricing ...
Stripe is a full-stack payment solution with very reasonable pricing and is easy to setup. See how to add it to a Rails application here. Currently...