Video Media from Developer Fusion https://www.developerfusion.com/media/view/video/ Video Media from Developer Fusion http://www.rssboard.org/rss-specification en-GB Mon, 17 Jun 2013 10:55:00 GMT #417 Foundation 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. http://www.developerfusion.com/media/152541/417-foundation/ http://www.developerfusion.com/media/152541/417-foundation/ Mon, 17 Jun 2013 10:55:00 GMT James Crowley #415 Upgrading to Rails 4 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. http://www.developerfusion.com/media/151611/415-upgrading-to-rails-4/ http://www.developerfusion.com/media/151611/415-upgrading-to-rails-4/ Mon, 06 May 2013 10:59:00 GMT James Crowley #412 Fast Rails Commands 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. http://www.developerfusion.com/media/150870/412-fast-rails-commands/ http://www.developerfusion.com/media/150870/412-fast-rails-commands/ Thu, 04 Apr 2013 10:08:00 GMT James Crowley #409 Active Model Serializers The ActiveModel::Serializers gem can help you build JSON APIs through serializer objects. This provides a dedicated place to fully customize the JSON output. http://www.developerfusion.com/media/150191/409-active-model-serializers/ http://www.developerfusion.com/media/150191/409-active-model-serializers/ Sun, 10 Mar 2013 10:04:00 GMT James Crowley #406 Public Activity 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. http://www.developerfusion.com/media/149561/406-public-activity/ http://www.developerfusion.com/media/149561/406-public-activity/ Wed, 13 Feb 2013 11:47:00 GMT James Crowley #402 Better Errors & RailsPanel 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. http://www.developerfusion.com/media/149212/402-better-errors-railspanel/ http://www.developerfusion.com/media/149212/402-better-errors-railspanel/ Sat, 26 Jan 2013 11:18:00 GMT James Crowley #400 What's New in Rails 4 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. http://www.developerfusion.com/media/148739/400-whats-new-in-rails-4/ http://www.developerfusion.com/media/148739/400-whats-new-in-rails-4/ Fri, 04 Jan 2013 11:07:00 GMT James Crowley #396 Importing CSV and Excel 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. http://www.developerfusion.com/media/148042/396-importing-csv-and-excel/ http://www.developerfusion.com/media/148042/396-importing-csv-and-excel/ Sun, 09 Dec 2012 02:37:00 GMT James Crowley #393 Guest User Record 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. http://www.developerfusion.com/media/147694/393-guest-user-record/ http://www.developerfusion.com/media/147694/393-guest-user-record/ Thu, 22 Nov 2012 03:21:00 GMT James Crowley #390 Turbolinks 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. http://www.developerfusion.com/media/147326/390-turbolinks/ http://www.developerfusion.com/media/147326/390-turbolinks/ Mon, 05 Nov 2012 22:41:00 GMT James Crowley #387 Cache Digests 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! http://www.developerfusion.com/media/146967/387-cache-digests/ http://www.developerfusion.com/media/146967/387-cache-digests/ Sun, 21 Oct 2012 01:50:00 GMT James Crowley #384 Exploring RubyGems 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. http://www.developerfusion.com/media/146679/384-exploring-rubygems/ http://www.developerfusion.com/media/146679/384-exploring-rubygems/ Sun, 07 Oct 2012 23:52:00 GMT James Crowley VIDEO PODCAST: Oracle Launches Oracle Java ME Embedded 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. http://www.developerfusion.com/media/146043/video-podcast-oracle-launches-oracle-java-me-embedded/ http://www.developerfusion.com/media/146043/video-podcast-oracle-launches-oracle-java-me-embedded/ Tue, 25 Sep 2012 18:14:00 GMT James Crowley VIDEO PODCAST: Oracle Unveils Oracle Java Embedded Suite 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. http://www.developerfusion.com/media/146045/video-podcast-oracle-unveils-oracle-java-embedded-suite/ http://www.developerfusion.com/media/146045/video-podcast-oracle-unveils-oracle-java-embedded-suite/ Tue, 25 Sep 2012 18:14:00 GMT James Crowley #382 Tagging 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. http://www.developerfusion.com/media/145982/382-tagging/ http://www.developerfusion.com/media/145982/382-tagging/ Mon, 24 Sep 2012 08:32:00 GMT James Crowley #378 FnordMetric 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. http://www.developerfusion.com/media/145983/378-fnordmetric/ http://www.developerfusion.com/media/145983/378-fnordmetric/ Mon, 24 Sep 2012 08:32:00 GMT James Crowley #376 JRuby Basics 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. http://www.developerfusion.com/media/145984/376-jruby-basics/ http://www.developerfusion.com/media/145984/376-jruby-basics/ Mon, 24 Sep 2012 08:32:00 GMT James Crowley #374 Image Manipulation 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. http://www.developerfusion.com/media/145986/374-image-manipulation/ http://www.developerfusion.com/media/145986/374-image-manipulation/ Mon, 24 Sep 2012 08:32:00 GMT James Crowley #372 Bullet 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. http://www.developerfusion.com/media/145720/372-bullet/ http://www.developerfusion.com/media/145720/372-bullet/ Thu, 09 Aug 2012 09:42:00 GMT James Crowley #370 Ransack Ransack allows you to easily build complex search forms. It also helps in adding sortable links and building a dynamic advanced search page. http://www.developerfusion.com/media/145551/370-ransack/ http://www.developerfusion.com/media/145551/370-ransack/ Sat, 04 Aug 2012 02:56:00 GMT James Crowley