Ruby on Rails Has Many Dependencies It’s in the name. Rails depends on Ruby. But as anyone learning Rails can tell you, it depends on a lot more. There is a whole corpus of tools and concepts that a modern web developer must be familiar with. On top of those, Rails comes with it’s own [...]
View PostLaunch: Rails Fundamentals Workshop
Ready to Get Technical? You love the Internet. You use web apps daily. Maybe you even work at a company that produces web apps or a tech startup trying to gain traction with a new web service. But if you aren’t a part of the technical team, perhaps the details of how these things work [...]
View PostHaml by Default in a New Rails App
(UPDATE: Daniel Kehoe, the maintainer of the RailsApps repo, graciously accepted my contribution. I’ve updated the links to point to the master project.) The really short version Generate a new rails app based on a template that includes Haml (and some other nice optional features). rails new ProjectName -m https://raw.github.com/RailsApps/rails3-application-templates/master/rails3-haml-html5-template.rb The lazy one works the hardest [...]
View PostIntroducing…
Welcome aboard! This site is dedicated to helping you dive into Ruby on Rails and it’s complicated, but totally learnable, ecosystem. ReadySetRails is a live and in-person training class dedicated to getting you up and running with a modern development toolset. Stay tuned for more info! Our first course offering will be launching soon.
View Post