search for: davidsmalley

Displaying 9 results from an estimated 9 matches for "davidsmalley".

Did you mean: davidnalley
2006 Feb 20
9
a complex availability problem
...ored procedure after a booking is taken. However this completely violates data normalisation rules and potentially creates the update/delete errors that can arise from duplicating data and not keeping it atomic. Hope thats clear, I can try to clarify if not. David David Smalley w: http://davidsmalley.com/blog
2006 Feb 19
8
uninitialized constant RailsFCGIHandler
Hello, I''m trying to switch to FastCGI. With CGI everything works, but after have done all the steps of the wiki here (http://wiki.rubyonrails.org/rails/pages/RailsOnUbuntuDebianTestingAndUnstable) My application started to give me "Error 500" Looking at the Apache logs I can see : [notice] mod_fcgid: server /rails/public/dispatch.fcgi(6127) started
2006 Feb 27
5
the best open source OS for Rails?
...ee to choose whatever OS I want. I''ve had some problems with Ubuntu Breezy (likes to call fastgi - fcgid etc.) and a low (1.8.2?) pre-packaged version of Ruby. What do people suggest for OS? Any of the Signals feel like sharing the OS their apps run on? :-) David Smalley w: http://davidsmalley.com/blog
2007 May 09
3
engines causing problems with mocks
...tion.stub!(:paginate) end it "should return a collection of collection objects" do get ''index'' response.should be_success end end Gives me this error undefined method `callback_events'' for #<Class:Spec::Runner::Specification> /Users/davidsmalley/Development/incutio/skeleton/config/../vendor/ plugins/engines/lib/engines/rails_extensions/dependencies.rb:139 :in `require_or_load'' ./vendor/plugins/sor_core/spec/controllers/ admin_collections_controller_spec.rb:7 137 # if we managed to load a file, return true. If not, default...
2006 Mar 05
9
Rails Development on a Mac Mini?
How many people out there are doing Rails development on a Mac Mini? I''ve been eyeing up the MacBook as well as the new MacMini trying to decide if I want to splurge. I''ve been doing very little Rails development thus far which makes the investment a little hard to justify. The Free Mini Mac ( http://minimacs.freepay.com/?r=16778073) offer seems like the best route but
2006 May 09
2
A rails CMS
...items to appear in. Perhaps creating items as helpers that are then referenced in the database, or storing the ErB in the database? I''d appreciate if anyone wants to tear me back down to earth on this initial thoughts... Thanks, David ---------------------- David Smalley w: http://davidsmalley.com/blog
2006 Mar 03
2
strip html
say i wanted to allow only certain html characters from my user submissions, and strip everything else. does rails have a built-in for this?
2006 Mar 01
2
In_place_editor in a For loop
...the javascript macro helper file: tag_options = {:tag => "span", :id => "#{object}_#{method}_# {tag.object.id}_in_place_editor", :class => "in_place_editor_field"}.merge!(tag_options) Any ideas on syntax to solve this? David David Smalley w: http://davidsmalley.com/blog
2006 Mar 03
68
Agile Web Development with Rails 1.1
Dave, on another topic, might I recommend that you and DHH publish an updated version of the Agile guide right away when 1.1 comes out? You could reuse much of your material and it would do a lot of good to help make sure there is still a good centralized source of reference for Rails. Without that book, there really is not a good one-stop source of information for people to learn how to use