search for: railsday

Displaying 16 results from an estimated 16 matches for "railsday".

Did you mean: railsdav
2005 Jun 06
14
Handling Images And Rails
On my website people will be able to upload images of themselves. I was wondering how people are presently handling uploading, resizing and optimizing images in Rails? Do you use a specific piece of software to do it? What would you guys recommend? Any code from RailsDay? :-) Also, do you guys store the images in the DB or just as files? What do you suggest? What are the pros and cons? I greatly appreciate your feedback. John
2006 Jun 19
9
Railsday 2006
Can you guys post a demo of your application ? Would be great. Thanks, Pratik -- rm -rf / 2>/dev/null - http://null.in
2006 Jun 20
0
Re: Railsday 2006 (Derek Haynes)
I wrote a small personal budget tracking system for railsday. Check it out at: http://www.rubyupdate.com/signup Cheers, Carl. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060620/b445b545/attachment.html
2006 Jun 18
4
MongrelDay Documentation -- Memoirs Of A Web Server
Happy RailsDay! While everyone else was out having fun with RailsDay I spent my time wisely and wrote up tons of documentation for Mongrel and cleaned out some of the docs I''ll never write anyway. I also took the time to apply some nice patches from Jonas Pfenniger for easily setting up redirects in Mo...
2006 Jun 26
1
Question about template
In some application (check from railsday svn) ,i''ll notice this code: <%= yield :something %> What does this mean ? When use it ? Sorry if question was ever posted but i can''t find it. Thanks -- djtal -- Posted via http://www.ruby-forum.com/.
2005 Jun 27
1
R mailing list archive: alternative interface
For a programming competition (http://railsday.com) I recently entered, I created a web-application to nicely display mail archives. I've loaded up a couple of months worth of r-devel mail and made it available here: http://listomagic.had.co.nz/ The big advantages over the currrent mailman archive are: * messages are threaded, and messa...
2006 Jul 27
7
''remember me'' using cookies
I''m about to implement this, and I''m thinking of storing the user''s id and their hashed password in the cookie after a successful authentication. can any see an obvious security issue with this? I know the method is vulnerable to cookie theft but am i missing anything? thanks alan
2006 Jun 03
0
Any RoR experts without an idea for Rubyday2006?
I''m a 50 year old mainframe programmer from the Netherlands that has just started his RoR journey with a GREAT idea for a project to enter for Railsday2006. To quote Geoffrey Grosenbach in an email when I approached him to help me realize the project; ?That''s an interesting idea.? & ?It could be a great project for RailsDay? Sorry for name dropping Geoffry, but I need to get the real RoR aces interested. I won''t be able...
2006 Jun 04
0
RailsDay2005 entries/winners apps?
Hello, Does anybody know where I could find the sources or the demos of apps presented to RailsDay2005? So far I only found yubnub.org and the list of the winners and a lot of no-longer valid URLs pointing to railsday.com. Thanks, Marius Popescu http://mapopescu.blogsome.com -- Posted via http://www.ruby-forum.com/.
2006 Mar 28
0
Rails Day 2006
Hey guys, Is any work being done on organizing Rails Day 2006? As a participant in 2005, it was lots of fun, and I''d really like to see it continued. RailsDay.com seems to be down. Who organized the last one? Will they be running it again? If no one is doing it, I might. -Bryan -- http://www.MyCongress.org/ -- coming soon
2005 Jun 16
0
congrats to yubnub
http://battellemedia.com/archives/001634.php nice mention of a cool Ruby on Rails driven site that came out of Railsday. -- thanks, -pate ------------------------- We are often unable to tell people what they need to know, because they want to know something else, and would therefore only misunderstand what we said - the Raven (George MacDonald, Lilith)
2005 Aug 24
2
Developers Wanted
Hi, I recently won the Railsday contest and the response has been overwhelming. I''m currently looking for: 1) Rails programmers with at least A FEW COMPLETE Rails applications under their belt 2) Front-end XHTML/CSS developers who are comfortable working with Rails and all the Ajaxy goodness to help me finish up...
2005 Oct 15
14
OT: Anyone Using a Time Logger?
I have multiple projects and it''s important for me to track time by client and by project. There''s a Windows application that allows me to do this, but I''m looking for a cross-platform solution. I looked at ConsultComm but it wouldn''t install on my Mac. Rather than rewriting what seems like a commonly-required app, I wondered if anyone else had something they
2006 Aug 16
7
Forward of moderated message
OK I know whats happening. Your while loop completes and calls kill on the worker before your task_progress controller method ever gets called> So the worker is deleted and when you try to access it from rails you get an error because there is no longer a worker at that job key. The kill method is meant to be used within a worker that you fire and forget. If you want to get the
2006 Jun 18
0
Rails Core Weekly June 11 - June 18
...the good people of The Caboose (http://blog.caboo.se/) for accuracy. All bad jokes, mistakes, etc. are mine. Rails Core Weekly June 12 - June 19 2006 ========================================== It was a slow week, no announcements, no hot new features. Perhaps the Core needed charging time for Railsday or perhaps they we''re all having fun at RubyKaigi 2006. No one knows. But we did have some threads so here they are. Threads ------- [ thread: http://www.ruby-forum.com/topic/68960#new ] Julian Tarkhanov provides proxy access to allow for Unicode support like this: @unicode_str.u.lengt...
2006 Apr 18
11
how to release a plugin
I''ve developed a very useful (at least to me) plugin for rails. How do I go about releasing it. I have an account with rubyforge but I don''t know how to let rails know about it. Charlie Bowman www.recentrambles.com -------------- next part -------------- An HTML attachment was scrubbed... URL: