search for: dhh

Displaying 20 results from an estimated 305 matches for "dhh".

Did you mean: dh
2006 Jan 05
1
[REQ] Document, post, DHH talk about "Why Rails ?"
Hello, I''m writing internal slides (fr government) presenting RoR, perhaps soon in CC licence. Can you point me to some reference where "Rails History" or "Why DHH choose to develop is "own" Framework" are discuted ? In fact I try to answer the background question "Why another framework ?" Thanks! Ciao''
2006 Jul 12
6
So what is REST? I don''t get how it fits in Rails
Does someone have an actual example of this? I saw DHH''s slides where he said that you could have your app automatically respond with HTML, XML, atom, whatever. So far I''ve found tons of discussion on REST and CRUD in Rails, but I haven''t seen anything that actually shows me what it all is. There''s simply_restful,...
2006 Nov 04
0
App for creating presentation slideshows (a-la DHH) ?
Hello all, I''m (sadly) on Win32, and I''m looking for a presentation app to create slides a-la DHH and others. Powerpoint is obvious, and painful to work with. Also how can a windows wonk do the formatted pasting of ruby code for the presentation ? Thanks! -- ------------------------------ Apple MacBook. Black. It''s the new White! ------------------------------ Peter Fitzgibbons -...
2006 Sep 12
1
acts_as_taggable -- which one?
There appear to be three acts_as_taggable implementations and I''m looking for a recommendation on which to use. - Gem - DHH plugin - Dema mixin The Gem implementation appears to be obsolescent, from what I can read on the lists and Google search. I like that the DHH plugin uses polymorphic associations because there will be lots of different taggable items in my application; however, adding and removing tags is a bolt...
2006 Jun 28
0
ActiveResource (was: 1.1.3 available.)
2006/6/28, Paul Barry <mail@paulbarry.com>: > Where can I find info about the "CRUD/resource-based features" that will be > in 1.2.0? In blogs. Especially about Railsconf and DHH''s keynotes. In trunk : http://dev.rubyonrails.org/browser/trunk/activeresource In DHH slides : Transcription of some slides from DHH''s talk at RubyKaigi 2006 (I suppose it must be very similar to Railsconf ones) ---- slide A -------------------------------------------- ------...
2006 Jun 16
0
Where''s DHH''s slides on new CRUD presented at RubyKaigi2006?
Anxiously finding it... -- http://nohmad.sub-port.net
2005 Apr 10
0
Chicago Area Ruby Group Meetup with DHH
The Chicago Area Ruby Group would like to extend a warm invitation to Ruby developers everywhere to a meetup with David Heinemeier Hansson on Saturday, April 23rd. We will start out at a Giordano''s Pizzeria downtown and afterwards move to a conference room provided by the kind folks at Site 9. The topic will most likely be Ruby on Rails and I am sure we will probably talk about
2006 Aug 10
6
Login Restfully
In DHH''s keynote, he alluded to doing logins with REST. Has anyone implemented this, and if so, would you mind elaborating on how you did it please? Thanks in advance. -- Posted via http://www.ruby-forum.com/.
2006 Apr 14
10
DHH Says...F You
WTF was this about? http://www.flickr.com/photos/planetargon/127984254/ Joe -- Posted via http://www.ruby-forum.com/.
2006 Aug 10
0
DHH''s Post on Ruby Talk -- Rails 1.1.6: Stronger fix, backports, and full disclosure
The cat is out of the bag, so here''s the full disclosure edition of the current security vulnerability. With Rails 1.1.0 through 1.1.5 (minus the short-lived 1.1.3), you can trigger the evaluation of Ruby code through the URL because of a bug in the routing code of Rails. This means that you can essentially take down a Rails process by starting something like /script/profiler, as the code
2006 Jul 03
2
docs for map.resource
Hi, I''d like to know where in the Rails docs I can learn more about map.resource. I''d like to learn more about the stuff in DHH''s "world or resources" slide show THanks, PEter
2006 Jun 27
2
Patch submission question.
DHH asked for more documentation. Are those patches submitted indivdually per method or per module documented? Or are they submitted as some giant patch? Michael Genereux SimianCodex
2006 Feb 12
7
ROR Recipes Beta: Why use taggings instead of tags_contacts? NoMethodError tag_with?
I have gotten acts_as_taggable to work for a test application as documented on taggable.rubyforge.org I am following Chad''s excellent examples in ROR Recipes Beta book. I have a few questions and hope that Chad or some other expert can help clarify them. 1. Why is the book suggesting to use taggings table instead of tags_contacts, as mentioned on taggable.rubyforge.org?
2006 Jul 25
8
Creating records in two models in a RESTful way.
Hey everyone, I have a philosophical question here. Say I have a website that uses two models for accounts: Person and Company. Normally I would just have /accounts/new for user signup. However, the RESTful way to do it is to have /people and /companies. Unfortunately, this doesn''t account for a situation where you''d have a one-page signup form. I wouldn''t want
2005 Dec 22
2
help me understand migrations movie
I''m somewhat of a newbie - played with recent versions of rails a few mths ago, but have decided to start from scratch with 1.0. I want to build my new db as much as possible with migrations, so I watched DHH''s migrations movie from rubyonrails.org. A few things confuse me: 1. He generates the model ("post") before running rake db_schema_dump. Is that necessary or just a preference? 2. He says that running db_schema_dump will create not only the schema file, but the database. He&...
2006 May 11
7
Rails in Dr. Dobbs Journal ?
Hi, I''ve read that Dr. Dobbs Journal''s last issue has a cover article about Rails titled "Ruby On Rails - Java''s Successor?". Can''t find anything about it in http://www.ddj.com Does someone have the paper edition and can confirm that, and tell how the article looks like, and so on. Thanks, -- Jean-Fran?ois. -- ? la renverse.
2006 Feb 11
6
DHH Interviewed by MySQL
...ay I was talking about RubyOnRails on my MySQL blog which is syndicated on PlanetMySQL (http://mysqldatabaseadministration.blogspot.com/2006/01/what-is-your-programming-language-of.html) and was surprised to see that no one posted a comment about Rails. I am also very glad to hear about DHH''s future plans of continuing to support Rails but not like MySQL AB supports MySQL On the other hand, being a DBA, I was kinda disappointed at David''s following remarks: "I love MySQL because its fast and easy for the simple stuff. I?m entirely uninterested in fanc...
2006 Jun 29
6
Naming Convention for Controllers?
Hello! I just read DHH''s presentation pdf. In his examples, he wrote PeopleController instead of PersonController. I''ve been using singular words in controller''s name. Which is more common? Thanks. Sam -- Posted via http://www.ruby-forum.com/.
2006 Aug 09
21
DHH''s Post on Ruby Talk -- Rails 1.1.5: Mandatory security patch (and other tidbits)
We''re still hard at work on Rails 1.2, which features all the new dandy REST stuff and more, but a serious security concern has come to our attention that needed to be addressed sooner than the release of 1.2 would allow. So here''s Rails 1.1.5! This is a MANDATORY upgrade for anyone not running on a very recent edge (which isn''t affected by this). If you have a public
2006 May 07
3
Needle + Rails - IoC
Hi, I''m looking for past efforts to integrate Rails and Needle. I am thinking of doing it myself but would be interested in seeing what others have done before. If there are examples of other IoC frameworks being used with Ruby I''d be interested in hearing about them too. I find IoC to be a helpful concept in general and, having glanced at a few existing Rails app.s, I