A Fresh Cup:What's New in Edge Rails #9
is Mike Gunderloy's software development weblog, covering Ruby on Rails and whatever else I find interesting in the univer...
Use your diver-power! A few days left to voice ...
Despite the recognized advantages of Marine Protected Areas (MPAs), only around 1% of the world’s ocean is protected by an...
Ruby on Rails Guides: Getting Started with Rails
Rails is a web application development framework written in the Ruby language. It is designed to make programming web appl...
Episode 327: MiniTest with Rails (pro)
MiniTest is a fast and lightweight testing library. Here you will learn how to use it in a Rails app for model, helper, an...
About This Blog: Memcached | Ruby on Rails for ...
I’ll add to this and say that every beginning Rails developer should write their own blog software. It’s a great learning ...
Prepare Your App for Rails 4 and Ruby 1.9
Well, it had to happen some day. Pour one out for our dearly beloved Ruby 1.8.7. And if you’re still using 1.8.7 for your ...
Rails Engines and Monkey Patching
Rails Engines and Monkey Patching Posted by bcardarella on February 21, 2012 — 0 comments A pattern for extending Rails En...
Nuby on Rails | Ruby on Rails for Newbies
One skill that is important is being able to respond to change. I frequently think back to a quote I saw in a skateboardin...
@rbates
MiniTest is a fast and lightweight testing library. Here you will learn how to use it in a Rails app for model, helper, an...
@rbates I would love to see episode 217 (multis...
attr_writer :current_step validates_presence_of :shipping_name, :if => lambda { |o| o.current_step == "shipping" } validat...
PHP & Ruby Hosting
"We recommend Engine Yard Cloud to all of our clients, including Toyota Kenya, because we get huge time and cost savings. ...
@a1extran If you love running tests, you'll lov...
guard 'livereload' do watch(%r{app/.+\.(erb|haml)}) watch(%r{app/helpers/.+\.rb}) watch(%r{public/.+\.(css|js|html)}) watc...
jquery-ui-rails released
Have you ever headed to the jQuery UI download page, selected which jQuery UI components to include in your custom build, ...
Some thoughts on maintaining large Rails codeba...
I'm sure a few of you have encountered this scenario... You're a year in and your Rails application is growing in size as ...
@gilesgoatboy
We use a bizarre, convoluted mechanism for attaching ClassMethods and InstanceMethods modules to ActiveRecord::Base becaus...
