railsdeveloper.net
How To Build a Product People Really Love | Rails Developer Chris Whamond
http://www.railsdeveloper.net/2011/05/eric-ries-at-seedcamp
Rails Developer Chris Whamond. How To Build a Product People Really Love. Friday, May 27th, 2011. Eric Wahlforss, one of the founders of SoundCloud, recently said, “To make a product people really love, find those people and iterate together with them”. Here’s a video of Eric at Seedcamp a couple years ago. I watch it from time to time to keep me focused on what really matters when developing a product – learning, iteration and process, not gut instincts and “feel”. Click here to cancel reply.
railsdeveloper.net
Zero Downtime Rails Migrations with the Large Hadron Migrator Gem | Rails Developer Chris Whamond
http://www.railsdeveloper.net/2013/04/large-hadron-migrator-gem-rails
Rails Developer Chris Whamond. Zero Downtime Rails Migrations with the Large Hadron Migrator Gem. Tuesday, April 9th, 2013. Are you working on a mature or legacy Rails app? What should I do? Well, thanks to the good folks at Soundcloud, there is a solution. It’s called the “ Large Hadron Migrator. Using this gem is simple. Like any Rails gem, you must first add it to your gemfile. Gem "lhm", " 1.1.0", :require = false. Require 'lhm' class AddUserIdIndexToInterestsTable ActiveRecord: Migration def self...
railsdeveloper.net
About | Rails Developer Chris Whamond
http://www.railsdeveloper.net/about
Rails Developer Chris Whamond. I’m Chris Whamond, a Ruby on Rails developer. I’m the lead developer and designer for the martial arts software. Studentbase, the lead generation website FreeReport.net. The Martial Arts CMS site ThroughTheRanks.com. And the cabinetmakers’ web application. Cabinetshop.com (in development). In my spare time, I’m also a house and minimal dj. A guitarist and vintage guitar collector. Click here to cancel reply. Mail (required) will not be published. Search for this site.
railsdeveloper.net
Rails Plugins | Rails Developer Chris Whamond
http://www.railsdeveloper.net/category/rails-plugins
Rails Developer Chris Whamond. Introducing SoundCloud-Powered Multi-Track WebApp, “Sessian”. Here’s a quick look at something I’m building with the SoundCloud developer tools. Now, I’m sure this type of app has been done a. Times…but I thought other devs might like to see what’s possible with the tools and phenomenal support SoundCloud provides. SoundCloud tracks and time-sync them with recording? Scratchin’ My Own Itch. I’m building Sessian for myself. Why? Here’s how it’ll work: I’ll ...Sessian accepts...
railsdeveloper.net
Rails Tips | Rails Developer Chris Whamond
http://www.railsdeveloper.net/category/rails-tips
Rails Developer Chris Whamond. See Your Current Git Branch In Your Shell Prompt – In Full, Glorious Color! Here’s a cool bit of code that displays your current git branch in your shell prompt. Like this:. Pretty handy. Here’s all you have to do to get this beauty working for you. In your .bash profile (or .bashrc ) file, add this:. Application Development Secret: Give a Toy Away. Or when you’re keeping up with the competition and responding to user requests? On the other hand, refactoring existing code i...
railsdeveloper.net
See Your Current Git Branch In Your Shell Prompt – In Full, Glorious Color! | Rails Developer Chris Whamond
http://www.railsdeveloper.net/2015/02/see-your-git-branch-in-your-shell-prompt
Rails Developer Chris Whamond. See Your Current Git Branch In Your Shell Prompt – In Full, Glorious Color! Sunday, February 15th, 2015. Here’s a cool bit of code that displays your current git branch in your shell prompt. Like this:. Pretty handy. Here’s all you have to do to get this beauty working for you. In your .bash profile (or .bashrc ) file, add this:. Function parse git branch and add brackets { git branch - no-color 2 /dev/null sed -e '/ [ *]/d' -e 's/* (.* )/ [ 1 ]/' }. Search for this site.
railsdeveloper.net
Archive | Rails Developer Chris Whamond
http://www.railsdeveloper.net/archive
Rails Developer Chris Whamond. See Your Current Git Branch In Your Shell Prompt – In Full, Glorious Color! February 15th, 2015. Here’s a cool bit of code that displays your current git branch in your shell prompt. Like this: Pretty handy. Here’s all you have to do to get this beauty working for you. In your .bash profile (or .bashrc ) file, add this:. Zero Downtime Rails Migrations with the Large Hadron Migrator Gem. April 9th, 2013. Are you working on a mature or legacy Rails app? May 27th, 2011. Here&#...
railsdeveloper.net
Productivity | Rails Developer Chris Whamond
http://www.railsdeveloper.net/category/productivity
Rails Developer Chris Whamond. See Your Current Git Branch In Your Shell Prompt – In Full, Glorious Color! Here’s a cool bit of code that displays your current git branch in your shell prompt. Like this:. Pretty handy. Here’s all you have to do to get this beauty working for you. In your .bash profile (or .bashrc ) file, add this:. Application Development Secret: Give a Toy Away. Or when you’re keeping up with the competition and responding to user requests? On the other hand, refactoring existing code i...
railsdeveloper.net
jQuery | Rails Developer Chris Whamond
http://www.railsdeveloper.net/category/jquery
Rails Developer Chris Whamond. Rails and jQuery: How to Integrate jQuery UI into Your Rails App. Ahhhh…. jQuery UI. It’s the quickest way to get your app looking slick in no time. It’s also highly flexible. jQuery UI’s themeroller. Feature allows you to tweak your css settings (and the look of your jQuery ui elements) right in a web browser (Wow! We must be living in the 21st century! See Your Current Git Branch In Your Shell Prompt – In Full, Glorious Color! February 15th, 2015. April 9th, 2013. Eric Wa...
SOCIAL ENGAGEMENT