search for: scottraymond

Displaying 13 results from an estimated 13 matches for "scottraymond".

2006 Feb 27
16
Rails 1.1
It was said at one time that Rails 1.1 might be released in February. Is that still likely? Thanks, Don Mc -- Posted via http://www.ruby-forum.com/.
2006 Jul 22
2
XHTML validation for functional tests
Hi, Is there anyway to validate XHTML during functional tests? Thank you, Jean-Etienne -- Posted via http://www.ruby-forum.com/.
2006 Nov 04
0
How do CRUD and REST work for a wizard-style application?
...s per controller" design[2]. Can the CRUD/REST model, in whole or part, be applied such an application? -Alder -- [1] http://blog.scribestudio.com/articles/2006/07/09/david-heinemeier-hansson-railsconf-2006-keynote-address [2] index, new, create, show, edit, update, and destroy, see: http://scottraymond.net/articles/2006/07/20/refactoring-to-rest
2006 Jun 02
1
Ajax: update multiple DIV''s
Hello. Is it possible to update multiple DIVs during? For example I have DIV for @flash[:notice], and one for content and I need to render both DIVs after executing action.
2006 Apr 04
1
Moving to Rails-1.1 from Rails-1.0
Hey I want to port my app (, which is still in early development) to Rails-1.1 from Rails-1.0. What''s the safest way to go about doing this? Can I do so without changing any of the stuff I''ve done so far? =] BTW...does anyone know where Scott Raymond''s Rails-1.1 write-up is? I''ve been reading a lot about it but I''ve been getting "page not
2006 Mar 21
2
Need :through to work as has many rather than HABTM.
I''ve a horrible feeling I''m missing something here, but I''d like to have something like :through to model a has_many relationship rather than a HABTM relationship (and I don''t think it does). The is the model I have (simplified): Users have many Models (and Models belong to Users) Models have many Pieces (and Pieces belong to Models) In (badly drawn)
2006 Mar 22
2
Docs for 1.1?
Is there a URL that has the docs for Rails 1.1? Joe -- Posted via http://www.ruby-forum.com/.
2006 Jan 09
3
Custom flash[:notice]
For the most part, my flash[:notice] messages fall into one of two categories: either a message stating that something happened successfully (which is colored green), or messages showing errors (which I would like to be red). Is it possible to set some sort of flag on these messages to choose which color I want to show, or would I need to base it on CSS and set the class in the text, i.e.
2006 Mar 19
4
function names contain regex?
Is it possible to support something like the following: def validate_address{#/d/#) x = {#1} miscfunction(x) end And yes, I totally just made up some bogus syntax - I have no idea if a variable function name containing a regular expression is possible... perhaps through some trick of aliasing? I figure it must be possible, due to the model.find_x_and_y() methods in ActiveRecord.
2006 Mar 26
9
validate_uniqueness_of {combination of fields} ???
I''ve looked at the validates documentation and it appears that validates_uniqueness_of works on only one field at a time. So I can, for example, validate that "sam" is unique to the record set, and that "smith" is unique to the record set. My problem is that each record includes two fields, the _combination_ of which must be unique to the record set, but each of
2006 Aug 04
4
REST
...ial_capitalism is really important for your app then you put that in the db. And Lelu didn''t seem to worry that having a controller for each resource might compromise the model-view-controller structure. Scott Raymond''s summary of a refactoring with REST principles: http://scottraymond.net/ DHH''s RailsConf presentation and slides: http://blog.scribestudio.com/pages/rails/ http://www.loudthinking.com/ How do the 4 core transmission verbs match up with the 7 core html web app actions (index, new, create, show, edit, update, and delete)? Well, part of the mismatch can...
2006 Mar 22
15
Rails-1.1.0-RC1 tagged today (4010)
Looks like Rails 1.1.0 RC1 is finally here: http://dev.rubyonrails.org/changeset/4010 -- Posted via http://www.ruby-forum.com/.
2006 Jan 27
20
bundled_resource v.0.9
Original announcement at http://blog.inquirylabs.com/ [1] == What is bundled_resource? == If your development is in any way similar to mine, there are a number of useful resources out there that make web applications shine beautifully. For example, there?s the Dynarch calendar and the textarea tools. There are a number of others?too many, in fact. The problem is that as a web developer,