Software Development

Pages

  • Home
  • About
  • Contact

Wednesday, October 12, 2016

Ruby Plus Podcast # 15


Posted by bparanj at Wednesday, October 12, 2016
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Post Older Post Home

Popular Posts

  • sudo: port: command not found
    export PATH=$PATH:/opt/local/bin export MANPATH=$MANPATH:/opt/local/share/man export INFOPATH=$INFOPATH:/opt/local/share/info Included the a...
  • How to use hidden field in Rails
    current_user.id %> This passes a hidden variable user_id with the value of current_user.id
  • Reserved Words in Rails
    To find out if a given name is reserved in Rails programmatically, check out this How to find out if a name is reserved in Rails 4.2.5 . *...
  • Installing MySQL server on Centos 5
    Followed the instructions on this blog post : Rails Stack on CentOS 5 The following instructions has the chkconfig which works. The given in...
  • How to create drop down boxes in Ruby on Rails
    Migration file : 001_create_people.rb class CreatePeople def self.up create_table :people do |t| t.column :first_name, :string ...
  • How to check the version of ImageMagick
    convert -version This can also be checked if ImageMagick is already installed. If you get: -bash: convert: command not found then, it is ...
  • The TDD Course for Beginners : Learn by Practicing 7 Katas
    Learn how to do Test Driven Development using Ruby within 4 hours. You will get: 1. The transcript of the entire course in PDF. 2. TDD in...
  • How to find out the version of CentOS?
    [root@rubyplus ~]# uname -a Linux rubyplus.tempdomain.com 2.6.18-53.1.6.el5.028stab053.6PAE #1 SMP Mon Feb 11 20:53:20 MSK 2008 i686 i686 i3...
  • LoadError: no such file to load — selenium
    LoadError: no such file to load — selenium. This kind of error message can happen if you have installed anything as a gem but you have not s...
  • install specific version of rails
    sudo gem install -v=2.2.2 rails --include-dependencies

