Best Ruby & Ruby on Rails Resources
I wanted to compile an ultimate list of Ruby resources, books, courses, people to follow, etc... This list contains resources I have used…
READ MOREI wanted to compile an ultimate list of Ruby resources, books, courses, people to follow, etc... This list contains resources I have used…
READ MOREControllers can get out of control. Their job should generally be quite simple. In an MVC framework such as Rails, they should have the job…
READ MORETypically in Rails apps we use rake tasks as a way to interact with our application through the command line. We're all familiar with…
READ MOREIn this article we are going to look at method_missing and respond_to_missing? in order to see what they do and how they can be used. We…
READ MORERace conditions A race condition or race hazard is the behavior of an electronic, software or other system where the output is dependent on…
READ MOREHow to ensure your values are unique It's often the case that you want to ensure that you've got uniqueness in your data. You only want an…
READ MORECan you do this integration? Is what I was asked. Oh no... it's in SOAP? Instantly all the time I spent working with SOAP APIs in PHP…
READ MORESituation Maybe you originally wrote some code for a Rails project that you're trying to use in another framework, in an automation script…
READ MOREWhat are tree structures used for? Tree structures are needed any time you want to insert a hierarchy into your data. It's when you want to…
READ MOREHi, Leigh, are you busy? The website is no longer responding... can you investigate? A phone call nobody really likes to receive on a…
READ MOREWhy does this site have I18n? It's a good question because my content is only available in English (perhaps I should write some articles in…
READ MOREUsing Angular in Rails App Single Page Applications (SPA) aren’t incredibly new any more, but there are a lot of people with Rails…
READ MOREOur Goal In this article I'd like to discuss how to implement user authentication into this blog. In this article about modelling the data…
READ MOREBackground At FlipGive we use RSpec to handle all of our testing. Over the years we've built up quite a few tests... last count there…
READ MOREToday's Goal: Creating an Admin Section This website, along with most of the other ones I create end up having an admin section; a place…
READ MOREWhat is PgHero? PgHero is a gem written by Andrew Kane for getting quick insights into how your Postgres database is performing and where…
READ MOREDeciding What Models are Needed In my last article in this series, getting started with ruby on rails , we worked through getting Rails…
READ MOREGit Init The first thing I do when starting a new project is to create a new git repository. GitHub is great if you don't mind the code…
READ MOREWhat is a Mail Interceptor? When using ActionMailer in Rails, there is a way to hook into the outbound message after you call the "deliver…
READ MOREWhen building a RESTful API in Rails, there are many different options and gems you can use to format your JSON responses. This isn't a post…
READ MOREBlock based configuration is a pattern you see quite a bit when using ruby. When I look at this website itself, there are 3 different gems…
READ MOREBarby is a great gem for when you have to generate a barcode or QR code. You can choose to output it as any number of barcode types or as a…
READ MOREGoal If you're planning to take over the world (or a smaller but no less noble task of taking over Canada), you'll either need to convince…
READ MORE