My Recent Pastes (95 and counting)
Pastes by brough (95 and counting)
Below are the 5 most recent pasties by brough.
August 04, 2007
10:55AM EDT
by brough
View more (17 lines)
class KwickController < ApplicationController def create @manufacturer = Manufacturer.new(params[:manufacturer]) @calibre = Calibre.new(params[:calibre])
August 03, 2007
6:31AM EDT
by brough
View more (15 lines)
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
View more (13 lines)
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
View more (20 lines)
window.addEvent('domready', function(){ var destroy = $$('#homeSpecs form') destroy.each(function(el){
August 03, 2007
4:00AM EDT
by brough
View more (10 lines)
...
if @specialty.save
if request.xhr?
@specialties = @home.specialties.find(:all)
render :partial => 'speclist'
