March 22, 2008
A while ago, Christian Sepulveda wrote an interesting post Why Rails will Reign Supreme. This is the latest variation on a theme that’s beginning to resound in the Rails community, and I can’t help but to disagree.
EDIT : Christian also has a follow-up post, Why Rails will Reign Supreme, revisited .
For the record, I [...]
Read the full article →
March 20, 2008
Rails 2.0+ introduced our team at CitrusByte to a Sass woe: our sass file would not regenerate. We would be able to regenerate it when ssh’ing into the site and starting the server in an environment other than production. Obviously not an ideal solution. So, what’s the fix?
Place the following in any ruby file in [...]
Read the full article →