My Recent Pastes (95 and counting)

Pastes by brough (95 and counting)

Pages: 1 2 3 4 5 7

Below are the 5 most recent pasties by brough.

August 04, 2007
10:55AM EDT
by brough

class KwickController < ApplicationController

  def create
     @manufacturer = Manufacturer.new(params[:manufacturer])
     @calibre = Calibre.new(params[:calibre])

August 03, 2007
6:31AM EDT
by brough

default rails scaffold, 'delete' link last (normal source, not DOM):

  <tr>
    <td>test</td>
    <td><a href="/professions/1">Show</a></td>

August 03, 2007
6:31AM EDT
by brough

default rails scaffold, 'delete' link last (normal source, not DOM):

  <tr>
    <td>test</td>
    <td><a href="/professions/1">Show</a></td>

August 03, 2007
5:34AM EDT
by brough

window.addEvent('domready', function(){
                        
                        var destroy = $$('#homeSpecs form')
                        
                        destroy.each(function(el){

August 03, 2007
4:00AM EDT
by brough

  ...
     if @specialty.save
      if request.xhr?
       @specialties = @home.specialties.find(:all)
       render :partial => 'speclist'

Previous page