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 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 18 hours ago From End Point 3 Spree: Working with Sample Product Data![]() ![]()
It's taken me a bit of time to gain a better understanding of working with Spree sample data or fixtures, but now that I am comfortable with it I thought I'd share some details. The first thing you might wonder is why should you even care about... 8 days ago From End Point 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 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 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 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 Standup 7/23/2010: Workin' in a RubyMine, going down-down"I've upgraded Firefox to 3.6 and my selenium and cucumber specs are busted. Anyone else have this issue?" The selenium-rc jar that comes with webrat needs to be manually updated to the latest version. See... 6 days ago From Pivotal Blabs 1 Episode #96 - July 23, 2010Briantree gateway gem, Fabrication, Green Letters, Use Bundler in your Gems, Integrum's code test, redis-load, and capistrano-spec! Listen to this episode on Ruby5 This episode is sponsored by NewRelic RPM his episode is... 6 days ago From Ruby5 1 Standup 7/22/2010: XML JS scrimmage. Go!Ask for Help "Is there a good heap analyzer to debug some memory issues in our app?" Some options to look into include rubyprof, valgrind, bleakhouse and memprof. "Anyone else having problems with RubyMine 2.02 allowing the... 7 days ago From Pivotal Blabs 1 Handy Ruby one liners by David ThomasHANDY ONE-LINERS FOR RUBY November 16, 2005 compiled by David P Thomas version 1.0 Latest version of this file can be found at: www.fepus.net/ruby1line.txt Last Updated: Wed Nov 16 08:35:02... 7 days ago From Axon Flux 1 Standup 7/21/2010: Heroku Logs have Shorter Memory than a MayflyAsk for Help "Is there a way to get better access to the logs in Heroku?" heroku logs only displays the last 100 lines; This isn't even enough for the full stack trace of the last error in many cases. One team is having problems... 8 days ago From Pivotal Blabs |
|
Top StoriesTop ChannelsToday
Week
Month1 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 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 Deploying to Heroku with Rails 3.0.0.rcThe Ruby on Rails Tutorial book uses the latest version of Rails, which is the current release candidate of Rails 3.0.0.rc. Unfortunately, at the time of this writing, you can't deploy applications to Heroku using the Rails release candidate... about 23 hours ago From Rails Tutorial News 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 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 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 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 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 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 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 August 3rdWe are going to be opening Harmony’s doors on August 3rd. It has been a long time coming and I am excited/nervous about the launch, but that is no reason to keep things locked up. We already have over 60 live sites and several paying... 6 days ago From RailsTips 1 Marcin at Euruko – a conference debutI was asked to write a few words about my Euruko presentation (Vimeo video here). It was an amazing experience so I thought it would be a great opportunity to share it. If you’re interested, you can find the code for the presentation here and... 6 days ago From Applicake 1 do it like rakeIf you must require RubyGems in your Ruby library, do it like Rake: begin require 'rake' rescue LoadError require 'rubygems' require 'rake' end Everyone wins. 7 days ago From ones zeros majors and minors 1 One team, one Tracker projectI often hear questions from Pivotal Tracker users about how to organize teams and projects. We also see many requests for features that would make it easier to see stories from across multiple projects. Tracker is designed for full immersion... 7 days ago From Pivotal Blabs 1 Drink#64: Your Ruby on Rails JuiceLemonade and Lime by nickwheelerozEmail validation in Ruby On Rails without regexp « La rolls des blogs: Hallelujah shares his email validation example code that doesn't use regular expressions and uses a Rails 3 way of custom... 8 days ago From Drink Rails |






















