1 The Ruby Show #126: Jason's HelperIn this episode, Jason and Dan congratulate the Rails core team for their fantastic release timing (right before we air instead of after). About 10 hours ago From The Ruby Show 1 Everyone Who Tried to Convince Me to use Vim was WrongA couple weeks ago, I took the plunge and switched to vim (MacVIM, to be precise). It wasn’t the first time I tried to make the switch, and I had pretty much written it off entirely. Why? Because the past few times I tried switching to... about 16 hours ago From Katz Got Your Tongue? 2 Learn how to build AWESOME mobile HTML5 appsWant to learn how to build mobile web apps that use advanced CSS features like gradients and transformations, and HTML5 features like canvas, touch, audio, 2D and 3D animations, and more? Like you’ve seen on everytimezone.com and... 3 days ago From mir.aculo.us 1 how to read password from keyboardHi everyone! If I want to read a simple string from keyboard: simple_text = gets What if a password needs to be read from keyboard (commando line)? How do I mask it with asterisks? Regards, Bruno About 2 hours ago From comp.lang.ruby Forum 1 Oh, that's why you should use Varnish and not Squid.The really short answer is that computers do not have two kinds of storage any more. It used to be that you had the primary store, and it was anything from acoustic delaylines filled with mercury via small magnetic dougnuts via transistor... about 23 hours ago From Axon Flux 1 Ruby on Rails 3 Tutorial book (including PDF downloads)I'm pleased to announce the availability of the Ruby on Rails 3 Tutorial book, a version of the Rails Tutorial book fully up-to-date with Rails 3.0. As always, the book is available for free online, and as of today it is also available for... 1 day ago From Rails Tutorial News 1 When JavaScript makes no senseHere are some of the more weird things I’ve found over the years when using JavaScript. My most favorite quirk ever is: typeof NaN // => number Recently, I stumbled upon the “magic increasing number”: ... 1 day ago From mir.aculo.us 1 Exploiting Enterprise Software (like Hazelcast) with JRubycogitations.arbia.co.uk/post/863857348/distributed-ruby (or on Ruby Inside)Due to the nigh insurmountable work of Charles Nutter, Thomas Enebo, Ola Bini and Nick Sieger along with their team we have direct access to Java libraries and thus... 1 day ago From Ruby Inside 1 Rails 3 RC!Ask for Help "What good OpenID solutions are there for rails?" Janrain provides a service and the rpx_now gem that can handle a lot of the OpenID logic for you. Interesting Things You can use rvm with the --rvmrc --create... 2 days ago From Pivotal Blabs 1 Ruby on Rails 3.0 Release Candidate 1 Availableweblog.rubyonrails.org/2010/7/26/rails-3-0-release-candidate (or on Ruby Inside)High off Baltimore Pandemic and Yellow Tops, I believe we promised a release candidate shortly after RailsConf. As things usually go in open source, we gorged... 2 days ago From Ruby Inside 1 What’s New in Bundler 1.0.0.rc.1Taking into consideration the huge amount of feedback we received during the Bundler 0.9 series, we streamlined Bundler 1.0 significantly, and made it fit user expectations better. Whether you have used bundler before or not, the easiest way to... 3 days ago From Katz Got Your Tongue? 1 Returningschmidt-happens: Ruby/Rails never ceases to amaze me. Once again while digging around in the source code of Rails I came across Object#returning. Let me introduce you to this little gem. If you have been writing code for any amount of time... 4 days ago From Ruby Quicktips 1 wxruby dialog box, not centering on parentTrying to center a messagebox on the parent instead of on whole screen. Read the docs, they say to use #center_on_parent before calling _modal. Doesnt seem to work, any ideas? ------------------------------ require 'rubygems' require 'wx' ... about 7 hours ago From comp.lang.ruby Forum 1 Getting wrong idI have the follow method: def concluir @subtarefa = Subtarefa.find(params[:id]) @subtarefa.situacao_subtarefa = "Concluída" @subtarefa.data_termino_real = Date.current @subtarefa.update_attributes(p arams[:subtarefa]) @subtarefas... about 9 hours ago From comp.lang.ruby Forum 1 Hot Sexy Star Aishwarya Rai Bathing Videos In All AnglesHot Sexy Star Aishwarya Rai Bathing Videos In All Angles At [link] Due to high sex content, i have hidden the videos in an image. in that website on Top Side search box Above click on image and watch videos in all angles. About 10 hours ago From comp.lang.ruby Forum 1 hash key (?)Hiya Im going through the Ruby Cookbook. On page 51, there is the following example letter = { ?v => 'aeiou', ?c => 'xyz' } My question is, what does the key ?v do or mean. Kind Regards Brent Clark About 11 hours ago From comp.lang.ruby Forum |
Ruby On Rails
|
Top StoriesTop ChannelsToday
Week
Month1 Clojure: A Chat with Andrew BoekhoffIn this brief interview, Satish Talim of RubyLearning talks to Andrew Boekhoff, author of CongoMongo, a toolkit for using MongoDB with Clojure. Satish>> Welcome Andrew and thanks for taking out time to share your thoughts. What programming... about 16 hours ago From RubyLearning 1 Efficiency of find -exec vs. find | xargsThis is a quick tip for anyone writing a cron job to purge large numbers of old files. Without xargs, this is a pretty common way to do such a purge, in this case of all files older than 31 days: find /path/to/junk/files -type f -mtime +31... about 19 hours ago From End Point 1 [].all?{} and [].any?{} BehaviorI find the following behavior interesting (so interesting that I modified it), and I would like to hear others' thoughts on the subject: [3].all? {|element| element == 3 } # => true [3].all? {|element| element != 3 } # => false (sanity... about 1 hour ago From comp.lang.ruby Forum 1 London Ruby Contractor NeededI need a ruby contractor for a high profile site in London. Initially 2 months but likely to extend to 6. If you're interested please email call Richard on 01926 487487. Skills are: • Ruby • Merb • AJAX • Google Analytics •... about 5 hours ago From comp.lang.ruby Forum 1 Michael Hartl’s Rails 3 Tutorial BookThe Ruby on Rails Tutorial: Learn Rails by Example (a.k.a. railstutorial.org) by Michael Hartl has become a must read for developers learning how to build Rails apps. Michael has put together a great Rails 2.3 tutorial, releasing it all for free... about 23 hours ago From Ruby Inside 1 Drink#66: Your Ruby on Rails JuiceGrep anything from your Enumerables: Nice little tip to simplify enumerable select.Deploying Your Ruby on Rails Application Using Git and Capistrano ...: Cameron shares a capistrano deploy file for the community.Mailman from RSoC: Read emails... 1 day ago From Drink Rails 1 Mailman – Like Sinatra for E-mailblog.titanous.com/post/867488976/mailman-released (or on Ruby Inside)Mailman is an incoming email processing microframework. You point it at a source of email, such as a POP3 account or a Maildir, and it will execute routes based on the... 1 day ago From Ruby Inside 1 Burger KingMe: can I have a Whopper meal with diet coke, but with onion rings instead of chips? BK: sorry, we cannot do that ME: Ok, can I have a whopper burger on its own, diet coke, and onion rings? BK: Ok … Price of chips: 1.99 Price of onion... 2 days ago From Mendable 1 Episode #97 - July 27, 2010Ilya Grigorik talks Fibers, while fake_arel, Rack-Gist, and Coloration get introduced. Also, Choco and some helpful Git tips sneak their way into this episode of Ruby5. Listen to this episode on Ruby5 Become a sponsor of Ruby5 ... 2 days ago From Ruby5 1 Ruby LipDub – The Making Of!As some of you remember a while ago our super-talented Ruby on Rails Team made a Ruby LipDub. We had loads of fun while shooting it and have a ton of behind-the-scenes material. Now, it’s the time to share it. Ladies and Gents, that’s... 2 days ago From Applicake 1 Localize $@ in DESTROYI have been conditioned now for many years to trust the relationship of $@ to its preceding eval. The relationship goes something like this: if you have string or block eval, immediately after its execution, $@ will either be false or it will... 2 days ago From End Point 1 Rails 3.0: Release candidate!High off Baltimore Pandemic and Yellow Tops, I believe we promised a release candidate shortly after RailsConf. As things usually go in open source, we gorged ourselves on fixes and improvements instead. But all to your benefit. We’ve had 842... 3 days ago From Ruby on Rails.org 1 Clojure Tips from the ExpertsRubyLearning wrote to a lot of experts, gathering their best tips on Clojure. The tips are still coming in, but here are some to get you started with. Feel free to add your own tips in the comments section or send the same to satishtalim [at]... 3 days ago From RubyLearning 1 14 Ruby and Rails Jobs for August 2010It's been a couple of months since the last job round up but the Ruby Inside job board has been hopping! There are 14 live listings to go over today and they're not all in San Francisco. Jobs in Denver and Maryland bring in a bit of interesting... 6 days ago From Ruby Inside 1 Adding an element to a copy of an arrayHi, array = ["one", "two", "three"] array_copy = array array_copy p array p array_copy ["one", "two", "three", "four"] ["one", "two",... about 8 hours ago From comp.lang.ruby Forum 1 How to use selectHello people I have been looking around but i have not been able to run a succesful select it always failed on me. i also dont understand if there is a diference between IO.select or just select() Could you be so kind to let me know how it works? About 9 hours ago From comp.lang.ruby Forum 1 ruport, reading a csv whose column name have white spaceshi there, i am not a expert with ruby at all. this is my first post, i do hope it's at right place, please advise otherwise. i have some dump reporting to do. The input is a csv file. i figured rupert could be my friend. i got it up and... about 10 hours ago From comp.lang.ruby Forum 1 my script just read one line?Dear all, My script tried to read from one original tsv file and distribute into new multiple tsv files. Each line of the original file is like this: time_1, signal_1, time_2, signal_2... time_4096, signal_4096. I would like to write them... about 11 hours ago From comp.lang.ruby Forum |

















