search for: 43things

Displaying 18 results from an estimated 18 matches for "43things".

2005 Mar 24
1
43Things.com on the Today show?
They weren''t as far as I know. But maybe they should be soon. It looks like the Today Show (a morning show on NBC in the US) is doing a "Live for Today" segment, basically the same thing that 43 Things is doing. Maybe someone from Robot Coop should let them know about 43 Things. http://www.msnbc.msn.com/id/7225307/ -Lee
2006 Mar 05
4
Help implementing a 43things-like ''activity'' measurement
I''m trying to implement something in my app akin to 43things'' main page, where more active topics are bigger than the less active topics. The difference in my app is that I''m building a business-oriented app and want to have a list of clients, where clients with recent activity are larger than others. My perhaps too-clever way of going abo...
2006 Mar 15
3
rails apps look & feel
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: smile_n.gif Type: image/gif Size: 144 bytes Desc: not available Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060315/e96cfba2/smile_n-0001.gif
2006 Sep 23
6
Scalability and Possiblity
I''m not sure this is the appropriate community to get objective unbiased feedback on this issue, but I suppose it''s worth a gander... Here''s my question: Is it possible to write a massively scalable application intented for millions of users (i.e. Yahoo, Google, MySpace, etc.) using Ruby on Rails? I''m sure apps like these can be built, but can they scale to
2005 Feb 06
5
Rails on FreeBSD or OSX
Hello everyone- I was just reading the article on Rails at O''Reilly and one of those little light bulbs over my head went off - what a GREAT tool. I tried to install both Ruby on my Mac PowerBook without much luck and then tried to install Ruby and Rails on a FreeBSD server I have. I am running into some odd errors - so, my question is - can you point me to some tech resources
2006 May 23
9
Shameless plug of my web 2.0 app
Apologies if this is out of place. I just wanted to mention to the list that I''ve completed my first Rails app and wanted to show it to you guys. The site is The Best Stuff in the World! which you can reach here: http://www.thebeststuffintheworld.com/ Any thoughts would be great, I can be reached at adrian@mindjar.com. I''ve been lurking here for a little while, and well,
2006 Jul 31
17
Ruby on Snails
...t any issues where I''ve found it too slow. On the contrary I''ve found that when you get Rails setup correctly it performs exceptionally well (Litespeed''s LSAPI is insanely fast once configured). It certainly scales. The websites are out there proving this (Basecamp, 43Things, Yakima Herald, etc.) Sure, these sites aren''t eBay or Amazon but toss enough hardware at Rails and it could be eBay. I take script VERY seriously. Occasionally I''ll find myself in Objective-C to do some low level dirty work on the sytems level BUT when it comes to the web...
2006 Jan 14
7
Application Design
Hi Railsers, How do you design your applications? Do you start coding HTML? Start with the controllers/models? Start in a program like photoshop/gimp/illustrator/inkscape? I start in inkscape, it''s a SVG editor. I sketch all the views of my application, and then I create the views that belong to one controller in RHTML. After that, I do the models/controller, and move on to the
2006 Feb 23
2
Performance problem due to ruby or fcgi or mysql?
when i "siege" a particular page on my site, my site just crashed under a very light load, and cpu usage quickly goes up to 99%. But my other pages are doing much better with load testing. So my guess initially was that sql statements with this page is the cause. However, from "tail -f production.log ", it seems that sql is doing ok and not taking much time, and
2006 Jun 07
2
Single Sign On with multiple domains
Hi, can anyone provide a way to do this with rails: I have 3 sites on different domain names. I want a unified sign on. so that, if your logged on from one site, your automatically logged on another site, allowing seamless navigation between different sites as a logged in user. I understand with cookies, you can do this for subdomains. But what about multiple different domains? Thanks. --
2006 Nov 30
5
stability
Hi, Are there any recommendations as to what is currently the most stable setup is for mongrel & apache? I read somewhere (probably here) that you should avoid using PStore for sessions. Are there any more of such recommendations? Also, what is currently the safest version of mongrel to use in production? Jeroen
2006 Jan 26
42
ruby script/generate scaffold Product Admin hangs
Hi I am running Mac OX tiger with the installed ruby 1.8.2, and mysql5 (I checked that it was running in preference). I tried to run the various fixes recommended in agileweb. I am stuck on page 57, script/generate scaffold... > Could you paste in your database.yml file, from the > "config" folder inside your Rails app? If you have any > passwords entered there, you should
2006 Mar 30
9
Getting data from multiple controllers (Newbie question)
Hello, Assuming I have the following setup for one page: <column A><data from controller 1 /> </columnA> <column B><data from controller 2 /> </columnB> <column C><data from controller 3 /> </columnC> Assuming the page is created for Controller 2, what would be the best way(s) to gather/render the data from the other controllers? Best
2005 Jan 06
14
Announcing SoapBX.com a new Rails App for making presentations
I got an idea less than two weeks ago and now as a testament to the power of Rails I have released the first initial beta version of SoapBx, with less than 20 hours of programming involved so far. SoapBX is an application to create css based presentations and uses Erik Meyer''s cool S5 css and js code: http://www.meyerweb.com/eric/tools/s5/ With SoapBX you can use basic Textile and a
2006 Mar 25
14
Creating a symbolic link within a Rails application?
Hi, how does one create a symbolic link within a Rails application? At this time, I can perform this action at the command line but I''m not sure how to do it within Rails. BTW, I''m doing the following command in Mac OS X: ln -s $SITE_ROOT/common_directory/* $SITE_ROOT/new_directory Thanks in advance, -Conrad -------------- next part -------------- An HTML attachment was
2006 Aug 29
28
Stability of Rails
I''ve seen a lot of issue regarding the stability of Rails apps. I''m charged with investigation of Rails for my company and I''ve looked at numerous fourms, groups, etc. (Textdrive, here, etc.) and it *seems* like there is a stability problem with Rails (ie: crashes, etc.) Is this as common as it looks, or is this tied to things like Lighttpd (web server) or Typo
2006 Aug 15
66
What are the cons of using rails?
Performace hits? Integration with existing applications? Security? Bugs? Memory use? -Ben Lisbakken -- Posted via http://www.ruby-forum.com/.
2006 Nov 30
41
TDD killing my joy of Rails
I''ve been working through the book ''Beginning Ruby on Rails E-Commerce'' which is very heavy on Test Driven Development. As in, you have to write tests for scaffolding methods and validations and crap like that. And then they fail. And you KNOW its the test not the method. So you spend 2x the time writing a test that has to be adapted when requirements change. You