https://www.developerfusion.com/media/view/video/ Video Media from Developer Fusion 2013-06-17T10:55:00.00Z http://www.developerfusion.com/media/152541/417-foundation/ #417 Foundation 2013-06-17T10:55:00.00Z ZURB's Foundation is a front-end for quickly building applications and prototypes. It is similar to Twitter Bootstrap but uses Sass instead of LESS. Here you will learn the basics of the grid system, navigation, tooltips and more. James Crowley http://www.developerfusion.com/media/151611/415-upgrading-to-rails-4/ #415 Upgrading to Rails 4 2013-05-06T10:59:00.00Z With the release of Rails 4.0.0.rc1 it's time to try it out and report any bugs. Here I walk you through the steps to upgrade a Rails 3.2 application to Rails 4. James Crowley http://www.developerfusion.com/media/150870/412-fast-rails-commands/ #412 Fast Rails Commands 2013-04-04T10:08:00.00Z Rails commands, such as generators, migrations, and tests, have a tendency to be slow because they need to load the Rails app each time. Here I show three tools to make this faster: Zeus, Spring, and Commands. James Crowley http://www.developerfusion.com/media/150191/409-active-model-serializers/ #409 Active Model Serializers 2013-03-10T10:04:00.00Z The ActiveModel::Serializers gem can help you build JSON APIs through serializer objects. This provides a dedicated place to fully customize the JSON output. James Crowley http://www.developerfusion.com/media/149561/406-public-activity/ #406 Public Activity 2013-02-13T11:47:00.00Z Learn how to easily add a user activity feed using the public_activity gem. Here I show both the default setup using model callbacks and a manual way to trigger activities. James Crowley http://www.developerfusion.com/media/149212/402-better-errors-railspanel/ #402 Better Errors & RailsPanel 2013-01-26T11:18:00.00Z Here we take a look at two tools to aid us in development: Better Errors which makes it easier than ever to debug exceptions, and RailsPanel, a Chrome extension to see Rails requests. James Crowley http://www.developerfusion.com/media/148739/400-whats-new-in-rails-4/ #400 What's New in Rails 4 2013-01-04T11:07:00.00Z Rails 4.0 is still unfinished, but it is shaping up to become a great release. Here I show how to setup a new Rails 4.0 (edge) application and walk through many of it's new features. James Crowley http://www.developerfusion.com/media/148042/396-importing-csv-and-excel/ #396 Importing CSV and Excel 2012-12-09T02:37:00.00Z Allow users to import records into the database by uploading a CSV or Excel document. Here I show how to use Roo to parse these files and present a solution for validations. James Crowley http://www.developerfusion.com/media/147694/393-guest-user-record/ #393 Guest User Record 2012-11-22T03:21:00.00Z Instead of presenting a sign up form to the user, consider creating a temporary guest record so the user can try out the application without filling in their information up front. They can then become a permanent member afterwards. James Crowley http://www.developerfusion.com/media/147326/390-turbolinks/ #390 Turbolinks 2012-11-05T22:41:00.00Z Turbolinks can make your Rails app feel faster by using JavaScript to replace the page content when clicking a link. It will be default in new Rails 4.0 applications, but here I show how to use it in Rails 3 and mention some of the gotchas. James Crowley http://www.developerfusion.com/media/146967/387-cache-digests/ #387 Cache Digests 2012-10-21T01:50:00.00Z The cache_digests gem (also included in Rails 4) will automatically add a digest to the fragment cache key based on the template. If a template changes the cache will auto-expire. But watch out for the gotchas! James Crowley http://www.developerfusion.com/media/146679/384-exploring-rubygems/ #384 Exploring RubyGems 2012-10-07T23:52:00.00Z RubyGems can make it easy to add a feature to a Rails application, but it can also cause headaches down the road. Here I give some tips on researching gems to decide which one to choose, or when to do it from scratch. James Crowley http://www.developerfusion.com/media/146043/video-podcast-oracle-launches-oracle-java-me-embedded/ VIDEO PODCAST: Oracle Launches Oracle Java ME Embedded 2012-09-25T18:14:00.00Z Oracle's VPs of Product Management and Development of the Java Client discuss the new Oracle Java ME Embedded product optimized to meet the unique requirements of small embedded devices such as micro-controllers and resource-constrained devices. James Crowley http://www.developerfusion.com/media/146045/video-podcast-oracle-unveils-oracle-java-embedded-suite/ VIDEO PODCAST: Oracle Unveils Oracle Java Embedded Suite 2012-09-25T18:14:00.00Z Oracle's VPs of Product Management and Development of the Java Platform discuss the new Oracle Java Embedded Suite product developed to provide customers with a lightweight, portable, flexible framework to connect embedded devices to backend systems. James Crowley http://www.developerfusion.com/media/145982/382-tagging/ #382 Tagging 2012-09-24T08:32:00.00Z There are several gems to help implement tags in a Rails app. Here I show you how to integrate acts-as-taggable-on and then show how to do it from scratch. James Crowley http://www.developerfusion.com/media/145983/378-fnordmetric/ #378 FnordMetric 2012-09-24T08:32:00.00Z FnordMetric allows you to chart events in real time. This is great for keeping track of user activity in your Rails app as demonstrated in this episode. James Crowley http://www.developerfusion.com/media/145984/376-jruby-basics/ #376 JRuby Basics 2012-09-24T08:32:00.00Z JRuby is a polished and stable Ruby implementation. Here I show the basics of setting it up and executing Java from within Ruby. I also see how it compares with MRI at running threads. James Crowley http://www.developerfusion.com/media/145986/374-image-manipulation/ #374 Image Manipulation 2012-09-24T08:32:00.00Z Learn how to do extensive image manipulation with the ImageMagick commands. Also learn how RMagick can be used in combination with CarrierWave to process uploaded images. James Crowley http://www.developerfusion.com/media/145720/372-bullet/ #372 Bullet 2012-08-09T09:42:00.00Z Bullet will notify you of database queries that can potentially be improved through eager loading or counter cache column. A variety of notification alerts are supported. James Crowley http://www.developerfusion.com/media/145551/370-ransack/ #370 Ransack 2012-08-04T02:56:00.00Z Ransack allows you to easily build complex search forms. It also helps in adding sortable links and building a dynamic advanced search page. James Crowley