Who doesn’t like to build new apps? As much as it’s fun building new things, we also need to maintain and upgrade apps over time.
Most people prefer... (more…)
Read more »
A typical Ruby on Rails application comes with ActiveRecord, which makes using RDBMS (such as MySQL, PostgreSQL etc) cake walk. There are… (more…)
Read more »
Originally posted on my personal blog http://haidrali.com/newbies-introduction-to-ruby-on-rails... (more…)
Read more »
Who This Tutorial Is For This tutorial is for developers who are comfortable with Ruby on Rails but have no particular expertise in system administration. If you’ve never used AWS before and you don’t even know what EC2 is, that’s okay. What We’re Going T... (more…)
Read more »
Ruby on Rails view partials can help keep your codebase DRY, but misusing them can have a significant performance impact. (more…)
Read more »