[Rails] Re: cleaning up older rails installs on Mac OS X Snow Leapord

2011-04-22 Thread beren
y/gems/1.8. HOWEVER, I am unsure what ramifications this will have outside of my rvm world. I'm thinking specifically of MacRuby. YMMV, I'm not responsible for you breaking your machine. ;) Beren On Apr 22, 3:06 pm, "sol.manager" wrote: > I am currently wanting to clea

[Rails] Re: Subdomain in Rails3

2011-04-22 Thread beren
Or, you could point your browser to http://lvh.me:3000/. Or http://smackaho.st:3000/. Both of those are wildcard localhost redirectors that will resolve any subdomain to 127.0.0.1. On Apr 21, 3:23 pm, Alex Katebi wrote: > Manoj, > >    Changing the hosts file for subdomains will only work on th

[Rails] Error in "Getting Started" Tutorial

2009-02-24 Thread Beren
I get this error on step 9 of the Getting Started tutorial at guides.rubyonrails.org NoMethodError in PostsController#index undefined method `accepts_nested_attributes_for' for # Does anyone know if it's a bug? --~--~-~--~~~---~--~~ You received this message be

[Rails] Error going through the "Getting Started" tutorial

2009-02-24 Thread Beren
Hi, I get this error on step 9 of the Getting Started tutorial: NoMethodError in PostsController#index undefined method `accepts_nested_attributes_for' for # Does someone know if it's a bug? Cheers, Beren --~--~-~--~~~---~--~~ You received th