Blog Archive

  • ►  2025 (1)
    • ►  April (1)
  • ►  2024 (2)
    • ►  December (2)
  • ►  2023 (124)
    • ►  October (1)
    • ►  September (2)
    • ►  June (3)
    • ►  May (6)
    • ►  April (10)
    • ►  March (49)
    • ►  February (51)
    • ►  January (2)
  • ►  2022 (34)
    • ►  December (6)
    • ►  November (2)
    • ►  September (4)
    • ►  August (1)
    • ►  July (1)
    • ►  June (11)
    • ►  May (4)
    • ►  April (1)
    • ►  February (4)
  • ►  2021 (39)
    • ►  December (1)
    • ►  November (6)
    • ►  September (1)
    • ►  August (10)
    • ►  July (1)
    • ►  May (1)
    • ►  March (8)
    • ►  February (2)
    • ►  January (9)
  • ►  2020 (355)
    • ►  December (9)
    • ►  November (197)
    • ►  October (1)
    • ►  September (10)
    • ►  August (19)
    • ►  July (30)
    • ►  June (32)
    • ►  May (32)
    • ►  April (3)
    • ►  March (1)
    • ►  February (5)
    • ►  January (16)
  • ►  2019 (17)
    • ►  December (2)
    • ►  June (1)
    • ►  April (1)
    • ►  March (4)
    • ►  February (6)
    • ►  January (3)
  • ►  2018 (70)
    • ►  December (4)
    • ►  November (12)
    • ►  October (5)
    • ►  September (7)
    • ►  July (20)
    • ►  June (8)
    • ►  April (1)
    • ►  March (4)
    • ►  February (5)
    • ►  January (4)
  • ►  2017 (116)
    • ►  December (2)
    • ►  November (5)
    • ►  October (3)
    • ►  September (3)
    • ►  August (13)
    • ►  July (17)
    • ►  June (5)
    • ►  May (17)
    • ►  April (10)
    • ►  March (7)
    • ►  February (20)
    • ►  January (14)
  • ▼  2016 (436)
    • ►  December (29)
    • ►  November (16)
    • ▼  October (166)
      • Relationship Between DIKW Hierarchy and Ladder of ...
      • ActiveJob Basics in Rails 5
      • Version Compatibility Test
      • Rails and Draper Railscast Sample Code
      • Ladder of Abstraction in Software
      • The Usual Suspects in Troubleshooting Problems
      • Update One Gem at a Time
      • Ruby Plus Podcast #16
      • Dumb RSpec Error
      • GoRuCo 2014 - How to Debug Anything by James Golick
      • Inventing Game of Life - Numberphile
      • Stephen Hawkings The Meaning of Life (John Conway'...
      • What is meant by Data Abstraction
      • Abstraction by Professor David J. Malan
      • Computer Science 10 - Lecture 1: Abstraction
      • OOP interview questions :- What is the difference ...
      • Abstraction and Encapsulation
      • Keynote -- DDD Global Introduction. DDD IASA
      • Domain Driven Design Through Onion Architecture
      • How You Can Architect and Develop Enterprise Missi...
      • GOTO 2015 • DDD & Microservices: At Last, Some Bou...
      • Eric Evans: What I've learned about DDD since the ...
      • Domain-Driven Design
      • Domain Driven Design - Eric Evans
      • Behavior Driven Development
      • Eric Evans — Tackling Complexity in the Heart of S...
      • Martin Fowler | Software Design in the 21st Century
      • Martin Fowler @ OOP2014 "Workflows of Refactoring"
      • Agile Architecture" - Molly Dishman & Martin Fowle...
      • GOTO 2013 Software Development in the 21st Century...
      • Explaining Agile - Martin Fowler and Neil Ford at USI
      • GOTO 2012 Introduction to NoSQL by Martin Fowler
      • Intro to Kanban in Under 5 Minutes (What is Kanban...
      • Hangouts On Air: Google Recruiters Share Technical...
      • The Art of Writing Software
      • What is the Best Programming Language to Learn First?
      • How I Taught Myself To Be A Programmer
      • Top 10 Programming Languages to Learn in 2016
      • Day in the Life: Software Engineer
      • Introduction to Scrum - 7 Minutes
      • NEW Intro to Agile Scrum in Under 10 Minutes - Wha...
      • Ruby Plus Podcast # 15
      • What is the Best Programming Language to Learn First?
      • Reading, Writing, and Programming: Mitch Resnick a...
      • How to build a Billion Dollar app? by George Berko...
      • You Should Learn to Program: Christian Genco at TE...
      • How I taught myself to code by Litha Soyizwapi at ...
      • Don't Just Learn To Code, Learn To Create by Justi...
      • How I learned to code by Chris
      • How to Learn Code (The 3 Main Ways)
      • How To Teach Yourself Code
      • 14-Year-Old Prodigy Programmer Dreams In Code
      • Aloha Ruby Conf 2012 Refactoring from Good to Grea...
      • Rails Conf 2013 How to Talk to Developers by Ben O...
      • Rails Conf 2013 Patterns of Basecamp's Application...
      • Yehuda Katz - Why Rails is Hard (Railsberry 2012)
      • Rails Conf 2013 The Magic Tricks of Testing by San...
      • Rails Conf 2012 Keynote: Simplicity Matters by Ric...
      • Ben Orenstein - Write code faster: expert-level vi...
      • Can you get an MIT education for $2,000? | Scott Y...
      • Computer science education: why does it suck so mu...
      • Nickel City Ruby Conf 2013 Why Developers Quit by ...
      • My Google Interview [ DevTips Vlog 010 ]
      • Interview with Robert C. Martin (Uncle Bob)
      • RailsConf 2010: David Heinemeier Hansson
      • Google I/O 2009 - The Myth of the Genius Programmer
      • Martin Fowler - Microservices
      • CS50 Lecture by Mark Zuckerberg
      • Michał Taszycki: Programming Workout
      • Baruco 2013: A Rubyist in Clojure-land, by David C...
      • Ruby Conf 2013 Living in the Fantasy Land by Yukih...
      • Ruby Conf 12 - Ruby Vs. The World by Matt Aimonetti
      • Ruby Conf 12 - Ruby Vs. The World by Matt Aimonetti
      • Ruby Conf 2013 - Opal, A new hope (for Ruby progra...
      • Ruby Conf 12 - Service Oriented Architecture at Sq...
      • Lone Star Ruby Conf: Zed Shaw Keynote Q&A
      • LoneStarRuby Conf 2013 - Elixir: Power of Erlang, ...
      • Tom Stuart - Refactoring Ruby with Monads
      • LA Ruby Conference 2013 Impressive Ruby Productivi...
      • LA Ruby Conf 2014 - Writing Games with Ruby by Mik...
      • Ladder of Abstraction
      • Question: How Do You Make Money Quickly In Tech?
      • RW101: Easiest Way To Self Study Technology by Eli
      • Question: How Can You Write a Resume So That You D...
      • Question: How Do You Get Enough Experience to Appl...
      • Question: Is Programming the Only Way to Be Succes...
      • How To Pass Telephone Interviews
      • Technical Interviews
      • Moishe Lettvin - What I Learned Doing 250 Intervie...
      • How to Work at Google -Candidate Coaching Session:...
      • Google and Facebook Interview Questions & Tips - A...
      • How to Get a Job at the Big 4 - Amazon, Facebook, ...
      • Basic Skills for Entry Level Computer Jobs (what y...
      • I am 47 years old. Is it too late to get into IT f...
      • Question: At 29 Am I Too Old to Start in IT?
      • Question: Do I Need to be Good at Math to go Into IT?
      • Question: What is the best programming language to...
      • Introduction to Programming by Eli
      • How to Teach Yourself Code
      • Programming is terrible—Lessons learned from a lif...
    • ►  September (14)
    • ►  August (25)
    • ►  July (32)
    • ►  June (42)
    • ►  May (39)
    • ►  April (20)
    • ►  March (31)
    • ►  February (12)
    • ►  January (10)
  • ►  2015 (240)
    • ►  December (21)
    • ►  November (18)
    • ►  October (42)
    • ►  September (61)
    • ►  August (7)
    • ►  July (5)
    • ►  June (49)
    • ►  May (6)
    • ►  April (13)
    • ►  March (3)
    • ►  February (10)
    • ►  January (5)
  • ►  2014 (75)
    • ►  December (2)
    • ►  November (13)
    • ►  October (1)
    • ►  September (4)
    • ►  August (9)
    • ►  July (17)
    • ►  June (7)
    • ►  May (5)
    • ►  April (3)
    • ►  March (8)
    • ►  February (2)
    • ►  January (4)
  • ►  2013 (86)
    • ►  December (5)
    • ►  November (1)
    • ►  October (10)
    • ►  September (8)
    • ►  August (4)
    • ►  July (4)
    • ►  June (1)
    • ►  May (16)
    • ►  April (10)
    • ►  March (4)
    • ►  February (11)
    • ►  January (12)
  • ►  2012 (79)
    • ►  December (7)
    • ►  November (4)
    • ►  October (9)
    • ►  September (1)
    • ►  August (5)
    • ►  July (2)
    • ►  June (3)
    • ►  May (7)
    • ►  April (29)
    • ►  March (3)
    • ►  February (2)
    • ►  January (7)
  • ►  2011 (47)
    • ►  December (3)
    • ►  November (2)
    • ►  October (4)
    • ►  September (3)
    • ►  August (3)
    • ►  July (4)
    • ►  June (4)
    • ►  May (4)
    • ►  April (14)
    • ►  March (2)
    • ►  February (2)
    • ►  January (2)
  • ►  2010 (42)
    • ►  November (1)
    • ►  September (7)
    • ►  August (2)
    • ►  July (8)
    • ►  June (3)
    • ►  May (1)
    • ►  April (9)
    • ►  March (3)
    • ►  February (7)
    • ►  January (1)
  • ►  2009 (16)
    • ►  October (1)
    • ►  September (2)
    • ►  August (3)
    • ►  July (5)
    • ►  April (1)
    • ►  March (1)
    • ►  February (2)
    • ►  January (1)
  • ►  2008 (55)
    • ►  December (2)
    • ►  November (6)
    • ►  October (3)
    • ►  September (2)
    • ►  August (3)
    • ►  July (3)
    • ►  June (7)
    • ►  May (1)
    • ►  April (12)
    • ►  March (7)
    • ►  February (4)
    • ►  January (5)
  • ►  2007 (123)
    • ►  December (25)
    • ►  November (7)
    • ►  October (20)
    • ►  September (5)
    • ►  August (4)
    • ►  July (11)
    • ►  June (28)
    • ►  May (5)
    • ►  April (8)
    • ►  March (3)
    • ►  February (5)
    • ►  January (2)
  • ►  2006 (32)
    • ►  December (3)
    • ►  November (15)
    • ►  October (9)
    • ►  July (2)
    • ►  June (1)
    • ►  February (2)
  • ►  2005 (10)
    • ►  October (2)
    • ►  September (1)
    • ►  March (2)
    • ►  January (5)
  • ►  2004 (12)
    • ►  December (12)

About Me

bparanj
View my complete profile

Total Pageviews

1,549,372
Awesome Inc. theme. Powered by Blogger.