search for: rubyonrailsblog

Displaying 7 results from an estimated 7 matches for "rubyonrailsblog".

2006 Aug 18
0
Ruby on Rails CMS Breakdown - Do they all stink?
I put an article up on my Ruby on Rails blog that breaks down all of the known (that I''m aware of) CMS into feature lists and explains the current development situation as I see of it CMS w/ Rails. The blog url: http://rubyonrailsblog.com/ Article specific url: http://www.rubyonrailsblog.com/articles/2006/08/18/ruby-on-rails-cms-breakdown-do-they-all-stink FeedBurner: http://feeds.feedburner.com/RubyOnRailsBlog -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermai...
2006 Apr 14
0
SQLite: Pros, Cons and when to use it (Informative)
I wanted to share an article I recently wrote on my blog with all of you regarding using SQLite for your web-applications. The blog url is: http://rubyonrailsblog.com and the article is currently posted on the front-page. The exact url is located at: http://rubyonrailsblog.com/articles/2006/04/13/consider-sqlite-for-your-web-applications-the-pros-cons-and-when-to-use-it Your insights and feedback are appreciated and are always welcome. Also if you have a b...
2006 Apr 14
0
SQLite for your web applications! The pros, cons and when to use it!
I wanted to share an article I recently wrote on my blog with all of you regarding using SQLite for your web-applications. The blog url is: http://rubyonrailsblog.com and the article is currently posted on the front-page. Your insights and feedback are appreciated and are always welcome. Also if you have a blog, please let me know and feel free to put a link to my blog up on your site. If you do, drop me a message so I can say thank you! The blog is update...
2006 Oct 08
0
Multiple File Uploads and Progress Bars
Has any here succeeded in building a multifile simultanoeus file uploader and if so taken it further to add progress bars to each file uploading? I posted about my research on the topic so far here: http://www.rubyonrailsblog.com/articles/2006/10/08/multiple-file-uploads-with-rails-and-progress-bars and would be interested in seeing what others have put together. Thank you Ben --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on...
2007 Jan 07
2
random numbers/characters for a spam preventer
hi, I''m doing a registration form with rails, is there any simple method to do a spam preventer with a generator of random number/characters? thanks :) -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group,
2006 Nov 11
1
Disable foms when submitting
Hey, I want to disable the form when an user submits, I know that u can do this with javascript. But i dont want to put code for each form on my website, and I have a lot of forms like.. <%= start_form_tag :action => ''create'' %> <table width="100%" border="0" cellpadding="0" cellspacing="5"> <tr> <td
2006 Jun 02
3
Chat Room development
Hi, I was wondering if it is possible to create a chat room using Ruby/Rails (similar to the Java ones used by Talkcity, Yahoo, etc). Not many people will be using it since it''s just for an educational experiment. If possible, will it be able to insert the text immediately? I mean, I don''t know of any techniques besides Java applets that can do that, which is why I ask