How do I fix the “You don’t have write permissions into the /usr/bin directory” error when installing Rails?
I’m trying to install Rails 3 on a brand new MacBook Pro running OS X 10.6.3, Ruby 1.8.7, and Rails 2.3.5 and I’m … Read more
I’m trying to install Rails 3 on a brand new MacBook Pro running OS X 10.6.3, Ruby 1.8.7, and Rails 2.3.5 and I’m … Read more
Please help me in understanding the :source option of has_one/has_many :through association. The Rails API explanation makes very little sense to me. “Specifies … Read more
I get the error shown below when attempting to install the rmagick gem. I am on Snowleopard 10.6 using RVM, Ruby 1.9.2-head and … Read more
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be … Read more
I’m working on a Ruby on Rails 3 webapp on Heroku. How do I empty the database? 18 Answers 18
I have a Users model which needs an :email column (I forgot to add that column during the initial scaffold). I opened the … Read more