Episode 2: Dynamic find_by Methods
Added on: 09 Oct 2007
Tags:
Description: Shorten simple finds considerably and (more...) improve readability by using the dynamic find_all_by and find_by methods. (less)
Views: 4
Comments: 0
Duration: 01:39
Episode 21: Super Simple Authentication
Added on: 09 Oct 2007
Tags:
Description: The final piece of the administration (more...) puzzle: authentication. There are many different approaches which is why I saved this step for last. This episode will cover a few techniques including the simple solution used for this site. (less)
Episode 28: in_groups_of
Added on: 09 Oct 2007
Tags:
Description: Have you ever wanted to visually line up (more...) items in rows and columns? The in_groups_of method makes this a cinch. Just watch out for the gotcha. (less)
Views: 4
Comments: 0
Duration: 04:25
Episode 23: Counter Cache Column
Added on: 09 Oct 2007
Tags:
Description: If you need to display the record count (more...) for a has_many association, you can improve performance by caching that number in a column. (less)
Views: 4
Comments: 0
Duration: 07:18
Episode 76: scope_out
Added on: 09 Oct 2007
Tags:
Description: The scope_out plugin will generate (more...) several helpful find methods for you automatically! It's the best way to move the find conditions into your model. Watch this episode for details. (less)
Views: 4
Comments: 0
Duration: 06:38
Episode 75: Complex Forms Part 3
Added on: 09 Oct 2007
Tags:
Description: In this third and final episode on (more...) complex forms I will show you how to edit a project and multiple tasks all in one form. This includes removing and adding tasks dynamically as well. (less)
Views: 4
Comments: 0
Duration: 16:11
Episode 85: YAML Configuration File
Added on: 09 Oct 2007
Tags:
Description: Application configuration shouldn't be (more...) spread throughout your code base. Instead a much better place to put it is an external YAML file. See how to do that in this episode. (less)
Views: 4
Comments: 0
Duration: 07:03
Episode 74: Complex Forms Part 2
Added on: 09 Oct 2007
Tags:
Description: See how to use Javascript and RJS to add (more...) and remove form fields dynamically. This episode will build upon the previous episode allowing you to create any number of tasks in one form the same time a project is created. (less)
Views: 4
Comments: 0
Duration: 08:54
Episode 73: Complex Forms Part 1
Added on: 09 Oct 2007
Tags:
Description: Complex forms often lead to complex (more...) controllers, but that doesn't have to be the case. In this episode see how you can create multiple models through a single form while keeping the controller clean. (less)
Views: 4
Comments: 0
Duration: 08:05
Episode 35: Custom REST Actions
Added on: 09 Oct 2007
Tags:
Description: REST adds many constraints. It restricts (more...) your controllers to seven actions. Normally this is okay, but sometimes you need to add your own custom actions. Learn how in this episode. (less)
Basic Features of the Agile Software Development Model
Produced By:
Relativity
on 03 Apr 2008
Tags: BridgingtheTechnologyGap(more...)BUSINESSTECHNOLOGYSOLUTIONSCommunicatingcompetitiveedgeFrankKlein(less)
Description: There are a number of models that can be (more...) applied to software development project management and each has its own advantages and disadvantages. In recent years, agile software development has emerged as one of the most popular methodologies used in software projects.
Technically, "agile" refers to a number of development methodologies, but there are certain features and principles that define the model. Basically, agile methods focus on developing software in short amounts of time, anywhere between one and four weeks. These are known as iterations with a full project consisting of several hundred iterations. However, the chief aim is that each iteration produces a functional, usable piece of software. (less)
Views: 3
Comments: 0
Duration: 01:59
Customized Online Form Creation Services
Produced By:
elearning
on 28 Feb 2008
Tags: webtraining
Description: CUSTOMIZED ONLINE FORM CREATION
This (more...) system does not require your staff to have any online training to work. The system emails each department with what they need to do when they need to do it!
BLACKBERRIES
Get an email about new employee.
-------------------------
ACCOUNTING DEPARTMENT
Insert all new employee information into Total Service
Arrange meeting to complete TD1
Discuss employee health benefits
Obtain Void Check from employee
-------------------------
TRAINING DEPARTMENT
Setup login and password for Bossco Academy
-------------------------
DISPATCH DEPARTMENT
Welcome email would be sent from CEO to dispatch regarding newly hired employee.
-------------------------
COMPANY SUPERVISOR
Take picture
Setup Building Access
Setup Alarm Code
Setup Fuel Card
Instruct Dispatch to setup voice mail, set phone to vibrate, set phone password, and add employee numbers to phone.
Provide copy of radio codes
Obtain Drivers Abstract -- 416-326-1234
-------------------------
COMPANY PRESIDENT
Prepare welcome letter to be sent to employee.
Prepare introduction letter to be sent to all staff.
For more information contact the:
http://www.eLearningShow.com (less)
Episode 90: Fragment Caching
Added on: 09 Oct 2007
Tags:
Description: Sometimes you only want to cache a (more...) section of a page instead of the entire page. Fragment caching is the answer as shown in this episode. (less)
Views: 3
Comments: 0
Duration: 06:54
Episode 87: Generating RSS Feeds
Added on: 09 Oct 2007
Tags:
Description: See how to easily generate and link to (more...) an RSS feed using new features in Rails 2.0. Watch this episode or details. (less)
Episode 8: Layouts and content_for
Added on: 09 Oct 2007
Tags:
Description: If you want to change something in the (more...) layout on a per-template basis, content_for is your answer! This allows templates to specify view code that can be placed anywhere in a layout. (less)
Views: 3
Comments: 0
Duration: 03:30
Episode 18: Looping Through Flash
Added on: 09 Oct 2007
Tags:
Description: Displaying flash messages in the layout (more...) can be a pain at times. In this episode you will learn an easy way to display any kind of flash message by looping through the hash. (less)
Views: 3
Comments: 0
Duration: 01:44
Episode 88: Dynamic Select Menus
Added on: 09 Oct 2007
Tags:
Description: See how to dynamically change a select (more...) menu based on another select menu using Javascript. In this episode everything is kept client side which leads to a more responsive user interface. (less)
Views: 3
Comments: 0
Duration: 07:02
Episode 24: The Stack Trace
Added on: 09 Oct 2007
Tags:
Description: The stack trace can be a very useful (more...) tool when it comes to debugging. Learn the ins and outs of how the stack trace works in this episode. Note: I am using an older version of the Rails bundle here so it might be a little different than yours. The command in the newer version is called Install Plugin and requires you to type textmate_footnotes in the search. (less)