Sebastian Delmont
2005-Dec-29 02:31 UTC
NEW RAILS SITE: Riding two bubbles at the same time
Today we finally opened the doors to "Street Easy" (http:// www.streeteasy.com/), a Real Estate Research Site for New York City. It was built by two guys in three months. It doesn''t have tags, but it has google maps. It rides two bubbles at the same time. It''s like road kill: the price tags will shock you, but you won''t be able to stop browsing around. And I''m not going to waste your time or mine telling you what framework we used to build it. Go take a look, play with it and see if you can spot a couple of cool rails tricks we have done (and will soon be sharing with the world). And from those two guys, a big thank you to David Hasandbelongstomany Hansson, the rest of the core team and the rails community for the best thing to happen in web development in the last 20 years. Really, thanks! Sebastian Delmont PS: and go visit the site, and tell your friends, and give us google love PPS: and of course, send all the feedback you can send, either to me directly or through the site.
Dean Matsueda
2005-Dec-29 03:12 UTC
RE: NEW RAILS SITE: Riding two bubbles at the same time
> Today we finally opened the doors to "Street Easy" (http://www.streeteasy.com/), a Real Estate Research Site for New York City. My first thought? Very depressing... I always new NYC was expensive but the confirmation was deflating all the same. And I live in S.F. and I thought it was ridiculous here... The site is very slick, though -- very well done, IMO, w/ Google maps. Congrats on the launch! _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails
On Wednesday 28 December 2005 09:31 pm, Sebastian Delmont wrote:> Today we finally opened the doors to "Street Easy" (http:// > www.streeteasy.com/), a Real Estate Research Site for New York City. > > It was built by two guys in three months. It doesn''t have tags, but > it has google maps. It rides two bubbles at the same time. It''s like > road kill: the price tags will shock you, but you won''t be able to > stop browsing around. And I''m not going to waste your time or mine > telling you what framework we used to build it. > > Go take a look, play with it and see if you can spot a couple of cool > rails tricks we have done (and will soon be sharing with the world).Man, you massaged that data every which way but loose. Kewl! SteveT Steve Litt Author: * Universal Troubleshooting Process courseware * Troubleshooting Techniques of the Successful Technologist * Rapid Learning: Secret Weapon of the Successful Technologist Webmaster * Troubleshooters.Com * http://www.troubleshooters.com
Matthew Palmer
2005-Dec-29 04:28 UTC
Re: NEW RAILS SITE: Riding two bubbles at the same time
On Wed, Dec 28, 2005 at 10:31:52PM -0400, Sebastian Delmont wrote:> And from those two guys, a big thank you to David Hasandbelongstomany > Hansson, the rest of the core team and the rails community for the > best thing to happen in web development in the last 20 years.As good as Rails is, I think the invention of the Web itself might be considered more valuable... <grin> - Matt
On 12/28/05, Sebastian Delmont <sd-i9DwURQCY3YygU43ijqyyQ@public.gmane.org> wrote:> Today we finally opened the doors to "Street Easy" (http:// > www.streeteasy.com/), a Real Estate Research Site for New York City. > > It was built by two guys in three months. It doesn''t have tags, but > it has google maps. It rides two bubbles at the same time.I''m especially pleased that I can browse without Javascript (although no maps)! It''s getting more and more important to me as sites move toward the drag-fade-blink-spin-popup madness. It looks like great work was done.> Really, thanks! > Sebastian DelmontSincerely, Tom Lieber tom-V0YqjHVuocLQT0dZR+AlfA@public.gmane.org http://AllTom.com/
Greg Freemyer
2005-Dec-29 13:21 UTC
Re: NEW RAILS SITE: Riding two bubbles at the same time
I really like the filter ability on the talk page. I''m a newbie, is that a standard thing or one of your tricks? FYI: If you uncheck everything in the filter selection you get a error page. Looks like you have at least one more bug to address. Greg On 12/28/05, Sebastian Delmont <sd-i9DwURQCY3YygU43ijqyyQ@public.gmane.org> wrote:> Today we finally opened the doors to "Street Easy" (http:// > www.streeteasy.com/), a Real Estate Research Site for New York City. > > It was built by two guys in three months. It doesn''t have tags, but > it has google maps. It rides two bubbles at the same time. It''s like > road kill: the price tags will shock you, but you won''t be able to > stop browsing around. And I''m not going to waste your time or mine > telling you what framework we used to build it. > > Go take a look, play with it and see if you can spot a couple of cool > rails tricks we have done (and will soon be sharing with the world). > > And from those two guys, a big thank you to David Hasandbelongstomany > Hansson, the rest of the core team and the rails community for the > best thing to happen in web development in the last 20 years. > > Really, thanks! > Sebastian Delmont > > PS: and go visit the site, and tell your friends, and give us google > love > PPS: and of course, send all the feedback you can send, either to me > directly or through the site. > > > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- Greg Freemyer The Norcross Group Forensics for the 21st Century
Steve Litt
2006-Jan-04 17:48 UTC
[Rails] NEW RAILS SITE: Riding two bubbles at the same time
On Wednesday 28 December 2005 09:31 pm, Sebastian Delmont wrote:> Today we finally opened the doors to "Street Easy" (http:// > www.streeteasy.com/), a Real Estate Research Site for New York City. > > It was built by two guys in three months. It doesn''t have tags, but > it has google maps. It rides two bubbles at the same time. It''s like > road kill: the price tags will shock you, but you won''t be able to > stop browsing around. And I''m not going to waste your time or mine > telling you what framework we used to build it. > > Go take a look, play with it and see if you can spot a couple of cool > rails tricks we have done (and will soon be sharing with the world). > > And from those two guys, a big thank you to David Hasandbelongstomany > Hansson, the rest of the core team and the rails community for the > best thing to happen in web development in the last 20 years. > > Really, thanks! > Sebastian DelmontSebastian, David or anyone else Nice site! I really like the hierarchies you can expand and collapse. Is this site run on Webrick, Apache, Apache2, IIS, or something else? How did you avoid needing to put the port number in the URL? How did you have the app off the main page rather than http://www.mydomain.tld/mycontroller? Thanks SteveT Steve Litt Author: * Universal Troubleshooting Process courseware * Troubleshooting Techniques of the Successful Technologist * Rapid Learning: Secret Weapon of the Successful Technologist Webmaster * Troubleshooters.Com * http://www.troubleshooters.com
Jeff Barczewski
2006-Jan-04 18:11 UTC
[Rails] NEW RAILS SITE: Riding two bubbles at the same time
Steve, I have no relation to the site, but I thought I would answer your questions. If you use apache or lighttpd to run your app then you can use standard port 80 or 443 so you do not need to specify the port. You could probably even use webrick on port 80 if nothing else was running on it and you had authority with the OS. As for how to run off the root, that is simply a matter of setting up your routes in config/routes.rb, you can specify what controller is called for a root URL and so much more. Check out the documentation on routes and you''ll see how to do it. Best, Jeff On 1/4/06, Steve Litt <slitt@troubleshooters.com> wrote:> > How did you avoid needing to put the port number in the URL? How did you > have the app > off the main page rather than http://www.mydomain.tld/mycontroller? > > Thanks > > SteveT > > Steve Litt > Author: > * Universal Troubleshooting Process courseware > * Troubleshooting Techniques of the Successful Technologist > * Rapid Learning: Secret Weapon of the Successful Technologist > Webmaster > * Troubleshooters.Com > * http://www.troubleshooters.com > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060104/6ae142f0/attachment.html