search for: odeo

Displaying 12 results from an estimated 12 matches for "odeo".

Did you mean: ode
2006 Mar 28
3
coolest software ("coolest startups" re-asked)
Asked a little while back about "coolest startups" using Rails, I think it''d have been better had I asked "coolest software." Besides the obvious (37Signals, Typo, Yakima Herald, Odeo, Measure Map, etc.), I''m just curious about other developments where people are using it to make nifty stuff. -- Giles Bowkett www.gilesgoatboy.org
2006 May 11
1
Audio recording through Rails App > Web Server
Hey all, There are a couple posts about the possibility of using Red 5 to record audio through a user''s mic to the server, through RoR apps. I wonder: besides Odeo (I think they''ve developed an in-house app?) are there any examples and/or demos of this being done? Or, are there any reasonable java sources that actually *do* work to take mic input from a user''s machine, and save it as a file to the server? Thanks! --Dave -- Posted via ht...
2006 Jul 17
22
Rails - where are the BIG web apps?
Ok, Rails has been out for some time now. I''ve kept an eye on it pretty closely. I''ve heard Basecamp, Robot Coop, 43 Things, etc. are running on it. However, those have been the same apps people point to when the dreaded scalability question comes up. Are there any new web apps (large scale) in Rails or is it still the same old one? Something like on the scale of
2005 Aug 06
3
Macromedia Flash Loading Issues
I''ve discovered something very odd about the way Rails is handling Flash media. I am attempting to load a partial that contains the code for a flash adverstisment for the website. It was working ok when the code was in the page, but once I pulled it out to a partial (so I could use it on other pages) it stopped working. <%= render(:partial =>
2006 Feb 22
0
[DEVELOPERS NEEDED] Podcasting Website
I''m wanting to build a community based website where users can create podcasts, similar to odeo, but I want it to be alot easier for the users to find podcasts or create their own. I''m in need of a couple developers and a designer. I''m a developer myself, but am looking for a couple people that know rails inside and out It''s a non-paid deal, it would just be a...
2006 Jul 17
3
ROR and MogileFS
I am an engg student looking for project related to ruby and MogileFS... Can anybody suggest me about - use of ruby and MogileFS in application developement regarding - 1.is it efficient enough? 2.any alternate solution available for this? 3.any improvements that are required in MogileFS ? 4.and should i go for it? thank you.. -- Posted via http://www.ruby-forum.com/.
2005 Nov 05
4
Changing plugins_path in Rails::Configuration
I have two apps sharing a common model and lib. I''d like to share my plugins as well, however I noticed that the plugins_path in the Rails::Configuration (0.14.2) is not accessible as is view_path or log_path. What would be the best way to go about accomplishing this? Thanks. --Ryan
2006 May 04
2
Enterprise Database Tier (XA transactions, COBRA and MIDAS)
...are touchy about saying Rails is not Enterprise ready ;) Its only version 1, you wouldn''t expect it to be. Is is likly Rails will develop in these areas? Being at only version 1 there are a number of ways Rails could go. Rails is highly suited to a certain type of applications such as Odeo, Basecamp and CMS''s. Is this the type of application Rails will remain suited to or will it be developed to encompass what *I* call enterprise features as needed for financial, mission critical applications. I look forward to your thoughts. -- Posted via http://www.ruby-forum.com/.
2006 Mar 07
3
audio / sound recording with RoR app
hi all i want to provide audio recording facility with my Ror application , which can be stored in DB at server , for later use can anybody tell, how to implement this with RoR, as i dont hav much idea abt that thanx --------------------------------- Yahoo! Mail Bring photos to life! New PhotoMail makes sharing a breeze. -------------- next part -------------- An HTML attachment
2006 Mar 20
16
Secret URLs and file downloads
I''m looking to do something similar to the "secret URLs" in Rails Recipes, however, with file downloads. I want to avoid providing direct URLs to people if possible. I have files on disk in public/, so it would be good if each user got a "unique" URL to each file that they are permitted to see (dealt with by a user_id/file_id table). Then they are only allowed
2006 Jun 04
11
Hosting images : DB or File System
Hi, I''m developing an application where I''ll have to store a lot of images coming from the users. And I''m still not sure if I should store them in MySQl as blob or just store them on filesystem. If I store them on filesystem, how to scale when I''ll have to have multiple servers ? Thanks, Pratik -- rm -rf / 2>/dev/null - http://null.in
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